See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/120837/display/redirect
Changes:
------------------------------------------ Started by upstream project "master-osmo-trx" build number 8624 originally caused by: Started by upstream project "master-libusrp" build number 2924 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu io_uring 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.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 origin/master^{commit} # timeout=10
Checking out Revision 98b6e81b3e0e08d6e403b048056390edf1dc779b (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 98b6e81b3e0e08d6e403b048056390edf1dc779b # timeout=10
Commit message: "jobs/ttcn3: adjust to testenv config rename"
git rev-list --no-walk 98b6e81b3e0e08d6e403b048056390edf1dc779b # timeout=10
[Osmocom_OBS_master] $ /bin/sh -xe /tmp/jenkins13528885109940090282.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-13-osmocom-obs-build-srcpkg + run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:13', '--build-arg', 'DISTRO_FROM=debian:trixie', '--build-arg', 'UID=1000', '-t', 'debian-13-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: 1.45kB 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:trixie #2 DONE 0.0s
#3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s
#4 [1/4] FROM docker.io/library/debian:trixie #4 DONE 0.0s
#5 [2/4] RUN APT-GET update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates colordiff debhelper default-libmysqlclient-dev dh-python dh-virtualenv dpkg-dev erlang-nox fakeroot git git-review gnupg2 libxml2-utils lsb-release meson osc pkgconf python3-packaging python3-pip python3-setuptools quilt sed sphinx-common wget && apt-get clean #5 CACHED
#6 [3/4] RUN WGET https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3 -O /usr/bin/rebar3 && echo "d2d31cfb98904b8e4917300a75f870de12cb5167cd6214d1043e973a56668a54 /usr/bin/rebar3" | sha256sum -c && chmod +x /usr/bin/rebar3 && rebar3 --version #6 CACHED
#7 [4/4] RUN USERADD --uid=1000 -m user #7 CACHED
#8 exporting to image #8 exporting layers done #8 writing image sha256:53249dfea428708f537f8dac5db2f661b302038d1849b2c5772890870e0d9eba done #8 naming to docker.io/library/debian-13-osmocom-obs-build-srcpkg #8 naming to docker.io/library/debian-13-osmocom-obs-build-srcpkg done #8 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/lib/debian.py:183: SyntaxWarning: invalid escape sequence '/' lib.run_cmd(["sed", "-i", "s/$(MAKE) -C doc/manuals//g", f"{debian}/rules"]) OBS: getting packages in osmocom:master
ERROR: command failed unexpectedly
*** command *** ['osc', '-A', 'https://obs.osmocom.org', 'list', 'osmocom:master']
*** returncode *** 1
*** output *** fatal: not a git repository (or any of the parent directories): .git Server returned an error: HTTP Error 408: Request Timeout
*** 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 202, in run_cmd exit_error_cmd(p, "command failed unexpectedly") ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/obs/lib/__init__.py", line 163, in exit_error_cmd raise RuntimeError("shell command related error, find details right above" " this python trace") 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