Started by upstream project "gerrit-gapk" build number 29 originally caused by: Triggered by Gerrit: https://gerrit.osmocom.org/c/gapk/+/39027 in silent mode. Running as SYSTEM Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-binpkgs [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-J8DyAboTfQ45/agent.1799760 SSH_AGENT_PID=1799767 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/gerrit-binpkgs@tmp/private_key_7598922422983141189.key (/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@tmp/private_key_7598922422983141189.key) [ssh-agent] Using credentials jenkins (gerrit.osmocom.org) The recommended git tool is: NONE using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d Wiping out workspace first. Cloning the remote Git repository Cloning repository ssh://jenkins@gerrit.osmocom.org:29418/gapk > git init /home/osmocom-build/jenkins/workspace/gerrit-binpkgs/gapk # timeout=10 Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/gapk > git --version # timeout=10 > git --version # 'git version 2.30.2' using GIT_SSH to set credentials gerrit.osmocom.org Verifying host key using known hosts file, will automatically accept unseen keys > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/gapk +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/gapk # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/gapk # timeout=10 Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/gapk using GIT_SSH to set credentials gerrit.osmocom.org Verifying host key using known hosts file, will automatically accept unseen keys > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/gapk refs/changes/27/39027/1 # timeout=10 > git rev-parse FETCH_HEAD^{commit} # timeout=10 Checking out Revision e0fdabc0e2bd3d15795b9cad40f62c2ca0f5a0ea (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e0fdabc0e2bd3d15795b9cad40f62c2ca0f5a0ea # timeout=10 Commit message: "debian/control: libosmogapk-dev: add missing dep" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 70dd4311fbfbbc3cc908c1c3b5ac63d56a35c0f1 # timeout=10 [gerrit-binpkgs] $ /bin/sh -xe /tmp/jenkins18271643689791087492.sh + set +x Building binary packages for distro: 'debian:12' + rm -rf osmo-ci + git clone --depth=1 --branch=master https://gerrit.osmocom.org/osmo-ci osmo-ci Cloning into 'osmo-ci'... + git -C osmo-ci log --oneline aff10a6 jobs/master: add osmocom-android-binaries + cd gapk + ../osmo-ci/scripts/obs/gerrit_binpkgs.sh debian:12 :: Copying the source to the cache dir :: Building the source package 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/gerrit-binpkgs/osmo-ci/scripts/obs/data/build_srcpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/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.1s #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.1s #4 [1/3] FROM docker.io/library/debian:12@sha256:17122fe3d66916e55c0cbd5bbf54bb3f87b3582f4d86a755a0fd3498d360f91b #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:b28b86458dd2e838a244f469167ec23423b9d342f7303d93da2ea296a21bb1fe 0.0s done #7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg 0.0s done #7 DONE 0.0s gapk: using cached https://gerrit.osmocom.org/gapk (not cloning, not fetching) gapk: 'git clean -ffxd' gapk: skipping git checkout, current commit: e0fdabc debian/control: libosmogapk-dev: add missing dep gapk: building source package 1.1.2.1-e0fd gapk: adding debian/changelog entry (1.1.2 => 1.1.2.1.e0fd) gapk: building debian source package Traceback (most recent call last): File "/obs/build_srcpkg.py", line 52, in <module> main() File "/obs/build_srcpkg.py", line 48, in main lib.srcpkg.build(args.package, args.gerrit_id) File "/obs/lib/srcpkg.py", line 219, in build lib.debian.build_source_package(project) File "/obs/lib/debian.py", line 188, in build_source_package lib.run_cmd(["dpkg-buildpackage", "-S", "-uc", "-us", "-d"], 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 ERROR: command failed unexpectedly *** command *** ['dpkg-buildpackage', '-S', '-uc', '-us', '-d'] *** returncode *** 25 *** output *** dpkg-buildpackage: error: syntax error in debian/control at line 37: duplicate field Depends found *** python trace *** docker: running: build_srcpkg.py inside docker --- NOTE: if the build failed because dependencies are outdated, see the status here: https://obs.osmocom.org/project/show/osmocom:master --- Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1799767 killed; [ssh-agent] Stopped. Finished: FAILURE