See https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-titan/349/display/redirect
Changes:
------------------------------------------ Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 345 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 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 f31b6adb99a95b42663a2ffe2229f3664990ce12 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f f31b6adb99a95b42663a2ffe2229f3664990ce12 # timeout=10
Commit message: "osmo-mgw.cfg: configure control interface"
git rev-list --no-walk f31b6adb99a95b42663a2ffe2229f3664990ce12 # timeout=10
[registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins2110423467027012898.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 29.18kB Step 1/22 : ARG REGISTRY=docker.io Step 2/22 : ARG UPSTREAM_DISTRO=debian:stretch Step 3/22 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} ---> 9419e2bdcfa2 Step 4/22 : ARG OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org" ---> Using cache ---> c21e5ca5e81c Step 5/22 : MAINTAINER Harald Welte laforge@gnumonks.org ---> Using cache ---> 8dd70cb0dd89 Step 6/22 : ARG OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/" ---> Using cache ---> ac8de1e6934f Step 7/22 : RUN apt-get update && apt-get install -y gnupg ---> Using cache ---> 564e4f2b8103 Step 8/22 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> 1963f55af19e 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 ---> 2d759b2a65d3 Step 10/22 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 38b6454fad9d Step 11/22 : RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests eclipse-titan ---> Using cache ---> 830e7af29ba6 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 ---> a0d06bf6008f Step 13/22 : RUN sed -i 's/^#error///#error/' /usr/include/titan/cversion.h ---> Using cache ---> 0e59686d5f2c Step 14/22 : RUN apt-get update && apt-get -y install wget ---> Using cache ---> 3833b601577a Step 15/22 : RUN DPKG_ARCH="$(dpkg --print-architecture)" && export $DPKG_ARCH && wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_$%7BDPKG... && wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_$%7BD... && dpkg -i ./libfftranscode0_0.3_${DPKG_ARCH}.deb ./libfftranscode-dev_0.3_${DPKG_ARCH}.deb && apt install --fix-broken && rm libfftranscode*.deb ---> Using cache ---> c4735aab76db Step 16/22 : RUN git config --global user.email docker@dock.er && git config --global user.name "Dock Er" ---> Using cache ---> 69d726329658 Step 17/22 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && make -C /osmo-ttcn3-hacks deps ---> Using cache ---> 56b5227473a2 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
jenkins-notifications@lists.osmocom.org