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

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 Aug 14 00:24:01 UTC 2020


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

Changes:


------------------------------------------
[...truncated 5.09 KB...]
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_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/3 : FROM debian:stretch
stretch: Pulling from library/debian
Digest: sha256:335ecf9e8d9b2206c2e9e7f8b09547faa9f868e694f7c5be14c38be15ea8a7cf
Status: Image is up to date for debian:stretch
 ---> 6d935b41319b
Step 2/3 : MAINTAINER Harald Welte <laforge at gnumonks.org>
 ---> Using cache
 ---> bc8cc1dc8c4c
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 		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
 ---> 1bf3aa421c99
[Warning] One or more build-args [OSMO_HLR_BRANCH OSMO_MSC_BRANCH USER LIBOSMOCORE_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_STP_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_SIP_BRANCH DISTRO OSMO_BTS_BRANCH OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_TTCN3_BRANCH OSMO_BB_BRANCH OSMO_BSC_BRANCH] were not consumed
Successfully built 1bf3aa421c99
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 1bf3aa421c99
+ docker_depends debian-stretch-build-dist
+ depends=
+ [ -n  ]
+ [ -z  ]
+ 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= 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 OSMO_TTCN3_BRANCH=master \
	--build-arg DISTRO=debian-stretch \
	--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_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/7 : ARG	USER
Step 2/7 : FROM	$USER/debian-stretch-build
 ---> 1bf3aa421c99
Step 3/7 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/"
 ---> Using cache
 ---> 114d9ebba4df
Step 4/7 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> d69fb3ffb3e6
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
 ---> c40a4ad2cf74
Step 6/7 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 947fd7f151a1
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
 ---> 82b9065c9d51
[Warning] One or more build-args [OSMO_MSC_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_MGW_BRANCH LIBOSMOCORE_BRANCH OSMO_BTS_BRANCH OSMO_SGSN_BRANCH DISTRO OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH OSMO_BB_BRANCH OSMO_GGSN_BRANCH OSMO_BSC_BRANCH] were not consumed
Successfully built 82b9065c9d51
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 82b9065c9d51
+ ret=0
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-release-tarballs/ws/>
+ return 0
+ 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 (exists)
  libosmo-abis-0.8.1.tar.bz2 (exists)
  libosmo-abis-1.0.0.tar.bz2 (creating)
+ prepare_repo libosmo-abis 1.0.0
+ local repo=libosmo-abis
+ local tag=1.0.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 297a3be debian/control: change maintainer to the Osmocom team / mailing list
+ git checkout -q 1.0.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... no
configure: error: Package requirements (libosmocore >= 1.4.0) were not met:

Requested 'libosmocore >= 1.4.0' but version of Osmocom Core Library is 1.3.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBOSMOCORE_CFLAGS
and LIBOSMOCORE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 6856 killed;
[ssh-agent] Stopped.



More information about the jenkins-notifications mailing list