Build failed in Jenkins: Osmocom-release-tarballs #634

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
Wed Mar 10 00:19:06 UTC 2021


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/634/display/redirect>

Changes:


------------------------------------------
[...truncated 2.39 KB...]
	osmo-pcu
	osmo-sgsn
	osmo-sip-connector
	osmo-sysmon
	osmo-trx
	osmocom-bb

+ OSMO_BRANCH_DOCKER_PLAYGROUND=master
+ docker_images_require debian-stretch-build debian-stretch-build-dist
+ local oldpwd=<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/>
+ [ -L _docker_playground ]
+ [ -d _docker_playground ]
+ git -C _docker_playground fetch
+ cd _docker_playground
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 79b752f */osmo-bsc.cfg: remove obsolete no-op parameters
+ cd debian-stretch-build
+ . ../jenkins-common.sh
+ realpath ../_cache
+ CACHE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/_cache>
+ realpath ../scripts/kernel-test
+ KERNEL_TEST_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/scripts/kernel-test>
+ IMAGE_DIR_PREFIX=..
+ set -x
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/logs>
+ [ ! -d <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/logs> ]
+ [ xjenkins-Osmocom-release-tarballs-634 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build>
+ SUITE_NAME=debian-stretch-build
+ NET_NAME=debian-stretch-build
+ docker_images_require debian-stretch-build debian-stretch-build-dist
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ docker_depends debian-stretch-build
+ depends=
+ [ -n  ]
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian-stretch-build
+ echo debian:stretch
+ upstream_distro_arg=debian:stretch
+ docker_distro_from_image_name debian-stretch-build
+ echo debian-stretch
+ distro_arg=debian-stretch
+ docker_dir_from_image_name debian-stretch-build
+ echo debian-stretch-build
+ dir=debian-stretch-build
+ pull_arg=--pull
+ grep ^FROM ../debian-stretch-build/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ echo Building image: debian-stretch-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian-stretch-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../debian-stretch-build PULL=--pull UPSTREAM_DISTRO=debian:stretch DISTRO=debian-stretch IMAGE=osmocom-build/debian-stretch-build
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build'>
docker build \
	--build-arg USER=osmocom-build \
	--build-arg REGISTRY=docker.io \
	--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 \
	--pull -t osmocom-build/debian-stretch-build:latest .
Sending build context to Docker daemon  7.168kB
Step 1/9 : ARG	REGISTRY=docker.io
Step 2/9 : ARG	UPSTREAM_DISTRO=debian:stretch
Step 3/9 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
stretch: Pulling from library/debian
Digest: sha256:d0b7b71db141cedc48e1c2807d12b199ffd7ffe75baf272a34c37480dc2159d1
Status: Image is up to date for debian:stretch
 ---> f00be68857e6
Step 4/9 : ARG	OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
 ---> Using cache
 ---> b0db108fbc45
Step 5/9 : ARG	OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/Debian_9.0/"
 ---> Using cache
 ---> 05540caadc9f
Step 6/9 : RUN	apt-get update && 	apt-get upgrade -y && 	apt-get install -y --no-install-recommends 		autoconf 		autoconf-archive 		autogen 		automake 		bison 		build-essential 		cppcheck 		dahdi-source 		debhelper 		devscripts 		dh-autoreconf 		dh-systemd 		doxygen 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		git 		git-buildpackage 		gnupg 		libc-ares-dev 		libdbd-sqlite3 		libdbi-dev 		libfftw3-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libtalloc-dev 		libtool 		libreadline-dev 		libsctp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libusb-dev 		libusb-1.0-0-dev 		make 		pkg-config 		sqlite3 		stow 		telnet 		wget && 	apt-get clean
 ---> Using cache
 ---> e5436c8319c7
Step 7/9 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 5c85d4b3bc49
Step 8/9 : RUN	apt-key add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 ---> Using cache
 ---> e6e13bd5987a
Step 9/9 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 628a15a269aa
[Warning] One or more build-args [OSMOCOM_REPO_VERSION OSMO_BTS_BRANCH OSMO_GBPROXY_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_HLR_BRANCH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH DISTRO OSMO_GSM_TESTER_BRANCH OSMO_MSC_BRANCH OSMO_NITB_BRANCH OSMO_TTCN3_BRANCH USER] were not consumed
Successfully built 628a15a269aa
Successfully tagged osmocom-build/debian-stretch-build:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build'>
+ docker_image_exists debian-stretch-build
+ docker images -q osmocom-build/debian-stretch-build
+ test -n 628a15a269aa
+ docker_depends debian-stretch-build-dist
+ depends=
+ [ -n  ]
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian-stretch-build-dist
+ echo debian:stretch
+ upstream_distro_arg=debian:stretch
+ docker_distro_from_image_name debian-stretch-build-dist
+ echo debian-stretch
+ distro_arg=debian-stretch
+ docker_dir_from_image_name debian-stretch-build-dist
+ echo debian-stretch-build-dist
+ dir=debian-stretch-build-dist
+ pull_arg=--pull
+ grep ^FROM ../debian-stretch-build-dist/Dockerfile
+ from_line=FROM	$USER/debian-stretch-build
+ echo FROM	$USER/debian-stretch-build
+ grep -q $USER
+ pull_arg=
+ echo Building image: debian-stretch-build-dist (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian-stretch-build-dist (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../debian-stretch-build-dist PULL= UPSTREAM_DISTRO=debian:stretch DISTRO=debian-stretch IMAGE=osmocom-build/debian-stretch-build-dist
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build-dist'>
docker build \
	--build-arg USER=osmocom-build \
	--build-arg REGISTRY=docker.io \
	--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 osmocom-build/debian-stretch-build-dist:latest .
Sending build context to Docker daemon  6.656kB
Step 1/8 : ARG	USER
Step 2/8 : FROM	$USER/debian-stretch-build
 ---> 628a15a269aa
Step 3/8 : ARG	OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
 ---> Using cache
 ---> da7961847e83
Step 4/8 : ARG	OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> 2b8a9ba2964b
Step 5/8 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 726924250058
Step 6/8 : 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
 ---> 4da443a75234
Step 7/8 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> f7b2524eac4e
Step 8/8 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		libboost-all-dev 		liboping-dev 		libuhd-dev 				libasn1c-dev 		libgtp-dev 		libgtpnl-dev 		liblimesuite-dev 		liborcania-dev 		libosmo-abis-dev 		libosmocore-dev 		libosmodsp-dev 		libosmo-gsup-client-dev 		libosmo-mgcp-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sccp-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libulfius-dev 		libusrp-dev 		libyder-dev && 	apt-get clean
 ---> Running in 22a791cf3fe4
Get:1 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ InRelease [1611 B]
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]
Get:5 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ InRelease [1593 B]
Hit:6 http://deb.debian.org/debian stretch Release
Get:7 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ Packages [102 kB]
Get:8 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ Packages [114 kB]
Fetched 365 kB in 0s (807 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libasn1c-dev : Depends: osmocom-latest but it is not going to be installed
                Depends: libasn1c1 (= 0.9.33) but it is not going to be installed
 libgtpnl-dev : Depends: osmocom-latest but it is not going to be installed
                Depends: libgtpnl0 (= 1.2.2) but it is not going to be installed
 liblimesuite-dev : Depends: liblimesuite20.10-1 (= 20.10.0-1) but it is not going to be installed
 libosmo-abis-dev : Depends: osmocom-latest but it is not going to be installed
                    Depends: libosmotrau2 (= 1.1.1) but it is not going to be installed
                    Depends: libosmoabis10 (= 1.1.1) but it is not going to be installed
 libosmo-gsup-client-dev : Depends: libosmo-gsup-client0 (= 1.3.0.1.649c) but it is not going to be installed
 libosmo-mgcp-client-dev : Depends: osmocom-latest but it is not going to be installed
                           Depends: libosmo-mgcp-client8 (= 1.8.1) but it is not going to be installed
 libosmo-netif-dev : Depends: osmocom-latest but it is not going to be installed
                     Depends: libosmonetif8 (= 1.1.0) but it is not going to be installed
 libosmo-ranap-dev : Depends: osmocom-latest but it is not going to be installed
                     Depends: libosmo-ranap3 (= 1.0.0) but it is not going to be installed
 libosmo-sccp-dev : Depends: osmocom-latest but it is not going to be installed
 libosmo-sigtran-dev : Depends: osmocom-latest but it is not going to be installed
                       Depends: libosmo-sigtran5 (= 1.4.0) but it is not going to be installed
 libsmpp34-dev : Depends: osmocom-latest but it is not going to be installed
                 Depends: libsmpp1 (= 1.14.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		libboost-all-dev 		liboping-dev 		libuhd-dev 				libasn1c-dev 		libgtp-dev 		libgtpnl-dev 		liblimesuite-dev 		liborcania-dev 		libosmo-abis-dev 		libosmocore-dev 		libosmodsp-dev 		libosmo-gsup-client-dev 		libosmo-mgcp-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sccp-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libulfius-dev 		libusrp-dev 		libyder-dev && 	apt-get clean' returned a non-zero code: 100
../make/Makefile:66: recipe for target 'docker-build' failed
make: *** [docker-build] Error 100
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build-dist'>
+ exit 1
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 26041 killed;
[ssh-agent] Stopped.



More information about the jenkins-notifications mailing list