See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/19019/display/redirect
Changes:
------------------------------------------ Started by upstream project "master-osmo-mgw" build number 10606 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity 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.30.2' 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 d27ba27a55effaf13f51fb77cf5e3401b6244537 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f d27ba27a55effaf13f51fb77cf5e3401b6244537 # timeout=10
Commit message: "OBS: exit() -> sys.exit()"
git rev-list --no-walk d27ba27a55effaf13f51fb77cf5e3401b6244537 # timeout=10
[Osmocom_OBS_master] $ /bin/sh -xe /tmp/jenkins789935083814344496.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} ---> 3a37950934ff Step 3/6 : ARG UID ---> Using cache ---> c9f6f1778f9b 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 meson osc python3-setuptools rebar3 sed && apt-get clean ---> Using cache ---> c60d02e3f5cf Step 5/6 : RUN useradd --uid=${UID} -m user ---> Using cache ---> 709c20a7ba02 Step 6/6 : USER user ---> Using cache ---> 4c7b2ef3ca43 [Warning] One or more build-args [DISTRO] were not consumed Successfully built 4c7b2ef3ca43 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
ERROR: command failed unexpectedly
*** command *** ['osc', '-A', 'https://obs.osmocom.org', 'list', 'osmocom:master', 'osmocom-master']
*** returncode *** 1
*** output *** Server returned an error: HTTP Error 504: Gateway Time-out
Request: https://obs.osmocom.org/source/osmocom:master/osmocom-master?rev=latest Headers: Server: nginx Date: Tue, 12 Sep 2023 08:38:49 GMT Content-Type: text/html Content-Length: 160 Connection: close
*** 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 141, in build_srcpkgs build_srcpkg_if_needed(pkgs_remote, f"osmocom-{feed}", True) File "/obs/update_obs_project.py", line 109, in build_srcpkg_if_needed obs_version = lib.osc.get_package_version(package) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/osc.py", line 70, in get_package_version ret = run_osc(["list", proj, os.path.basename(package)]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/osc.py", line 58, in run_osc return lib.run_cmd(cmd, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/__init__.py", line 176, in run_cmd exit_error_cmd(p, "command failed unexpectedly") File "/obs/lib/__init__.py", line 137, 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