See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/73453/display/redirect
Changes:
------------------------------------------ Started by upstream project "master-libosmo-pfcp" build number 2154 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 osmocom-gerrit repo-install-test osmocom-master) in workspace https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/ws/ The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-ci
git init https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/ws/ # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci
git --version # timeout=10 git --version # 'git version 2.20.1' git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10 git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dd7f9f07d727fb807f05c8fc4e804372f417317d (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f dd7f9f07d727fb807f05c8fc4e804372f417317d # timeout=10
Commit message: "jobs/osmocom-obs-sync: add ubuntu 24.10"
git rev-list --no-walk dd7f9f07d727fb807f05c8fc4e804372f417317d # timeout=10
[Osmocom_OBS_master] $ /bin/sh -xe /tmp/jenkins5310742329184575400.sh + export PYTHONUNBUFFERED=1 + ./scripts/obs/update_obs_project.py --apiurl https://obs.osmocom.org --conflict-version --docker --feed master --meta osmocom:master docker: building image debian-12-osmocom-obs-build-srcpkg + run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:12', '--build-arg', 'DISTRO_FROM=debian:12', '--build-arg', 'UID=1000', '-t', 'debian-12-osmocom-obs-build-srcpkg', '-f', 'https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/ws/scripts/obs/data/build_srcpkg.Dockerfile', 'https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/ws/scripts/obs/data'] #0 building with "default" instance using docker driver
#1 [internal] load build definition from build_srcpkg.Dockerfile #1 transferring dockerfile: 579B done #1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/debian:12 #2 DONE 0.8s
#3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s
#4 [1/3] FROM docker.io/library/debian:12@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab #4 resolve docker.io/library/debian:12@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab 0.0s done #4 DONE 0.0s
#5 [2/3] RUN APT-GET update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates colordiff debhelper dh-python dpkg-dev fakeroot git git-review gnupg2 libxml2-utils lsb-release meson osc python3-packaging python3-setuptools quilt rebar3 sed sphinx-common && apt-get clean #5 CACHED
#6 [3/3] RUN USERADD --uid=1000 -m user #6 CACHED
#7 exporting to image #7 exporting layers done #7 writing image sha256:4a2eef1ba9879bfc98f8bffcf3a06d1aedd1e8fadd0ed3f0fd3345e9fe703d19 0.0s done #7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg 0.0s done #7 DONE 0.0s docker: running: update_obs_project.py inside docker OBS: getting packages in osmocom:master
### Building source packages ###
osmocom-master: getting OBS version osmocom-master: skipping (1.0.0 is up-to-date) erlang/osmo_dia2gsup: getting head from git remote for master Traceback (most recent call last): File "/obs/update_obs_project.py", line 265, in <module>
ERROR: command failed unexpectedly
*** command *** ['git', 'ls-remote', 'https://gerrit.osmocom.org/erlang/osmo_dia2gsup', 'heads/master']
*** returncode *** 128
*** output *** fatal: unable to access 'https://gerrit.osmocom.org/erlang/osmo_dia2gsup/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
*** python trace *** main() File "/obs/update_obs_project.py", line 259, in main build_srcpkgs(pkgs_remote, packages) File "/obs/update_obs_project.py", line 151, in build_srcpkgs build_srcpkg_if_needed(pkgs_remote, package, False) File "/obs/update_obs_project.py", line 97, in build_srcpkg_if_needed latest_version = lib.git.get_head_remote(package, branch, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/git.py", line 99, in get_head_remote ls_remote = lib.run_cmd(["git", "ls-remote", repo_url, f"heads/{branch}"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/__init__.py", line 200, in run_cmd exit_error_cmd(p, "command failed unexpectedly") File "/obs/lib/__init__.py", line 161, in exit_error_cmd raise RuntimeError("shell command related error, find details right above" RuntimeError: shell command related error, find details right above this python trace Build step 'Execute shell' marked build as failure
jenkins-notifications@lists.osmocom.org