Build failed in Jenkins: master-osmo-bsc » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #7796

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 Oct 10 01:05:46 UTC 2019


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/7796/display/redirect>

------------------------------------------
[...truncated 27.66 KB...]
make[3]: Leaving directory '/build/deps/libosmocore/src'
make[2]: Leaving directory '/build/deps/libosmocore/src'
Making install in src/vty
make[2]: Entering directory '/build/deps/libosmocore/src/vty'
  CC       command.lo
  CC       buffer.lo
  CC       stats_vty.lo
  CC       vty.lo
  CC       vector.lo
  CC       utils.lo
  CC       telnet_interface.lo
  CC       logging_vty.lo
utils.c: In function ‘handle_counter’:
utils.c:317:3: warning: ‘osmo_counter_get’ is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   osmo_counter_get(counter), VTY_NEWLINE);
   ^~~~~~~~~~~~~~~~
In file included from utils.c:39:0:
../../include/osmocom/core/counter.h:35:29: note: declared here
 static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
                             ^~~~~~~~~~~~~~~~
  CC       fsm_vty.lo
  CC       talloc_ctx_vty.lo
  CC       tdef_vty.lo
  CCLD     libosmovty.la
make[3]: Entering directory '/build/deps/libosmocore/src/vty'
make[3]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmovty.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmovty.la'
libtool: install: (cd /build/deps/libosmocore/src/vty; /bin/bash "/build/deps/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -g -O2 -DBUILDING_LIBOSMOCORE -Wall -version-info 8:0:4 -no-undefined -o libosmovty.la -rpath /build/deps/install/stow/libosmocore/lib buffer.lo command.lo vty.lo vector.lo utils.lo telnet_interface.lo logging_vty.lo stats_vty.lo fsm_vty.lo talloc_ctx_vty.lo tdef_vty.lo ../../src/libosmocore.la -ltalloc )
libtool: install: /usr/bin/install -c .libs/libosmovty.so.4.4.0T /build/deps/install/stow/libosmocore/lib/libosmovty.so.4.4.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmovty.so.4.4.0 libosmovty.so.4 || { rm -f libosmovty.so.4 && ln -s libosmovty.so.4.4.0 libosmovty.so.4; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmovty.so.4.4.0 libosmovty.so || { rm -f libosmovty.so && ln -s libosmovty.so.4.4.0 libosmovty.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmovty.lai /build/deps/install/stow/libosmocore/lib/libosmovty.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/build_bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/libosmocore/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/vty'
make[2]: Leaving directory '/build/deps/libosmocore/src/vty'
Making install in src/codec
make[2]: Entering directory '/build/deps/libosmocore/src/codec'
  CC       gsm620.lo
  CC       gsm610.lo
  CC       ecu.lo
  CC       gsm660.lo
  CC       ecu_fr.lo
  CC       gsm690.lo
ecu_fr.c: In function ‘ecu_fr_frame_in’:
ecu_fr.c:194:2: warning: ‘osmo_ecu_fr_reset’ is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations]
  osmo_ecu_fr_reset(fr, frame);
  ^~~~~~~~~~~~~~~~~
ecu_fr.c:133:6: note: declared here
 void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame)
      ^~~~~~~~~~~~~~~~~
ecu_fr.c: In function ‘ecu_fr_frame_out’:
ecu_fr.c:202:2: warning: ‘osmo_ecu_fr_conceal’ is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations]
  if (osmo_ecu_fr_conceal(fr, frame_out) == 0)
  ^~
ecu_fr.c:147:5: note: declared here
 int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame)
     ^~~~~~~~~~~~~~~~~~~
  CCLD     libosmocodec.la
make[3]: Entering directory '/build/deps/libosmocore/src/codec'
make[3]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/build/deps/install/stow/libosmocore/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmocodec.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmocodec.la'
libtool: install: (cd /build/deps/libosmocore/src/codec; /bin/bash "/build/deps/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -g -O2 -DBUILDING_LIBOSMOCORE -Wall -version-info 1:1:1 -no-undefined -o libosmocodec.la -rpath /build/deps/install/stow/libosmocore/lib gsm610.lo gsm620.lo gsm660.lo gsm690.lo ecu.lo ecu_fr.lo ../../src/libosmocore.la )
libtool: install: /usr/bin/install -c .libs/libosmocodec.so.0.1.1T /build/deps/install/stow/libosmocore/lib/libosmocodec.so.0.1.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocodec.so.0.1.1 libosmocodec.so.0 || { rm -f libosmocodec.so.0 && ln -s libosmocodec.so.0.1.1 libosmocodec.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocodec.so.0.1.1 libosmocodec.so || { rm -f libosmocodec.so && ln -s libosmocodec.so.0.1.1 libosmocodec.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocodec.lai /build/deps/install/stow/libosmocore/lib/libosmocodec.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/build_bin:/sbin" ldconfig -n /build/deps/install/stow/libosmocore/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/libosmocore/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmocore/src/codec'
make[2]: Leaving directory '/build/deps/libosmocore/src/codec'
Making install in src/gsm
make[2]: Entering directory '/build/deps/libosmocore/src/gsm'
  GEN      gsm0503_conv.c
Generating convolutional codes...
Generate 'xcch' definition
Generate 'rach' definition
Generate 'rach_ext' definition
Generate 'sch' definition
Generate 'cs2' definition
Generate 'cs3' definition
Generate 'cs2_np' definition
Generate 'cs3_np' definition
Generate 'tch_afs_12_2' definition
Generate 'tch_afs_10_2' definition
Generate 'tch_afs_7_95' definition
Generate 'tch_afs_7_4' definition
Generate 'tch_afs_6_7' definition
Generate 'tch_afs_5_9' definition
Generate 'tch_afs_5_15' definition
Generate 'tch_afs_4_75' definition
Generate 'tch_fr' definition
Generate 'tch_hr' definition
Generate 'tch_ahs_7_95' definition
Generate 'tch_ahs_7_4' definition
Generate 'tch_ahs_6_7' definition
Generate 'tch_ahs_5_9' definition
Generate 'tch_ahs_5_15' definition
Generate 'tch_ahs_4_75' definition
Generate 'mcs1_dl_hdr' definition
Generate 'mcs1_ul_hdr' definition
Generate 'mcs1' definition
Generate 'mcs2' definition
Generate 'mcs3' definition
Generate 'mcs4' definition
Generate 'mcs5_dl_hdr' definition
Generate 'mcs5_ul_hdr' definition
Generate 'mcs5' definition
Generate 'mcs6' definition
Generate 'mcs7_dl_hdr' definition
Generate 'mcs7_ul_hdr' definition
Generate 'mcs7' definition
Generate 'mcs8' definition
Generate 'mcs9' definition
Generation complete.
make  install-am
make[3]: Entering directory '/build/deps/libosmocore/src/gsm'
  CC       a5.lo
  CC       rxlev_stat.lo
  CC       tlv_parser.lo
  CC       comp128.lo
  CC       comp128v23.lo
  CC       rsl.lo
  CC       gsm48.lo
  CC       gsm_utils.lo
gsm_utils.c:121:9: note: #pragma message: including GnuTLS for getrandom fallback.
 #pragma message ("including GnuTLS for getrandom fallback.")
         ^~~~~~~
gsm_utils.c: In function ‘osmo_get_rand_id’:
gsm_utils.c:459:9: note: #pragma message: Using direct syscall access for getrandom(): consider upgrading to glibc >= 2.25
 #pragma message ("Using direct syscall access for getrandom(): consider upgrading to glibc >= 2.25")
         ^~~~~~~
  CC       gsm48_arfcn_range_encode.lo
  CC       gsm48_ie.lo
  CC       gsm0808.lo
  CC       sysinfo.lo
gsm48_ie.c: In function ‘gsm48_decode_called’:
gsm48_ie.c:411:2: warning: ‘gsm48_decode_bcd_number’ is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  gsm48_decode_bcd_number(called->number, sizeof(called->number), lv, 1);
  ^~~~~~~~~~~~~~~~~~~~~~~
gsm48_ie.c:54:5: note: declared here
 int gsm48_decode_bcd_number(char *output, int output_len,
     ^~~~~~~~~~~~~~~~~~~~~~~
gsm48_ie.c: In function ‘gsm48_decode_callerid’:
gsm48_ie.c:466:2: warning: ‘gsm48_decode_bcd_number’ is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  gsm48_decode_bcd_number(callerid->number, sizeof(callerid->number), lv, i);
  ^~~~~~~~~~~~~~~~~~~~~~~
gsm48_ie.c:54:5: note: declared here
 int gsm48_decode_bcd_number(char *output, int output_len,
     ^~~~~~~~~~~~~~~~~~~~~~~
  CC       gprs_cipher_core.lo
  CC       gprs_rlc.lo
  CC       abis_nm.lo
  CC       gsm0480.lo
  CC       gsm0502.lo
  CC       gsm0411_utils.lo
  CC       gsm0411_smc.lo
  CC       gsm0411_smr.lo
  CC       gsm0414.lo
  CC       lapd_core.lo
  CC       lapdm.lo
  CC       kasumi.lo
  CC       gsm29205.lo
  CC       gsm_04_08_gprs.lo
  CC       auth_core.lo
  CC       auth_comp128v1.lo
  CC       auth_comp128v23.lo
  CC       auth_milenage.lo
  CC       gea.lo
  CC       gan.lo
  CC       ipa.lo
  CC       gsm0341.lo
  CC       apn.lo
  CC       gsup.lo
  CC       gsup_sms.lo
ipa.c: In function ‘ipa_ccm_idtag_parse’:
ipa.c:104:2: warning: ‘ipa_ccm_idtag_parse_off’ is deprecated: Use ipa_ccm_id_{get,resp}_parse instead [-Wdeprecated-declarations]
  return ipa_ccm_idtag_parse_off(dec, buf, len, 1);
  ^~~~~~
In file included from ipa.c:45:0:
../../include/osmocom/gsm/ipa.h:31:5: note: declared here
 int ipa_ccm_idtag_parse_off(struct tlv_parsed *dec, unsigned char *buf, int len, const int len_offset)
     ^~~~~~~~~~~~~~~~~~~~~~~
  CC       gprs_gea.lo
  CC       gsm0503_conv.lo
  CC       oap.lo
  CC       gsm0808_utils.lo
  CC       gsm23003.lo
  CC       mncc.lo
  CC       bts_features.lo
  CC       oap_client.lo
  CC       gsm29118.lo
  CC       gsm48_rest_octets.lo
  CC       cbsp.lo
  CC       gsm48049.lo
  CC       milenage/aes-encblock.lo
/bin/bash: line 2:  7675 Segmentation fault      (core dumped) /bin/bash ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/usr/include/p11-kit-1 -DBUILDING_LIBOSMOCORE -Wall -Wall -g -O2 -DBUILDING_LIBOSMOCORE -Wall -MT gsm48049.lo -MD -MP -MF $depbase.Tpo -c -o gsm48049.lo gsm48049.c
Makefile:611: recipe for target 'gsm48049.lo' failed
make[3]: *** [gsm48049.lo] Error 139
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/deps/libosmocore/src/gsm'
Makefile:716: recipe for target 'install' failed
make[2]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[2]: *** [install] Error 2
Makefile:632: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/libosmocore'
make[1]: *** [install-recursive] Error 1
Makefile:931: recipe for target 'install' failed
make: *** [install] 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