See https://jenkins.osmocom.org/jenkins/job/ttcn3-hnbgw-test/502/display/redirect
Changes:
------------------------------------------ [...truncated 95.03 KB...] Setting up libosmo-sigtran-dev:amd64 (1.7.0.32.2a0c.202306140026) ... Setting up libosmo-pfcp-dev:amd64 (0.2.0.13.934b.202306140026) ... Processing triggers for libc-bin (2.31-13+deb11u6) ... Removing intermediate container f39cbad2d1a6 ---> bfce0bcfc65c Step 6/14 : WORKDIR /tmp ---> Running in 2cc20932ac7e Removing intermediate container 2cc20932ac7e ---> 967b996cdcda Step 7/14 : ARG OSMO_HNBGW_BRANCH="master" ---> Running in 1f4e951f4247 Removing intermediate container 1f4e951f4247 ---> 00d1565e8d9c Step 8/14 : RUN git clone https://gerrit.osmocom.org/osmo-hnbgw.git ---> Running in 80002029bbfa [91mCloning into 'osmo-hnbgw'... [0mRemoving intermediate container 80002029bbfa ---> 165dbedfc65a Step 9/14 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-hnbgw/+/$OSMO_HNBGW_BRANCH?f... /tmp/commit-osmo-hnbgw
---> fc51e9b7f07c Step 10/14 : RUN cd osmo-hnbgw && git fetch && git checkout $OSMO_HNBGW_BRANCH && (git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_HNBGW_BRANCH || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && autoreconf -fi && ./configure --enable-pfcp && make "-j$(nproc)" install && ldconfig ---> Running in 8df01081cfb5 [91mAlready on 'master' [0mYour branch is up to date with 'origin/master'. refs/heads/master HEAD is now at ee1a647 Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf master ee1a647547fdf5bf57e93254af76276da88c2e94 [91maclocal: warning: couldn't open directory 'm4': No such file or directory [0mlibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in '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' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. [91mconfigure.ac:23: installing './compile' [0m[91mconfigure.ac:25: installing './config.guess' [0m[91mconfigure.ac:25: installing './config.sub' [0m[91mconfigure.ac:9: installing './install-sh' [0m[91mconfigure.ac:9: installing './missing' [0m[91mdoc/charts/Makefile.am:10: warning: '%'-style pattern rules are a GNU make extension doc/charts/Makefile.am:13: warning: '%'-style pattern rules are a GNU make extension doc/charts/Makefile.am:18: warning: ':='-style assignments are not portable [0m[91msrc/osmo-hnbgw/Makefile.am: installing './depcomp' [0mchecking 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 whether make supports the include directive... yes (GNU style) 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 for library containing sctp_recvmsg... -lsctp checking for libasn1c >= 0.9.30... yes checking for libosmocore >= 1.8.0... yes checking for libosmovty >= 1.8.0... yes checking for libosmoctrl >= 1.8.0... yes checking for libosmogsm >= 1.8.0... yes checking for libosmo-netif >= 1.3.0... yes checking for libosmo-sigtran >= 1.7.0... yes checking for libosmo-rua >= 1.4.0... yes checking for libosmo-ranap >= 1.4.0... yes checking for libosmo-hnbap >= 1.4.0... yes checking for libosmo-mgcp-client >= 1.11.0... yes checking for libosmo-pfcp >= 0.2.0... yes checking for ANSI C header files... (cached) yes checking if gcc supports -fvisibility=hidden... yes checking whether to enable code coverage support... no checking whether to enable VTY/CTRL tests... no [91mPackage systemd was not found in the pkg-config search path. Perhaps you should add the directory containing `systemd.pc' to the PKG_CONFIG_PATH environment variable No package 'systemd' found [0mCFLAGS=" -std=gnu11" CPPFLAGS="" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/hnbgw/Makefile config.status: creating src/Makefile config.status: creating src/osmo-hnbgw/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating tests/ranap_rab_ass/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/manuals/Makefile config.status: creating doc/charts/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/osmo-hnbgw.spec config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands echo 1.4.0.86-ee1a > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/tmp/osmo-hnbgw' Making install in include make[2]: Entering directory '/tmp/osmo-hnbgw/include' Making install in osmocom make[3]: Entering directory '/tmp/osmo-hnbgw/include/osmocom' Making install in hnbgw make[4]: Entering directory '/tmp/osmo-hnbgw/include/osmocom/hnbgw' make[5]: Entering directory '/tmp/osmo-hnbgw/include/osmocom/hnbgw' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/osmo-hnbgw/include/osmocom/hnbgw' make[4]: Leaving directory '/tmp/osmo-hnbgw/include/osmocom/hnbgw' make[4]: Entering directory '/tmp/osmo-hnbgw/include/osmocom' make[5]: Entering directory '/tmp/osmo-hnbgw/include/osmocom' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/osmo-hnbgw/include/osmocom' make[4]: Leaving directory '/tmp/osmo-hnbgw/include/osmocom' make[3]: Leaving directory '/tmp/osmo-hnbgw/include/osmocom' make[3]: Entering directory '/tmp/osmo-hnbgw/include' make[4]: Entering directory '/tmp/osmo-hnbgw/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/osmo-hnbgw/include' make[3]: Leaving directory '/tmp/osmo-hnbgw/include' make[2]: Leaving directory '/tmp/osmo-hnbgw/include' Making install in src make[2]: Entering directory '/tmp/osmo-hnbgw/src' Making install in osmo-hnbgw make[3]: Entering directory '/tmp/osmo-hnbgw/src/osmo-hnbgw' CC osmo_hnbgw_main.o CC hnbgw_hnbap.lo CC hnbgw.lo CC hnbgw_ranap.lo CC hnbgw_rua.lo CC hnbgw_vty.lo CC context_map_rua.lo CC context_map.lo CC hnbgw_cn.lo CC context_map_sccp.lo CC ranap_rab_ass.lo CC mgw_fsm.lo CC tdefs.lo CC hnbgw_pfcp.lo CC ps_rab_ass_fsm.lo CC ps_rab_fsm.lo [91mhnbgw.c: In function 'g_hnbgw_alloc': hnbgw.c:59:32: warning: implicit declaration of function 'mgcp_client_conf_alloc'; did you mean 'mgcp_client_pool_alloc'? [-Wimplicit-function-declaration] 59 | g_hnbgw->config.mgcp_client = mgcp_client_conf_alloc(g_hnbgw); | ^~~~~~~~~~~~~~~~~~~~~~ | mgcp_client_pool_alloc [0m[91mhnbgw.c:59:30: warning: assignment to 'struct mgcp_client_conf *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 59 | g_hnbgw->config.mgcp_client = mgcp_client_conf_alloc(g_hnbgw); | ^ [0m CCLD libhnbgw.la CCLD osmo-hnbgw [91m/usr/bin/ld: ./.libs/libhnbgw.a(hnbgw.o): in function `g_hnbgw_alloc': hnbgw.c:(.text+0x440): undefined reference to `mgcp_client_conf_alloc' [0m[91mcollect2: error: ld returned 1 exit status [0m[91mmake[3]: *** [Makefile:514: osmo-hnbgw] Error 1 [0mmake[3]: Leaving directory '/tmp/osmo-hnbgw/src/osmo-hnbgw' [91mmake[2]: *** [Makefile:390: install-recursive] Error 1 [0mmake[2]: Leaving directory '/tmp/osmo-hnbgw/src' [91mmake[1]: *** [Makefile:461: install-recursive] Error 1 [0mmake[1]: Leaving directory '/tmp/osmo-hnbgw' [91mmake: *** [Makefile:766: install] Error 2 [0mThe command '/bin/sh -c cd osmo-hnbgw && git fetch && git checkout $OSMO_HNBGW_BRANCH && (git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_HNBGW_BRANCH || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && autoreconf -fi && ./configure --enable-pfcp && make "-j$(nproc)" install && ldconfig' returned a non-zero code: 2 make: *** [../make/Makefile:90: docker-build] Error 2 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-hnbgw-test/ws/osmo-hnbgw-master' + exit 1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
jenkins-notifications@lists.osmocom.org