Skip to content

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 887
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 882
 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 de110d422def639a217862e16c70fcef36459a8a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de110d422def639a217862e16c70fcef36459a8a # timeout=10
Commit message: "release-tarball-build-dist: move osmo-ci code here"
 > git rev-list --no-walk fb6b14236f4a898d246a82cbbad1cbdbaa80c658 # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins333320389552891872.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=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  53.76kB

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


 ---> Using cache
 ---> 1234dfa8f168
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> 1c21a9ab1b67
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> 3c6881d9bfdb
Step 8/9 : COPY	generic/BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> e6ca4187d6e0
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> 9a6b26c4059f
[Warning] One or more build-args [OSMO_BB_BRANCH OSMO_UECUPS_BRANCH OSMO_GGSN_BRANCH OSMO_HNODEB_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_PATH OSMO_BTS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_MGW_BRANCH UID UPSTREAM_DISTRO OSMO_GBPROXY_BRANCH OSMO_SIP_BRANCH DISTRO OSMO_CBC_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH OSMO_BSC_BRANCH OPEN5GS_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_HLR_BRANCH OSMO_HNBGW_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_VERSION OSMO_MSC_BRANCH OSMO_SGSN_BRANCH OSMO_STP_BRANCH] were not consumed
Successfully built 9a6b26c4059f
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]
06f455b756fd: Preparing
ae52d0497e67: Preparing
99d18ca2f88a: Preparing
bca0769d0da7: Preparing
caef922aefcd: Preparing
4105687e054e: Preparing
ed6b97207e5f: Preparing
e0b9abc4447e: Preparing
8bf5cc809fca: Preparing
938889599caa: Preparing
0bf070158771: Preparing
27ecbc1c3a05: Preparing
6d550f49d907: Preparing
8ae0b4daa133: Preparing
3172e2fb83b5: Preparing
201663856326: Preparing
b0e8ab578773: Preparing
785284c83c89: Preparing
4105687e054e: Waiting
1df354476224: Preparing
97d5fec864d8: Preparing
ed6b97207e5f: Waiting
8bf5cc809fca: Waiting
e0b9abc4447e: Waiting
1df354476224: Waiting
785284c83c89: Waiting
201663856326: Waiting
6d550f49d907: Waiting
b0e8ab578773: Waiting
3172e2fb83b5: Waiting
97d5fec864d8: Waiting
8ae0b4daa133: Waiting
0bf070158771: Waiting
bca0769d0da7: Mounted from osmocom-build/debian-bullseye-titan
caef922aefcd: Mounted from osmocom-build/debian-bullseye-titan
4105687e054e: Mounted from osmocom-build/debian-bullseye-titan
ed6b97207e5f: Mounted from osmocom-build/debian-bullseye-titan
99d18ca2f88a: Pushed
e0b9abc4447e: Mounted from osmocom-build/debian-bullseye-titan
06f455b756fd: Pushed
8bf5cc809fca: Mounted from osmocom-build/debian-bullseye-titan
938889599caa: Mounted from osmocom-build/debian-bullseye-titan
0bf070158771: Mounted from osmocom-build/debian-bullseye-titan
27ecbc1c3a05: Mounted from osmocom-build/debian-bullseye-titan
6d550f49d907: Mounted from osmocom-build/debian-bullseye-titan
8ae0b4daa133: Mounted from osmocom-build/debian-bullseye-titan
3172e2fb83b5: Mounted from osmocom-build/debian-bullseye-titan
b0e8ab578773: Layer already exists
785284c83c89: Layer already exists
1df354476224: Layer already exists
201663856326: Mounted from osmocom-build/debian-bullseye-titan
97d5fec864d8: Layer already exists
ae52d0497e67: Pushed
latest: digest: sha256:e86e3ce7384bd1cafdb69c3f64002a1e1952fb4b95bc29d9c4ca8ab0870cdf4d size: 4502
Finished: SUCCESS