Skip to content
Success

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 587
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 582
 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 f6dee7ff95ceb5deb4483466194ce0cf75860053 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f6dee7ff95ceb5deb4483466194ce0cf75860053 # timeout=10
Commit message: "Use osmo-hnbgw from osmo-hnbgw.git instead of osmo-iuh.git"
 > git rev-list --no-walk f6dee7ff95ceb5deb4483466194ce0cf75860053 # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins4180693713188318408.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
 ---> 1a19ff8fefcf
Step 4/9 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> 28f3010db3d9
Step 5/9 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit

 ---> Using cache
 ---> 62b969a22ea7
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> 9a18d53d3b62
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> fb49fc6c7efb
Step 8/9 : COPY	BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> 29c66b6a0c56
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> 44f9df83e218
[Warning] One or more build-args [DISTRO OSMO_MGW_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_PATH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_NITB_BRANCH OSMO_GBPROXY_BRANCH OSMO_HNBGW_BRANCH OSMO_MSC_BRANCH UID OSMO_BB_BRANCH OSMO_IUH_BRANCH OSMO_PCU_BRANCH UPSTREAM_DISTRO OSMOCOM_REPO_VERSION OSMO_BTS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_SGSN_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_HLR_BRANCH OSMO_HNODEB_BRANCH] were not consumed
Successfully built 44f9df83e218
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]
d7adfac3d705: Preparing
860a3441707f: Preparing
def1a90a07b0: Preparing
e46b8b9de110: Preparing
16f42b48473c: Preparing
7ccf5e08cd26: Preparing
55933762c41c: Preparing
fac246ee813a: Preparing
8f057b48affd: Preparing
675645494a2f: Preparing
fec54d1dd1ee: Preparing
467cca7752f9: Preparing
259e304baee5: Preparing
a01735be2d0e: Preparing
413c621b74d3: Preparing
ce8f6aaaf85e: Preparing
05fe4dc89ff8: Preparing
891cf19c765f: Preparing
030bf717610b: Preparing
11936051f93b: Preparing
259e304baee5: Waiting
a01735be2d0e: Waiting
7ccf5e08cd26: Waiting
413c621b74d3: Waiting
55933762c41c: Waiting
030bf717610b: Waiting
fac246ee813a: Waiting
11936051f93b: Waiting
ce8f6aaaf85e: Waiting
891cf19c765f: Waiting
05fe4dc89ff8: Waiting
8f057b48affd: Waiting
467cca7752f9: Waiting
fec54d1dd1ee: Waiting
675645494a2f: Waiting
e46b8b9de110: Mounted from osmocom-build/debian-bullseye-titan
16f42b48473c: Mounted from osmocom-build/debian-bullseye-titan
7ccf5e08cd26: Mounted from osmocom-build/debian-bullseye-titan
55933762c41c: Mounted from osmocom-build/debian-bullseye-titan
def1a90a07b0: Pushed
d7adfac3d705: Pushed
fac246ee813a: Mounted from osmocom-build/debian-bullseye-titan
8f057b48affd: Mounted from osmocom-build/debian-bullseye-titan
675645494a2f: Mounted from osmocom-build/debian-bullseye-titan
fec54d1dd1ee: Mounted from osmocom-build/debian-bullseye-titan
467cca7752f9: Mounted from osmocom-build/debian-bullseye-titan
259e304baee5: Mounted from osmocom-build/debian-bullseye-titan
a01735be2d0e: Mounted from osmocom-build/debian-bullseye-titan
05fe4dc89ff8: Layer already exists
413c621b74d3: Mounted from osmocom-build/debian-bullseye-titan
ce8f6aaaf85e: Mounted from osmocom-build/debian-bullseye-titan
030bf717610b: Layer already exists
891cf19c765f: Layer already exists
11936051f93b: Layer already exists
860a3441707f: Pushed
latest: digest: sha256:1ac7e1060ca60105f0c9536d92433ae0b99fd2184e4715f5e7aebaff044e035e size: 4501
Finished: SUCCESS