Skip to content
Success

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 1380
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 1375
 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/jenkins14731351490048278222.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
 ---> 241c4eaa75cc
Step 4/9 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> fb8cf4536c2f
Step 5/9 : ADD	https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit

 ---> Using cache
 ---> d176bb01a403
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> c4d382fbaa47
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> 7a3a3aeffb48
Step 8/9 : COPY	generic/BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> 57261d83fc97
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> d950722d21c3
[Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMOCOM_REPO_PATH OSMO_CBC_BRANCH OSMOCOM_REPO_VERSION OSMO_BB_BRANCH OSMO_BSC_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_UECUPS_BRANCH UPSTREAM_DISTRO DISTRO OPEN5GS_BRANCH OSMO_BTS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_MGW_BRANCH OSMO_HLR_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMO_MSC_BRANCH OSMO_SIP_BRANCH UID OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_STP_BRANCH] were not consumed
Successfully built d950722d21c3
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]
f346f2f96818: Preparing
87a22bd5b185: Preparing
f9ac3172b9a3: Preparing
be627fdf10a7: Preparing
644fcd936d68: Preparing
d38e711d3218: Preparing
cc7440a1345e: Preparing
9ed14fb52a9a: Preparing
547248c896a6: Preparing
12a7b24bf4b9: Preparing
14bb3b5166d6: Preparing
7084259bb8e2: Preparing
191d648c75e4: Preparing
f2e26430826d: Preparing
6013480ded61: Preparing
efcf0010a2dc: Preparing
97b5481be7fc: Preparing
d38e711d3218: Waiting
aa4f2cd94634: Preparing
c3ca3fe53e41: Preparing
cc7440a1345e: Waiting
05e34fd8d539: Preparing
974e52a24adf: Preparing
f2e26430826d: Waiting
9ed14fb52a9a: Waiting
6013480ded61: Waiting
547248c896a6: Waiting
12a7b24bf4b9: Waiting
efcf0010a2dc: Waiting
14bb3b5166d6: Waiting
97b5481be7fc: Waiting
7084259bb8e2: Waiting
aa4f2cd94634: Waiting
191d648c75e4: Waiting
c3ca3fe53e41: Waiting
05e34fd8d539: Waiting
974e52a24adf: Waiting
be627fdf10a7: Mounted from osmocom-build/debian-bullseye-titan
644fcd936d68: Mounted from osmocom-build/debian-bullseye-titan
f9ac3172b9a3: Pushed
f346f2f96818: Pushed
d38e711d3218: Mounted from osmocom-build/debian-bullseye-titan
cc7440a1345e: Mounted from osmocom-build/debian-bullseye-titan
9ed14fb52a9a: Mounted from osmocom-build/debian-bullseye-titan
547248c896a6: Mounted from osmocom-build/debian-bullseye-titan
14bb3b5166d6: Mounted from osmocom-build/debian-bullseye-titan
12a7b24bf4b9: Mounted from osmocom-build/debian-bullseye-titan
7084259bb8e2: Mounted from osmocom-build/debian-bullseye-titan
191d648c75e4: Mounted from osmocom-build/debian-bullseye-titan
f2e26430826d: Mounted from osmocom-build/debian-bullseye-titan
6013480ded61: Mounted from osmocom-build/debian-bullseye-titan
97b5481be7fc: Mounted from osmocom-build/debian-bullseye-titan
efcf0010a2dc: Mounted from osmocom-build/debian-bullseye-titan
aa4f2cd94634: Mounted from osmocom-build/debian-bullseye-titan
c3ca3fe53e41: Mounted from osmocom-build/debian-bullseye-titan
05e34fd8d539: Mounted from osmocom-build/debian-bullseye-titan
974e52a24adf: Mounted from debian
87a22bd5b185: Pushed
latest: digest: sha256:cb2f9ac7fc7c7171d82bcbb8f3bf4cc1ad07e2ceb7e65419c59cc78e2d7003b3 size: 4710
Finished: SUCCESS