Skip to content

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 880
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 875
 originally caused by:
  Started by timer
Running as SYSTEM
Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) 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 git://git.osmocom.org/docker-playground
 > git init /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
 > git fetch --tags --progress -- git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.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 010d9f30ae11188530a865ed850ef85cf56b6f31 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 010d9f30ae11188530a865ed850ef85cf56b6f31 # timeout=10
Commit message: "cgit: Fix Atom feed scheme from http to https"
 > git rev-list --no-walk 010d9f30ae11188530a865ed850ef85cf56b6f31 # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins5185398071885898980.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'
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/common .common
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=http://download.opensuse.org \
	--build-arg OSMOCOM_REPO_PATH=repositories/network:/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=http://download.opensuse.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  53.76kB

Step 1/9 : ARG	REGISTRY
Step 2/9 : ARG	USER
Step 3/9 : FROM	$REGISTRY/$USER/debian-bullseye-titan
 ---> d7073551783f
Step 4/9 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> 07ff11ec4482
Step 5/9 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit


 ---> Using cache
 ---> 3a574a28a4c5
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> 2231d201a6a4
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> df2ba8d285bb
Step 8/9 : COPY	generic/BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> f9326a030aff
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> ecb630ede5f7
[Warning] One or more build-args [OSMO_GGSN_BRANCH OSMO_HNBGW_BRANCH OSMO_STP_BRANCH UPSTREAM_DISTRO OSMO_BSC_BRANCH OSMO_CBC_BRANCH OSMO_GBPROXY_BRANCH OSMO_SIP_BRANCH DISTRO OSMOCOM_REPO_VERSION OSMOCOM_REPO_PATH OSMO_IUH_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH UID LIBOSMOCORE_BRANCH OPEN5GS_BRANCH OSMO_MSC_BRANCH OSMO_UECUPS_BRANCH OSMO_BB_BRANCH OSMO_HNODEB_BRANCH OSMO_PCU_BRANCH OSMOCOM_REPO_MIRROR OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_NITB_BRANCH] were not consumed
Successfully built ecb630ede5f7
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
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
635aed77448f: Preparing
8b800ed18417: Preparing
c993b2fa878a: Preparing
316623ad7d38: Preparing
178ac5db7dae: Preparing
a2e12932a406: Preparing
abb5f65e5b6d: Preparing
436a77d3b7a1: Preparing
1532cdfbe316: Preparing
7e5e7be2bd93: Preparing
588a059d8952: Preparing
2575b1d77c68: Preparing
5a46233183cd: Preparing
2511b7102167: Preparing
fda1070c73c2: Preparing
c3be3e8ae738: Preparing
436a77d3b7a1: Waiting
cdc2fe572502: Preparing
4fa8c227ce9f: Preparing
1532cdfbe316: Waiting
fc01ee19ad05: Preparing
abb5f65e5b6d: Waiting
97d5fec864d8: Preparing
a2e12932a406: Waiting
2575b1d77c68: Waiting
7e5e7be2bd93: Waiting
588a059d8952: Waiting
fda1070c73c2: Waiting
5a46233183cd: Waiting
97d5fec864d8: Waiting
4fa8c227ce9f: Waiting
2511b7102167: Waiting
cdc2fe572502: Waiting
fc01ee19ad05: Waiting
316623ad7d38: Mounted from osmocom-build/debian-bullseye-titan
178ac5db7dae: Mounted from osmocom-build/debian-bullseye-titan
a2e12932a406: Mounted from osmocom-build/debian-bullseye-titan
635aed77448f: Pushed
abb5f65e5b6d: Mounted from osmocom-build/debian-bullseye-titan
c993b2fa878a: Pushed
436a77d3b7a1: Mounted from osmocom-build/debian-bullseye-titan
1532cdfbe316: Mounted from osmocom-build/debian-bullseye-titan
7e5e7be2bd93: Mounted from osmocom-build/debian-bullseye-titan
588a059d8952: Mounted from osmocom-build/debian-bullseye-titan
2575b1d77c68: Mounted from osmocom-build/debian-bullseye-titan
5a46233183cd: Mounted from osmocom-build/debian-bullseye-titan
2511b7102167: Mounted from osmocom-build/debian-bullseye-titan
fda1070c73c2: Mounted from osmocom-build/debian-bullseye-titan
c3be3e8ae738: Mounted from osmocom-build/debian-bullseye-titan
cdc2fe572502: Mounted from osmocom-build/debian-bullseye-titan
4fa8c227ce9f: Mounted from osmocom-build/debian-bullseye-titan
fc01ee19ad05: Mounted from osmocom-build/debian-bullseye-titan
97d5fec864d8: Mounted from osmocom-build/debian-bullseye-titan
8b800ed18417: Pushed
latest: digest: sha256:bc1f591e1549f6b18cf3d89bf4a8620a449274a420aecdbc4543e8842dbf98d6 size: 4501
Finished: SUCCESS