Skip to content

Console Output

Started by upstream project "registry-rebuild-upload-titan" build number 730
originally caused by:
 Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 725
 originally caused by:
  Started by an SCM change
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 6ab6e522495ed21b0c2bbe980572220f2025593a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6ab6e522495ed21b0c2bbe980572220f2025593a # timeout=10
Commit message: "gr-gsm-master: migrate from archlinux to debian-bullseye-build"
 > git rev-list --no-walk 6ab6e522495ed21b0c2bbe980572220f2025593a # timeout=10
[registry-rebuild-upload-ttcn3-bts-tests] $ /bin/sh -xe /tmp/jenkins7615742588276115203.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 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
 ---> 8f29b9331254
Step 4/9 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> d9ec8f9768bc
Step 5/9 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit


 ---> 9c05dd74f5fd
Step 6/9 : RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
 ---> Running in e76266dbf3c6
+ OSMO_TTCN3_BRANCH=master
+ shift
+ cd /osmo-ttcn3-hacks
+ git fetch
From git://git.osmocom.org/osmo-ttcn3-hacks
   562d28e3..49888a65  master     -> origin/master
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
+ git symbolic-ref -q HEAD
refs/heads/master
+ git reset --hard origin/master
HEAD is now at 49888a65 ran emulation: allow multiple reset attempts
+ git rev-parse --abbrev-ref HEAD
master
+ git rev-parse HEAD
49888a65dcf1f8d94411aa0724530b8c188c3237
+ diff -q /tmp/deps-Makefile deps/Makefile
+ ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
'/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
+ ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
'/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
+ ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
'/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
+ ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
'/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
+ make bts
make -j16 -C deps
make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi
cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi
cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/54219599037626c675610d3a44433d01af264fbb" 2>/dev/null; then set -x && git checkout -q -f "origin/54219599037626c675610d3a44433d01af264fbb"; else set -x && git checkout -q -f "54219599037626c675610d3a44433d01af264fbb"; fi
cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi
cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi
cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi
cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi
cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi
cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi
cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/badbad680df216b3211260d56b14734eeb2c9028" 2>/dev/null; then set -x && git checkout -q -f "origin/badbad680df216b3211260d56b14734eeb2c9028"; else set -x && git checkout -q -f "badbad680df216b3211260d56b14734eeb2c9028"; fi
cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi
cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/c20d77a34f288dd70dd4aaa30e520778876e9336" 2>/dev/null; then set -x && git checkout -q -f "origin/c20d77a34f288dd70dd4aaa30e520778876e9336"; else set -x && git checkout -q -f "c20d77a34f288dd70dd4aaa30e520778876e9336"; fi
cd titan.ProtocolEmulations.SCCP && git fetch && if git rev-parse "origin/R.7.A-11-gd4b7a6d" 2>/dev/null; then set -x && git checkout -q -f "origin/R.7.A-11-gd4b7a6d"; else set -x && git checkout -q -f "R.7.A-11-gd4b7a6d"; fi
cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi
cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/24f967b2f77bfdd2e6eabf1e82fa76239095f772" 2>/dev/null; then set -x && git checkout -q -f "origin/24f967b2f77bfdd2e6eabf1e82fa76239095f772"; else set -x && git checkout -q -f "24f967b2f77bfdd2e6eabf1e82fa76239095f772"; fi
cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi
origin/24f967b2f77bfdd2e6eabf1e82fa76239095f772
+ git checkout -q -f 24f967b2f77bfdd2e6eabf1e82fa76239095f772
origin/8362efef7c6fa341eb947a75786878e0685767b7
+ git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
origin/c20d77a34f288dd70dd4aaa30e520778876e9336
+ git checkout -q -f c20d77a34f288dd70dd4aaa30e520778876e9336
origin/e97d92a8b66bec399babea52f593771b76cb175a
+ git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
d4b7a6dbfe50483116052e46c6cd8168ff5692de
+ git checkout -q -f origin/R.7.A-11-gd4b7a6d
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
make[1]: *** [Makefile:182: titan.TestPorts.TELNETasp/update] Error 128
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:182: titan.ProtocolModules.IP/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolEmulations.M3UA/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.MobileL3_v13.4.0/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.GTP_v13.5.0/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.L2TP/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.LLC_v7.1.0/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.M3UA/update] Error 128
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
fatal: unable to access 'https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6/': Failed to connect to gitlab.eclipse.org port 443: Connection timed out
make[1]: *** [Makefile:182: titan.ProtocolModules.ICMPv6/update] Error 128
make[1]: *** [Makefile:182: titan.ProtocolModules.ICMP/update] Error 128
make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
make: *** [Makefile:69: deps] Error 2
The command '/bin/sh -c ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts' returned a non-zero code: 2
../make/Makefile:88: recipe for target 'docker-build' failed
make: *** [docker-build] Error 2
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: FAILURE