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

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
Tue Jul 9 00:11:23 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/4890/display/redirect>

------------------------------------------
[...truncated 742.52 KB...]
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       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:164): Use gsm_arfcn2band_rc() instead [-Wdeprecated-declarations]
  enum gsm_band band = gsm_arfcn2band(arfcn);
       ^
  CC       bsc_api.o
  CC       bsc_msc.o
  CC       bsc_vty.o
  CC       gsm_04_08_utils.o
  CC       gsm_04_80_utils.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       bsc_init.o
  CC       bts_init.o
  CC       bsc_rf_ctrl.o
  CC       bsc_ctrl_commands.o
  CC       arfcn_range_encode.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_08.o
  CC       db.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,
   ^
gsm_04_11.c: In function ‘gsm340_rx_tpdu’:
gsm_04_11.c:454:2: warning: ‘gsm48_decode_bcd_number’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:15): Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  gsm48_decode_bcd_number(gsms->dst.addr,
  ^
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();
  ^
gsm_04_08.c: In function ‘count_statistics’:
gsm_04_08.c:1591:3: warning: ‘osmo_counter_inc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   osmo_counter_inc(trans->net->active_calls);
   ^
gsm_04_08.c:1599:3: warning: ‘osmo_counter_dec’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:20): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   osmo_counter_dec(trans->net->active_calls);
   ^
  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       trau_mux.o
  CC       rtp_proxy.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
common_cs.c: In function ‘gsm_network_init’:
common_cs.c:84:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  net->active_calls = osmo_counter_alloc("msc.active_calls");
  ^
  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       smpp_mirror.o
  CC       bs11_config.o
  CC       isdnsync.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     smpp_mirror
  CCLD     bs11_config
make[3]: Leaving directory '/build/openbsc/src/utils'
Making all in osmo-bsc_nat
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_nat'
  CC       bsc_nat.o
  CC       bsc_filter.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat_utils.o
bsc_filter.c:141:1: warning: "/*" within comment [-Wcomment]
 /* it's blacklisted (not to be forwarded) */
 ^
bsc_nat_utils.c: In function ‘bsc_nat_alloc’:
bsc_nat_utils.c:97:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.sccp.conn = osmo_counter_alloc("nat.sccp.conn");
  ^
bsc_nat_utils.c:98:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.sccp.calls = osmo_counter_alloc("nat.sccp.calls");
  ^
bsc_nat_utils.c:99:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.bsc.reconn = osmo_counter_alloc("nat.bsc.conn");
  ^
bsc_nat_utils.c:100:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.bsc.auth_fail = osmo_counter_alloc("nat.bsc.auth_fail");
  ^
bsc_nat_utils.c:101:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.msc.reconn = osmo_counter_alloc("nat.msc.conn");
  ^
bsc_nat_utils.c:102:2: warning: ‘osmo_counter_alloc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  nat->stats.ussd.reconn = osmo_counter_alloc("nat.ussd.conn");
  ^
bsc_nat_utils.c: In function ‘bsc_nat_free’:
bsc_nat_utils.c:130:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.sccp.conn);
  ^
bsc_nat_utils.c:131:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.sccp.calls);
  ^
bsc_nat_utils.c:132:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.bsc.reconn);
  ^
bsc_nat_utils.c:133:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.bsc.auth_fail);
  ^
bsc_nat_utils.c:134:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.msc.reconn);
  ^
bsc_nat_utils.c:135:2: warning: ‘osmo_counter_free’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_free(nat->stats.ussd.reconn);
  ^
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/talloc.h:5:0,
                 from /build/deps/install/stow/libosmocore/include/osmocom/core/utils.h:8,
                 from /build/deps/install/stow/libosmocore/include/osmocom/core/msgb.h:24,
                 from ../../include/openbsc/mgcp.h:26,
                 from ../../include/openbsc/bsc_nat.h:24,
                 from bsc_nat_utils.c:24:
bsc_nat_utils.c: In function ‘bsc_config_free’:
bsc_nat_utils.c:210:2: error: expected ‘;’ before ‘_talloc_free’
  talloc_free(cfg);
  ^
bsc_nat.c: In function ‘forward_sccp_to_bts’:
bsc_nat.c:726:5: warning: ‘osmo_counter_inc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
     osmo_counter_inc(nat->stats.sccp.calls);
     ^
bsc_nat.c: In function ‘msc_connection_connected’:
bsc_nat.c:815:2: warning: ‘osmo_counter_inc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_inc(nat->stats.msc.reconn);
  ^
make[3]: *** [bsc_nat_utils.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:499: recipe for target 'bsc_nat_utils.o' failed
bsc_nat.c: In function ‘ipaccess_listen_bsc_cb’:
bsc_nat.c:1394:2: warning: ‘osmo_counter_inc’ is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28): Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  osmo_counter_inc(nat->stats.bsc.reconn);
  ^
bsc_nat.c: In function ‘main’:
bsc_nat.c:1612: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);
  ^
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_nat'
make[2]: *** [all-recursive] Error 1
Makefile:417: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/openbsc/src'
make[1]: *** [all-recursive] Error 1
Makefile:443: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build/openbsc'
make: *** [all] Error 2
Makefile:374: recipe for target 'all' failed
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE



More information about the jenkins-notifications mailing list