Skip to content

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 618
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 613
 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 27031af313decac90517dc9ba0adebe74842c191 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27031af313decac90517dc9ba0adebe74842c191 # timeout=10
Commit message: "open5gs-master: remove both setup.sh and pgw.sh"
 > git rev-list --no-walk 27031af313decac90517dc9ba0adebe74842c191 # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins5330544692798591059.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_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 \
	 -t registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest .
Sending build context to Docker daemon  48.64kB

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

 ---> Using cache
 ---> a4b971d40707
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> e18b67b3c89b
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> fb0c564f15d9
Step 8/9 : COPY	BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> b9eb28b56237
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> 2d500d617600
[Warning] One or more build-args [OSMO_NITB_BRANCH OSMO_IUH_BRANCH OSMO_HNODEB_BRANCH OSMO_MSC_BRANCH OSMO_SGSN_BRANCH OSMO_BSC_BRANCH OSMO_HNBGW_BRANCH OSMO_MGW_BRANCH OSMO_BTS_BRANCH OSMO_GGSN_BRANCH UID UPSTREAM_DISTRO LIBOSMOCORE_BRANCH OSMOCOM_REPO_PATH OSMO_BB_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH DISTRO OSMO_GBPROXY_BRANCH OSMOCOM_REPO_VERSION OSMO_HLR_BRANCH OSMOCOM_REPO_MIRROR OSMO_STP_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR] were not consumed
Successfully built 2d500d617600
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]
a7dba07aaff5: Preparing
dd2e197fac76: Preparing
d3f72b214b0e: Preparing
a742b3e8fe9e: Preparing
832d71543b15: Preparing
5017a1a456f4: Preparing
5c05951ddb4f: Preparing
3228b5fafb6c: Preparing
f3c418271fb0: Preparing
0a69134d11a9: Preparing
296c7eb85df8: Preparing
3723e09b9efb: Preparing
c66f3beffd9c: Preparing
dc76dc550664: Preparing
9d12166514e8: Preparing
7700d0e217bb: Preparing
81ee6a31cf7e: Preparing
ef2a4f0beff8: Preparing
5c05951ddb4f: Waiting
3228b5fafb6c: Waiting
d26f6f836f2b: Preparing
f3c418271fb0: Waiting
0b0f2f2f5279: Preparing
dc76dc550664: Waiting
9d12166514e8: Waiting
7700d0e217bb: Waiting
81ee6a31cf7e: Waiting
5017a1a456f4: Waiting
0a69134d11a9: Waiting
ef2a4f0beff8: Waiting
3723e09b9efb: Waiting
c66f3beffd9c: Waiting
d26f6f836f2b: Waiting
832d71543b15: Mounted from osmocom-build/debian-bullseye-titan
a742b3e8fe9e: Mounted from osmocom-build/debian-bullseye-titan
5017a1a456f4: Mounted from osmocom-build/debian-bullseye-titan
a7dba07aaff5: Pushed
d3f72b214b0e: Pushed
5c05951ddb4f: Mounted from osmocom-build/debian-bullseye-titan
3228b5fafb6c: Mounted from osmocom-build/debian-bullseye-titan
f3c418271fb0: Mounted from osmocom-build/debian-bullseye-titan
296c7eb85df8: Mounted from osmocom-build/debian-bullseye-titan
0a69134d11a9: Mounted from osmocom-build/debian-bullseye-titan
3723e09b9efb: Mounted from osmocom-build/debian-bullseye-titan
c66f3beffd9c: Mounted from osmocom-build/debian-bullseye-titan
dc76dc550664: Mounted from osmocom-build/debian-bullseye-titan
9d12166514e8: Mounted from osmocom-build/debian-bullseye-titan
7700d0e217bb: Mounted from osmocom-build/debian-bullseye-titan
81ee6a31cf7e: Mounted from osmocom-build/debian-bullseye-titan
ef2a4f0beff8: Mounted from osmocom-build/debian-bullseye-titan
0b0f2f2f5279: Layer already exists
d26f6f836f2b: Mounted from osmocom-build/debian-bullseye-titan
dd2e197fac76: Pushed
latest: digest: sha256:7a75f833489fa4f720139dc24f7131116bdd9ef026a8b5b7e1bdf2497cc90fa3 size: 4502
Finished: SUCCESS