Started by upstream project "registry-rebuild-upload-titan" build number 1332
originally caused by:
Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 1327
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on build3-deb11build-ansible (ttcn3 qemu osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/docker-playground
> git init /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision abec88d18323930a337ce74bc0abd47ebcfc1606 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f abec88d18323930a337ce74bc0abd47ebcfc1606 # timeout=10
Commit message: "stp: Expand osmo-stp.cfg for "norctx" tests"
> git rev-list --no-walk abec88d18323930a337ce74bc0abd47ebcfc1606 # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins2350849657403026528.sh
+ REGISTRY=registry.osmocom.org
+ make -C ttcn3-bts-test REGISTRY_HOST=registry.osmocom.org
make: Entering directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=registry.osmocom.org \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bullseye \
--build-arg DISTRO=debian-bullseye \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
-t registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest .
Sending build context to Docker daemon 56.83kB
Step 1/9 : ARG REGISTRY
Step 2/9 : ARG USER
Step 3/9 : FROM $REGISTRY/$USER/debian-bullseye-titan
---> 8d4332921fc2
Step 4/9 : ARG OSMO_TTCN3_BRANCH="master"
---> Using cache
---> 7fb6349801ab
Step 5/9 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
---> Using cache
---> 56f9d0d7aeb8
Step 6/9 : RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
---> Using cache
---> d0ead2034619
Step 7/9 : VOLUME /data
---> Using cache
---> 2a854779a228
Step 8/9 : COPY generic/BTS_Tests.cfg /data/BTS_Tests.cfg
---> Using cache
---> 3741514755b6
Step 9/9 : CMD ttcn3-docker-run bts BTS_Tests
---> Using cache
---> 178d6b4c7711
[Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMO_SGSN_BRANCH OSMO_GBPROXY_BRANCH OSMO_UECUPS_BRANCH UID UPSTREAM_DISTRO OPEN5GS_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_VERSION OSMO_BB_BRANCH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HNBGW_BRANCH OSMO_IUH_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_CBC_BRANCH OSMO_HNODEB_BRANCH OSMO_SIP_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_BTS_BRANCH OSMO_MSC_BRANCH OSMO_NITB_BRANCH DISTRO OSMOCOM_REPO_PATH OSMO_STP_BRANCH] were not consumed
Successfully built 178d6b4c7711
Successfully tagged registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
+ docker push registry.osmocom.org/osmocom-build/ttcn3-bts-test
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
5e09966da591: Preparing
59db7ebb4351: Preparing
8a5a8a394541: Preparing
10e736f5150a: Preparing
2bc5cd0f813c: Preparing
9a19513c373a: Preparing
0d795d8f40fc: Preparing
f490acf4d879: Preparing
df8a86142fef: Preparing
033579988209: Preparing
14986c047fb8: Preparing
b59f6d0c7fda: Preparing
c0020573cd9f: Preparing
3dc03c2b91eb: Preparing
c3434a68a5ef: Preparing
2e0bfe95229f: Preparing
132845a0d872: Preparing
efadcb4f032b: Preparing
5bce415e0b14: Preparing
a2d51eca5449: Preparing
ae56c0c5405b: Preparing
9a19513c373a: Waiting
0d795d8f40fc: Waiting
f490acf4d879: Waiting
df8a86142fef: Waiting
033579988209: Waiting
14986c047fb8: Waiting
b59f6d0c7fda: Waiting
c0020573cd9f: Waiting
3dc03c2b91eb: Waiting
c3434a68a5ef: Waiting
2e0bfe95229f: Waiting
132845a0d872: Waiting
efadcb4f032b: Waiting
5bce415e0b14: Waiting
a2d51eca5449: Waiting
ae56c0c5405b: Waiting
10e736f5150a: Mounted from osmocom-build/debian-bullseye-titan
2bc5cd0f813c: Mounted from osmocom-build/debian-bullseye-titan
8a5a8a394541: Pushed
5e09966da591: Pushed
9a19513c373a: Mounted from osmocom-build/debian-bullseye-titan
0d795d8f40fc: Mounted from osmocom-build/debian-bullseye-titan
f490acf4d879: Mounted from osmocom-build/debian-bullseye-titan
033579988209: Mounted from osmocom-build/debian-bullseye-titan
df8a86142fef: Mounted from osmocom-build/debian-bullseye-titan
14986c047fb8: Mounted from osmocom-build/debian-bullseye-titan
c0020573cd9f: Mounted from osmocom-build/debian-bullseye-titan
3dc03c2b91eb: Mounted from osmocom-build/debian-bullseye-titan
b59f6d0c7fda: Mounted from osmocom-build/debian-bullseye-titan
c3434a68a5ef: Mounted from osmocom-build/debian-bullseye-titan
2e0bfe95229f: Mounted from osmocom-build/debian-bullseye-titan
efadcb4f032b: Layer already exists
5bce415e0b14: Layer already exists
132845a0d872: Mounted from osmocom-build/debian-bullseye-titan
a2d51eca5449: Layer already exists
ae56c0c5405b: Layer already exists
59db7ebb4351: Pushed
latest: digest: sha256:75c56e5948eff20c1dca73df8db66cf4e9bee81f756d0f3d2126d2e2ec20ba96 size: 4709
Finished: SUCCESS