Build failed in Jenkins: master-openbsc » --disable-iu,--disable-mgcp-transcoding,--enable-smpp,osmocom-master-debian9 #2433

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Wed Aug 1 12:11:25 UTC 2018


See <https://jenkins.osmocom.org/jenkins/job/master-openbsc/IU=--disable-iu,MGCP=--disable-mgcp-transcoding,SMPP=--enable-smpp,label=osmocom-master-debian9/2433/display/redirect>

------------------------------------------
[...truncated 761.44 KB...]
  struct con_group *cg;
                    ^
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:7:0,
                 from ../../include/openbsc/gsm_04_08.h:4,
                 from ../../include/openbsc/rest_octets.h:5,
                 from ../../include/openbsc/gsm_data.h:18,
                 from abis_nm.c:37:
abis_nm.c: In function 'abis_nm_rx_get_attr_resp':
/build/deps/install/stow/libosmocore/include/osmocom/gsm/tlv.h:444:25: warning: passing argument 2 of 'parse_attr_resp_info_unreported' discards 'const' qualifier from pointer target type
 #define TLVP_VAL(x, y)  (x)->lv[y].val
                         ^
abis_nm.c:560:50: note: in expansion of macro 'TLVP_VAL'
  data = parse_attr_resp_info_unreported(bts->nr, TLVP_VAL(&tp, NM_ATT_GET_ARI), TLVP_LEN(&tp, NM_ATT_GET_ARI),
                                                  ^
abis_nm.c:458:24: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
 static inline uint8_t *parse_attr_resp_info_unreported(uint8_t bts_nr, uint8_t *ari, uint16_t ari_len, uint16_t *out_len)
                        ^
  CC       paging.o
  CC       bts_ericsson_rbs2000.o
  CC       bts_ipaccess_nanobts.o
  CC       bts_siemens_bs11.o
  CC       bts_nokia_site.o
  CC       bts_unknown.o
  CC       bts_sysmobts.o
  CC       chan_alloc.o
  CC       handover_logic.o
  CC       handover_decision.o
  CC       meas_rep.o
  CC       rest_octets.o
  CC       system_information.o
  CC       pcu_sock.o
  CC       e1_config.o
  CC       bsc_api.o
pcu_sock.c: In function 'pcu_tx_info_ind':
pcu_sock.c:208:2: warning: #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs"
  ^
pcu_sock.c:210:2: warning: #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs"
  ^
pcu_sock.c: In function 'pcu_rx_data_req':
pcu_sock.c:409:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   tlli = *((uint32_t *)data_req->data);
   ^
pcu_sock.c:362:25: warning: unused variable 'ts' [-Wunused-variable]
  struct gsm_bts_trx_ts *ts;
                         ^
pcu_sock.c:361:22: warning: unused variable 'trx' [-Wunused-variable]
  struct gsm_bts_trx *trx;
                      ^
pcu_sock.c:360:10: warning: unused variable 'is_ptcch' [-Wunused-variable]
  uint8_t is_ptcch;
          ^
  CC       bsc_msc.o
  CC       bsc_vty.o
  CC       gsm_04_08_utils.o
  CC       gsm_04_80_utils.o
  CC       bsc_init.o
  CC       bts_init.o
  CC       bsc_rf_ctrl.o
  CC       arfcn_range_encode.o
  CC       bsc_ctrl_commands.o
  CC       bsc_ctrl_lookup.o
  CC       net_init.o
  CC       bsc_dyn_ts.o
  CC       bts_ipaccess_nanobts_omlattr.o
  AR       libbsc.a
make[3]: Leaving directory '/build/openbsc/src/libbsc'
Making all in libmsc
make[3]: Entering directory '/build/openbsc/src/libmsc'
  CC       auth.o
  CC       gsm_04_80.o
  CC       db.o
  CC       gsm_04_08.o
  CC       gsm_04_14.o
  CC       gsm_04_11.o
  CC       mncc.o
  CC       gsm_subscriber.o
auth.c: In function '_use_comp128':
auth.c:76:3: warning: 'comp128' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/comp128.h:22): Use generic API from osmocom/crypt/auth.h instead [-Wdeprecated-declarations]
   comp128(ainfo->a3a8_ki, atuple->vec.rand,
   ^
db.c: In function 'db_init':
db.c:604:2: warning: 'dbi_initialize' is deprecated (declared at /usr/include/dbi/dbi.h:169) [-Wdeprecated-declarations]
  dbi_initialize(NULL);
  ^
db.c:606:2: warning: 'dbi_conn_new' is deprecated (declared at /usr/include/dbi/dbi.h:199) [-Wdeprecated-declarations]
  conn = dbi_conn_new("sqlite3");
  ^
db.c: In function 'db_fini':
db.c:670:2: warning: 'dbi_shutdown' is deprecated (declared at /usr/include/dbi/dbi.h:171) [-Wdeprecated-declarations]
  dbi_shutdown();
  ^
  CC       mncc_builtin.o
  CC       mncc_sock.o
  CC       rrlp.o
  CC       silent_call.o
  CC       sms_queue.o
  CC       token_auth.o
  CC       ussd.o
  CC       vty_interface_layer3.o
  CC       transaction.o
  CC       osmo_msc.o
  CC       ctrl_commands.o
  CC       meas_feed.o
  CC       smpp_smsc.o
  CC       smpp_openbsc.o
  CC       smpp_vty.o
  CC       smpp_utils.o
smpp_openbsc.c: In function 'submit_to_sms':
smpp_openbsc.c:168:2: warning: #warning Implement reply path [-Wcpp]
 #warning Implement reply path
  ^
  AR       libmsc.a
make[3]: Leaving directory '/build/openbsc/src/libmsc'
Making all in libtrau
make[3]: Entering directory '/build/openbsc/src/libtrau'
  CC       rtp_proxy.o
  CC       trau_mux.o
  CC       trau_upqueue.o
  AR       libtrau.a
make[3]: Leaving directory '/build/openbsc/src/libtrau'
Making all in libfilter
make[3]: Entering directory '/build/openbsc/src/libfilter'
  CC       bsc_msg_filter.o
  CC       bsc_msg_acc.o
  CC       bsc_msg_vty.o
  AR       libfilter.a
make[3]: Leaving directory '/build/openbsc/src/libfilter'
Making all in libcommon-cs
make[3]: Entering directory '/build/openbsc/src/libcommon-cs'
  CC       common_cs_vty.o
  CC       common_cs.o
  AR       libcommon-cs.a
make[3]: Leaving directory '/build/openbsc/src/libcommon-cs'
Making all in osmo-nitb
make[3]: Entering directory '/build/openbsc/src/osmo-nitb'
  CC       bsc_hack.o
bsc_hack.c: In function 'main':
bsc_hack.c:268:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
  CCLD     osmo-nitb
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
Making all in osmo-bsc_mgcp
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_mgcp'
  CC       mgcp_main.o
mgcp_main.c:62:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
 #warning "Make use of the rtp proxy code"
  ^
mgcp_main.c: In function 'main':
mgcp_main.c:209:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
  CCLD     osmo-bsc_mgcp
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_mgcp'
Making all in utils
make[3]: Entering directory '/build/openbsc/src/utils'
  CC       bs11_config.o
  CC       isdnsync.o
  CC       meas_json-meas_json.o
  CC       osmo_meas_udp2db-meas_udp2db.o
  CC       smpp_mirror.o
  CC       osmo_meas_pcap2db-meas_pcap2db.o
  CC       osmo_meas_udp2db-meas_db.o
  CC       osmo_meas_pcap2db-meas_db.o
smpp_mirror.c: In function 'main':
smpp_mirror.c:339:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
bs11_config.c: In function 'main':
bs11_config.c:896:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
  CCLD     isdnsync
  CCLD     meas_json
  CCLD     smpp_mirror
  CCLD     osmo-meas-udp2db
  CCLD     osmo-meas-pcap2db
  CCLD     bs11_config
make[3]: Leaving directory '/build/openbsc/src/utils'
Making all in ipaccess
make[3]: Entering directory '/build/openbsc/src/ipaccess'
  CC       abisip-find.o
  CC       ipaccess-config.o
  CC       ipaccess-firmware.o
  CC       network_listen.o
  CC       ipaccess-proxy.o
ipaccess-proxy.c: In function 'ipaccess_rcvmsg':
ipaccess-proxy.c:457:3: warning: 'ipa_ccm_idtag_parse' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/ipa.h:29): Use ipa_ccm_id_{get,resp}_parse instead [-Wdeprecated-declarations]
   ipa_ccm_idtag_parse(&tlvp, (uint8_t *)msg->l2h + 2,
   ^
ipaccess-proxy.c: In function 'main':
ipaccess-proxy.c:1210:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
ipaccess-config.c: In function 'main':
ipaccess-config.c:850:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
  CCLD     abisip-find
  CCLD     ipaccess-proxy
  CCLD     ipaccess-config
make[3]: Leaving directory '/build/openbsc/src/ipaccess'
Making all in osmo-bsc_nat
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_nat'
  CC       bsc_filter.o
  CC       bsc_nat.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat_utils.o
  CC       bsc_ussd.o
  CC       bsc_nat_ctrl.o
  CC       bsc_sccp.o
  CC       bsc_nat_vty.o
bsc_filter.c:139:1: warning: "/*" within comment [-Wcomment]
 /* it's blacklisted (not to be forwarded) */
 ^
bsc_ussd.c: In function 'ussd_read_cb':
bsc_ussd.c:144:4: warning: 'ipa_ccm_idtag_parse' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/ipa.h:29): Use ipa_ccm_id_{get,resp}_parse instead [-Wdeprecated-declarations]
    ret = ipa_ccm_idtag_parse(&tvp,
    ^
bsc_ussd.c: In function 'bsc_ussd_check':
bsc_ussd.c:431:3: warning: 'gsm0480_decode_ussd_request' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0480.h:50): Use gsm0480_decode_ss_request() instead [-Wdeprecated-declarations]
   if (gsm0480_decode_ussd_request(hdr48, len, &req) != 1)
   ^
bsc_nat.c: In function 'main':
bsc_nat.c:1621:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  osmo_init_logging(&log_info);
  ^
  CC       bsc_nat_rewrite.o
  CC       bsc_nat_rewrite_trie.o
  CC       bsc_nat_filter.o
  CCLD     osmo-bsc_nat
bsc_nat.o: In function `forward_sccp_to_msc':
/build/openbsc/src/osmo-bsc_nat/bsc_nat.c:1294: undefined reference to `ipa_ccm_idtag_parse_off'
collect2: error: ld returned 1 exit status
Makefile:489: recipe for target 'osmo-bsc_nat' failed
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_nat'
make[3]: *** [osmo-bsc_nat] Error 1
Makefile:435: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/openbsc/src'
make[2]: *** [all-recursive] Error 1
Makefile:507: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build/openbsc'
make[1]: *** [all-recursive] Error 1
Makefile:415: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE



More information about the gerrit-log mailing list