Build failed in Jenkins: registry-rebuild-upload-titan #214

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Thu Jun 10 00:43:12 UTC 2021


See <https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/214/display/redirect>

Changes:


------------------------------------------
Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 211
originally caused by:
 Started by timer
Running as SYSTEM
Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace <https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/>
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 <https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/> # 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 4acbc1874e02e67d3fe9733dd86afc4402bd8bb1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4acbc1874e02e67d3fe9733dd86afc4402bd8bb1 # timeout=10
Commit message: "debian-stretch-jenkins: install libcdk5-dev"
 > git rev-list --no-walk 4acbc1874e02e67d3fe9733dd86afc4402bd8bb1 # timeout=10
[registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins6936474632073547853.sh
+ REGISTRY=registry.osmocom.org
+ make -C debian-stretch-titan REGISTRY_HOST=registry.osmocom.org
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/debian-stretch-titan'>
rm -rf .common
cp -r <https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/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:stretch \
	--build-arg DISTRO=debian-stretch \
	--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_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/debian-stretch-titan:latest .
Sending build context to Docker daemon  28.67kB
Step 1/22 : ARG	REGISTRY=docker.io
Step 2/22 : ARG	UPSTREAM_DISTRO=debian:stretch
Step 3/22 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
 ---> acf04b8ccc37
Step 4/22 : ARG	OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
 ---> Using cache
 ---> 420a3144e4a9
Step 5/22 : MAINTAINER Harald Welte <laforge at gnumonks.org>
 ---> Using cache
 ---> c08126d95ca5
Step 6/22 : ARG	OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> fda701712217
Step 7/22 : RUN	apt-get update && apt-get install -y 		gnupg
 ---> Using cache
 ---> 7dd25e0eb917
Step 8/22 : COPY	.common/Release.key /tmp/Release.key
 ---> Using cache
 ---> b34d5dc3dfa8
Step 9/22 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list
 ---> Using cache
 ---> 45632f033124
Step 10/22 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> 4461d16d1fd8
Step 11/22 : RUN	apt-get update && 	apt-get install -y --no-install-recommends --no-install-suggests 		eclipse-titan
 ---> Running in 804807710e6a
Ign:2 http://deb.debian.org/debian stretch InRelease
Get:3 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB]
Get:4 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
Hit:5 http://deb.debian.org/debian stretch Release
Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [692 kB]
Reading package lists...
E: The method driver /usr/lib/apt/methods/https could not be found.
The command '/bin/sh -c apt-get update && 	apt-get install -y --no-install-recommends --no-install-suggests 		eclipse-titan' returned a non-zero code: 100
../make/Makefile:84: recipe for target 'docker-build' failed
make: *** [docker-build] Error 100
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/ws/debian-stretch-titan'>
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list