See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/33468/display/redirect
Changes:
------------------------------------------ Started by upstream project "master-osmo-gsm-tester" build number 2127 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 refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 33ddf03dfefd3844328b803cbe96bad513b7bc37 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 33ddf03dfefd3844328b803cbe96bad513b7bc37 # timeout=10
Commit message: "OBS: srcpkg Dockerfile: add lsb-release, quilt"
git rev-list --no-walk 33ddf03dfefd3844328b803cbe96bad513b7bc37 # timeout=10
[Osmocom_OBS_master] $ /bin/sh -xe /tmp/jenkins13857411365537030667.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'] Sending build context to Docker daemon 15.36kB
Step 1/6 : ARG DISTRO_FROM Step 2/6 : FROM ${DISTRO_FROM} ---> 3676c78a12ad Step 3/6 : ARG UID ---> Using cache ---> 425129de7ffe Step 4/6 : 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 && apt-get clean ---> Using cache ---> 67e209b71467 Step 5/6 : RUN useradd --uid=${UID} -m user ---> Using cache ---> 770963b9fd6a Step 6/6 : USER user ---> Using cache ---> 66804cf98ab9 [Warning] One or more build-args [DISTRO] were not consumed Successfully built 66804cf98ab9 Successfully tagged debian-12-osmocom-obs-build-srcpkg:latest 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 erlang/osmo_dia2gsup: getting OBS version erlang/osmo_dia2gsup: skipping (e9c2b1ddaa2cc9eba23e8b2285a6691ba795bdf6 is up-to-date) erlang/osmo-epdg: getting head from git remote for master erlang/osmo-epdg: getting OBS version erlang/osmo-epdg: skipping (2c53a2a336c3f4351fffbff573f962af3eccd64a is up-to-date) libasn1c: getting head from git remote for master libasn1c: getting OBS version libasn1c: skipping (7965ac7a2edeac9ffc32106c18ca1868054adc8f is up-to-date) libgtpnl: getting head from git remote for master libgtpnl: getting OBS version libgtpnl: skipping (a295615229747e938f14514da14aabd595d8d1b5 is up-to-date) libosmo-abis: getting head from git remote for master libosmo-abis: getting OBS version libosmo-abis: skipping (247e52141f1900d78c82c7b1d09a249ff83ba8bd is up-to-date) libosmo-dsp: getting head from git remote for master
ERROR: command failed unexpectedly
*** command *** ['git', 'ls-remote', 'https://gitea.osmocom.org/sdr/libosmo-dsp', 'heads/master']
*** returncode *** 128
*** output *** fatal: unable to access 'https://gitea.osmocom.org/sdr/libosmo-dsp/': The requested URL returned error: 502
*** python trace *** Traceback (most recent call last): File "/obs/update_obs_project.py", line 251, in <module> main() File "/obs/update_obs_project.py", line 245, in main build_srcpkgs(pkgs_remote, packages) File "/obs/update_obs_project.py", line 144, in build_srcpkgs build_srcpkg_if_needed(pkgs_remote, package, False) File "/obs/update_obs_project.py", line 92, 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 179, in run_cmd exit_error_cmd(p, "command failed unexpectedly") File "/obs/lib/__init__.py", line 140, 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