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

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
Sun May 16 00:45:10 UTC 2021


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

Changes:


------------------------------------------
Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 165
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 c64b3155d8c1478e75f83789ada1ca8b58f89a2d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c64b3155d8c1478e75f83789ada1ca8b58f89a2d # timeout=10
Commit message: "ttcn3-stp-test: Add mp_stp_has_asp_quirk:=false for latest"
 > git rev-list --no-walk c64b3155d8c1478e75f83789ada1ca8b58f89a2d # timeout=10
[registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins555218485307838510.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

 ---> Using cache
 ---> 8323d8252d1e
Step 11/22 : RUN	apt-get update && 	apt-get install -y --no-install-recommends --no-install-suggests 		eclipse-titan
 ---> Using cache
 ---> b3256e36df0a
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
 ---> 93e4f1952b1f
Step 13/22 : RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
 ---> Using cache
 ---> 7034d199c95d
Step 14/22 : RUN	apt-get update && 	apt-get -y install wget
 ---> Using cache
 ---> 041fbaa7c4f6
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
 ---> b14f81926518
Step 16/22 : RUN	git config --global user.email docker at dock.er && 	git config --global user.name "Dock Er"
 ---> Using cache
 ---> 3093ff44cf11
Step 17/22 : RUN	git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && 	make -C /osmo-ttcn3-hacks deps
 ---> Using cache
 ---> 081807d9725b
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 504 Gateway Time-out: <html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
../make/Makefile:84: 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