Started by timer
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom_OBS_nightly_asan
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 /home/osmocom-build/jenkins/workspace/Osmocom_OBS_nightly_asan # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> 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 9a18ebaa78fc255a0aea42186a2743829d69162e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9a18ebaa78fc255a0aea42186a2743829d69162e # timeout=10
Commit message: "obs: gerrit_binpkgs: set --allow-unknown-package"
> git rev-list --no-walk 9a18ebaa78fc255a0aea42186a2743829d69162e # timeout=10
[Osmocom_OBS_nightly_asan] $ /bin/sh -xe /tmp/jenkins7597879060135965244.sh
+ export PYTHONUNBUFFERED=1
+ EXCLUDE_PACKAGES=
erlang/osmo-epdg
erlang/osmo-s1gw
erlang/osmo_dia2gsup
osmo-bsc-nat
osmo-fl2k
osmo-gsm-manuals
python/osmo-python-tests
python/pyosmocom
rtl-sdr
+ date +%Y%m%d%H%M
+ ./scripts/obs/update_obs_project.py --apiurl https://obs.osmocom.org --configure-append --enable-sanitize --conflict-pkgname osmocom-nightly-asan --conflict-version 202504032029 --disable-manuals --docker --feed nightly --meta --version-append ~asan osmocom:nightly:asan ALL_OSMOCOM_PACKAGES --exclude-package erlang/osmo-epdg erlang/osmo-s1gw erlang/osmo_dia2gsup osmo-bsc-nat osmo-fl2k osmo-gsm-manuals python/osmo-python-tests python/pyosmocom rtl-sdr
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', '/home/osmocom-build/jenkins/workspace/Osmocom_OBS_nightly_asan/scripts/obs/data/build_srcpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/Osmocom_OBS_nightly_asan/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 WARN: InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/debian:12
#2 DONE 0.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/3] FROM docker.io/library/debian:12@sha256:18023f131f52fc3ea21973cabffe0b216c60b417fd2478e94d9d59981ebba6af
#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:2a9dd95b35028e4d71315e59c45ba43dc43f920d55d8b4980b221443515a5cd4 done
#7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg done
#7 DONE 0.0s
[33m1 warning found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3)
docker: running: update_obs_project.py inside docker
OBS: getting packages in osmocom:nightly:asan
ERROR: command failed unexpectedly
*** command ***
['osc', '-A', 'https://obs.osmocom.org', 'list', 'osmocom:nightly:asan']
*** returncode ***
1
*** output ***
Server returned an error: HTTP Error 503: Service Unavailable
Request: https://obs.osmocom.org/source/osmocom:nightly:asan
Headers:
Server: nginx
Date: Thu, 03 Apr 2025 20:29:02 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 189
Connection: close
cache-control: no-cache, no-store, must-revalidate
Status: 503 Service Unavailable
Cache-Control: public
*** python trace ***
Traceback (most recent call last):
File "/obs/update_obs_project.py", line 265, in <module>
main()
File "/obs/update_obs_project.py", line 257, in main
pkgs_remote = lib.osc.get_remote_pkgs()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/obs/lib/osc.py", line 63, in get_remote_pkgs
ret = run_osc(["list", proj])
^^^^^^^^^^^^^^^^^^^^^^^
File "/obs/lib/osc.py", line 58, in run_osc
return lib.run_cmd(cmd, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: FAILURE