See <https://jenkins.osmocom.org/jenkins/job/master-openbsc/IU=--disable-iu,MGCP…>
Changes:
------------------------------------------
[...truncated 351.60 KB...]
gsm_04_08.c: In function ‘mm_rx_id_resp’:
gsm_04_08.c:563:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘mm_rx_loc_upd_req’:
gsm_04_08.c:639:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘gsm48_rx_mm_serv_req’:
gsm_04_08.c:1029:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘gsm48_rx_mm_imsi_detach_ind’:
gsm_04_08.c:1091:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘count_statistics’:
gsm_04_08.c:1591:3: warning: ‘osmo_counter_inc’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
osmo_counter_inc(trans->net->active_calls);
^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
static inline void osmo_counter_inc(struct osmo_counter *ctr)
^~~~~~~~~~~~~~~~
gsm_04_08.c:1599:3: warning: ‘osmo_counter_dec’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
osmo_counter_dec(trans->net->active_calls);
^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:20:20: note: declared here
static inline void osmo_counter_dec(struct osmo_counter *ctr)
^~~~~~~~~~~~~~~~
gsm_04_11.c: In function ‘gsm340_rx_tpdu’:
gsm_04_11.c:454:2: warning: ‘gsm48_decode_bcd_number’ is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
gsm48_decode_bcd_number(gsms->dst.addr,
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:13,
from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from gsm_04_11.c:47:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
int gsm48_decode_bcd_number(char *output, int output_len,
^~~~~~~~~~~~~~~~~~~~~~~
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
silent_call.c:91:31: warning: ‘silent_call_accept’ defined but not used [-Wunused-const-variable=]
static const struct msg_match silent_call_accept[] = {
^~~~~~~~~~~~~~~~~~
token_auth.c: In function ‘token_subscr_cb’:
token_auth.c:32:24: warning: ‘%s’ directive output may be truncated writing up to 14 bytes into a region of size between 9 and 24 [-Wformat-truncation=]
#define TOKEN_SMS_TEXT "HAR 2009 GSM. Register at http://har2009.gnumonks.org/ " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
token_auth.c:32:24: note: in definition of macro ‘TOKEN_SMS_TEXT’
#define TOKEN_SMS_TEXT "HAR 2009 GSM. Register at http://har2009.gnumonks.org/ " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
token_auth.c:33:54: note: format string is defined here
"Your IMSI is %s, auth token is %08X, phone no is %s."
^~
token_auth.c:45:2: note: ‘snprintf’ output between 109 and 138 bytes into a destination of size 131
snprintf(sms_str, len, TOKEN_SMS_TEXT, subscr->imsi, token,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
subscr->extension);
~~~~~~~~~~~~~~~~~~
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_smsc.c: In function ‘smpp_handle_bind_tx’:
smpp_smsc.c:508:66: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
snprintf((char *)bind_r.system_id, sizeof(bind_r.system_id), "%s",
^
smpp_smsc.c:508:2: note: ‘snprintf’ output between 1 and 17 bytes into a destination of size 16
snprintf((char *)bind_r.system_id, sizeof(bind_r.system_id), "%s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
esme->smsc->system_id);
~~~~~~~~~~~~~~~~~~~~~~
smpp_openbsc.c: In function ‘submit_to_sms’:
smpp_openbsc.c:168:2: warning: #warning Implement reply path [-Wcpp]
#warning Implement reply path
^~~~~~~
smpp_openbsc.c:211:3: warning: ‘gsm_septets2octets’ is deprecated: This function is unable to handle more than 255 septets, use gsm_septet_pack() instead. [-Wdeprecated-declarations]
gsm_septets2octets(sms->user_data+ud_len, sms_msg,
^~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:12,
from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:11,
from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from smpp_openbsc.c:39:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm_utils.h:110:5: note: declared here
int gsm_septets2octets(uint8_t *result, const uint8_t *rdata, uint8_t septet_len, uint8_t padding)
^~~~~~~~~~~~~~~~~~
AR libmsc.a
ar: `u' modifier ignored since `D' is the default (see `U')
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
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/openbsc/src/libtrau'
Making all in libfilter
make[3]: Entering directory '/build/openbsc/src/libfilter'
CC bsc_msg_acc.o
CC bsc_msg_filter.o
CC bsc_msg_vty.o
bsc_msg_filter.c: In function ‘_cr_check_loc_upd’:
bsc_msg_filter.c:229:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from bsc_msg_filter.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
bsc_msg_filter.c: In function ‘_dt_check_id_resp’:
bsc_msg_filter.c:317:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), &data[1], data[0]);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from bsc_msg_filter.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
AR libfilter.a
ar: `u' modifier ignored since `D' is the default (see `U')
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
common_cs.c: In function ‘gsm_network_init’:
common_cs.c:84:2: warning: ‘osmo_counter_alloc’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
net->active_calls = osmo_counter_alloc("msc.active_calls");
^~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from common_cs.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
struct osmo_counter *osmo_counter_alloc(const char *name)
^~~~~~~~~~~~~~~~~~
AR libcommon-cs.a
ar: `u' modifier ignored since `D' is the default (see `U')
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 ‘create_pcap_file’:
bsc_hack.c:86:2: warning: ‘e1_set_pcap_fd’ is deprecated: Use e1_set_pcap_fd2() instead [-Wdeprecated-declarations]
e1_set_pcap_fd(fd);
^~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_data_shared.h:21,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from bsc_hack.c:32:
/build/deps/install/stow/libosmo-abis/include/osmocom/abis/e1_input.h:361:5: note: declared here
int e1_set_pcap_fd(int fd);
^~~~~~~~~~~~~~
bsc_hack.c: In function ‘main’:
bsc_hack.c:283:2: warning: ‘osmo_init_logging’ is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
osmo_init_logging(&log_info);
^~~~~~~~~~~~~~~~~
In file included from bsc_hack.c:33:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
int osmo_init_logging(const struct log_info *)
^~~~~~~~~~~~~~~~~
CCLD osmo-nitb
/usr/bin/ld: ../../src/libcommon/libcommon.a(talloc_ctx.o): in function `talloc_ctx_init':
/build/openbsc/src/libcommon/talloc_ctx.c:54: undefined reference to `tall_ctr_ctx'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:470: osmo-nitb] Error 1
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
make[2]: *** [Makefile:429: all-recursive] Error 1
make[2]: Leaving directory '/build/openbsc/src'
make[1]: *** [Makefile:455: all-recursive] Error 1
make[1]: Leaving directory '/build/openbsc'
make: *** [Makefile:387: 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 2759194 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-openbsc/IU=--disable-iu,MGCP…>
Changes:
------------------------------------------
[...truncated 351.88 KB...]
gsm_04_08.c: In function ‘mm_rx_loc_upd_req’:
gsm_04_08.c:639:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘gsm48_rx_mm_serv_req’:
gsm_04_08.c:1029:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘gsm48_rx_mm_imsi_detach_ind’:
gsm_04_08.c:1091:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
gsm_04_08.c: In function ‘count_statistics’:
gsm_04_08.c:1591:3: warning: ‘osmo_counter_inc’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
osmo_counter_inc(trans->net->active_calls);
^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
static inline void osmo_counter_inc(struct osmo_counter *ctr)
^~~~~~~~~~~~~~~~
gsm_04_08.c:1599:3: warning: ‘osmo_counter_dec’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
osmo_counter_dec(trans->net->active_calls);
^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from gsm_04_08.c:38:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:20:20: note: declared here
static inline void osmo_counter_dec(struct osmo_counter *ctr)
^~~~~~~~~~~~~~~~
gsm_04_11.c: In function ‘gsm340_rx_tpdu’:
gsm_04_11.c:454:2: warning: ‘gsm48_decode_bcd_number’ is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
gsm48_decode_bcd_number(gsms->dst.addr,
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:13,
from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from gsm_04_11.c:47:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
int gsm48_decode_bcd_number(char *output, int output_len,
^~~~~~~~~~~~~~~~~~~~~~~
CC gsm_04_14.o
CC gsm_04_80.o
CC gsm_subscriber.o
CC mncc.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: Use gsm0480_create_release_complete() instead. [-Wdeprecated-declarations]
struct msgb *msg = gsm0480_create_ussd_release_complete();
^~~~
In file included from ../../include/openbsc/gsm_04_80.h:5,
from gsm_04_80.c:34:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0480.h:120:14: note: declared here
struct msgb *gsm0480_create_ussd_release_complete(void)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC mncc_builtin.o
CC mncc_sock.o
CC silent_call.o
CC rrlp.o
silent_call.c:91:31: warning: ‘silent_call_accept’ defined but not used [-Wunused-const-variable=]
static const struct msg_match silent_call_accept[] = {
^~~~~~~~~~~~~~~~~~
CC sms_queue.o
CC token_auth.o
CC ussd.o
CC vty_interface_layer3.o
token_auth.c: In function ‘token_subscr_cb’:
token_auth.c:32:24: warning: ‘%s’ directive output may be truncated writing up to 14 bytes into a region of size between 9 and 24 [-Wformat-truncation=]
#define TOKEN_SMS_TEXT "HAR 2009 GSM. Register at http://har2009.gnumonks.org/ " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
token_auth.c:32:24: note: in definition of macro ‘TOKEN_SMS_TEXT’
#define TOKEN_SMS_TEXT "HAR 2009 GSM. Register at http://har2009.gnumonks.org/ " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
token_auth.c:33:54: note: format string is defined here
"Your IMSI is %s, auth token is %08X, phone no is %s."
^~
token_auth.c:45:2: note: ‘snprintf’ output between 109 and 138 bytes into a destination of size 131
snprintf(sms_str, len, TOKEN_SMS_TEXT, subscr->imsi, token,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
subscr->extension);
~~~~~~~~~~~~~~~~~~
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_smsc.c: In function ‘smpp_handle_bind_tx’:
smpp_smsc.c:508:66: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
snprintf((char *)bind_r.system_id, sizeof(bind_r.system_id), "%s",
^
smpp_smsc.c:508:2: note: ‘snprintf’ output between 1 and 17 bytes into a destination of size 16
snprintf((char *)bind_r.system_id, sizeof(bind_r.system_id), "%s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
esme->smsc->system_id);
~~~~~~~~~~~~~~~~~~~~~~
smpp_openbsc.c: In function ‘submit_to_sms’:
smpp_openbsc.c:168:2: warning: #warning Implement reply path [-Wcpp]
#warning Implement reply path
^~~~~~~
smpp_openbsc.c:211:3: warning: ‘gsm_septets2octets’ is deprecated: This function is unable to handle more than 255 septets, use gsm_septet_pack() instead. [-Wdeprecated-declarations]
gsm_septets2octets(sms->user_data+ud_len, sms_msg,
^~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:12,
from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:11,
from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from ../../include/openbsc/gsm_subscriber.h:9,
from smpp_openbsc.c:39:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm_utils.h:110:5: note: declared here
int gsm_septets2octets(uint8_t *result, const uint8_t *rdata, uint8_t septet_len, uint8_t padding)
^~~~~~~~~~~~~~~~~~
AR libmsc.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/openbsc/src/libmsc'
Making all in libtrau
make[3]: Entering directory '/build/openbsc/src/libtrau'
CC trau_upqueue.o
CC rtp_proxy.o
CC trau_mux.o
AR libtrau.a
ar: `u' modifier ignored since `D' is the default (see `U')
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
bsc_msg_filter.c: In function ‘_cr_check_loc_upd’:
bsc_msg_filter.c:229:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from bsc_msg_filter.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
bsc_msg_filter.c: In function ‘_dt_check_id_resp’:
bsc_msg_filter.c:317:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
gsm48_mi_to_string(mi_string, sizeof(mi_string), &data[1], data[0]);
^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from bsc_msg_filter.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:66:5: note: declared here
int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
^~~~~~~~~~~~~~~~~~
AR libfilter.a
ar: `u' modifier ignored since `D' is the default (see `U')
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
common_cs.c: In function ‘gsm_network_init’:
common_cs.c:84:2: warning: ‘osmo_counter_alloc’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
net->active_calls = osmo_counter_alloc("msc.active_calls");
^~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
from ../../include/openbsc/gsm_data_shared.h:10,
from ../../include/openbsc/gsm_data.h:178,
from common_cs.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
struct osmo_counter *osmo_counter_alloc(const char *name)
^~~~~~~~~~~~~~~~~~
AR libcommon-cs.a
ar: `u' modifier ignored since `D' is the default (see `U')
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 ‘create_pcap_file’:
bsc_hack.c:86:2: warning: ‘e1_set_pcap_fd’ is deprecated: Use e1_set_pcap_fd2() instead [-Wdeprecated-declarations]
e1_set_pcap_fd(fd);
^~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_data_shared.h:21,
from ../../include/openbsc/gsm_data.h:178,
from ../../include/openbsc/gsm_subscriber.h:9,
from ../../include/openbsc/db.h:25,
from bsc_hack.c:32:
/build/deps/install/stow/libosmo-abis/include/osmocom/abis/e1_input.h:361:5: note: declared here
int e1_set_pcap_fd(int fd);
^~~~~~~~~~~~~~
bsc_hack.c: In function ‘main’:
bsc_hack.c:283:2: warning: ‘osmo_init_logging’ is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
osmo_init_logging(&log_info);
^~~~~~~~~~~~~~~~~
In file included from bsc_hack.c:33:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
int osmo_init_logging(const struct log_info *)
^~~~~~~~~~~~~~~~~
CCLD osmo-nitb
/usr/bin/ld: ../../src/libcommon/libcommon.a(talloc_ctx.o): in function `talloc_ctx_init':
/build/openbsc/src/libcommon/talloc_ctx.c:54: undefined reference to `tall_ctr_ctx'
collect2: error: ld returned 1 exit status
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
make[3]: *** [Makefile:470: osmo-nitb] Error 1
make[2]: *** [Makefile:429: all-recursive] Error 1
make[2]: Leaving directory '/build/openbsc/src'
make[1]: *** [Makefile:455: all-recursive] Error 1
make[1]: Leaving directory '/build/openbsc'
make: *** [Makefile:387: 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 3931483 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=defau…>
Changes:
------------------------------------------
[...truncated 308.43 KB...]
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 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... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.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 LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOCTRL... yes
checking for LIBOSMOGSM... yes
checking for LIBOSMOABIS... yes
checking for LIBOSMONETIF... yes
checking for LIBOSMOSIGTRAN... yes
checking for LIBOSMOMGCPCLIENT... yes
checking for ANSI C header files... (cached) yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... yes
checking for pcap/pcap.h... yes
checking cdk/cdk.h usability... no
checking cdk/cdk.h presence... no
checking for cdk/cdk.h... no
checking for SQLITE3... yes
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/bsc/Makefile
config.status: creating src/Makefile
config.status: creating src/osmo-bsc/Makefile
config.status: creating src/ipaccess/Makefile
config.status: creating src/utils/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/abis/Makefile
config.status: creating tests/acc/Makefile
config.status: creating tests/bsc/Makefile
config.status: creating tests/codec_pref/Makefile
config.status: creating tests/gsm0408/Makefile
config.status: creating tests/handover/Makefile
config.status: creating tests/nanobts_omlattr/Makefile
config.status: creating tests/paging/Makefile
config.status: creating tests/subscr/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/osmo-bsc.spec
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 8
echo 1.10.0.15-c4b523 > .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 bsc
make[4]: Entering directory '/build/include/osmocom/bsc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/bsc'
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-bsc
make[3]: Entering directory '/build/src/osmo-bsc'
CC osmo_bsc_main.o
CC a_reset.lo
CC abis_nm.lo
CC abis_om2000_vty.lo
CC abis_osmo.lo
CC abis_nm_vty.lo
CC abis_om2000.lo
CC abis_rsl.lo
CC acc.lo
CC assignment_fsm.lo
CC bsc_ctrl.lo
CC bsc_ctrl_lookup.lo
CC bsc_init.lo
CC bsc_rf_ctrl.lo
CC bsc_rll.lo
CC bsc_sccp.lo
CC bsc_stats.lo
CC bsc_subscr_conn_fsm.lo
CC bsc_subscriber.lo
CC bsc_vty.lo
CC bts.lo
CC bts_trx.lo
CC bts_trx_ctrl.lo
CC bts_ericsson_rbs2000.lo
CC bts_init.lo
CC bts_ipaccess_nanobts.lo
CC bts_ipaccess_nanobts_omlattr.lo
CC bts_siemens_bs11.lo
CC bts_nokia_site.lo
CC bts_sm.lo
CC bts_osmobts.lo
CC bts_unknown.lo
CC bts_ctrl.lo
CC bts_setup_ramp.lo
CC bts_vty.lo
CC bts_trx_vty.lo
CC chan_alloc.lo
CC chan_counts.lo
CC codec_pref.lo
CC e1_config.lo
CC gsm_04_08_rr.lo
CC gsm_data.lo
CC handover_cfg.lo
CC handover_ctrl.lo
CC handover_decision_2.lo
CC handover_fsm.lo
CC handover_decision.lo
CC handover_logic.lo
CC handover_vty.lo
CC lb.lo
CC lchan.lo
CC lchan_fsm.lo
CC lchan_rtp_fsm.lo
CC lchan_select.lo
CC lcs_loc_req.lo
CC lcs_ta_req.lo
CC meas_feed.lo
CC meas_rep.lo
CC neighbor_ident.lo
CC neighbor_ident_vty.lo
CC neighbor_ident_ctrl.lo
CC net_init.lo
CC nm_common_fsm.lo
CC nm_bb_transc_fsm.lo
CC nm_bts_sm_fsm.lo
neighbor_ident.c: In function ‘neighbor_controlif_setup’:
neighbor_ident.c:493:2: warning: ‘ctrl_interface_setup_dynip2’ is deprecated: For internal use inside libosmocore only. [-Wdeprecated-declarations]
return ctrl_interface_setup_dynip2(net, net->neigh_ctrl.addr, net->neigh_ctrl.port,
^~~~~~
In file included from neighbor_ident.c:37:
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:45:21: note: declared here
struct ctrl_handle *ctrl_interface_setup_dynip2(void *data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
CC nm_bts_fsm.lo
CC nm_gprs_cell_fsm.lo
CC nm_gprs_nse_fsm.lo
CC nm_gprs_nsvc_fsm.lo
CC nm_channel_fsm.lo
CC nm_rcarrier_fsm.lo
CC gsm_08_08.lo
CC osmo_bsc_bssap.lo
CC osmo_bsc_filter.lo
CC osmo_bsc_grace.lo
CC osmo_bsc_lcls.lo
CC osmo_bsc_mgcp.lo
CC osmo_bsc_msc.lo
CC osmo_bsc_sigtran.lo
CC paging.lo
CC pcu_sock.lo
CC penalty_timers.lo
CC bssmap_reset.lo
CC system_information.lo
CC timeslot_fsm.lo
CC smscb.lo
CC smscb_vty.lo
CC cbch_scheduler.lo
CC cbsp_link.lo
CC power_control.lo
CCLD libbsc.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD osmo-bsc
/usr/bin/ld: osmo_bsc_main.o: in function `main':
osmo_bsc_main.c:(.text+0x830d): undefined reference to `tall_ctr_ctx'
/usr/bin/ld: osmo_bsc_main.c:(.text+0x8331): undefined reference to `tall_ctr_ctx'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:657: osmo-bsc] Error 1
make[3]: Leaving directory '/build/src/osmo-bsc'
make[2]: Leaving directory '/build/src'
make[2]: *** [Makefile:402: all-recursive] Error 1
make[1]: *** [Makefile:452: all-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:384: 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 1223188 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-iuh/a1=default,a2=defau…>
Changes:
------------------------------------------
[...truncated 631.95 KB...]
CC RANAP_RAB-DataVolumeReportList.lo
CC RANAP_RAB-DataVolumeReportItem.lo
CC RANAP_RAB-ReleasedItem-IuRelComp.lo
CC RANAP_RAB-RelocationReleaseItem.lo
CC RANAP_RAB-DataForwardingItem.lo
CC RANAP_RAB-DataForwardingItem-SRNS-CtxReq.lo
CC RANAP_RAB-SetupItem-RelocReq.lo
CC RANAP_UserPlaneInformation.lo
CC RANAP_CNMBMSLinkingInformation.lo
CC RANAP_JoinedMBMSBearerService-IEs.lo
CC RANAP_JoinedMBMSBearerService-IEs-Value.lo
CC RANAP_RAB-SetupItem-RelocReqAck.lo
CC RANAP_RAB-FailedItem.lo
CC RANAP_RAB-ContextItem.lo
CC RANAP_RABs-ContextFailedtoTransferItem.lo
CC RANAP_RABs-failed-to-reportItem.lo
CC RANAP_ResetResourceList.lo
CC RANAP_ResetResourceItem.lo
CC RANAP_ResetResourceAckList.lo
CC RANAP_ResetResourceAckItem.lo
CC RANAP_RAB-ReleaseItem.lo
CC RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.lo
CC RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.lo
CC RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.lo
CC RANAP_RAB-SetupOrModifyItemFirst.lo
CC RANAP_TransportLayerInformation.lo
CC RANAP_RAB-SetupOrModifyItemSecond.lo
CC RANAP_RAB-SetupOrModifiedItem.lo
CC RANAP_RAB-ReleasedItem.lo
CC RANAP_DataVolumeList.lo
CC RANAP_DataVolumeList-Value.lo
CC RANAP_RAB-QueuedItem.lo
CC RANAP_RAB-ReleaseFailedList.lo
CC RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.lo
CC RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.lo
CC RANAP_DirectTransferInformationItem-RANAP-RelocInf.lo
CC RANAP_RAB-ContextItem-RANAP-RelocInf.lo
CC RANAP_RAB-SetupItem-EnhRelocInfoReq.lo
CC RANAP_TNLInformationEnhRelInfoReq.lo
CC RANAP_RAB-SetupItem-EnhRelocInfoRes.lo
CC RANAP_RAB-FailedItem-EnhRelocInfoRes.lo
CC RANAP_TNLInformationEnhRelInfoRes.lo
CC RANAP_RAB-ModifyItem.lo
CC RANAP_MBMSSynchronisationInformation.lo
CC RANAP_LeftMBMSBearerService-IEs.lo
CC RANAP_LeftMBMSBearerService-IEs-Value.lo
CC RANAP_UnsuccessfulLinking-IEs.lo
CC RANAP_UnsuccessfulLinking-IEs-Value.lo
CCLD libosmo-asn1-ranap.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/build/src/ranap'
Making all in sabp
make[4]: Entering directory '/build/src/sabp'
CC SABP_InitiatingMessage.lo
CC SABP_SABP-PDU.lo
CC SABP_SuccessfulOutcome.lo
CC SABP_UnsuccessfulOutcome.lo
CC SABP_Criticality.lo
CC SABP_Presence.lo
CC SABP_ProcedureCode.lo
CC SABP_ProtocolExtensionID.lo
CC SABP_ProtocolIE-ID.lo
CC SABP_TriggeringMessage.lo
CC SABP_IE-Extensions.lo
CC SABP_Available-Bandwidth.lo
CC SABP_Broadcast-Message-Content.lo
CC SABP_Broadcast-Message-Content-Validity-Indicator.lo
CC SABP_Category.lo
CC SABP_Cause.lo
CC SABP_Criticality-Diagnostics.lo
CC SABP_CriticalityDiagnostics-IE-List.lo
CC SABP_CriticalityDiagnostics-IE-List-Value.lo
CC SABP_MessageStructure.lo
CC SABP_MessageStructure-Value.lo
CC SABP_Data-Coding-Scheme.lo
CC SABP_Failure-List.lo
CC SABP_Failure-List-Item.lo
CC SABP_Message-Identifier.lo
CC SABP_New-Serial-Number.lo
CC SABP_Number-of-Broadcasts-Completed-List.lo
CC SABP_Number-of-Broadcasts-Completed-List-Item.lo
CC SABP_Number-Of-Broadcasts-Completed-Info.lo
CC SABP_Number-of-Broadcasts-Requested.lo
CC SABP_Old-Serial-Number.lo
CC SABP_Paging-ETWS-Indicator.lo
CC SABP_Radio-Resource-Loading-List.lo
CC SABP_Radio-Resource-Loading-List-Item.lo
CC SABP_Recovery-Indication.lo
CC SABP_RepetitionNumber0.lo
CC SABP_RepetitionNumber1.lo
CC SABP_Repetition-Period.lo
CC SABP_Serial-Number.lo
CC SABP_Service-Area-Identifier.lo
CC SABP_Service-Areas-List.lo
CC SABP_TypeOfError.lo
CC SABP_WarningSecurityInfo.lo
CC SABP_Warning-Type.lo
CC SABP_Write-Replace.lo
CC SABP_Write-Replace-Complete.lo
CC SABP_Write-Replace-Failure.lo
CC SABP_Kill.lo
CC SABP_Kill-Complete.lo
CC SABP_Kill-Failure.lo
CC SABP_Load-Query.lo
CC SABP_Load-Query-Complete.lo
CC SABP_Load-Query-Failure.lo
CC SABP_Message-Status-Query.lo
CC SABP_Message-Status-Query-Complete.lo
CC SABP_Message-Status-Query-Failure.lo
CC SABP_Reset.lo
CC SABP_Reset-Complete.lo
CC SABP_Reset-Failure.lo
CC SABP_Restart.lo
CC SABP_Failure.lo
CC SABP_Error-Indication.lo
CC SABP_IE.lo
CCLD libosmo-asn1-sabp.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/build/src/sabp'
Making all in tests
make[4]: Entering directory '/build/src/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/src/tests'
make[4]: Entering directory '/build/src'
CC hnbap_common.lo
CC hnbap_encoder.lo
CC hnbap_decoder.lo
CC ranap_common.lo
CC ranap_encoder.lo
CC ranap_msg_factory.lo
CC ranap_decoder.lo
CC iu_helpers.lo
CC ranap_common_cn.lo
CC ranap_common_ran.lo
CC iu_client.lo
CC iu_client_vty.lo
CC rua_common.lo
CC rua_encoder.lo
CC rua_decoder.lo
CC rua_msg_factory.lo
CC sabp_common.lo
CC sabp_encoder.lo
CC sabp_decoder.lo
CCLD libosmo-hnbap.la
CCLD libosmo-rua.la
CCLD libosmo-ranap.la
CCLD libosmo-sabp.la
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/build/src'
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
Making all in include
make[2]: Entering directory '/build/include'
Making all in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making all in hnbap
make[4]: Entering directory '/build/include/osmocom/hnbap'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/hnbap'
Making all in ranap
make[4]: Entering directory '/build/include/osmocom/ranap'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/ranap'
Making all in rua
make[4]: Entering directory '/build/include/osmocom/rua'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/rua'
Making all in sabp
make[4]: Entering directory '/build/include/osmocom/sabp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/sabp'
Making all in iuh
make[4]: Entering directory '/build/include/osmocom/iuh'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/iuh'
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 doc
make[2]: Entering directory '/build/doc'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
make[2]: Entering directory '/build'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ make check
make check-recursive
make[1]: Entering directory '/build'
Making check in src
make[2]: Entering directory '/build/src'
make check-recursive
make[3]: Entering directory '/build/src'
Making check in hnbap
make[4]: Entering directory '/build/src/hnbap'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/src/hnbap'
Making check in rua
make[4]: Entering directory '/build/src/rua'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/src/rua'
Making check in ranap
make[4]: Entering directory '/build/src/ranap'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/src/ranap'
Making check in sabp
make[4]: Entering directory '/build/src/sabp'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/src/sabp'
Making check in tests
make[4]: Entering directory '/build/src/tests'
make test-ranap test-helpers test-hnbap hnb-test
make[5]: Entering directory '/build/src/tests'
CC test-ranap.o
CC test_common.o
CCLD test-ranap
/usr/bin/ld: test-ranap.o: in function `main':
/build/src/tests/test-ranap.c:201: undefined reference to `tall_msgb_ctx'
/usr/bin/ld: /build/src/tests/test-ranap.c:201: undefined reference to `tall_msgb_ctx'
collect2: error: ld returned 1 exit status
make[5]: Leaving directory '/build/src/tests'
make[4]: Leaving directory '/build/src/tests'
make[5]: *** [Makefile:419: test-ranap] Error 1
make[4]: *** [Makefile:554: check-am] Error 2
make[3]: *** [Makefile:640: check-recursive] Error 1
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
make[2]: *** [Makefile:792: check] Error 2
make[1]: *** [Makefile:473: check-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:767: check] Error 2
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1029519 killed;
[ssh-agent] Stopped.
Archiving artifacts