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

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
Sat Jan 4 00:28:25 UTC 2020


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

------------------------------------------
[...truncated 2.18 KB...]
+ . ../jenkins-common.sh
+ 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>
+ [ xjenkins-Osmocom-release-tarballs-203 = 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 from_line
+ local pull_arg
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-stretch-build/Dockerfile
+ from_line=FROM debian:stretch
+ grep -q $USER
+ echo FROM debian:stretch
+ 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)
+ PULL=--pull make -C ../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 OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_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 docker.io/osmocom-build/debian-stretch-build:latest .
Sending build context to Docker daemon  4.608kB
Step 1/3 : FROM debian:stretch
stretch: Pulling from library/debian
Digest: sha256:85c4668abb4f26e913152ba8fd04fca5f1c2345d3e2653855e6bb0acf461ed50
Status: Image is up to date for debian:stretch
 ---> f6c68e2ad82a
Step 2/3 : MAINTAINER Harald Welte <laforge at gnumonks.org>
 ---> Using cache
 ---> 7a183ab7b723
Step 3/3 : RUN	apt-get update && 	apt-get upgrade -y && 	apt-get install -y --no-install-recommends 		autoconf 		autoconf-archive 		autogen 		automake 		bison 		build-essential 		cppcheck 		debhelper 		devscripts 		dh-autoreconf 		dh-systemd 		doxygen 		flex 		g++ 		gawk 		gcc 		git 		git-buildpackage 		gnupg 		libc-ares-dev 		libdbd-sqlite3 		libdbi-dev 		libfftw3-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libncurses5-dev 		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 		wget && 	apt-get clean
 ---> Using cache
 ---> 1579bfb84653
[Warning] One or more build-args [OSMO_STP_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_BB_BRANCH OSMO_BTS_BRANCH OSMO_GGSN_BRANCH USER OSMO_BSC_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH] were not consumed
Successfully built 1579bfb84653
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 1579bfb84653
+ [ -z  ]
+ 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)
+ PULL= make -C ../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 OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_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 docker.io/osmocom-build/debian-stretch-build-dist:latest .
Sending build context to Docker daemon  6.656kB
Step 1/7 : ARG	USER
Step 2/7 : FROM	$USER/debian-stretch-build
 ---> 1579bfb84653
Step 3/7 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> c9a7bd52f205
Step 4/7 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 128370bff1ee
Step 5/7 : 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
 ---> 2f333044834a
Step 6/7 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> ae8c28dfe50f
Step 7/7 : 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
 ---> Using cache
 ---> a338e51c9cf5
[Warning] One or more build-args [OSMO_MGW_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_SGSN_BRANCH OSMO_MSC_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_HLR_BRANCH OSMO_BB_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH] were not consumed
Successfully built a338e51c9cf5
Successfully tagged osmocom-build/debian-stretch-build-dist:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/_docker_playground/debian-stretch-build-dist'>
+ docker_image_exists debian-stretch-build-dist
+ docker images -q osmocom-build/debian-stretch-build-dist
+ test -n a338e51c9cf5
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/>
+ docker run --rm=true -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/>:/osmo-ci -w /osmo-ci -e KEEP_TEMP= osmocom-build/debian-stretch-build-dist /osmo-ci/scripts/osmocom-release-tarballs.sh
Temp dir: /osmo-ci/_temp
libasn1c
  libasn1c-0.9.28.tar.bz2 (exists)
  libasn1c-0.9.29.tar.bz2 (exists)
  libasn1c-0.9.30.tar.bz2 (exists)
  libasn1c-0.9.31.tar.bz2 (exists)
  libasn1c-0.9.32.tar.bz2 (exists)
libosmo-abis
  libosmo-abis-0.3.0.tar.bz2 (exists)
  libosmo-abis-0.3.2.tar.bz2 (exists)
  libosmo-abis-0.4.0.tar.bz2 (exists)
  libosmo-abis-0.5.0.tar.bz2 (exists)
  libosmo-abis-0.5.1.tar.bz2 (exists)
  libosmo-abis-0.6.0.tar.bz2 (exists)
  libosmo-abis-0.7.0.tar.bz2 (exists)
  libosmo-abis-0.8.0.tar.bz2 (creating)
+ prepare_repo libosmo-abis 0.8.0
+ local repo=libosmo-abis
+ local tag=0.8.0
+ [ -d /osmo-ci/_temp/repos/libosmo-abis ]
+ git -C /osmo-ci/_temp/repos clone https://git.osmocom.org/libosmo-abis
Cloning into 'libosmo-abis'...
+ cd /osmo-ci/_temp/repos/libosmo-abis
+ git clean -qdxf
+ git reset --hard HEAD
HEAD is now at c313d44 Bump version: 0.7.0.8-4c2c-dirty → 0.8.0
+ git checkout -q 0.8.0
+ prepare_depends libosmo-abis
+ cd /osmo-ci/_temp/repos/libosmo-abis
+ autoreconf -fi
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:20: installing './compile'
configure.ac:22: installing './config.guess'
configure.ac:22: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
src/Makefile.am: installing './depcomp'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking if gcc supports -fvisibility=hidden... yes
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOGSM... yes
checking for ORTP... yes
checking dahdi/user.h usability... no
checking dahdi/user.h presence... no
checking for dahdi/user.h... no
configure: error: DAHDI input driver enabled but DAHDI not found
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list