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

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
Tue Apr 20 08:23:19 UTC 2021


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

Changes:


------------------------------------------
Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 116
originally caused by:
 Started by an SCM change
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/>
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 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
 > git config remote.origin.url git://git.osmocom.org/docker-playground # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git fetch --tags --progress -- git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 74e10366e119d78a4e866600e44be464fb3cfc74 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 74e10366e119d78a4e866600e44be464fb3cfc74 # timeout=10
Commit message: "ttcn3-pcu-sns: add vty parameter to allow ttcn3 to connect"
 > git rev-list --no-walk 74e10366e119d78a4e866600e44be464fb3cfc74 # timeout=10
[registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins8191658449647560838.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 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_VERSION=latest \
	--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}
 ---> fe718d1e4082
Step 4/22 : ARG	OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
 ---> Using cache
 ---> c8a24f734d6c
Step 5/22 : MAINTAINER Harald Welte <laforge at gnumonks.org>
 ---> Using cache
 ---> 5a3a11869119
Step 6/22 : ARG	OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> f50cc77d5643
Step 7/22 : RUN	apt-get update && apt-get install -y 		gnupg
 ---> Using cache
 ---> d755a2342a01
Step 8/22 : COPY	.common/Release.key /tmp/Release.key
 ---> Using cache
 ---> d48ed48f3ced
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
 ---> 2fd4aa30cb6c
Step 10/22 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> ffac8f453517
Step 11/22 : RUN	apt-get update && 	apt-get install -y --no-install-recommends --no-install-suggests 		eclipse-titan
 ---> Using cache
 ---> a47aa50ea8b3
Step 12/22 : RUN	apt-get update && 	apt-get upgrade -y && 	DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests 		build-essential 		git 		procps 		tcpdump 		wireshark-common 		vim 		netcat-openbsd 		&& 	apt-get clean
 ---> Using cache
 ---> f99fd1d1408f
Step 13/22 : RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
 ---> Using cache
 ---> c30b4ab9159b
Step 14/22 : RUN	apt-get update && 	apt-get -y install wget
 ---> Using cache
 ---> e969f05807c6
Step 15/22 : RUN	DPKG_ARCH="$(dpkg --print-architecture)" && export $DPKG_ARCH && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_${DPKG_ARCH}.deb && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_${DPKG_ARCH}.deb && 	dpkg -i ./libfftranscode0_0.3_${DPKG_ARCH}.deb ./libfftranscode-dev_0.3_${DPKG_ARCH}.deb && 	apt install --fix-broken && 	rm libfftranscode*.deb
 ---> Using cache
 ---> a6eab278350e
Step 16/22 : RUN	git config --global user.email docker at dock.er && 	git config --global user.name "Dock Er"
 ---> Using cache
 ---> dd2426eab676
Step 17/22 : RUN	git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && 	make -C /osmo-ttcn3-hacks deps
 ---> Using cache
 ---> 08e561a8e4d6
Step 18/22 : ADD	https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile /tmp/deps-Makefile
ADD failed: failed to GET https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile with status 502 Bad Gateway: <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
../make/Makefile:70: recipe for target 'docker-build' failed
make: *** [docker-build] Error 1
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