Changes:
------------------------------------------ [...truncated 340.71 KiB...] checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/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 file... file 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... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.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.10.0... yes checking for libosmovty >= 1.10.0... yes checking for libosmoctrl >= 1.10.0... yes checking for libosmogsm >= 1.10.0... yes checking for libosmo-netif >= 1.5.0... yes checking for libosmo-sigtran >= 1.9.0... yes checking for libosmo-rua >= 1.6.0... yes checking for libosmo-ranap >= 1.6.0... yes checking for libosmo-hnbap >= 1.6.0... yes checking for libosmo-mgcp-client >= 1.13.0... yes checking for libosmo-pfcp >= 0.4.0... yes checking for libnftables >= 1.0.2... yes checking for egrep... (cached) /usr/bin/grep -E checking if gcc supports -fvisibility=hidden... yes checking whether to enable code coverage support... no checking for python3... yes checking for osmotestvty.py... yes checking whether to enable VTY/CTRL tests... yes checking for OSMO_GSM_MANUALS_DIR... /opt/osmo-gsm-manuals (from env) All dependencies installed! CFLAGS=" -std=gnu11 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" 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 tests/umts_cell_id/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 Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make -j 8 echo 1.6.0.14-1d48 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' Making all in osmocom make[3]: Entering directory '/build/include/osmocom' Making all in hnbgw make[4]: Entering directory '/build/include/osmocom/hnbgw' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/include/osmocom/hnbgw' make[4]: Entering directory '/build/include/osmocom' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/include/osmocom' make[3]: Leaving directory '/build/include/osmocom' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' Making all in osmo-hnbgw make[3]: Entering directory '/build/src/osmo-hnbgw' CC osmo_hnbgw_main.o CC hnbgw.lo CC hnbgw_hnbap.lo CC hnbgw_l3.lo CC hnbgw_rua.lo CC hnbgw_ranap.lo CC hnbgw_vty.lo CC context_map.lo CC context_map_rua.lo CC context_map_sccp.lo CC hnbgw_cn.lo CC cnlink.lo CC ranap_rab_ass.lo CC mgw_fsm.lo CC kpi_dtap.lo In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:13, from context_map_sccp.c:26: context_map_sccp.c: In function 'handle_rx_sccp': context_map_sccp.c:244:103: error: invalid use of undefined type 'struct osmo_pfcp_cp_peer' 244 | osmo_sockaddr_to_str_c(OTC_SELECT, &g_hnbgw->pfcp.cp_peer->remote_addr)); | ^~ /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/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ context_map_sccp.c:242:41: note: in expansion of macro 'LOGP' 242 | LOGP(DMAIN, LOGL_DEBUG, | ^~~~ context_map_sccp.c:244:103: error: invalid use of undefined type 'struct osmo_pfcp_cp_peer' 244 | osmo_sockaddr_to_str_c(OTC_SELECT, &g_hnbgw->pfcp.cp_peer->remote_addr)); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:107:76: note: in definition of macro 'LOGPSRCC' 107 | logp_stub(__FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ context_map_sccp.c:242:41: note: in expansion of macro 'LOGP' 242 | LOGP(DMAIN, LOGL_DEBUG, | ^~~~ context_map_sccp.c:244:103: error: invalid use of undefined type 'struct osmo_pfcp_cp_peer' 244 | osmo_sockaddr_to_str_c(OTC_SELECT, &g_hnbgw->pfcp.cp_peer->remote_addr)); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:89: 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/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ context_map_sccp.c:242:41: note: in expansion of macro 'LOGP' 242 | LOGP(DMAIN, LOGL_DEBUG, | ^~~~ context_map_sccp.c:244:103: error: invalid use of undefined type 'struct osmo_pfcp_cp_peer' 244 | osmo_sockaddr_to_str_c(OTC_SELECT, &g_hnbgw->pfcp.cp_peer->remote_addr)); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:83: note: in definition of macro 'LOGPSRCC' 114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ context_map_sccp.c:242:41: note: in expansion of macro 'LOGP' 242 | LOGP(DMAIN, LOGL_DEBUG, | ^~~~ make[3]: *** [Makefile:576: context_map_sccp.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... mgw_fsm.c: In function 'mgw_fsm_crcx_hnb_onenter': mgw_fsm.c:180:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations] 180 | mgw_info.codecs[0] = CODEC_IUFP; | ^~~~~~~~ In file included from /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h:4, from mgw_fsm.c:48: /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here 33 | enum mgcp_codecs codecs[MGCP_MAX_CODECS] | ^~~~~~ mgw_fsm.c:181:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations] 181 | mgw_info.codecs_len = 1; | ^~~~~~~~ /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here 35 | unsigned int codecs_len | ^~~~~~~~~~ mgw_fsm.c: In function 'mgw_fsm_mdcx_hnb_onenter': mgw_fsm.c:368:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations] 368 | mgw_info.codecs[0] = CODEC_IUFP; | ^~~~~~~~ /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here 33 | enum mgcp_codecs codecs[MGCP_MAX_CODECS] | ^~~~~~ mgw_fsm.c:369:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations] 369 | mgw_info.codecs_len = 1; | ^~~~~~~~ /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here 35 | unsigned int codecs_len | ^~~~~~~~~~ mgw_fsm.c: In function 'mgw_fsm_crcx_msc_onenter': mgw_fsm.c:452:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations] 452 | mgw_info.codecs[0] = CODEC_IUFP; | ^~~~~~~~ /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here 33 | enum mgcp_codecs codecs[MGCP_MAX_CODECS] | ^~~~~~ mgw_fsm.c:453:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations] 453 | mgw_info.codecs_len = 1; | ^~~~~~~~ /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here 35 | unsigned int codecs_len | ^~~~~~~~~~ make[3]: Leaving directory '/build/src/osmo-hnbgw' make[2]: Leaving directory '/build/src' make[2]: *** [Makefile:394: all-recursive] Error 1 make[1]: Leaving directory '/build' make[1]: *** [Makefile:463: all-recursive] Error 1 make: *** [Makefile:395: 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 3188959 killed; [ssh-agent] Stopped. Archiving artifacts