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

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/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Thu Mar 21 16:32:18 UTC 2019


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

------------------------------------------
[...truncated 774.98 KB...]
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/include'
make[2]: Leaving directory '/build/openbsc/include'
Making all in src
make[2]: Entering directory '/build/openbsc/src'
Making all in libcommon
make[3]: Entering directory '/build/openbsc/src/libcommon'
  CC       bsc_version.o
  CC       common_vty.o
  CC       debug.o
  CC       gsm_data.o
  CC       gsm_data_shared.o
  CC       gsup_client.o
  CC       oap_client.o
  CC       socket.o
  CC       talloc_ctx.o
  CC       gsm_subscriber_base.o
  CC       gsup_test_client.o
gsup_test_client.c: In function ‘main’:
gsup_test_client.c:276: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(&gsup_test_client_log_info);
  ^
  AR       libcommon.a
  CCLD     gsup_test_client
make[3]: Leaving directory '/build/openbsc/src/libcommon'
Making all in libmgcp
make[3]: Entering directory '/build/openbsc/src/libmgcp'
  CC       mgcp_protocol.o
  CC       mgcp_vty.o
  CC       mgcp_network.o
  CC       mgcp_osmux.o
mgcp_network.c:44:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
 #warning "Make use of the rtp proxy code"
  ^
mgcp_osmux.c: In function ‘osmux_send_dummy’:
mgcp_osmux.c:556:35: warning: passing argument 2 of ‘endp_osmux_state_check’ from incompatible pointer type
  if (endp_osmux_state_check(endp, &endp->net_end.addr, true) < 0)
                                   ^
mgcp_osmux.c:265:12: note: expected ‘struct sockaddr_in *’ but argument is of type ‘struct in_addr *’
 static int endp_osmux_state_check(struct mgcp_endpoint *endp, struct sockaddr_in *addr, bool sending)
            ^
mgcp_network.c: In function ‘receive_from’:
mgcp_network.c:697:3: warning: #warning "Slight spec violation. With connection mode recvonly we should attempt to forward." [-Wcpp]
  #warning "Slight spec violation. With connection mode recvonly we should attempt to forward."
   ^
  CC       mgcp_sdp.o
  AR       libmgcp.a
make[3]: Leaving directory '/build/openbsc/src/libmgcp'
Making all in libbsc
make[3]: Entering directory '/build/openbsc/src/libbsc'
  CC       abis_nm_vty.o
  CC       abis_nm.o
  CC       abis_om2000.o
  CC       abis_om2000_vty.o
abis_om2000_vty.c: In function ‘cfg_bts_alt_mode’:
abis_om2000_vty.c:427:20: warning: unused variable ‘cg’ [-Wunused-variable]
  struct con_group *cg;
                    ^
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:9: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:462: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       abis_rsl.o
  CC       acc_ramp.o
  CC       bsc_rll.o
  CC       bsc_subscriber.o
  CC       paging.o
  CC       bts_ericsson_rbs2000.o
bts_ericsson_rbs2000.c: In function ‘inp_sig_cb’:
bts_ericsson_rbs2000.c:121:3: warning: enumeration value ‘E1INP_SIGN_NONE’ not handled in switch [-Wswitch]
   switch (isd->link_type) {
   ^
bts_ericsson_rbs2000.c:121:3: warning: enumeration value ‘E1INP_SIGN_RSL’ not handled in switch [-Wswitch]
bts_ericsson_rbs2000.c:121:3: warning: enumeration value ‘E1INP_SIGN_OSMO’ not handled in switch [-Wswitch]
  CC       bts_ipaccess_nanobts.o
  CC       bts_siemens_bs11.o
bts_siemens_bs11.c: In function ‘inp_sig_cb’:
bts_siemens_bs11.c:573:3: warning: enumeration value ‘E1INP_SIGN_NONE’ not handled in switch [-Wswitch]
   switch (isd->link_type) {
   ^
bts_siemens_bs11.c:573:3: warning: enumeration value ‘E1INP_SIGN_RSL’ not handled in switch [-Wswitch]
bts_siemens_bs11.c:573:3: warning: enumeration value ‘E1INP_SIGN_OSMO’ not handled in switch [-Wswitch]
  CC       bts_nokia_site.o
  CC       bts_unknown.o
bts_nokia_site.c: In function ‘inp_sig_cb’:
bts_nokia_site.c:156:3: warning: enumeration value ‘E1INP_SIGN_NONE’ not handled in switch [-Wswitch]
   switch (isd->link_type) {
   ^
bts_nokia_site.c:156:3: warning: enumeration value ‘E1INP_SIGN_RSL’ not handled in switch [-Wswitch]
bts_nokia_site.c:156:3: warning: enumeration value ‘E1INP_SIGN_OSMO’ not handled in switch [-Wswitch]
  CC       bts_sysmobts.o
  CC       chan_alloc.o
  CC       handover_decision.o
  CC       handover_logic.o
  CC       meas_rep.o
  CC       pcu_sock.o
  CC       rest_octets.o
  CC       system_information.o
  CC       e1_config.o
system_information.c: In function ‘band_compatible’:
system_information.c:51:7: warning: ‘gsm_arfcn2band’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm_utils.h:165): Use gsm_arfcn2band_rc() instead [-Wdeprecated-declarations]
  enum gsm_band band = gsm_arfcn2band(arfcn);
       ^
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_api.o
  CC       bsc_msc.o
  CC       bsc_vty.o
  CC       gsm_04_08_utils.o
  CC       gsm_04_80_utils.o
  CC       bsc_init.o
gsm_04_80_utils.c: In function ‘bsc_send_ussd_release_complete’:
gsm_04_80_utils.c:36:9: warning: ‘gsm0480_create_ussd_release_complete’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0480.h:120): Use gsm0480_create_release_complete() instead. [-Wdeprecated-declarations]
  struct msgb *msg = gsm0480_create_ussd_release_complete();
         ^
  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       db.o
  CC       gsm_04_08.o
  CC       gsm_04_11.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       gsm_04_14.o
  CC       gsm_04_80.o
gsm_04_80.c: In function ‘msc_send_ussd_release_complete’:
gsm_04_80.c:142:9: warning: ‘gsm0480_create_ussd_release_complete’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0480.h:120): Use gsm0480_create_release_complete() instead. [-Wdeprecated-declarations]
  struct msgb *msg = gsm0480_create_ussd_release_complete();
         ^
  CC       gsm_subscriber.o
  CC       mncc.o
  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.o
  CC       common_cs_vty.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
../../src/libcommon/libcommon.a(talloc_ctx.o): In function `talloc_ctx_init':
/build/openbsc/src/libcommon/talloc_ctx.c:50: undefined reference to `tall_sigh_ctx'
collect2: error: ld returned 1 exit status
Makefile:472: recipe for target 'osmo-nitb' failed
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
make[3]: *** [osmo-nitb] Error 1
make[2]: *** [all-recursive] Error 1
Makefile:438: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/openbsc/src'
Makefile:458: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build/openbsc'
make[1]: *** [all-recursive] Error 1
Makefile:389: 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 jenkins-notifications mailing list