Skip to content
Success

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 766
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 761
 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 94b49e136d0974cb9f4e679bec3c13ef3f8235ce (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94b49e136d0974cb9f4e679bec3c13ef3f8235ce # timeout=10
Commit message: "ttcn3-bsc-test/osmo-bsc.cfg: set AMR link adaptation params"
 > git rev-list --no-walk 94b49e136d0974cb9f4e679bec3c13ef3f8235ce # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins9151052352017029973.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 \
	--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
 ---> 7c824b68d075
Step 4/9 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> dbdab7e46764
Step 5/9 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit


 ---> Using cache
 ---> 0286a717491e
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Using cache
 ---> e70fc6e41118
Step 7/9 : VOLUME	/data
 ---> Using cache
 ---> c6be441eb83e
Step 8/9 : COPY	generic/BTS_Tests.cfg /data/BTS_Tests.cfg
 ---> Using cache
 ---> 9619843de55f
Step 9/9 : CMD	ttcn3-docker-run bts BTS_Tests
 ---> Using cache
 ---> e1a22176d5f4
[Warning] One or more build-args [OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_SIP_BRANCH OPEN5GS_BRANCH OSMO_BB_BRANCH OSMO_BTS_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_TESTSUITE_MIRROR OSMOCOM_REPO_VERSION OSMO_SGSN_BRANCH OSMO_UECUPS_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH OSMO_STP_BRANCH UID LIBOSMOCORE_BRANCH DISTRO OSMOCOM_REPO_PATH OSMO_BSC_BRANCH OSMO_NITB_BRANCH UPSTREAM_DISTRO OSMO_GBPROXY_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH] were not consumed
Successfully built e1a22176d5f4
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]
e236f3e74dc4: Preparing
303675513c1d: Preparing
2fd578f015e5: Preparing
7f5915e39baa: Preparing
3a2df977e6fd: Preparing
90a8e7d2bfde: Preparing
a76501d40cfc: Preparing
455ed77c3e8c: Preparing
2a0a41b7a22a: Preparing
8281d4873dd8: Preparing
9ce5a1f8ab9c: Preparing
5b3439091a39: Preparing
98be717c2ee5: Preparing
9c779846f1ee: Preparing
cd9cb2dee57d: Preparing
cb008961935d: Preparing
88cb7589966e: Preparing
a76501d40cfc: Waiting
eaa8805e92ca: Preparing
13c06bdb0271: Preparing
90a8e7d2bfde: Waiting
a13c519c6361: Preparing
455ed77c3e8c: Waiting
2a0a41b7a22a: Waiting
9ce5a1f8ab9c: Waiting
8281d4873dd8: Waiting
98be717c2ee5: Waiting
5b3439091a39: Waiting
eaa8805e92ca: Waiting
cb008961935d: Waiting
9c779846f1ee: Waiting
88cb7589966e: Waiting
13c06bdb0271: Waiting
cd9cb2dee57d: Waiting
a13c519c6361: Waiting
7f5915e39baa: Mounted from osmocom-build/debian-bullseye-titan
3a2df977e6fd: Mounted from osmocom-build/debian-bullseye-titan
2fd578f015e5: Pushed
90a8e7d2bfde: Mounted from osmocom-build/debian-bullseye-titan
a76501d40cfc: Mounted from osmocom-build/debian-bullseye-titan
e236f3e74dc4: Pushed
455ed77c3e8c: Mounted from osmocom-build/debian-bullseye-titan
2a0a41b7a22a: Mounted from osmocom-build/debian-bullseye-titan
8281d4873dd8: Mounted from osmocom-build/debian-bullseye-titan
5b3439091a39: Mounted from osmocom-build/debian-bullseye-titan
9ce5a1f8ab9c: Mounted from osmocom-build/debian-bullseye-titan
98be717c2ee5: Mounted from osmocom-build/debian-bullseye-titan
9c779846f1ee: Mounted from osmocom-build/debian-bullseye-titan
cd9cb2dee57d: Mounted from osmocom-build/debian-bullseye-titan
cb008961935d: Mounted from osmocom-build/debian-bullseye-titan
88cb7589966e: Mounted from osmocom-build/debian-bullseye-titan
eaa8805e92ca: Mounted from osmocom-build/debian-bullseye-titan
13c06bdb0271: Mounted from osmocom-build/debian-bullseye-titan
a13c519c6361: Mounted from osmocom-build/debian-bullseye-titan
303675513c1d: Pushed
latest: digest: sha256:c1144729db7cff06e4820ffb54d1c926e7a7490b0005e381c34c45fa87297eec size: 4501
Finished: SUCCESS