See <https://jenkins.osmocom.org/jenkins/job/ttcn3-gbproxy-test-fr/1884/display/…>
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_BRA… /tmp/commit-osmo-gbproxy
---> f2bf3f98bec9
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 247c24919021
[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.o
CC gb_proxy_main.o
CC gb_proxy_vty.o
CC gb_proxy_ctrl.o
[91mgb_proxy_vty.c: In function 'log_set_bvc_filter':
gb_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/ld: gb_proxy_vty.o: in function `log_set_bvc_filter':
/tmp/osmo-gbproxy/src/gb_proxy_vty.c:477: undefined reference to `log_set_filter'
/usr/bin[0m[91m/ld: /tmp/osmo-gbproxy/src/gb_proxy_vty.c:478: undefined reference to `log_set_filter_data'
[0m[91mcollect2: error: ld returned 1 exit status
[0mmake[2]: Leaving directory '/tmp/osmo-gbproxy/src'
[91mmake[2]: *** [Makefile:448: osmo-gbproxy] Error 1
[0m[91mmake[1]: *** [Makefile:441: install-recursive] Error 1
[0mmake[1]: Leaving directory '/tmp/osmo-gbproxy'
[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-gbpro…'>
+ exit 1
+ RC=1
+ uptime+ grep --color=always -o load.*
[01;31m[Kload average: 0.33, 0.08, 0.16[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/master-osmo-remsim/a1=default,a2=de…>
Changes:
------------------------------------------
[...truncated 113.48 KiB...]
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) 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 >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libulfius... yes
checking for liborcania... yes
checking for jansson... yes
checking for libpcsclite... yes
checking for csv_init in -lcsv... yes
checking for csv.h... yes
checking for libosmousb >= 1.11.0... yes
checking for libosmo-simtrace2 >= 0.9.0... yes
checking for libusb-1.0... yes
checking for libpcsclite... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for OSMO_GSM_MANUALS_DIR... /opt/osmo-gsm-manuals (from env)
All dependencies installed!
CFLAGS="-g -std=gnu11 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libosmo-rspro.pc
config.status: creating contrib/Makefile
config.status: creating contrib/etc_default/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating src/Makefile
config.status: creating src/rspro/Makefile
config.status: creating src/bankd/Makefile
config.status: creating src/client/Makefile
config.status: creating src/client/osmo-remsim-client-reader_conf
config.status: creating src/server/Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/rspro/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
+ make -j 12
echo 1.1.2 > .version-t && mv .version-t .version
make all-recursive
make[1]: Entering directory '/build'
Making all in contrib
make[2]: Entering directory '/build/contrib'
Making all in etc_default
make[3]: Entering directory '/build/contrib/etc_default'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/contrib/etc_default'
Making all in systemd
make[3]: Entering directory '/build/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/contrib/systemd'
make[3]: Entering directory '/build/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/contrib'
make[2]: Leaving directory '/build/contrib'
Making all in src
make[2]: Entering directory '/build/src'
Making all in rspro
make[3]: Entering directory '/build/src/rspro'
CC ATR.lo
CC BankId.lo
CC BankSlot.lo
CC BankSlotStatusInd.lo
CC ClientId.lo
CC ClientSlot.lo
CC ClientSlotStatusInd.lo
CC ComponentIdentity.lo
CC ComponentName.lo
CC ComponentType.lo
CC ConfigClientIdReq.lo
CC ConfigClientIdRes.lo
CC ConfigClientBankReq.lo
CC ConfigClientBankRes.lo
CC ConnectBankReq.lo
CC ConnectBankRes.lo
CC ConnectClientReq.lo
CC ConnectClientRes.lo
CC CreateMappingReq.lo
CC CreateMappingRes.lo
CC ErrorCode.lo
CC ErrorInd.lo
CC ErrorSeverity.lo
CC ErrorString.lo
CC IpAddress.lo
CC IpPort.lo
CC Ipv4Address.lo
CC Ipv6Address.lo
CC OperationTag.lo
CC PortNumber.lo
CC RemoveMappingReq.lo
CC RemoveMappingRes.lo
CC ResetStateReq.lo
CC ResetStateRes.lo
CC ResultCode.lo
CC RsproPDU.lo
CC RsproPDUchoice.lo
CC SetAtrReq.lo
CC SetAtrRes.lo
CC SlotNumber.lo
CC SlotPhysStatus.lo
CC TpduCardToModem.lo
CC TpduFlags.lo
CC TpduModemToCard.lo
CC BOOLEAN.lo
CC IA5String.lo
CC INTEGER.lo
CC NativeEnumerated.lo
CC NativeInteger.lo
CC constr_CHOICE.lo
CC constr_SEQUENCE.lo
CC OCTET_STRING.lo
CC BIT_STRING.lo
CC asn_codecs_prim.lo
CC ber_tlv_length.lo
CC ber_tlv_tag.lo
CC ber_decoder.lo
CC der_encoder.lo
CC constr_TYPE.lo
CC constraints.lo
CC xer_support.lo
CC xer_decoder.lo
CC xer_encoder.lo
CC per_support.lo
CC per_decoder.lo
CC per_encoder.lo
CC per_opentype.lo
CCLD libosmo-asn1-rspro.la
make[3]: Leaving directory '/build/src/rspro'
Making all in .
make[3]: Entering directory '/build/src'
CC rspro_util.lo
CC asn1c_helpers.lo
CCLD libosmo-rspro.la
make[3]: Leaving directory '/build/src'
Making all in bankd
make[3]: Entering directory '/build/src/bankd'
CC slotmap.o
CC rspro_client_fsm.o
CC debug.o
(cd ../../src && make libosmo-rspro.la)
CC bankd_main.o
CC bankd_pcsc.o
CC gsmtap.o
CC driver_core.o
CC driver_pcsc.o
CC main.o
make[4]: Entering directory '/build/src'
make[4]: 'libosmo-rspro.la' is up to date.
make[4]: Leaving directory '/build/src'
CCLD pcsc_test
CCLD osmo-remsim-bankd
make[3]: Leaving directory '/build/src/bankd'
Making all in server
make[3]: Entering directory '/build/src/server'
CC remsim_server.o
CC rspro_server.o
CC rest_api.o
(cd ../../src && make libosmo-rspro.la)
CC rspro_util.o
CC slotmap.o
CC debug.o
make[4]: Entering directory '/build/src'
make[4]: 'libosmo-rspro.la' is up to date.
make[4]: Leaving directory '/build/src'
rspro_server.c: In function '_update_client_for_slotmap':
rspro_server.c:327:34: error: implicit declaration of function 'inet_addr' [-Wimplicit-function-declaration]
327 | bankd_ip = ntohl(inet_addr(ip_str));
| ^~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:13,
from rspro_server.c:9:
rspro_server.c:334:85: error: implicit declaration of function 'inet_ntoa' [-Wimplicit-function-declaration]
334 | LOGPFSML(conn->fi, LOGL_NOTICE, "Bankd IP/Port changed to %s:%u\n", inet_ntoa(ia), bankd_port);
| ^~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:105:82: note: in definition of macro 'LOGPSRCC'
105 | logp_stub(caller_file, caller_line, cont, fmt, ##args); \
| ^~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:149:17: note: in expansion of macro 'LOGPSRC'
149 | LOGPSRC(subsys, level, \
| ^~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:175:17: note: in expansion of macro 'LOGPFSMSLSRC'
175 | LOGPFSMSLSRC(fi, (fi) ? (fi)->fsm->log_subsys : DLGLOBAL, level, \
| ^~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:163:17: note: in expansion of macro 'LOGPFSMLSRC'
163 | LOGPFSMLSRC(fi, level, __FILE__, __LINE__, fmt, ## args)
| ^~~~~~~~~~~
rspro_server.c:334:17: note: in expansion of macro 'LOGPFSML'
334 | LOGPFSML(conn->fi, LOGL_NOTICE, "Bankd IP/Port changed to %s:%u\n", inet_ntoa(ia), bankd_port);
| ^~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:151:25: error: format '%s' expects argument of type 'char *', but argument 9 has type 'int' [-Werror=format=]
151 | "%s{%s}: " fmt, \
| ^~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:82: note: in definition of macro 'LOGPSRCC'
112 | logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \
| ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:149:17: note: in expansion of macro 'LOGPSRC'
149 | LOGPSRC(subsys, level, \
| ^~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:175:17: note: in expansion of macro 'LOGPFSMSLSRC'
175 | LOGPFSMSLSRC(fi, (fi) ? (fi)->fsm->log_subsys : DLGLOBAL, level, \
| ^~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:163:17: note: in expansion of macro 'LOGPFSMLSRC'
163 | LOGPFSMLSRC(fi, level, __FILE__, __LINE__, fmt, ## args)
| ^~~~~~~~~~~
rspro_server.c:334:17: note: in expansion of macro 'LOGPFSML'
334 | LOGPFSML(conn->fi, LOGL_NOTICE, "Bankd IP/Port changed to %s:%u\n", inet_ntoa(ia), bankd_port);
| ^~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:151:25: error: format '%s' expects argument of type 'char *', but argument 9 has type 'int' [-Werror=format=]
151 | "%s{%s}: " fmt, \
| ^~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:76: note: in definition of macro 'LOGPSRCC'
114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \
| ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:149:17: note: in expansion of macro 'LOGPSRC'
149 | LOGPSRC(subsys, level, \
| ^~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:175:17: note: in expansion of macro 'LOGPFSMSLSRC'
175 | LOGPFSMSLSRC(fi, (fi) ? (fi)->fsm->log_subsys : DLGLOBAL, level, \
| ^~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:163:17: note: in expansion of macro 'LOGPFSMLSRC'
163 | LOGPFSMLSRC(fi, level, __FILE__, __LINE__, fmt, ## args)
| ^~~~~~~~~~~
rspro_server.c:334:17: note: in expansion of macro 'LOGPFSML'
334 | LOGPFSML(conn->fi, LOGL_NOTICE, "Bankd IP/Port changed to %s:%u\n", inet_ntoa(ia), bankd_port);
| ^~~~~~~~
cc1: all warnings being treated as errors
make[3]: Leaving directory '/build/src/server'
make[3]: *** [Makefile:472: rspro_server.o] Error 1
make[2]: Leaving directory '/build/src'
make[2]: *** [Makefile:550: all-recursive] Error 1
make[1]: *** [Makefile:488: all-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:412: all] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2442496 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4…>
Changes:
------------------------------------------
Started by upstream project "update-osmo-ci-on-slaves" build number 3248
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on rpi4-raspbian12build-ansible-1 (raspbian) in workspace /home/osmocom-build/jenkins/workspace/update-osmo-ci-on-slaves/label/rpi4-raspbian12build-ansible-1
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/osmo-ci
> git init /home/osmocom-build/jenkins/workspace/update-osmo-ci-on-slaves/label/rpi4-raspbian12build-ansible-1 # timeout=10
FATAL: java.io.IOException: Unexpected EOF
java.io.IOException: Unexpected EOF
at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:111)
at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:40)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rpi4-raspbian12build-ansible-1
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.Request.call(Request.java:204)
at hudson.remoting.Channel.call(Channel.java:1107)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy62.execute(Unknown Source)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1860)
at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:460)
Caused: hudson.remoting.RequestAbortedException
at hudson.remoting.Request.abort(Request.java:358)
at hudson.remoting.Channel.terminate(Channel.java:1189)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
See <https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/128446/display/r…>
Changes:
------------------------------------------
Started by upstream project "master-osmo-hnodeb" build number 10113
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace <https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/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/osmo-ci
> git init <https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_master/ws/> # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://gerrit.osmocom.org/osmo-ci/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2848)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2189)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:880)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164)
at hudson.remoting.UserRequest.perform(UserRequest.java:225)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:391)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build5-deb12build-ansible
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
at hudson.remoting.Channel.call(Channel.java:1108)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy62.execute(Unknown Source)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1860)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:460)
ERROR: Error cloning remote repo 'origin'
See <https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-asan/594/display/red…>
Changes:
------------------------------------------
Started by timer
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace <https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-asan/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-bts-test-asan/ws/> # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://gerrit.osmocom.org/docker-playground/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2848)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2189)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:880)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164)
at hudson.remoting.UserRequest.perform(UserRequest.java:225)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:391)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build5-deb12build-ansible
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
at hudson.remoting.Channel.call(Channel.java:1108)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy62.execute(Unknown Source)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1860)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:460)
ERROR: Error cloning remote repo 'origin'
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-bts-test/3030/display/redirect>
Changes:
------------------------------------------
Started by timer
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace <https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test/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-bts-test/ws/> # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
> git --version # timeout=10
> git --version # 'git version 2.39.5'
> git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://gerrit.osmocom.org/docker-playground/': Could not resolve host: gerrit.osmocom.org
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2848)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2189)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:880)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164)
at hudson.remoting.UserRequest.perform(UserRequest.java:225)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:391)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to build5-deb12build-ansible
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
at hudson.remoting.Channel.call(Channel.java:1108)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
at PluginClassLoader for git-client/jdk.proxy11/jdk.proxy11.$Proxy62.execute(Unknown Source)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
at hudson.scm.SCM.checkout(SCM.java:540)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1250)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1860)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:460)
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?