See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--disable-iu,WI…>
------------------------------------------
[...truncated 24.38 KB...]
CC msgfile.lo
CC plugin.lo
CC serial.lo
CCLD libosmocore.la
make[4]: Entering directory '/build/deps/libosmocore/src'
make[4]: 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 libosmocore.la '/build/deps/install/stow/libosmocore/lib'
libtool: install: /usr/bin/install -c .libs/libosmocore.so.12.2.0 /build/deps/install/stow/libosmocore/lib/libosmocore.so.12.2.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.12.2.0 libosmocore.so.12 || { rm -f libosmocore.so.12 && ln -s libosmocore.so.12.2.0 libosmocore.so.12; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.12.2.0 libosmocore.so || { rm -f libosmocore.so && ln -s libosmocore.so.12.2.0 libosmocore.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocore.lai /build/deps/install/stow/libosmocore/lib/libosmocore.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[4]: Leaving directory '/build/deps/libosmocore/src'
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 vty.lo
CC buffer.lo
CC vector.lo
CC logging_vty.lo
CC utils.lo
CC stats_vty.lo
CC telnet_interface.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 gsm610.lo
CC gsm660.lo
CC gsm620.lo
CC gsm690.lo
CC ecu.lo
CC ecu_fr.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 gsm_utils.lo
CC comp128v23.lo
CC gsm48.lo
CC rsl.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 gsm0480.lo
CC abis_nm.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 gsm_04_08_gprs.lo
CC gsm29205.lo
/bin/bash: line 2: 7051 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 lapdm.lo -MD -MP -MF $depbase.Tpo -c -o lapdm.lo lapdm.c
Makefile:613: recipe for target 'lapdm.lo' failed
make[3]: *** [lapdm.lo] Error 139
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
make[3]: Leaving directory '/build/deps/libosmocore/src/gsm'
Makefile:718: recipe for target 'install' failed
make[2]: Leaving directory '/build/deps/libosmocore/src/gsm'
Makefile:634: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/libosmocore'
Makefile:933: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--disable-iu,WIT…>
------------------------------------------
[...truncated 193.16 KB...]
=============================== libosmo-sccp ===============================
+ mkdir -p /build/deps
+ cd /build/deps
+ osmo-deps.sh libosmo-sccp
+ project=libosmo-sccp
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmo-sccp
+ cd libosmo-sccp
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
HEAD is now at c99724a... ss7: Set default traffic-mode to override
+ git rev-parse HEAD
c99724a9ec5f427a2a9d2ceda0cc7d9b1f847a0c
+ cd libosmo-sccp
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libosmo-sccp
+ subdir=
+ [ -n ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:21: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
examples/Makefile.am: installing './depcomp'
tests/sccp/Makefile.am:8: warning: source file '$(top_srcdir)/src/sccp.c' is in a subdirectory,
tests/sccp/Makefile.am:8: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
+ ./configure --prefix=/build/deps/install/stow/libosmo-sccp --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-sccp/lib/systemd/system
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
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 LIBOSMOGSM... yes
checking for LIBOSMONETIF... yes
checking for library containing sctp_send... -lsctp
checking if gcc supports -fvisibility=hidden... yes
checking for doxygen... /usr/bin/doxygen
checking whether to enable VTY/CTRL tests... no
CFLAGS="-g -O2 -Wall"
CPPFLAGS=" -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-sigtran.pc
config.status: creating libosmo-sccp.pc
config.status: creating libosmo-mtp.pc
config.status: creating libosmo-xua.pc
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/sccp/Makefile
config.status: creating include/osmocom/mtp/Makefile
config.status: creating include/osmocom/sigtran/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/sccp/Makefile
config.status: creating tests/mtp/Makefile
config.status: creating tests/m2ua/Makefile
config.status: creating tests/xua/Makefile
config.status: creating tests/ss7/Makefile
config.status: creating tests/vty/Makefile
config.status: creating examples/Makefile
config.status: creating stp/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 Doxyfile
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ [ -n ]
+ make -j 8 install
echo 1.1.0.29-c997 > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/libosmo-sccp'
Making install in include
make[2]: Entering directory '/build/deps/libosmo-sccp/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/libosmo-sccp/include/osmocom'
Making install in mtp
make[4]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/mtp'
make[5]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/mtp'
make[5]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/include/osmocom/mtp'
/usr/bin/install -c -m 644 mtp_level3.h mtp_pcap.h '/build/deps/install/stow/libosmo-sccp/include/osmocom/mtp'
make[5]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/mtp'
make[4]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/mtp'
Making install in sccp
make[4]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/sccp'
make[5]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/sccp'
make[5]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/include/osmocom/sccp'
/usr/bin/install -c -m 644 sccp_types.h sccp.h '/build/deps/install/stow/libosmo-sccp/include/osmocom/sccp'
make[5]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/sccp'
make[4]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/sccp'
Making install in sigtran
make[4]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/sigtran'
make[5]: Entering directory '/build/deps/libosmo-sccp/include/osmocom/sigtran'
make[5]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/include/osmocom/sigtran'
/bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/include/osmocom/sigtran/protocol'
/usr/bin/install -c -m 644 protocol/sua.h protocol/m3ua.h protocol/mtp.h '/build/deps/install/stow/libosmo-sccp/include/osmocom/sigtran/protocol'
/usr/bin/install -c -m 644 xua_types.h xua_msg.h m2ua_types.h sccp_sap.h sigtran_sap.h sccp_helpers.h mtp_sap.h osmo_ss7.h '/build/deps/install/stow/libosmo-sccp/include/osmocom/sigtran'
make[5]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/sigtran'
make[4]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom/sigtran'
make[4]: Entering directory '/build/deps/libosmo-sccp/include/osmocom'
make[5]: Entering directory '/build/deps/libosmo-sccp/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom'
make[4]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom'
make[3]: Leaving directory '/build/deps/libosmo-sccp/include/osmocom'
make[3]: Entering directory '/build/deps/libosmo-sccp/include'
make[4]: Entering directory '/build/deps/libosmo-sccp/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmo-sccp/include'
make[3]: Leaving directory '/build/deps/libosmo-sccp/include'
make[2]: Leaving directory '/build/deps/libosmo-sccp/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmo-sccp/src'
CC sccp.o
CC mtp_pcap.o
CC libxua_a-xua_msg.o
CC sccp_sap.lo
CC sua.lo
CC m3ua.lo
CC xua_msg.lo
CC sccp_helpers.lo
CC sccp2sua.lo
CC sccp_scrc.lo
/bin/bash: line 1: 22331 Segmentation fault (core dumped) /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libosmo-sccp\" -DPACKAGE_TARNAME=\"libosmo-sccp\" -DPACKAGE_VERSION=\"1.1.0.29-c997\" -DPACKAGE_STRING=\"libosmo-sccp\ 1.1.0.29-c997\" -DPACKAGE_BUGREPORT=\"openbsc(a)lists.osmocom.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libosmo-sccp\" -DVERSION=\"1.1.0.29-c997\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBSCTP=1 -I. -I../include -I.. -Wall -Wall -pthread -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmo-netif/include/ -g -O2 -Wall -MT xua_msg.lo -MD -MP -MF .deps/xua_msg.Tpo -c -o xua_msg.lo xua_msg.c
Makefile:574: recipe for target 'xua_msg.lo' failed
make[2]: *** [xua_msg.lo] Error 139
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/deps/libosmo-sccp/src'
Makefile:500: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/libosmo-sccp'
make[1]: *** [install-recursive] Error 1
Makefile:799: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--enable-iu,WIT…>
------------------------------------------
[...truncated 24.45 KB...]
CC conv_acc_generic.lo
CC sercomm.lo
CC prbs.lo
CC isdnhdlc.lo
CC tdef.lo
CC sockaddr_str.lo
CC use_count.lo
CC conv_acc_sse.lo
CC conv_acc_sse_avx.lo
CC plugin.lo
CC msgfile.lo
CC serial.lo
CCLD libosmocore.la
make[4]: Entering directory '/build/deps/libosmocore/src'
make[4]: 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 libosmocore.la '/build/deps/install/stow/libosmocore/lib'
libtool: install: /usr/bin/install -c .libs/libosmocore.so.12.2.0 /build/deps/install/stow/libosmocore/lib/libosmocore.so.12.2.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.12.2.0 libosmocore.so.12 || { rm -f libosmocore.so.12 && ln -s libosmocore.so.12.2.0 libosmocore.so.12; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocore.so.12.2.0 libosmocore.so || { rm -f libosmocore.so && ln -s libosmocore.so.12.2.0 libosmocore.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocore.lai /build/deps/install/stow/libosmocore/lib/libosmocore.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[4]: Leaving directory '/build/deps/libosmocore/src'
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 buffer.lo
CC command.lo
CC vty.lo
CC vector.lo
CC utils.lo
CC stats_vty.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 gsm610.lo
CC gsm620.lo
CC gsm660.lo
CC ecu.lo
CC gsm690.lo
CC ecu_fr.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 rsl.lo
CC gsm48.lo
CC rxlev_stat.lo
CC comp128.lo
CC gsm_utils.lo
CC comp128v23.lo
CC tlv_parser.lo
gsm_utils.c:121:9: note: #pragma message: including GnuTLS for getrandom fallback.
#pragma message ("including GnuTLS for getrandom fallback.")
^~~~~~~
CC gsm48_arfcn_range_encode.lo
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_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 gsm0480.lo
CC abis_nm.lo
CC gsm0502.lo
/bin/bash: line 2: 6812 Illegal instruction (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 gsm0480.lo -MD -MP -MF $depbase.Tpo -c -o gsm0480.lo gsm0480.c
Makefile:613: recipe for target 'gsm0480.lo' failed
make[3]: *** [gsm0480.lo] Error 132
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/deps/libosmocore/src/gsm'
Makefile:718: recipe for target 'install' failed
make[2]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[2]: *** [install] Error 2
Makefile:634: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/libosmocore'
make[1]: *** [install-recursive] Error 1
Makefile:933: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--disable-iu,WI…>
------------------------------------------
[...truncated 304.86 KB...]
asciidoc: gsup.adoc: line 1383: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1383: evaluating: {set2:target:osmosgsn-usermanual__32.png}
asciidoc: gsup.adoc: line 1398: filtering: packetdiag -o "/build/doc/manuals/osmosgsn-usermanual__32.png" -Tpng - && echo " "
asciidoc: gsup.adoc: line 1418: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1418: evaluating: {set2:target:osmosgsn-usermanual__33.png}
asciidoc: gsup.adoc: line 1427: filtering: packetdiag -o "/build/doc/manuals/osmosgsn-usermanual__33.png" -Tpng - && echo " "
asciidoc: gsup.adoc: line 1440: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1440: evaluating: {set2:target:osmosgsn-usermanual__34.png}
asciidoc: gsup.adoc: line 1447: filtering: packetdiag -o "/build/doc/manuals/osmosgsn-usermanual__34.png" -Tpng - && echo " "
asciidoc: gsup.adoc: line 1459: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1459: evaluating: {set2:target:osmosgsn-usermanual__35.png}
asciidoc: gsup.adoc: line 1474: filtering: packetdiag -o "/build/doc/manuals/osmosgsn-usermanual__35.png" -Tpng - && echo " "
asciidoc: gsup.adoc: line 1542: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1542: evaluating: {set2:target:osmosgsn-usermanual__36.png}
asciidoc: gsup.adoc: line 1551: filtering: "/usr/bin/python" "./build/filter-wrapper.py" mscgen -o "/build/doc/manuals/osmosgsn-usermanual__36.png" -Tpng -
asciidoc: gsup.adoc: line 1574: evaluating: {counter2:target-number}
asciidoc: gsup.adoc: line 1574: evaluating: {set2:target:osmosgsn-usermanual__37.png}
asciidoc: gsup.adoc: line 1584: filtering: packetdiag -o "/build/doc/manuals/osmosgsn-usermanual__37.png" -Tpng - && echo " "
asciidoc: include: /build/doc/manuals/chapters/counters.adoc
asciidoc: osmosgsn-usermanual.adoc: line 30: reading: /build/doc/manuals/chapters/counters.adoc
asciidoc: include: /build/doc/manuals/chapters/counters_generated.adoc
asciidoc: counters.adoc: line 4: reading: /build/doc/manuals/chapters/counters_generated.adoc
asciidoc: include: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: osmosgsn-usermanual.adoc: line 32: reading: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: include: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: osmosgsn-usermanual.adoc: line 34: reading: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: include: /build/doc/manuals/common/chapters/glossary.adoc
asciidoc: osmosgsn-usermanual.adoc: line 36: reading: /build/doc/manuals/common/chapters/glossary.adoc
asciidoc: include: /build/doc/manuals/common/chapters/gfdl.adoc
asciidoc: osmosgsn-usermanual.adoc: line 38: reading: /build/doc/manuals/common/chapters/gfdl.adoc
a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" -s /build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 -V "/build/doc/manuals/osmosgsn-usermanual.xml"
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /build/doc/manuals/osmosgsn-usermanual.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/build/doc/manuals' /usr/share/dblatex/xsl/common/mklistings.xsl /build/doc/manuals/osmosgsn-usermanual.xml
xsltproc -o osmosgsn-usermanual.rtex --xinclude --xincludestyle --param current.dir '/build/doc/manuals' --param listings.xml '/tmp/tmpooY8rN/listings.xml' /tmp/tmpooY8rN/custom.xsl /build/doc/manuals/osmosgsn-usermanual.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.9-3)
===================================================
Error: no ID for constraint linkend: ctrl_common_var.
XRef to nonexistent id: ctrl_common_var
Error: no ID for constraint linkend: bssgp:bss_ctx_packets:in.
XRef to nonexistent id: bssgp:bss_ctx_packets:in
Error: no ID for constraint linkend: bssgp:bss_ctx_packets:out.
XRef to nonexistent id: bssgp:bss_ctx_packets:out
Error: no ID for constraint linkend: bssgp:bss_ctx_bytes:in.
XRef to nonexistent id: bssgp:bss_ctx_bytes:in
Error: no ID for constraint linkend: bssgp:bss_ctx_bytes:out.
XRef to nonexistent id: bssgp:bss_ctx_bytes:out
Error: no ID for constraint linkend: bssgp:bss_ctx_blocked.
XRef to nonexistent id: bssgp:bss_ctx_blocked
Error: no ID for constraint linkend: bssgp:bss_ctx_discarded.
XRef to nonexistent id: bssgp:bss_ctx_discarded
Error: no ID for constraint linkend: bssgp:bss_ctx_status.
XRef to nonexistent id: bssgp:bss_ctx_status
Error: no ID for constraint linkend: sgsn_llc:dl_bytes.
XRef to nonexistent id: sgsn_llc:dl_bytes
Error: no ID for constraint linkend: sgsn_llc:ul_bytes.
XRef to nonexistent id: sgsn_llc:ul_bytes
Error: no ID for constraint linkend: sgsn_llc:dl_packets.
XRef to nonexistent id: sgsn_llc:dl_packets
Error: no ID for constraint linkend: sgsn_llc:ul_packets.
XRef to nonexistent id: sgsn_llc:ul_packets
Error: no ID for constraint linkend: sgsn_gprs:attach_requested.
XRef to nonexistent id: sgsn_gprs:attach_requested
Error: no ID for constraint linkend: sgsn_gprs:attach_accepted.
XRef to nonexistent id: sgsn_gprs:attach_accepted
Error: no ID for constraint linkend: sgsn_gprs:attach_rejected.
XRef to nonexistent id: sgsn_gprs:attach_rejected
Error: no ID for constraint linkend: sgsn_gprs:detach_requested.
XRef to nonexistent id: sgsn_gprs:detach_requested
Error: no ID for constraint linkend: sgsn_gprs:detach_acked.
XRef to nonexistent id: sgsn_gprs:detach_acked
Error: no ID for constraint linkend: sgsn_gprs:routing_area_requested.
XRef to nonexistent id: sgsn_gprs:routing_area_requested
Error: no ID for constraint linkend: sgsn_gprs:routing_area_requested.
XRef to nonexistent id: sgsn_gprs:routing_area_requested
Error: no ID for constraint linkend: sgsn_gprs:routing_area_requested.
XRef to nonexistent id: sgsn_gprs:routing_area_requested
Error: no ID for constraint linkend: sgsn_pdp:activate_requested.
XRef to nonexistent id: sgsn_pdp:activate_requested
Error: no ID for constraint linkend: sgsn_pdp:activate_rejected.
XRef to nonexistent id: sgsn_pdp:activate_rejected
Error: no ID for constraint linkend: sgsn_pdp:activate_accepted.
XRef to nonexistent id: sgsn_pdp:activate_accepted
Error: no ID for constraint linkend: sgsn_pdp:request_activated.
XRef to nonexistent id: sgsn_pdp:request_activated
Error: no ID for constraint linkend: sgsn_pdp:request_activate_rejected.
XRef to nonexistent id: sgsn_pdp:request_activate_rejected
Error: no ID for constraint linkend: sgsn_pdp:modify_requested.
XRef to nonexistent id: sgsn_pdp:modify_requested
Error: no ID for constraint linkend: sgsn_pdp:modify_accepted.
XRef to nonexistent id: sgsn_pdp:modify_accepted
Error: no ID for constraint linkend: sgsn_pdp:dl_deactivate_requested.
XRef to nonexistent id: sgsn_pdp:dl_deactivate_requested
Error: no ID for constraint linkend: sgsn_pdp:dl_deactivate_accepted.
XRef to nonexistent id: sgsn_pdp:dl_deactivate_accepted
Error: no ID for constraint linkend: sgsn_pdp:ul_deactivate_requested.
XRef to nonexistent id: sgsn_pdp:ul_deactivate_requested
Error: no ID for constraint linkend: sgsn_pdp:ul_deactivate_accepted.
XRef to nonexistent id: sgsn_pdp:ul_deactivate_accepted
Error: no ID for constraint linkend: ns:nsvc_packets:in.
XRef to nonexistent id: ns:nsvc_packets:in
Error: no ID for constraint linkend: ns:nsvc_packets:out.
XRef to nonexistent id: ns:nsvc_packets:out
Error: no ID for constraint linkend: ns:nsvc_bytes:in.
XRef to nonexistent id: ns:nsvc_bytes:in
Error: no ID for constraint linkend: ns:nsvc_bytes:out.
XRef to nonexistent id: ns:nsvc_bytes:out
Error: no ID for constraint linkend: ns:nsvc_blocked.
XRef to nonexistent id: ns:nsvc_blocked
Error: no ID for constraint linkend: ns:nsvc_dead.
XRef to nonexistent id: ns:nsvc_dead
Error: no ID for constraint linkend: ns:nsvc_replaced.
XRef to nonexistent id: ns:nsvc_replaced
Error: no ID for constraint linkend: ns:nsvc_nsei-chg.
XRef to nonexistent id: ns:nsvc_nsei-chg
Error: no ID for constraint linkend: ns:nsvc_inv-nsvci.
XRef to nonexistent id: ns:nsvc_inv-nsvci
Error: no ID for constraint linkend: ns:nsvc_inv-nsei.
XRef to nonexistent id: ns:nsvc_inv-nsei
Error: no ID for constraint linkend: ns:nsvc_lost:alive.
XRef to nonexistent id: ns:nsvc_lost:alive
Error: no ID for constraint linkend: ns:nsvc_lost:reset.
XRef to nonexistent id: ns:nsvc_lost:reset
Error: no ID for constraint linkend: ns.nsvc_alive.delay.
XRef to nonexistent id: ns.nsvc_alive.delay
Error: no ID for constraint linkend: ietf-rfc791.
XRef to nonexistent id: ietf-rfc791
Section level > 6 not well supported for bibliodiv
Error: no ID for constraint linkend: modified-vesion.
XRef to nonexistent id: modified-vesion
Image 'dblatex' not found
Cannot convert 'osmosgsn-usermanual__1.png' to pdf
Cannot convert './common/images/wireshark-gsmtap-log.png' to pdf
Cannot convert 'osmosgsn-usermanual__2.png' to pdf
Cannot convert 'osmosgsn-usermanual__3.png' to pdf
Cannot convert 'osmosgsn-usermanual__4.png' to pdf
Cannot convert 'osmosgsn-usermanual__5.png' to pdf
Cannot convert 'osmosgsn-usermanual__6.png' to pdf
Cannot convert 'osmosgsn-usermanual__7.png' to pdf
Cannot convert 'osmosgsn-usermanual__8.png' to pdf
Cannot convert 'osmosgsn-usermanual__9.png' to pdf
Cannot convert 'osmosgsn-usermanual__10.png' to pdf
Cannot convert 'osmosgsn-usermanual__11.png' to pdf
Cannot convert 'osmosgsn-usermanual__12.png' to pdf
Cannot convert 'osmosgsn-usermanual__13.png' to pdf
Cannot convert 'osmosgsn-usermanual__14.png' to pdf
Cannot convert 'osmosgsn-usermanual__15.png' to pdf
Cannot convert 'osmosgsn-usermanual__16.png' to pdf
Cannot convert 'osmosgsn-usermanual__17.png' to pdf
Cannot convert 'osmosgsn-usermanual__18.png' to pdf
Cannot convert 'osmosgsn-usermanual__19.png' to pdf
Cannot convert 'osmosgsn-usermanual__20.png' to pdf
Cannot convert 'osmosgsn-usermanual__21.png' to pdf
Cannot convert 'osmosgsn-usermanual__22.png' to pdf
Cannot convert 'osmosgsn-usermanual__23.png' to pdf
Cannot convert 'osmosgsn-usermanual__24.png' to pdf
Cannot convert 'osmosgsn-usermanual__25.png' to pdf
Cannot convert 'osmosgsn-usermanual__26.png' to pdf
Cannot convert 'osmosgsn-usermanual__27.png' to pdf
Cannot convert 'osmosgsn-usermanual__28.png' to pdf
Cannot convert 'osmosgsn-usermanual__29.png' to pdf
Cannot convert 'osmosgsn-usermanual__30.png' to pdf
Cannot convert 'osmosgsn-usermanual__31.png' to pdf
Cannot convert 'osmosgsn-usermanual__32.png' to pdf
Cannot convert 'osmosgsn-usermanual__33.png' to pdf
Cannot convert 'osmosgsn-usermanual__34.png' to pdf
Cannot convert 'osmosgsn-usermanual__35.png' to pdf
Cannot convert 'osmosgsn-usermanual__36.png' to pdf
Cannot convert 'osmosgsn-usermanual__37.png' to pdf
Build osmosgsn-usermanual.pdf
built-in module pdftex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for custom-dblatex
built-in module bibtopic registered
building additional files...
checking if compiling is necessary...
the output file doesn't exist
pdflatex -interaction=batchmode osmosgsn-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmpooY8rN/osmosgsn-usermanual.idx is empty
osmosgsn-usermanual.toc MD5 checksum changed
osmosgsn-usermanual.aux MD5 checksum changed
the /tmp/tmpooY8rN/osmosgsn-usermanual.toc file has changed
pdflatex -interaction=batchmode osmosgsn-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmpooY8rN/osmosgsn-usermanual.idx is empty
no new compilation is needed
running last-compilation scripts...
'osmosgsn-usermanual.pdf' successfully built
a2x: deleting /build/doc/manuals/osmosgsn-usermanual.xml
make[3]: Leaving directory '/build/doc/manuals'
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'
Making all in include
make[2]: Entering directory '/build/include'
Making all in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making all in sgsn
make[4]: Entering directory '/build/include/osmocom/sgsn'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/sgsn'
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 gprs
make[3]: Entering directory '/build/src/gprs'
CC gprs_llc_parse.lo
CC gprs_gb_parse.lo
CC crc24.lo
CC sgsn_ares.lo
CC gprs_utils.lo
/bin/bash: line 1: 3897 Segmentation fault (core dumped) /bin/bash ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../.. -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall -Wall -fno-strict-aliasing -pthread -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmo-abis/include/ -fno-strict-aliasing -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/osmo-hlr/include/ -I/build/deps/install/stow/osmo-ggsn/include/ -g -O2 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Wnull-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess -MT sgsn_ares.lo -MD -MP -MF .deps/sgsn_ares.Tpo -c -o sgsn_ares.lo sgsn_ares.c
make[3]: *** [sgsn_ares.lo] Error 139
make[3]: *** Waiting for unfinished jobs....
Makefile:446: recipe for target 'sgsn_ares.lo' failed
/bin/bash: line 1: 3894 Segmentation fault (core dumped) /bin/bash ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../.. -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall -Wall -fno-strict-aliasing -pthread -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/libosmo-abis/include/ -fno-strict-aliasing -I/build/deps/install/stow/libosmocore/include/ -I/build/deps/install/stow/osmo-hlr/include/ -I/build/deps/install/stow/osmo-ggsn/include/ -g -O2 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall -Werror=implicit -Werror=maybe-uninitialized -Werror=memset-transposed-args -Wnull-dereference -Werror=sizeof-array-argument -Werror=sizeof-pointer-memaccess -MT crc24.lo -MD -MP -MF .deps/crc24.Tpo -c -o crc24.lo crc24.c
make[3]: *** [crc24.lo] Error 139
Makefile:446: recipe for target 'crc24.lo' failed
make[3]: Leaving directory '/build/src/gprs'
Makefile:394: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/src'
make[2]: *** [all-recursive] Error 1
Makefile:453: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build'
make[1]: *** [all-recursive] Error 1
Makefile:385: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH…>
------------------------------------------
[...truncated 499.75 KB...]
void (*free)(type *); \
^~~~
../../include/osmocom/ranap/RANAP_AuthorisedPLMNs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberC {
^~~~~~~~~~~~~
CC RANAP_SourceID.lo
CC RANAP_SourceRNC-ID.lo
CC RANAP_SourceRNC-ToTargetRNC-TransparentContainer.lo
CC RANAP_IRAT-Measurement-Configuration.lo
CC RANAP_IRATmeasurementParameters.lo
CC RANAP_RSRQ-Type.lo
CC RANAP_RSRQ-Extension.lo
CC RANAP_EUTRANFrequencies.lo
CC RANAP_MeasBand.lo
CC RANAP_SubscriberProfileIDforRFP.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:14,
from ../../include/osmocom/ranap/RANAP_IRATmeasurementParameters.h:15,
from ../../include/osmocom/ranap/RANAP_IRAT-Measurement-Configuration.h:15,
from RANAP_IRAT-Measurement-Configuration.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberJ {
^~~~~~~~~~~~~
CC RANAP_SourceStatisticsDescriptor.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:14,
from ../../include/osmocom/ranap/RANAP_IRATmeasurementParameters.h:15,
from RANAP_IRATmeasurementParameters.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberJ {
^~~~~~~~~~~~~
CC RANAP_SupportedRAB-ParameterBitrateList.lo
CC RANAP_SupportedBitrate.lo
CC RANAP_SourceUTRANCellID.lo
CC RANAP_SRB-ID.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:14,
from RANAP_EUTRANFrequencies.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_EUTRANFrequencies.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberJ {
^~~~~~~~~~~~~
CC RANAP_SRB-TrCH-Mapping.lo
CC RANAP_SRB-TrCH-MappingItem.lo
CC RANAP_SRVCC-HO-Indication.lo
CC RANAP_SRVCC-Operation-Possible.lo
CC RANAP_SRVCC-Information.lo
CC RANAP_SubflowSDU-Size.lo
CC RANAP_TAC.lo
CC RANAP_TAI.lo
CC RANAP_Target-ToSource-TransparentContainer.lo
CC RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.lo
CC RANAP_TargetBSS-ToSourceBSS-TransparentContainer.lo
CC RANAP_TargetCellId.lo
CC RANAP_TargetID.lo
CC RANAP_TargetENB-ID.lo
CC RANAP_TargetRNC-ID.lo
CC RANAP_TargetRNC-ToSourceRNC-TransparentContainer.lo
CC RANAP_TBCD-STRING.lo
CC RANAP_TemporaryUE-ID.lo
CC RANAP_Time-UE-StayedInCell.lo
CC RANAP_Time-UE-StayedInCell-EnhancedGranularity.lo
CC RANAP_TimeToMBMSDataTransfer.lo
CC RANAP_TimingDifferenceULDL.lo
CC RANAP_TMGI.lo
CC RANAP_TMSI.lo
CC RANAP_TraceDepth.lo
CC RANAP_TraceInformation.lo
CC RANAP_TracePropagationParameters.lo
CC RANAP_TraceRecordingSessionInformation.lo
CC RANAP_TraceRecordingSessionReference.lo
CC RANAP_TraceReference.lo
CC RANAP_TraceType.lo
CC RANAP_TrafficClass.lo
CC RANAP_TrafficHandlingPriority.lo
CC RANAP_TransferDelay.lo
CC RANAP_UnsuccessfullyTransmittedDataVolume.lo
CC RANAP_TransportLayerAddress.lo
CC RANAP_TrCH-ID.lo
CC RANAP_TrCH-ID-List.lo
CC RANAP_TriggerID.lo
CC RANAP_TunnelInformation.lo
CC RANAP_TypeOfError.lo
CC RANAP_UE-AggregateMaximumBitRate.lo
CC RANAP_UE-AggregateMaximumBitRateDownlink.lo
CC RANAP_UE-AggregateMaximumBitRateUplink.lo
CC RANAP_UE-History-Information.lo
CC RANAP_UE-ID.lo
CC RANAP_UESBI-Iu.lo
CC RANAP_UESBI-IuA.lo
CC RANAP_UESBI-IuB.lo
CC RANAP_UL-GTP-PDU-SequenceNumber.lo
CC RANAP_UL-N-PDU-SequenceNumber.lo
CC RANAP_UPInformation.lo
CC RANAP_UPInitialisationFrame.lo
CC RANAP_UP-ModeVersions.lo
CC RANAP_USCH-ID.lo
CC RANAP_UserPlaneMode.lo
CC RANAP_UTRAN-CellID.lo
CC RANAP_VelocityEstimate.lo
CC RANAP_HorizontalVelocity.lo
CC RANAP_HorizontalWithVerticalVelocity.lo
CC RANAP_HorizontalVelocityWithUncertainty.lo
CC RANAP_HorizontalWithVerticalVelocityAndUncertainty.lo
CC RANAP_HorizontalSpeedAndBearing.lo
CC RANAP_VerticalVelocity.lo
CC RANAP_VerticalSpeedDirection.lo
CC RANAP_VerticalAccuracyCode.lo
CC RANAP_VoiceSupportMatchIndicator.lo
CC RANAP_RANAP-PDU.lo
CC RANAP_InitiatingMessage.lo
CC RANAP_SuccessfulOutcome.lo
CC RANAP_UnsuccessfulOutcome.lo
CC RANAP_Outcome.lo
CC RANAP_Iu-ReleaseCommand.lo
CC RANAP_Iu-ReleaseComplete.lo
CC RANAP_RelocationRequired.lo
CC RANAP_RelocationCommand.lo
CC RANAP_RelocationPreparationFailure.lo
CC RANAP_RelocationRequest.lo
CC RANAP_RelocationRequestAcknowledge.lo
CC RANAP_RelocationFailure.lo
CC RANAP_RelocationCancel.lo
CC RANAP_RelocationCancelAcknowledge.lo
CC RANAP_SRNS-ContextRequest.lo
CC RANAP_RAB-DataForwardingList-SRNS-CtxReq.lo
CC RANAP_DataVolumeReportRequest.lo
CC RANAP_SRNS-ContextResponse.lo
CC RANAP_SecurityModeCommand.lo
CC RANAP_SecurityModeComplete.lo
CC RANAP_SecurityModeReject.lo
CC RANAP_DataVolumeReport.lo
CC RANAP_Reset.lo
CC RANAP_ResetAcknowledge.lo
CC RANAP_RAB-ReleaseRequest.lo
CC RANAP_RedirectionIndication.lo
CC RANAP_RAB-ReleaseList.lo
CC RANAP_Iu-ReleaseRequest.lo
CC RANAP_RelocationDetect.lo
CC RANAP_RelocationComplete.lo
CC RANAP_Paging.lo
CC RANAP_CommonID.lo
CC RANAP_CN-InvokeTrace.lo
CC RANAP_CN-DeactivateTrace.lo
CC RANAP_LocationReportingControl.lo
CC RANAP_LocationReport.lo
CC RANAP_InitialUE-Message.lo
CC RANAP_DirectTransfer.lo
CC RANAP_Overload.lo
CC RANAP_ErrorIndication.lo
CC RANAP_SRNS-DataForwardCommand.lo
CC RANAP_ForwardSRNS-Context.lo
CC RANAP_RAB-AssignmentRequest.lo
CC RANAP_RAB-SetupOrModifyList.lo
CC RANAP_RAB-AssignmentResponse.lo
CC RANAP_PrivateMessage.lo
CC RANAP_ResetResource.lo
CC RANAP_ResetResourceAcknowledge.lo
CC RANAP_RANAP-RelocationInformation.lo
CC RANAP_RAB-ModifyRequest.lo
CC RANAP_LocationRelatedDataRequest.lo
CC RANAP_LocationRelatedDataResponse.lo
CC RANAP_LocationRelatedDataFailure.lo
CC RANAP_InformationTransferIndication.lo
CC RANAP_InformationTransferConfirmation.lo
CC RANAP_InformationTransferFailure.lo
CC RANAP_UESpecificInformationIndication.lo
CC RANAP_DirectInformationTransfer.lo
CC RANAP_UplinkInformationExchangeRequest.lo
CC RANAP_UplinkInformationExchangeResponse.lo
CC RANAP_UplinkInformationExchangeFailure.lo
CC RANAP_MBMSSessionStart.lo
CC RANAP_MBMSSessionStartResponse.lo
CC RANAP_MBMSSessionStartFailure.lo
CC RANAP_MBMSSessionUpdate.lo
CC RANAP_MBMSSessionUpdateResponse.lo
CC RANAP_MBMSSessionUpdateFailure.lo
CC RANAP_MBMSSessionStop.lo
CC RANAP_MBMSSessionStopResponse.lo
CC RANAP_MBMSUELinkingRequest.lo
CC RANAP_MBMSUELinkingResponse.lo
CC RANAP_MBMSRegistrationRequest.lo
CC RANAP_MBMSRegistrationResponse.lo
CC RANAP_MBMSRegistrationFailure.lo
CC RANAP_MBMSCNDe-RegistrationRequest.lo
CC RANAP_MBMSCNDe-RegistrationResponse.lo
CC RANAP_MBMSRABEstablishmentIndication.lo
CC RANAP_MBMSRABReleaseRequest.lo
CC RANAP_MBMSRABRelease.lo
CC RANAP_MBMSRABReleaseFailure.lo
CC RANAP_EnhancedRelocationCompleteRequest.lo
CC RANAP_EnhancedRelocationCompleteResponse.lo
CC RANAP_EnhancedRelocationCompleteFailure.lo
CC RANAP_EnhancedRelocationCompleteConfirm.lo
CC RANAP_RANAP-EnhancedRelocationInformationRequest.lo
CC RANAP_RANAP-EnhancedRelocationInformationResponse.lo
CC RANAP_SRVCC-CSKeysRequest.lo
CC RANAP_SRVCC-CSKeysResponse.lo
CC RANAP_UeRadioCapabilityMatchRequest.lo
CC RANAP_UeRadioCapabilityMatchResponse.lo
CC RANAP_ProtocolExtensionContainer.lo
CC RANAP_ProtocolExtensionField.lo
CC RANAP_IE.lo
CC RANAP_ProtocolIE-Container.lo
CC RANAP_ProtocolIE-FieldPair.lo
CC RANAP_ProtocolIE-ContainerPair.lo
CC RANAP_RAB-IE-ContainerList.lo
CC RANAP_RAB-IE-ContainerPairList.lo
CC RANAP_ProtocolError-IE-ContainerList.lo
CC RANAP_IuSigConId-IE-ContainerList.lo
CC RANAP_DirectTransfer-IE-ContainerList.lo
CC RANAP_DataVolumeReportList.lo
CC RANAP_RAB-ReleasedList-IuRelComp.lo
CC RANAP_RAB-RelocationReleaseList.lo
CC RANAP_RAB-DataForwardingList.lo
Makefile:2507: recipe for target 'RANAP_RAB-DataForwardingList.lo' failed
make[4]: *** [RANAP_RAB-DataForwardingList.lo] Segmentation fault (core dumped)
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/build/deps/osmo-iuh/src/ranap'
Makefile:671: recipe for target 'install-recursive' failed
make[3]: Leaving directory '/build/deps/osmo-iuh/src'
make[3]: *** [install-recursive] Error 1
Makefile:830: recipe for target 'install' failed
make[2]: Leaving directory '/build/deps/osmo-iuh/src'
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
Makefile:461: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/osmo-iuh'
Makefile:760: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=defau…>
------------------------------------------
[...truncated 299.60 KB...]
Cannot convert 'test-usermanual__44.png' to pdf
Cannot convert 'test-usermanual__45.png' to pdf
Cannot convert 'test-usermanual__46.png' to pdf
Cannot convert 'test-usermanual__47.png' to pdf
Cannot convert 'test-usermanual__48.png' to pdf
Cannot convert 'test-usermanual__49.png' to pdf
Cannot convert 'test-usermanual__50.png' to pdf
Cannot convert 'test-usermanual__51.png' to pdf
Cannot convert 'test-usermanual__52.png' to pdf
Cannot convert 'test-usermanual__53.png' to pdf
Cannot convert 'test-usermanual__54.png' to pdf
Cannot convert 'test-usermanual__1.png' to pdf
Cannot convert 'test-usermanual__2.png' to pdf
Cannot convert 'test-usermanual__3.png' to pdf
Cannot convert 'test-usermanual__4.png' to pdf
Cannot convert 'test-usermanual__5.png' to pdf
Cannot convert 'test-usermanual__6.png' to pdf
Build test-usermanual.pdf
built-in module pdftex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for custom-dblatex
built-in module bibtopic registered
building additional files...
checking if compiling is necessary...
the output file doesn't exist
pdflatex -interaction=batchmode test-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmpDDJmky/test-usermanual.idx is empty
test-usermanual.toc MD5 checksum changed
test-usermanual.aux MD5 checksum changed
the /tmp/tmpDDJmky/test-usermanual.toc file has changed
pdflatex -interaction=batchmode test-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmpDDJmky/test-usermanual.idx is empty
no new compilation is needed
running last-compilation scripts...
'test-usermanual.pdf' successfully built
a2x: deleting /build/deps/osmo-gsm-manuals/tests/test-usermanual.xml
if [ "1" != "1" ]; then \
for i in test-usermanual.pdf test-vty-reference.pdf; do \
install -vDm644 "$i" "/build/deps/install/stow/osmo-gsm-manuals/share/doc/osmo-gsm-manuals-doc/$i" || exit 1; \
done; \
fi
make[2]: Leaving directory '/build/deps/osmo-gsm-manuals/tests'
make[2]: Entering directory '/build/deps/osmo-gsm-manuals'
make[3]: Entering directory '/build/deps/osmo-gsm-manuals'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/build/deps/install/stow/osmo-gsm-manuals/lib/pkgconfig'
/usr/bin/install -c -m 644 osmo-gsm-manuals.pc '/build/deps/install/stow/osmo-gsm-manuals/lib/pkgconfig'
make install-data-hook
make[4]: Entering directory '/build/deps/osmo-gsm-manuals'
cd "." && \
files="$(find build common *.xsl -not -type d)" && \
for i in $files; do \
if [ -x "$i" ]; then \
mode=755; \
else \
mode=644; \
fi; \
install -vDm$mode "$i" ""/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals"/$i" || exit 1; \
done;
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build'
'build/diag-filter.conf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/diag-filter.conf'
'build/known_hosts' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/known_hosts'
'build/docinfo-releaseinfo.conf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf'
'build/mscgen-filter.conf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/mscgen-filter.conf'
'build/unix-time-to-fmt.py' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/unix-time-to-fmt.py'
'build/python2-filter.conf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/python2-filter.conf'
'build/Makefile.docbook.inc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/Makefile.docbook.inc'
'build/Makefile.vty-reference.inc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/Makefile.vty-reference.inc'
'build/custom-dblatex.sty' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/custom-dblatex.sty'
'build/Makefile.common.inc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/Makefile.common.inc'
'build/vty_reference_combine.sh' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/vty_reference_combine.sh'
'build/Makefile.asciidoc.inc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/Makefile.asciidoc.inc'
'build/filter-wrapper.py' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/build/filter-wrapper.py'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common'
'common/vty_additions.xml' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/vty_additions.xml'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images'
'common/images/osmocom.pdf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images/osmocom.pdf'
'common/images/lte-eps-sgs.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images/lte-eps-sgs.dot'
'common/images/sysmocom.pdf' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images/sysmocom.pdf'
'common/images/wireshark-gsmtap-log.png' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images/wireshark-gsmtap-log.png'
'common/images/lte-eps.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/images/lte-eps.dot'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters'
'common/chapters/sigtran.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/sigtran.adoc'
'common/chapters/bibliography.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/bibliography.adoc'
'common/chapters/msc_mncc_mo_rtp.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/msc_mncc_mo_rtp.msc'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux'
'common/chapters/osmux/network_osmux_sccplite_nat.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/network_osmux_sccplite_nat.dot'
'common/chapters/osmux/network_osmux_aoip.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/network_osmux_aoip.dot'
'common/chapters/osmux/mo_call_osmux_aoip.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/mo_call_osmux_aoip.msc'
'common/chapters/osmux/mo_call_osmux_sccplite_nat.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/mo_call_osmux_sccplite_nat.msc'
'common/chapters/osmux/mgcp_extension_osmux.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/mgcp_extension_osmux.adoc'
'common/chapters/osmux/mo_call_osmux_sccplite.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/mo_call_osmux_sccplite.msc'
'common/chapters/osmux/osmux.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/osmux.adoc'
'common/chapters/osmux/network_osmux_sccplite.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmux/network_osmux_sccplite.dot'
'common/chapters/bts.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/bts.adoc'
'common/chapters/rf.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/rf.adoc'
'common/chapters/sigtran-simple-2g.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/sigtran-simple-2g.dot'
'common/chapters/logging.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/logging.adoc'
'common/chapters/control_if.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/control_if.adoc'
'common/chapters/vty.xml' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/vty.xml'
'common/chapters/oap.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/oap.adoc'
'common/chapters/port_numbers.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/port_numbers.adoc'
'common/chapters/spectrum.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/spectrum.adoc'
'common/chapters/gsup_mo_smma.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gsup_mo_smma.msc'
'common/chapters/nitb_mncc_mo_tch.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/nitb_mncc_mo_tch.msc'
'common/chapters/osmocom-cbs.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/osmocom-cbs.msc'
'common/chapters/bsc.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/bsc.adoc'
'common/chapters/glossary.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/glossary.adoc'
'common/chapters/gfdl.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gfdl.adoc'
'common/chapters/preface.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/preface.adoc'
'common/chapters/counters-overview.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/counters-overview.adoc'
'common/chapters/abis.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/abis.adoc'
'common/chapters/nitb_mncc_mo_rtp.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/nitb_mncc_mo_rtp.msc'
'common/chapters/msc_mncc_mo_sip_mgcp.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/msc_mncc_mo_sip_mgcp.msc'
'common/chapters/msc_mncc_mt_sip_mgcp.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/msc_mncc_mt_sip_mgcp.msc'
'common/chapters/smpp.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/smpp.adoc'
'common/chapters/gsup_mo_sms.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gsup_mo_sms.msc'
'common/chapters/sigtran-osmocom.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/sigtran-osmocom.adoc'
'common/chapters/vty.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/vty.adoc'
'common/chapters/cell-broadcast.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/cell-broadcast.adoc'
'common/chapters/sigtran-simple-3g.dot' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/sigtran-simple-3g.dot'
'common/chapters/gb.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gb.adoc'
'common/chapters/gsup_mt_sms.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gsup_mt_sms.msc'
'common/chapters/mncc.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/mncc.adoc'
'common/chapters/msc_mncc_mo_sip_rel18x_mgcp.msc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/msc_mncc_mo_sip_rel18x_mgcp.msc'
'common/chapters/trx_if.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/trx_if.adoc'
'common/chapters/gsup.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/chapters/gsup.adoc'
install: creating directory '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/snippets'
'common/snippets/dynamic_channel_type_bullets.adoc' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/snippets/dynamic_channel_type_bullets.adoc'
'common/ns_vty_additions.xml' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/common/ns_vty_additions.xml'
'merge_doc.xsl' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/merge_doc.xsl'
'vty_reference.xsl' -> '/build/deps/install/stow/osmo-gsm-manuals/share/osmo-gsm-manuals/vty_reference.xsl'
install -Dm755 "./check-depends.sh" "/build/deps/install/stow/osmo-gsm-manuals/bin/osmo-gsm-manuals-check-depends"
make[4]: Leaving directory '/build/deps/osmo-gsm-manuals'
make[3]: Leaving directory '/build/deps/osmo-gsm-manuals'
make[2]: Leaving directory '/build/deps/osmo-gsm-manuals'
make[1]: Leaving directory '/build/deps/osmo-gsm-manuals'
+ STOW_DIR=/build/deps/install/stow stow --restow osmo-gsm-manuals
+ CONFIG=--enable-manuals
+ set +x
=============================== osmo-bsc ===============================
+ cd /build
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:21: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
doc/Makefile.am:30: warning: '%'-style pattern rules are a GNU make extension
doc/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension
src/ipaccess/Makefile.am:57: warning: source file '$(top_srcdir)/src/osmo-bsc/gsm_data.c' is in a subdirectory,
src/ipaccess/Makefile.am:57: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/ipaccess/Makefile.am: installing './depcomp'
+ ./configure --enable-sanitize --enable-external-tests --enable-werror --enable-manuals
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
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
/build/contrib/jenkins.sh: line 56: 6188 Illegal instruction (core dumped) ./configure --enable-sanitize --enable-external-tests --enable-werror $CONFIG
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--disable-iu,WI…>
------------------------------------------
[...truncated 36.73 KB...]
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 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 gsm0480.lo
CC abis_nm.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 milenage/aes-internal.lo
CC milenage/aes-internal-enc.lo
CC milenage/milenage.lo
CC gan.lo
CC ipa.lo
CC gsm0341.lo
CC apn.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 gsup.lo
CC gsup_sms.lo
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
CCLD libgsmint.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libosmogsm.la
make[4]: Entering directory '/build/deps/libosmocore/src/gsm'
make[4]: 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 libosmogsm.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmogsm.la'
libtool: install: (cd /build/deps/libosmocore/src/gsm; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -g -O2 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogsm.map -version-info 13:0:0 -no-undefined -o libosmogsm.la -rpath /build/deps/install/stow/libosmocore/lib libgsmint.la -ltalloc -lgnutls )
libtool: install: /usr/bin/install -c .libs/libosmogsm.so.13.0.0T /build/deps/install/stow/libosmocore/lib/libosmogsm.so.13.0.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogsm.so.13.0.0 libosmogsm.so.13 || { rm -f libosmogsm.so.13 && ln -s libosmogsm.so.13.0.0 libosmogsm.so.13; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogsm.so.13.0.0 libosmogsm.so || { rm -f libosmogsm.so && ln -s libosmogsm.so.13.0.0 libosmogsm.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogsm.lai /build/deps/install/stow/libosmocore/lib/libosmogsm.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[4]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[3]: Leaving directory '/build/deps/libosmocore/src/gsm'
make[2]: Leaving directory '/build/deps/libosmocore/src/gsm'
Making install in src/coding
make[2]: Entering directory '/build/deps/libosmocore/src/coding'
CC gsm0503_interleaving.lo
CC gsm0503_tables.lo
CC gsm0503_mapping.lo
CC gsm0503_parity.lo
CC gsm0503_coding.lo
CCLD libosmocoding.la
make[3]: Entering directory '/build/deps/libosmocore/src/coding'
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 libosmocoding.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmocoding.la'
libtool: install: (cd /build/deps/libosmocore/src/coding; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -g -O2 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmocoding.map -version-info 1:1:1 -no-undefined -ltalloc -o libosmocoding.la -rpath /build/deps/install/stow/libosmocore/lib gsm0503_interleaving.lo gsm0503_mapping.lo gsm0503_tables.lo gsm0503_parity.lo gsm0503_coding.lo ../libosmocore.la ../gsm/libosmogsm.la ../codec/libosmocodec.la )
libtool: install: /usr/bin/install -c .libs/libosmocoding.so.0.1.1T /build/deps/install/stow/libosmocore/lib/libosmocoding.so.0.1.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocoding.so.0.1.1 libosmocoding.so.0 || { rm -f libosmocoding.so.0 && ln -s libosmocoding.so.0.1.1 libosmocoding.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmocoding.so.0.1.1 libosmocoding.so || { rm -f libosmocoding.so && ln -s libosmocoding.so.0.1.1 libosmocoding.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocoding.lai /build/deps/install/stow/libosmocore/lib/libosmocoding.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/coding'
make[2]: Leaving directory '/build/deps/libosmocore/src/coding'
Making install in src/gb
make[2]: Entering directory '/build/deps/libosmocore/src/gb'
CC gprs_ns_frgre.lo
CC gprs_ns.lo
CC gprs_bssgp_bss.lo
CC gprs_bssgp_util.lo
CC gprs_ns_vty.lo
CC gprs_ns_sns.lo
CC gprs_bssgp_vty.lo
CC gprs_bssgp.lo
CC common_vty.lo
CCLD libosmogb.la
make[3]: Entering directory '/build/deps/libosmocore/src/gb'
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 libosmogb.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmogb.la'
libtool: install: (cd /build/deps/libosmocore/src/gb; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -g -O2 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogb.map -version-info 9:1:0 -o libosmogb.la -rpath /build/deps/install/stow/libosmocore/lib gprs_ns.lo gprs_ns_frgre.lo gprs_ns_vty.lo gprs_ns_sns.lo gprs_bssgp.lo gprs_bssgp_util.lo gprs_bssgp_vty.lo gprs_bssgp_bss.lo common_vty.lo -ltalloc ../../src/libosmocore.la ../../src/vty/libosmovty.la ../../src/gsm/libosmogsm.la )
libtool: install: /usr/bin/install -c .libs/libosmogb.so.9.0.1T /build/deps/install/stow/libosmocore/lib/libosmogb.so.9.0.1
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogb.so.9.0.1 libosmogb.so.9 || { rm -f libosmogb.so.9 && ln -s libosmogb.so.9.0.1 libosmogb.so.9; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmogb.so.9.0.1 libosmogb.so || { rm -f libosmogb.so && ln -s libosmogb.so.9.0.1 libosmogb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogb.lai /build/deps/install/stow/libosmocore/lib/libosmogb.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/gb'
make[2]: Leaving directory '/build/deps/libosmocore/src/gb'
Making install in src/ctrl
make[2]: Entering directory '/build/deps/libosmocore/src/ctrl'
CC control_if.lo
CC control_cmd.lo
CC fsm_ctrl_commands.lo
CC control_vty.lo
CCLD libosmoctrl.la
make[3]: Entering directory '/build/deps/libosmocore/src/ctrl'
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 libosmoctrl.la '/build/deps/install/stow/libosmocore/lib'
libtool: warning: relinking 'libosmoctrl.la'
libtool: install: (cd /build/deps/libosmocore/src/ctrl; /bin/bash "/build/deps/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -I../../include -I../../include -g -O2 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 4:0:4 -no-undefined -o libosmoctrl.la -rpath /build/deps/install/stow/libosmocore/lib control_cmd.lo control_if.lo fsm_ctrl_commands.lo control_vty.lo -ltalloc ../../src/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/vty/libosmovty.la )
libtool: install: /usr/bin/install -c .libs/libosmoctrl.so.0.4.0T /build/deps/install/stow/libosmocore/lib/libosmoctrl.so.0.4.0
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.4.0 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.4.0 libosmoctrl.so.0; }; })
libtool: install: (cd /build/deps/install/stow/libosmocore/lib && { ln -s -f libosmoctrl.so.0.4.0 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.4.0 libosmoctrl.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai /build/deps/install/stow/libosmocore/lib/libosmoctrl.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/ctrl'
make[2]: Leaving directory '/build/deps/libosmocore/src/ctrl'
Making install in src/sim
make[2]: Entering directory '/build/deps/libosmocore/src/sim'
CC core.lo
CC reader.lo
CC reader_pcsc.lo
CC class_tables.lo
CC card_fs_usim.lo
CC card_fs_sim.lo
CC card_fs_uicc.lo
CC card_fs_isim.lo
/bin/bash: line 2: 9256 Segmentation fault (core dumped) /bin/bash ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DBUILDING_LIBOSMOCORE -Wall -fPIC -Wall -pthread -I/usr/include/PCSC -g -O2 -DBUILDING_LIBOSMOCORE -Wall -MT card_fs_uicc.lo -MD -MP -MF $depbase.Tpo -c -o card_fs_uicc.lo card_fs_uicc.c
Makefile:510: recipe for target 'card_fs_uicc.lo' failed
make[2]: *** [card_fs_uicc.lo] Error 139
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/deps/libosmocore/src/sim'
make[1]: *** [install-recursive] Error 1
Makefile:634: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/libosmocore'
Makefile:933: 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
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--enable-iu,WIT…>
------------------------------------------
[...truncated 447.67 KB...]
^~~~
../../include/osmocom/ranap/RANAP_DataVolumeList.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberH {
^~~~~~~~~~~~~
CC RANAP_JoinedMBMSBearerService-IEs.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
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:14,
from ../../include/osmocom/ranap/RANAP_CNMBMSLinkingInformation.h:14,
from RANAP_CNMBMSLinkingInformation.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberF {
^~~~~~~~~~~~~
CC RANAP_ResetResourceItem.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:14,
from RANAP_JoinedMBMSBearerService-IEs.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_JoinedMBMSBearerService-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberF {
^~~~~~~~~~~~~
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_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
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_DataVolumeList.h:14,
from ../../include/osmocom/ranap/RANAP_RAB-SetupOrModifiedItem.h:17,
from RANAP_RAB-SetupOrModifiedItem.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_DataVolumeList.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberH {
^~~~~~~~~~~~~
CC RANAP_DirectTransferInformationItem-RANAP-RelocInf.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_DataVolumeList.h:14,
from ../../include/osmocom/ranap/RANAP_RAB-ReleasedItem.h:15,
from RANAP_RAB-ReleasedItem.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_DataVolumeList.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberH {
^~~~~~~~~~~~~
CC RANAP_RAB-ContextItem-RANAP-RelocInf.lo
CC RANAP_RAB-SetupItem-EnhRelocInfoReq.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_DataVolumeList.h:14,
from RANAP_DataVolumeList.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_DataVolumeList.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberH {
^~~~~~~~~~~~~
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_UnsuccessfulLinking-IEs.lo
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:14,
from RANAP_LeftMBMSBearerService-IEs.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_LeftMBMSBearerService-IEs.h:26:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberK {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:14,
from RANAP_UnsuccessfulLinking-IEs.c:7:
../../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 *); \
^~~~
../../include/osmocom/ranap/RANAP_UnsuccessfulLinking-IEs.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberD {
^~~~~~~~~~~~~
CCLD libosmo-asn1-ranap.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Entering directory '/build/deps/osmo-iuh/src/ranap'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/src/ranap'
make[4]: Leaving directory '/build/deps/osmo-iuh/src/ranap'
Making install in sabp
make[4]: Entering directory '/build/deps/osmo-iuh/src/sabp'
CC SABP_InitiatingMessage.lo
CC SABP_Criticality.lo
CC SABP_Presence.lo
CC SABP_ProtocolExtensionID.lo
CC SABP_UnsuccessfulOutcome.lo
CC SABP_SABP-PDU.lo
CC SABP_SuccessfulOutcome.lo
CC SABP_ProcedureCode.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_Cause.lo
CC SABP_Category.lo
CC SABP_Criticality-Diagnostics.lo
CC SABP_CriticalityDiagnostics-IE-List.lo
CC SABP_MessageStructure.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
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:14,
from ../../include/osmocom/sabp/SABP_Criticality-Diagnostics.h:17,
from SABP_Criticality-Diagnostics.c:7:
../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:28: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 *); \
^~~~
../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct Member {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/sabp/SABP_MessageStructure.h:14,
from SABP_MessageStructure.c:7:
../../include/osmocom/sabp/SABP_MessageStructure.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 *); \
^~~~
../../include/osmocom/sabp/SABP_MessageStructure.h:27:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct MemberA {
^~~~~~~~~~~~~
In file included from /build/deps/install/stow/libasn1c/include/asn1c/asn_SEQUENCE_OF.h:8:0,
from ../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:14,
from SABP_CriticalityDiagnostics-IE-List.c:7:
../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:28: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 *); \
^~~~
../../include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h:28:2: note: in expansion of macro ‘A_SEQUENCE_OF’
A_SEQUENCE_OF(struct Member {
^~~~~~~~~~~~~
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
/bin/bash: line 1: 16004 Illegal instruction (core dumped) /bin/bash ../../libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"osmo-iuh\" -DPACKAGE_TARNAME=\"osmo-iuh\" -DPACKAGE_VERSION=\"0.5.0.18-9fb8\" -DPACKAGE_STRING=\"osmo-iuh\ 0.5.0.18-9fb8\" -DPACKAGE_BUGREPORT=\"openbsc(a)lists.osmocom.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"osmo-iuh\" -DVERSION=\"0.5.0.18-9fb8\" -DSTDC_HEADERS=1 -I. -Wall -I../../include -I/build/deps/install/stow/libasn1c/include/ -I/build/deps/install/stow/libasn1c/include/asn1c -pthread -I/build/deps/install/stow/libosmocore/include/ -g -O2 -Wall -MT SABP_Restart.lo -MD -MP -MF .deps/SABP_Restart.Tpo -c -o SABP_Restart.lo SABP_Restart.c
Makefile:606: recipe for target 'SABP_Restart.lo' failed
make[4]: *** [SABP_Restart.lo] Error 132
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/build/deps/osmo-iuh/src/sabp'
make[3]: *** [install-recursive] Error 1
Makefile:671: recipe for target 'install-recursive' failed
make[3]: Leaving directory '/build/deps/osmo-iuh/src'
make[2]: *** [install] Error 2
Makefile:830: recipe for target 'install' failed
make[2]: Leaving directory '/build/deps/osmo-iuh/src'
make[1]: *** [install-recursive] Error 1
Makefile:461: recipe for target 'install-recursive' failed
make[1]: Leaving directory '/build/deps/osmo-iuh'
make: *** [install] Error 2
Makefile:760: recipe for target 'install' failed
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE