Build failed in Jenkins: master-osmo-msc » --enable-iu,0,a3=default,a4=default,osmocom-master-debian9 #17146

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
Wed May 13 10:27:57 UTC 2020


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master-debian9/17146/display/redirect>

------------------------------------------
[...truncated 755.99 KB...]
  CC       gsm_04_08.o
  CC       gsm_04_08_cc.o
gsm_04_08_cc.c: In function ‘tch_rtp_connect’:
gsm_04_08_cc.c:1749:2: warning: ‘osmo_sockaddr_str_from_32n’ is deprecated: osmo_sockaddr_str_from_32n() actually uses *host* byte order. Use osmo_sockaddr_str_from_32h() instead [-Wdeprecated-declarations]
  osmo_sockaddr_str_from_32n(&rtp_addr, rtp->ip, rtp->port);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/osmocom/msc/ran_msg.h:26:0,
                 from ../../include/osmocom/msc/ran_infra.h:6,
                 from ../../include/osmocom/msc/msc_roles.h:9,
                 from ../../include/osmocom/msc/msc_a.h:33,
                 from ../../include/osmocom/msc/transaction.h:9,
                 from ../../include/osmocom/msc/gsm_04_08.h:7,
                 from gsm_04_08_cc.c:40:
/build/deps/install/stow/libosmocore/include/osmocom/core/sockaddr_str.h:94:5: note: declared here
 int osmo_sockaddr_str_from_32n(struct osmo_sockaddr_str *sockaddr_str, uint32_t ip, uint16_t port)
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       gsm_04_11.o
  CC       gsm_04_11_gsup.o
  CC       gsm_04_14.o
  CC       gsm_04_80.o
  CC       gsm_09_11.o
  CC       gsup_client_mux.o
  CC       mncc.o
  CC       mncc_builtin.o
  CC       mncc_sock.o
  CC       mncc_call.o
mncc_call.c: In function ‘mncc_call_tx_rtp_create’:
mncc_call.c:310:2: warning: ‘osmo_sockaddr_str_to_32n’ is deprecated: osmo_sockaddr_str_to_32n() actually uses *host* byte order. Use osmo_sockaddr_str_to_32h() instead [-Wdeprecated-declarations]
  if (osmo_sockaddr_str_to_32n(rtp_local, &mncc_msg.rtp.ip)) {
  ^~
In file included from ../../include/osmocom/msc/rtp_stream.h:6:0,
                 from mncc_call.c:35:
/build/deps/install/stow/libosmocore/include/osmocom/core/sockaddr_str.h:96:5: note: declared here
 int osmo_sockaddr_str_to_32n(const struct osmo_sockaddr_str *sockaddr_str, uint32_t *ip)
     ^~~~~~~~~~~~~~~~~~~~~~~~
mncc_call.c: In function ‘mncc_call_rx_rtp_connect’:
mncc_call.c:335:2: warning: ‘osmo_sockaddr_str_from_32n’ is deprecated: osmo_sockaddr_str_from_32n() actually uses *host* byte order. Use osmo_sockaddr_str_from_32h() instead [-Wdeprecated-declarations]
  if (osmo_sockaddr_str_from_32n(&rtp, mncc_msg->ip, mncc_msg->port)) {
  ^~
In file included from ../../include/osmocom/msc/rtp_stream.h:6:0,
                 from mncc_call.c:35:
/build/deps/install/stow/libosmocore/include/osmocom/core/sockaddr_str.h:94:5: note: declared here
 int osmo_sockaddr_str_from_32n(struct osmo_sockaddr_str *sockaddr_str, uint32_t ip, uint16_t port)
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       msub.o
  CC       msc_a.o
  CC       msc_a_remote.o
  CC       msc_i.o
  CC       msc_i_remote.o
  CC       msc_t.o
  CC       msc_t_remote.o
  CC       msc_ho.o
  CC       neighbor_ident.o
  CC       neighbor_ident_vty.o
  CC       paging.o
  CC       ran_conn.o
  CC       ran_infra.o
  CC       ran_msg.o
  CC       ran_msg_a.o
  CC       ran_peer.o
ran_msg_a.c: In function ‘ran_a_decode_cipher_mode_reject’:
ran_msg_a.c:228:7: error: implicit declaration of function ‘gsm0808_get_cipher_reject_cause’ [-Werror=implicit-function-declaration]
  rc = gsm0808_get_cipher_reject_cause(tp);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       rrlp.o
  CC       rtp_stream.o
  CC       sdp_msg.o
  CC       silent_call.o
  CC       sms_queue.o
  CC       transaction.o
  CC       msc_net_init.o
  CC       ctrl_commands.o
  CC       sgs_iface.o
  CC       sgs_server.o
  CC       sgs_vty.o
  CC       ran_msg_iu.o
  CC       smpp_smsc.o
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_IE-Extensions.h:15,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AllocationOrRetentionPriority.h:18,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:8,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common_cn.h:5,
                 from ran_msg_iu.c:32:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_GA-Polygon.h:26:23: warning: ‘struct Member’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct Member {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_GA-Polygon.h:26:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct Member {
  ^~~~~~~~~~~~~
  CC       smpp_openbsc.o
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:27:23: warning: ‘struct MemberC’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberC {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberC {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:27:23: warning: ‘struct MemberF’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberF {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberF {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_CriticalityDiagnostics-IE-List.h:28:23: warning: ‘struct MemberG’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberG {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_CriticalityDiagnostics-IE-List.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberG {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_DataVolumeList.h:27:23: warning: ‘struct MemberH’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberH {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_DataVolumeList.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberH {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_EUTRANFrequencies.h:27:23: warning: ‘struct MemberJ’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberJ {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_EUTRANFrequencies.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberJ {
  ^~~~~~~~~~~~~
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_IE-Extensions.h:15,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_AllocationOrRetentionPriority.h:18,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:8,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common_cn.h:5,
                 from ran_msg_iu.c:32:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LA-LIST.h:27:23: warning: ‘struct MemberA’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberA {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LA-LIST.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberA {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:26:23: warning: ‘struct MemberK’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberK {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:26:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberK {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_MessageStructure.h:27:23: warning: ‘struct MemberL’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberL {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_MessageStructure.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberL {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:27:23: warning: ‘struct MemberM’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberM {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_PLMNs-in-shared-network.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberM {
  ^~~~~~~~~~~~~
smpp_openbsc.c: In function ‘submit_to_sms’:
smpp_openbsc.c:210:2: warning: #warning Implement reply path [-Wcpp]
 #warning Implement reply path
  ^~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:27:23: warning: ‘struct MemberN’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberN {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABDataVolumeReport.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberN {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:29:23: warning: ‘struct MemberB’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberB {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_RABParametersList.h:29:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberB {
  ^~~~~~~~~~~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:27:23: warning: ‘struct MemberD’ declared inside parameter list will not be visible outside of this definition or declaration
  A_SEQUENCE_OF(struct MemberD {
                       ^
/build/deps/install/stow/libasn1c/include/asn1c/asn_SET_OF.h:17:16: note: in definition of macro ‘A_SET_OF’
   void (*free)(type *);   \
                ^~~~
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
  A_SEQUENCE_OF(struct MemberD {
  ^~~~~~~~~~~~~
In file included from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common.h:592:0,
                 from /build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_common_cn.h:5,
                 from ran_msg_iu.c:32:
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:95:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT" redefined
 #define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT     (1 << 2)
 
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:93:0: note: this is the location of the previous definition
 #define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT     (1 << 0)
 
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:96:0: warning: "RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT" redefined
 #define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT                          (1 << 3)
 
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:94:0: note: this is the location of the previous definition
 #define RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT                          (1 << 1)
 
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:291:0: warning: "ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT" redefined
 #define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT                   (1 << 1)
 
/build/deps/install/stow/osmo-iuh/include/osmocom/ranap/ranap_ies_defs.h:290:0: note: this is the location of the previous definition
 #define ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT                   (1 << 0)
 
  CC       smpp_vty.o
  CC       smpp_utils.o
cc1: some warnings being treated as errors
Makefile:536: recipe for target 'ran_msg_a.o' failed
make[3]: *** [ran_msg_a.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/src/libmsc'
make[2]: *** [all-recursive] Error 1
Makefile:422: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/src'
Makefile:462: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build'
make[1]: *** [all-recursive] Error 1
Makefile:394: 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