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