Started by upstream project "gerrit-osmo-dev-build" build number 34 originally caused by: Started by upstream project "gerrit-osmo-dev" build number 34 originally caused by: Triggered by Gerrit: https://gerrit.osmocom.org/c/osmo-dev/+/41514 in silent mode. Running as SYSTEM Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-osmo-dev-build/a1/default/a2/default/a3/default/a4/default/label/osmocom-gerrit The recommended git tool is: NONE using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d Cloning the remote Git repository Cloning repository ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev > git init /home/osmocom-build/jenkins/workspace/gerrit-osmo-dev-build/a1/default/a2/default/a3/default/a4/default/label/osmocom-gerrit # timeout=10 Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_SSH to set credentials gerrit.osmocom.org Verifying host key using known hosts file, will automatically accept unseen keys > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev # timeout=10 Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev using GIT_SSH to set credentials gerrit.osmocom.org Verifying host key using known hosts file, will automatically accept unseen keys > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/osmo-dev refs/changes/14/41514/1 # timeout=10 Checking out Revision 61a46903121fd7e6e1abbd078517483f45e8b036 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 61a46903121fd7e6e1abbd078517483f45e8b036 # timeout=10 Commit message: "src/_update_src_copy: don't copy deleted files" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 812648f51dbbd85decdbdfcad169f0c4d26f4c64 # timeout=10 [osmocom-gerrit] $ /bin/sh -xe /tmp/jenkins6130449984156799953.sh + CCACHE_DIR=/home/osmocom-build/ccache/gerrit-verifications + mkdir -p /home/osmocom-build/ccache/gerrit-verifications + chown osmocom-build:osmocom-build /home/osmocom-build/ccache/gerrit-verifications + docker run --rm=true --cap-add SYS_PTRACE --security-opt seccomp=/home/osmocom-build/osmo-ci/_docker_playground/seccomp_profile.json --ulimit fsize=1000000000 -e ASCIIDOC_WARNINGS_CHECK=1 -e CFLAGS=-g -e HOME=/build -e JOB_NAME=gerrit-osmo-dev-build/a1=default,a2=default,a3=default,a4=default,label=osmocom-gerrit -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 12 -e WITH_MANUALS=1 -w /build -i -u build -v /home/osmocom-build/osmo-ci:/osmo-ci:ro -v /home/osmocom-build/jenkins/workspace/gerrit-osmo-dev-build/a1/default/a2/default/a3/default/a4/default/label/osmocom-gerrit:/build -e CCACHE_DIR=/ccache -e PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -v /home/osmocom-build/ccache/gerrit-verifications:/ccache osmocom-build/debian-trixie-build /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh + pytest -v ============================= test session starts ============================== platform linux -- Python 3.13.5, pytest-8.3.5, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /build configfile: pytest.ini testpaths: tests plugins: typeguard-4.4.2 collecting ... collected 8 items tests/test_gen_makefile.py::test_make_libosmocore_autoconf PASSED [ 12%] tests/test_gen_makefile.py::test_make_libosmocore_autoconf_src_copy PASSED [ 25%] tests/test_gen_makefile.py::test_make_libosmocore_autoconf_relative_makedir PASSED [ 37%] tests/test_gen_makefile.py::test_make_libosmocore_autoconf_relative_makedir_src_copy PASSED [ 50%] tests/test_gen_makefile.py::test_make_open5gs_configure PASSED [ 62%] tests/test_gen_makefile.py::test_make_open5gs_configure_src_copy PASSED [ 75%] tests/test_gen_makefile.py::test_gen_makefile_with_targets_arg PASSED [ 87%] tests/test_update_src_copy.py::test_update_git_dir FAILED [100%] =================================== FAILURES =================================== _____________________________ test_update_git_dir ______________________________ /build/tests/test_update_src_copy.py:33: in test_update_git_dir run_cmd(["git", "commit", "-m", "initial"]) /build/tests/test_update_src_copy.py:13: in run_cmd return subprocess.run(cmd, check=True, *args, **kwargs) /usr/lib/python3.13/subprocess.py:577: in run raise CalledProcessError(retcode, process.args, E subprocess.CalledProcessError: Command '['git', 'commit', '-m', 'initial']' returned non-zero exit status 128. ----------------------------- Captured stdout call ----------------------------- + ['mkdir', '-p', '/tmp/pytest-of-build/pytest-0/test_update_git_dir0/src/testproj', '/tmp/pytest-of-build/pytest-0/test_update_git_dir0/make'] + ['git', 'init', '.'] Initialized empty Git repository in /tmp/pytest-of-build/pytest-0/test_update_git_dir0/src/testproj/.git/ + ['touch', '1.c', '2.c', '3.c'] + echo '*.o' >.gitignore + ['git', 'add', '-A'] + ['git', 'commit', '-m', 'initial'] ----------------------------- Captured stderr call ----------------------------- hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'build@cdaf45b8719f.(none)') =========================== short test summary info ============================ FAILED tests/test_update_src_copy.py::test_update_git_dir - subprocess.Called... ========================= 1 failed, 7 passed in 46.66s ========================= Build step 'Execute shell' marked build as failure Finished: FAILURE