See https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/1886/display/redirect
Changes:
------------------------------------------ [...truncated 11.79 KiB...] --build-arg OSMO_HNODEB_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_REMSIM_BRANCH=master \ --build-arg OSMO_S1GW_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/osmo-gbproxy-master-debian10:latest . Sending build context to Docker daemon 38.91kB Step 1/17 : ARG USER Step 2/17 : ARG DISTRO Step 3/17 : FROM $USER/$DISTRO-build ---> 43f9257dfbf6 Step 4/17 : ARG DISTRO ---> Using cache ---> 83a7cd57986f Step 5/17 : RUN case "$DISTRO" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev libosmo-abis-dev libosmo-netif-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmo-netif)" "pkgconfig(libosmoabis)" "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogb)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" ;; esac ---> Using cache ---> 8e3e0d10f052 Step 6/17 : WORKDIR /tmp ---> Using cache ---> 195f17e0e7f2 Step 7/17 : ARG OSMO_GBPROXY_BRANCH="master" ---> Using cache ---> 15beed3e2462 Step 8/17 : RUN git clone https://gerrit.osmocom.org/osmo-gbproxy.git ---> Using cache ---> 7196b9f2bf5e Step 9/17 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-gbproxy/+/$OSMO_GBPROXY_BRAN... /tmp/commit-osmo-gbproxy
---> 0a3a19e18e27 Step 10/17 : RUN cd osmo-gbproxy && git fetch && git checkout $OSMO_GBPROXY_BRANCH && (git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_GBPROXY_BRANCH || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && autoreconf -fi && ./configure && make "-j$(nproc)" install && ldconfig ---> Running in 991fa0fd8483 [91mFrom https://gerrit.osmocom.org/osmo-gbproxy 9a1a5c93..422ff6a5 master -> origin/master [0m[91m * [new branch] pespin/log -> origin/pespin/log [0m[91mAlready on 'master' [0mYour branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) refs/heads/master HEAD is now at 422ff6a5 Avoid accessing struct log_target members directly master 422ff6a58eee4cb1ebda895ac8ce0371fa0b8d0e libtoolize: 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:21: installing './compile' [0m[91mconfigure.ac:23: installing './config.guess' [0m[91mconfigure.ac:23: installing './config.sub' [0m[91mconfigure.ac:9: installing './install-sh' [0m[91mconfigure.ac:9: installing './missing' [0m[91msrc/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 LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking for LIBOSMOVTY... yes checking for LIBOSMOCTRL... yes checking for LIBOSMOGB... 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 struct tm has tm_gmtoff member... yes 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="-g -O2 -std=gnu11 -Wall -Wno-trigraphs" CPPFLAGS=" -Wall -Wno-trigraphs" 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/gbproxy/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating Makefile config.status: creating bscconfig.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands echo 0.5.1.1-422ff > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/tmp/osmo-gbproxy' Making install in include make[2]: Entering directory '/tmp/osmo-gbproxy/include' Making install in osmocom make[3]: Entering directory '/tmp/osmo-gbproxy/include/osmocom' Making install in gbproxy make[4]: Entering directory '/tmp/osmo-gbproxy/include/osmocom/gbproxy' make[5]: Entering directory '/tmp/osmo-gbproxy/include/osmocom/gbproxy' 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-gbproxy/include/osmocom/gbproxy' make[4]: Leaving directory '/tmp/osmo-gbproxy/include/osmocom/gbproxy' make[4]: Entering directory '/tmp/osmo-gbproxy/include/osmocom' make[5]: Entering directory '/tmp/osmo-gbproxy/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-gbproxy/include/osmocom' make[4]: Leaving directory '/tmp/osmo-gbproxy/include/osmocom' make[3]: Leaving directory '/tmp/osmo-gbproxy/include/osmocom' make[3]: Entering directory '/tmp/osmo-gbproxy/include' make[4]: Entering directory '/tmp/osmo-gbproxy/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-gbproxy/include' make[3]: Leaving directory '/tmp/osmo-gbproxy/include' make[2]: Leaving directory '/tmp/osmo-gbproxy/include' Making install in src make[2]: Entering directory '/tmp/osmo-gbproxy/src' CC gb_proxy_vty.o CC gb_proxy_ctrl.o CC gb_proxy_main.o CC gb_proxy.o [91mgb_proxy_vty.c: In function 'log_set_bvc_filter': [0m[91mgb_proxy_vty.c:477:3: warning: implicit declaration of function 'log_set_filter'; did you mean 'log_set_bvc_filter'? [-Wimplicit-function-declaration] log_set_filter(target, LOG_FLT_GB_BVC, true); ^~~~~~~~~~~~~~ log_set_bvc_filter [0m[91mgb_proxy_vty.c:478:3: warning: implicit declaration of function 'log_set_filter_data'; did you mean 'log_set_context'? [-Wimplicit-function-declaration] log_set_filter_data(target, LOG_FLT_GB_BVC, (void *)bvci_filter); ^~~~~~~~~~~~~~~~~~~ log_set_context [0m[91mgb_proxy_vty.c:479:13: warning: implicit declaration of function 'log_get_filter'; did you mean 'log_set_bvc_filter'? [-Wimplicit-function-declaration] } else if (log_get_filter(target, LOG_FLT_GB_BVC)) { ^~~~~~~~~~~~~~ log_set_bvc_filter [0m CC gb_proxy_peer.o CCLD osmo-gbproxy [91m/usr/bin[0m[91m/[0m[91mld:[0m[91m gb_proxy_vty.o[0m[91m:[0m[91m in[0m[91m function[0m[91m [0m[91m`log_set_bvc_filter[0m[91m':[0m[91m [0m[91m/tmp[0m[91m/[0m[91mosmo-gbproxy[0m[91m/src[0m[91m/[0m[91mgb_proxy_vty.c:477[0m[91m:[0m[91m undefined[0m[91m reference to [0m[91m`[0m[91mlog_set_filter[0m[91m'[0m[91m /usr/bin/ld: /tmp/[0m[91mosmo-gbproxy/src/gb_proxy_vty.c:[0m[91m478[0m[91m: [0m[91mundefined[0m[91m reference to `log_set_filter_data' [0m[91mcollect2: error: ld returned 1 exit status [0m[91mmake[2]: *** [Makefile:448: osmo-gbproxy] Error 1 [0mmake[2]: Leaving directory '/tmp/osmo-gbproxy/src' make[1]: Leaving directory '/tmp/osmo-gbproxy' [91mmake[1]: *** [Makefile:441: install-recursive] Error 1 [0m[91mmake: *** [Makefile:740: install] Error 2 [0mThe command '/bin/sh -c cd osmo-gbproxy && git fetch && git checkout $OSMO_GBPROXY_BRANCH && (git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_GBPROXY_BRANCH || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && autoreconf -fi && ./configure && make "-j$(nproc)" install && ldconfig' returned a non-zero code: 2 make: *** [../make/Makefile:97: docker-build] Error 2 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/ws/osmo-gbproxy-master' + exit 1 + RC=1 + uptime + grep --color=always -o load.* [01;31m[Kload average: 0.24, 0.06, 0.12[m[K + 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?
See https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/1887/display/redirect
Changes:
------------------------------------------ Started by user Oliver Smith Running as SYSTEM Building remotely on gtp0-deb10fr (hdlc dahdi) in workspace https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/ws/ The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/docker-playground
git init https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/ws/ # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
git --version # timeout=10 git --version # 'git version 2.20.1' git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10 git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10 git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bbbe67c515bb3bd6b71886491a29780134471aaa (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f bbbe67c515bb3bd6b71886491a29780134471aaa # timeout=10
Commit message: "debian-trixie-obs-latest: fix signed-by= path"
git rev-list --no-walk bbbe67c515bb3bd6b71886491a29780134471aaa # timeout=10
[ttcn3-gbproxy-test-fr] $ /bin/sh -xe /tmp/jenkins13598763647870201588.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-gbproxy-test-fr + export IMAGE_SUFFIX=master-debian10 + cd ttcn3-gbproxy-test-fr + [ master-debian10 = master-debian10 ] + make -C debian-buster-build make: *** debian-buster-build: No such file or directory. Stop. 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