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

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
Fri Feb 26 00:19:06 UTC 2021


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/623/display/redirect?page=changes>

Changes:

[Oliver Smith] repo-install-test: apt update before install wget


------------------------------------------
[...truncated 1.39 KB...]
 > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 27ee885a689163cede1fc0c7f76584ccbb7abb41 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27ee885a689163cede1fc0c7f76584ccbb7abb41 # timeout=10
Commit message: "repo-install-test: apt update before install wget"
 > git rev-list --no-walk 89bf3592c25ff47888c42d2e57be2b38e0f25d62 # timeout=10
[Osmocom-release-tarballs] $ /bin/sh -xe /tmp/jenkins9163661147446920070.sh
+ export OSMO_BRANCH_DOCKER_PLAYGROUND=master
+ . scripts/common.sh
+ dirname /tmp/jenkins9163661147446920070.sh
+ realpath /tmp/..
+ OSMO_CI_DIR=/
+ OSMO_GIT_URL=https://git.osmocom.org
+ OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org
+ OSMO_RELEASE_REPOS=
	libasn1c
	libosmo-abis
	libosmocore
	libosmo-netif
	libosmo-sccp
	libsmpp34
	libusrp
	osmo-bsc
	osmo-bts
	osmo-ggsn
	osmo-hlr
	osmo-iuh
	osmo-mgw
	osmo-msc
	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
>From https://git.osmocom.org/docker-playground
   d725a9a..c63a131  master               -> origin/master
 + 9abab6d...041be0b osmith/wip-ggsn-kmod -> origin/osmith/wip-ggsn-kmod  (forced update)
+ cd _docker_playground
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at c63a131 Remove test backward compatibility with older osmo-* versions
+ cd debian-stretch-build
+ . ../jenkins-common.sh
+ 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-623 = 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  4.608kB
Step 1/5 : ARG	REGISTRY=docker.io
Step 2/5 : ARG	UPSTREAM_DISTRO=debian:stretch
Step 3/5 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
stretch: Pulling from library/debian
Digest: sha256:d0b7b71db141cedc48e1c2807d12b199ffd7ffe75baf272a34c37480dc2159d1
Status: Image is up to date for debian:stretch
 ---> f00be68857e6
Step 4/5 : MAINTAINER Harald Welte <laforge at gnumonks.org>
 ---> Using cache
 ---> 2fe556376106
Step 5/5 : 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 		wget && 	apt-get clean
 ---> Using cache
 ---> a6137bd85542
[Warning] One or more build-args [OSMOCOM_REPO_VERSION OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_GBPROXY_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_SGSN_BRANCH DISTRO OSMOCOM_REPO_MIRROR OSMO_MSC_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH USER OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH] were not consumed
Successfully built a6137bd85542
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 a6137bd85542
+ 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
 ---> a6137bd85542
Step 3/8 : ARG	OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
 ---> Using cache
 ---> b0f4b3a67b22
Step 4/8 : ARG	OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> 576da7fc68de
Step 5/8 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 67d6b2660fb3
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
 ---> da9e62896f35
Step 7/8 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 9587669a5ae4
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 589b9e1f8ef1
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://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB]
Hit:5 http://deb.debian.org/debian stretch Release
Get:6 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ Packages [102 kB]
Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [656 kB]
Fetched 907 kB in 1s (717 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:
 libosmo-gsup-client-dev : Depends: libosmo-gsup-client0 (= 1.2.1) but it is not going to be installed
 libosmo-mgcp-client-dev : Depends: libosmo-mgcp-client6 (= 1.7.0) but it is not going to be installed
 libosmo-ranap-dev : Depends: libosmo-ranap3 (= 1.0.0) but it is not going to be installed
 libosmo-sigtran-dev : Depends: libosmo-sigtran5 (= 1.3.0) 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 17422 killed;
[ssh-agent] Stopped.



More information about the jenkins-notifications mailing list