From jenkins at lists.osmocom.org Fri Oct 1 00:01:37 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:01:37 +0000 (UTC) Subject: Build failed in Jenkins: osmo-gsm-tester_build-osmocom-bb #3581 In-Reply-To: <2067116442.4500.1633036651967@jenkins.osmocom.org> References: <2067116442.4500.1633036651967@jenkins.osmocom.org> Message-ID: <500284604.4508.1633046497970@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.85 KB...] lapdm_channel_init(&ms->lapdm_channel, LAPDM_MODE_MS); ^~~~~~~~~~~~~~~~~~ In file included from ../../include/osmocom/bb/common/osmocom_data.h:14, from ../common/main.c:24: :92:6: note: declared here void lapdm_channel_init(struct lapdm_channel *lc, enum lapdm_mode mode) ^~~~~~~~~~~~~~~~~~ app_ccch_scan.c: In function ?gsm48_rx_paging_p1?: app_ccch_scan.c:277:3: warning: ?gsm48_mi_to_string? is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[1], len1); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:31: :65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ app_ccch_scan.c:298:3: warning: ?gsm48_mi_to_string? is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[2 + len1 + 2], len2); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:31: :65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ app_ccch_scan.c: In function ?gsm48_rx_paging_p2?: app_ccch_scan.c:343:2: warning: ?gsm48_mi_to_string? is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[2], len); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:31: :65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ CC geo.o CC app_cbch_sniff.o CCLD bcch_scan CCLD echo_test CCLD cbch_sniff CCLD ccch_scan CCLD cell_log make[2]: Leaving directory ' Making all in mobile make[2]: Entering directory ' CC main.o CC app_mobile.o CC gsm322.o CC gsm480_ss.o CC gsm411_sms.o CC gsm48_mm.o CC gsm48_cc.o CC gsm48_rr.o app_mobile.c: In function ?mobile_init?: app_mobile.c:193:2: warning: ?lapdm_channel_init? is deprecated: Use lapdm_channel_init3() instead [-Wdeprecated-declarations] lapdm_channel_init(&ms->lapdm_channel, LAPDM_MODE_MS); ^~~~~~~~~~~~~~~~~~ In file included from ../../include/osmocom/bb/common/osmocom_data.h:14, from app_mobile.c:28: :92:6: note: declared here void lapdm_channel_init(struct lapdm_channel *lc, enum lapdm_mode mode) ^~~~~~~~~~~~~~~~~~ gsm48_mm.c: In function ?gsm48_encode_mi?: gsm48_mm.c:284:3: warning: ?gsm48_generate_mid_from_tmsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_tmsi(buf, subscr->tmsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:31: :53:5: note: declared here int gsm48_generate_mid_from_tmsi(uint8_t *buf, uint32_t tmsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:287:3: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(buf, subscr->imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:31: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:290:3: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(buf, set->imei); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:31: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:293:3: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(buf, set->imeisv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:31: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c: In function ?gsm48_mm_tx_cm_serv_req?: gsm48_mm.c:2826:3: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(buf, set->emergency_imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:31: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ?gsm48_rr_tx_cip_mode_cpl?: gsm48_rr.c:931:3: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(buf, set->imeisv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:72: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ?gsm_match_mi?: gsm48_rr.c:2111:3: warning: ?gsm48_mi_to_string? is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(imsi, sizeof(imsi), mi + 1, mi[0]); ^~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:72: :65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ?gsm48_rr_dl_est?: gsm48_rr.c:3243:4: warning: ?gsm48_generate_mid_from_tmsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_tmsi(mi, subscr->tmsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:72: :53:5: note: declared here int gsm48_generate_mid_from_tmsi(uint8_t *buf, uint32_t tmsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c:3247:4: warning: ?gsm48_generate_mid_from_imsi? is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations] gsm48_generate_mid_from_imsi(mi, subscr->imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:72: :56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC gsm414.o CC mnccms.o CC settings.o CC subscriber.o CC support.o CC transaction.o CC vty_interface.o CC voice.o CC mncc_sock.o CC primitives.o CC script_lua.o AR libmobile.a ar: `u' modifier ignored since `D' is the default (see `U') CCLD mobile make[2]: Leaving directory ' make[2]: Entering directory ' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory ' make[1]: Leaving directory ' make[1]: Entering directory ' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory ' + set +x + make install Making install in include make[1]: Entering directory ' Making install in osmocom make[2]: Entering directory ' Making install in bb make[3]: Entering directory ' Making install in common make[4]: Entering directory ' make[5]: Entering directory ' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory ' make[4]: Leaving directory ' Making install in misc make[4]: Entering directory ' make[5]: Entering directory ' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory ' make[4]: Leaving directory ' Making install in mobile make[4]: Entering directory ' make[5]: Entering directory ' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory ' make[4]: Leaving directory ' make[4]: Entering directory ' make[5]: Entering directory ' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory ' make[4]: Leaving directory ' make[3]: Leaving directory ' make[3]: Entering directory ' make[4]: Entering directory ' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory ' make[3]: Leaving directory ' make[2]: Leaving directory ' make[2]: Entering directory ' make[3]: Entering directory ' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory ' make[2]: Leaving directory ' make[1]: Leaving directory ' Making install in src make[1]: Entering directory ' Making install in common make[2]: Entering directory ' make[3]: Entering directory ' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory ' make[2]: Leaving directory ' Making install in misc make[2]: Entering directory ' make[3]: Entering directory ' /bin/mkdir -p ' /usr/bin/install -c bcch_scan ccch_scan echo_test cell_log cbch_sniff ' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory ' make[2]: Leaving directory ' Making install in mobile make[2]: Entering directory ' make[3]: Entering directory ' /bin/mkdir -p ' /usr/bin/install -c mobile ' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory ' make[2]: Leaving directory ' make[2]: Entering directory ' make[3]: Entering directory ' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory ' make[2]: Leaving directory ' make[1]: Leaving directory ' make[1]: Entering directory ' make[2]: Entering directory ' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory ' make[1]: Leaving directory ' + mkdir -p + cd + wget -q+ grep -o osmocom-bb-firmware.*rpm -O+ head -1 - http://download.opensuse.org/repositories/home:/mnhauke:/osmocom:/nightly/SLE_15/x86_64/+ sed s#\"#\n#g + FW_RPM= + echo Downloading RPM package Downloading RPM package + wget -q http://download.opensuse.org/repositories/home:/mnhauke:/osmocom:/nightly/SLE_15/x86_64// -O osmocom-bb-firmware.rpm Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful From jenkins at lists.osmocom.org Fri Oct 1 00:03:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:03:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5930?= In-Reply-To: <1541274046.4504.1633043931710@jenkins.osmocom.org> References: <1541274046.4504.1633043931710@jenkins.osmocom.org> Message-ID: <1730307814.4509.1633046616748@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.06 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:04:19 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:04:19 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5930?= In-Reply-To: <1600231960.4502.1633043927699@jenkins.osmocom.org> References: <1600231960.4502.1633043927699@jenkins.osmocom.org> Message-ID: <467514657.4510.1633046659368@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.06 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC ipa_proxy.lo CC e1_input.lo CC init.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:04:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:04:27 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5930?= In-Reply-To: <2079515909.4503.1633043930241@jenkins.osmocom.org> References: <2079515909.4503.1633043930241@jenkins.osmocom.org> Message-ID: <345256300.4511.1633046667641@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.11 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:04:33 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:04:33 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5930?= In-Reply-To: <47973716.4501.1633043919688@jenkins.osmocom.org> References: <47973716.4501.1633043919688@jenkins.osmocom.org> Message-ID: <1159577653.4512.1633046673287@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.13 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC trau_frame.lo CC ipa_proxy.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:04:34 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:04:34 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5930?= In-Reply-To: <1399697578.4505.1633043956746@jenkins.osmocom.org> References: <1399697578.4505.1633043956746@jenkins.osmocom.org> Message-ID: <2139745948.4513.1633046674677@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.15 KB...] HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:05:07 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:05:07 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5930?= In-Reply-To: <1316384181.4506.1633043977671@jenkins.osmocom.org> References: <1316384181.4506.1633043977671@jenkins.osmocom.org> Message-ID: <1701555064.4514.1633046707920@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.09 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC e1_input.lo CC trau_frame.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd_pcap.lo CC input/lapd.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:19:00 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:19:00 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-release-tarballs #843 Message-ID: <1267405103.4515.1633047540985@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-4hYJ05lW59DK/agent.18578 SSH_AGENT_PID=18580 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: ( [ssh-agent] Using credentials releases (upload via rsync to to what gets published at https://ftp.osmocom.org/releases/) The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom-release-tarballs] $ /bin/sh -xe /tmp/jenkins2453919512986126294.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + . scripts/common.sh + dirname /tmp/jenkins2453919512986126294.sh + realpath /tmp/.. + OSMO_CI_DIR=/ + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + docker_images_require debian-stretch-obs-latest debian-stretch-build-dist + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git -C _docker_playground fetch fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 18580 killed; [ssh-agent] Stopped. From jenkins at lists.osmocom.org Fri Oct 1 00:41:39 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:41:39 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1019 Message-ID: <1566599388.4516.1633048899493@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom_OBS_nightly] $ /bin/sh -xe /tmp/jenkins4876453766151426325.sh + export PROJ=network:osmocom:nightly + ./scripts/osmocom-nightly-packages.sh ++ date +%Y%m%d%H%M + DT=202110010026 + OSMO_OBS_CONFLICT_PKGVER=1.0.0.202110010026 ++ pwd ++ mktemp -d nightly-3g_XXXXXX + TOP= + FEED=nightly + osmo_obs_verify_feed + local i + local j + for i in $FEEDS + '[' 2021q1 '!=' nightly ']' + continue + for i in $FEEDS + '[' next '!=' nightly ']' + continue + for i in $FEEDS + '[' nightly '!=' nightly ']' + for j in $FEEDS_ALL + '[' 2021q1 = nightly ']' + for j in $FEEDS_ALL + '[' latest = nightly ']' + for j in $FEEDS_ALL + '[' next = nightly ']' + for j in $FEEDS_ALL + '[' nightly = nightly ']' + return + build_osmocom + DATA= + REPO= ++ ls + '[' -n '' ']' + prepare + mkdir -p + cd + osc co network:osmocom:nightly A network:osmocom:nightly A network:osmocom:nightly/binutils-arm-osmo-eabi A network:osmocom:nightly/binutils-arm-osmo-eabi/binutils-arm-osmo-eabi_2.21.1a.dsc A network:osmocom:nightly/binutils-arm-osmo-eabi/binutils-arm-osmo-eabi_2.21.1a.tar.gz At revision 1. A network:osmocom:nightly/bumpversion A network:osmocom:nightly/bumpversion/bumpversion_0.5.3-3.debian.tar.xz A network:osmocom:nightly/bumpversion/bumpversion_0.5.3-3.dsc A network:osmocom:nightly/bumpversion/bumpversion_0.5.3.orig.tar.gz At revision 1. A network:osmocom:nightly/fdupes A network:osmocom:nightly/fdupes/fdupes-2.1.2.tar.gz A network:osmocom:nightly/fdupes/fdupes.changes A network:osmocom:nightly/fdupes/fdupes.spec A network:osmocom:nightly/fdupes/macros.fdupes At revision 7e9d05f63b80da109e209b276f23fe04. A network:osmocom:nightly/libasn1c A network:osmocom:nightly/libasn1c/libasn1c.spec A network:osmocom:nightly/libasn1c/libasn1c_0.9.33.202109300027.dsc A network:osmocom:nightly/libasn1c/libasn1c_0.9.33.202109300027.tar.xz At revision 1556. A network:osmocom:nightly/libcsv A network:osmocom:nightly/libcsv/libcsv-3.0.3.tar.gz A network:osmocom:nightly/libcsv/libcsv.changes A network:osmocom:nightly/libcsv/libcsv.spec At revision 9d2dd88e1f865c7c0af3a151b8ae4363. A network:osmocom:nightly/libdbi A network:osmocom:nightly/libdbi/libdbi-0.9.0.tar.gz A network:osmocom:nightly/libdbi/libdbi-aarch64.patch A network:osmocom:nightly/libdbi/libdbi.spec A network:osmocom:nightly/libdbi/sources At revision 1. A network:osmocom:nightly/libdbi-drivers A network:osmocom:nightly/libdbi-drivers/libdbi-drivers-0.9.0.tar.gz A network:osmocom:nightly/libdbi-drivers/libdbi-drivers-aarch64.patch A network:osmocom:nightly/libdbi-drivers/libdbi-drivers.spec A network:osmocom:nightly/libdbi-drivers/sources At revision 1. A network:osmocom:nightly/libgtpnl A network:osmocom:nightly/libgtpnl/libgtpnl.spec A network:osmocom:nightly/libgtpnl/libgtpnl_1.2.2.202109300027.dsc A network:osmocom:nightly/libgtpnl/libgtpnl_1.2.2.202109300027.tar.gz At revision 1525. A network:osmocom:nightly/libosmo-abis A network:osmocom:nightly/libosmo-abis/libosmo-abis.spec A network:osmocom:nightly/libosmo-abis/libosmo-abis_1.1.1.12.d2d2.202109300027.dsc A network:osmocom:nightly/libosmo-abis/libosmo-abis_1.1.1.12.d2d2.202109300027.tar.xz At revision 2074. A network:osmocom:nightly/libosmo-dsp A network:osmocom:nightly/libosmo-dsp/libosmodsp_0.4.0.202109300027.dsc A network:osmocom:nightly/libosmo-dsp/libosmodsp_0.4.0.202109300027.tar.xz At revision 1060. A network:osmocom:nightly/libosmo-netif A network:osmocom:nightly/libosmo-netif/libosmo-netif.spec A network:osmocom:nightly/libosmo-netif/libosmo-netif_1.1.0.202109300027.dsc A network:osmocom:nightly/libosmo-netif/libosmo-netif_1.1.0.202109300027.tar.xz At revision 2076. A network:osmocom:nightly/libosmo-sccp A network:osmocom:nightly/libosmo-sccp/libosmo-sccp.spec A network:osmocom:nightly/libosmo-sccp/libosmo-sccp_1.4.0.29.7698.202109300027.dsc A network:osmocom:nightly/libosmo-sccp/libosmo-sccp_1.4.0.29.7698.202109300027.tar.xz At revision 2074. Failed to reach a server: [Errno 110] Connection timed out: 'https://api.opensuse.org/source/network%3Aosmocom%3Anightly/libosmocore/_meta' Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 00:44:11 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:44:11 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #519 Message-ID: <1281977029.4517.1633049051032@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom_OBS_next] $ /bin/sh -xe /tmp/jenkins11848558938033204339.sh + export PROJ=network:osmocom:next + ./scripts/osmocom-next-packages.sh ++ date +%Y%m%d%H%M + DT=202110010040 + OSMO_OBS_CONFLICT_PKGVER=1.0.0.202110010040 ++ pwd ++ mktemp -d nightly-3g_XXXXXX + TOP= + FEED=next + osmo_obs_verify_feed + local i + local j + for i in $FEEDS + '[' 2021q1 '!=' next ']' + continue + for i in $FEEDS + '[' next '!=' next ']' + for j in $FEEDS_ALL + '[' 2021q1 = next ']' + for j in $FEEDS_ALL + '[' latest = next ']' + for j in $FEEDS_ALL + '[' next = next ']' + return + build_osmocom + DATA= + REPO= ++ ls + '[' -n '' ']' + prepare + mkdir -p + cd + osc co network:osmocom:next A network:osmocom:next A network:osmocom:next/binutils-arm-osmo-eabi A network:osmocom:next/binutils-arm-osmo-eabi/binutils-arm-osmo-eabi_2.21.1a.dsc A network:osmocom:next/binutils-arm-osmo-eabi/binutils-arm-osmo-eabi_2.21.1a.tar.gz At revision 1. A network:osmocom:next/bumpversion SSL Error: (104, 'Connection reset by peer') Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 00:47:39 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:47:39 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5931?= In-Reply-To: <345256300.4511.1633046667641@jenkins.osmocom.org> References: <345256300.4511.1633046667641@jenkins.osmocom.org> Message-ID: <1188407330.4518.1633049259181@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.69 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:47:45 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:47:45 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5931?= In-Reply-To: <467514657.4510.1633046659368@jenkins.osmocom.org> References: <467514657.4510.1633046659368@jenkins.osmocom.org> Message-ID: <1332358101.4519.1633049266010@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.41 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC trau_frame.lo CC ipa_proxy.lo CC subchan_demux.lo CC e1_input.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:47:52 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:47:52 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5931?= In-Reply-To: <1730307814.4509.1633046616748@jenkins.osmocom.org> References: <1730307814.4509.1633046616748@jenkins.osmocom.org> Message-ID: <1129392809.4520.1633049272146@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.53 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:48:16 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:48:16 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5931?= In-Reply-To: <1159577653.4512.1633046673287@jenkins.osmocom.org> References: <1159577653.4512.1633046673287@jenkins.osmocom.org> Message-ID: <1653892855.4521.1633049296835@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.48 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:48:33 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:48:33 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5931?= In-Reply-To: <2139745948.4513.1633046674677@jenkins.osmocom.org> References: <2139745948.4513.1633046674677@jenkins.osmocom.org> Message-ID: <1305446344.4522.1633049313404@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.38 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC ipa_proxy.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:48:37 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:48:37 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-build-tags-against-master #953 Message-ID: <1620336420.4523.1633049317442@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/lynxis/staging Seen branch in repository origin/master Seen branch in repository origin/neels/test Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/centos-install-test Seen branch in repository origin/osmith/dependency-check Seen branch in repository origin/osmith/fix-python3 Seen branch in repository origin/osmith/gerrit-lint Seen branch in repository origin/osmith/ggsn-kernel-mod-test Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/obs-fixes Seen branch in repository origin/osmith/obs-latest-fix Seen branch in repository origin/osmith/rpm Seen branch in repository origin/osmith/ttcn3-centos Seen branch in repository origin/osmith/ttcn3-latest Seen branch in repository origin/osmith/wip Seen branch in repository origin/pespin/limesuite-latest Seen 17 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom-build-tags-against-master] $ /bin/sh -xe /tmp/jenkins7180244592108397429.sh + PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh Temp dir: Building libraries from current master... fatal: unable to access 'https://git.osmocom.org/libosmocore/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none ERROR: failed to get head commit for repository: libosmocore Build step 'Execute shell' marked build as failure Archiving artifacts From jenkins at lists.osmocom.org Fri Oct 1 00:48:41 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:48:41 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5931?= In-Reply-To: <1701555064.4514.1633046707920@jenkins.osmocom.org> References: <1701555064.4514.1633046707920@jenkins.osmocom.org> Message-ID: <800308048.4524.1633049321512@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.43 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 00:59:10 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 00:59:10 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_latest #1487 Message-ID: <1054080759.4525.1633049950098@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom_OBS_latest] $ /bin/sh -xe /tmp/jenkins4816180909491933749.sh + export PROJ=network:osmocom:latest + ./scripts/osmocom-latest-packages.sh + date +%Y%m%d%H%M + DT=202110010054 + pwd + TOP= + DEBSRCDIR= + FEED=latest + osmo_obs_verify_feed + local i + local j + [ latest != latest ] + [ 2021q1 = latest ] + [ latest = latest ] + return + build_osmocom + prepare + [ -d network:osmocom:latest ] + osc co network:osmocom:latest A network:osmocom:latest A network:osmocom:latest/bumpversion SSL Error: (104, 'Connection reset by peer') Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 02:10:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 02:10:01 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-list-commits #933 Message-ID: <1335913285.4526.1633054201116@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/lynxis/staging Seen branch in repository origin/master Seen branch in repository origin/neels/test Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/centos-install-test Seen branch in repository origin/osmith/dependency-check Seen branch in repository origin/osmith/fix-python3 Seen branch in repository origin/osmith/gerrit-lint Seen branch in repository origin/osmith/ggsn-kernel-mod-test Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/obs-fixes Seen branch in repository origin/osmith/obs-latest-fix Seen branch in repository origin/osmith/rpm Seen branch in repository origin/osmith/ttcn3-centos Seen branch in repository origin/osmith/ttcn3-latest Seen branch in repository origin/osmith/wip Seen branch in repository origin/pespin/limesuite-latest Seen 17 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom-list-commits] $ /bin/sh -xe /tmp/jenkins6698170689021735711.sh + scripts/osmocom-list-commits.sh fatal: unable to access 'https://git.osmocom.org/libasn1c/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful From jenkins at lists.osmocom.org Fri Oct 1 02:17:24 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 02:17:24 +0000 (UTC) Subject: Build failed in Jenkins: Coverity-Upload (jenkins-job-builder) #1368 Message-ID: <574590060.4527.1633054644764@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [osmocom-coverity] $ /bin/sh -xe /tmp/jenkins7482558222935216667.sh + cd /home/osmocom-build/osmo-ci/coverity + export PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/opt/coverity/current/bin + ./jenkins.sh + base_dir=/home/osmocom-build/osmo-ci/coverity + src_dir=/home/osmocom-build/osmo-ci/coverity/source-Osmocom + cov_dir=/home/osmocom-build/osmo-ci/coverity/source-Osmocom/cov-int + rm -rf /home/osmocom-build/osmo-ci/coverity/source-Osmocom + ./prepare_source_Osmcocom.sh Cloning into 'asn1c'... Cloning into 'libasn1c'... Cloning into 'libosmo-abis'... Cloning into 'libosmocore'... Cloning into 'libosmo-dsp'... Cloning into 'libosmo-netif'... Cloning into 'libosmo-sccp'... Cloning into 'libsmpp34'... Cloning into 'osmo-bsc'... Cloning into 'osmo-msc'... Cloning into 'osmo-mgw'... Cloning into 'osmo-ggsn'... Cloning into 'osmo-sgsn'... Cloning into 'osmo-bts'... Cloning into 'osmo-gmr'... Cloning into 'osmo-iuh'... Cloning into 'osmo-pcu'... Cloning into 'osmo-sysmon'... Cloning into 'osmo-sip-connector'... Cloning into 'osmo-trx'... Cloning into 'osmo-hlr'... Cloning into 'osmocom-bb'... Cloning into 'osmo-smlc'... Cloning into 'layer1-api'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 06:30:47 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 06:30:47 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-build-tags-against-master #954 In-Reply-To: <1620336420.4523.1633049317442@jenkins.osmocom.org> References: <1620336420.4523.1633049317442@jenkins.osmocom.org> Message-ID: <455540804.4548.1633069847776@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Started by user Oliver Smith Rebuilds build #953 Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/lynxis/staging Seen branch in repository origin/master Seen branch in repository origin/neels/test Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/centos-install-test Seen branch in repository origin/osmith/dependency-check Seen branch in repository origin/osmith/fix-python3 Seen branch in repository origin/osmith/gerrit-lint Seen branch in repository origin/osmith/ggsn-kernel-mod-test Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/obs-fixes Seen branch in repository origin/osmith/obs-latest-fix Seen branch in repository origin/osmith/rpm Seen branch in repository origin/osmith/ttcn3-centos Seen branch in repository origin/osmith/ttcn3-latest Seen branch in repository origin/osmith/wip Seen branch in repository origin/pespin/limesuite-latest Seen 17 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [Osmocom-build-tags-against-master] $ /bin/sh -xe /tmp/jenkins1527666480780875241.sh + PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh Temp dir: Building libraries from current master... fatal: unable to access 'https://git.osmocom.org/libosmocore/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none ERROR: failed to get head commit for repository: libosmocore Build step 'Execute shell' marked build as failure Archiving artifacts From jenkins at lists.osmocom.org Fri Oct 1 07:29:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 07:29:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4254?= In-Reply-To: <1300272665.4507.1633046389527@jenkins.osmocom.org> References: <1300272665.4507.1633046389527@jenkins.osmocom.org> Message-ID: <1979214853.4558.1633073344996@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4254 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins1768062988768484184.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 09:05:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 09:05:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_maste?= =?UTF-8?Q?r-osmo-gsm-tester_=C2=BB_a1=3Ddefault,?= =?UTF-8?Q?a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1287?= Message-ID: <844510856.4570.1633079102025@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-gsm-tester" build number 1287 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-gsm-tester # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-gsm-tester > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 Commit message: "util: fix the functions "create_netns" and "setcap_netsys_admin"." > git rev-list --no-walk dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins1325437513756884035.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-gsm-tester/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins-build-manuals.sh + base=/build + export OSMO_GSM_MANUALS_DIR=/build/osmo-gsm-manuals + [ -d /build/doc/manuals ] + [ -d /build/osmo-gsm-manuals ] + git -C /build/osmo-gsm-manuals pull fatal: unable to access 'https://git.osmocom.org/osmo-gsm-manuals/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 10:04:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:04:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-ins?= =?UTF-8?Q?tall-centos8_=C2=BB_next,repo-install-test_#324?= Message-ID: <1391839159.4577.1633082641880@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-centos8" build number 324 originally caused by: Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins4985257849867767321.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=next + scripts/repo-install-test.sh centos8 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=centos8 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ centos8 = centos8 ] + return + docker_images_require centos8-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 10:04:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:04:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#324?= Message-ID: <1859844341.4576.1633082641870@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-centos8" build number 324 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins5042426647226328053.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=nightly + scripts/repo-install-test.sh centos8 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=centos8 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ centos8 = centos8 ] + return + docker_images_require centos8-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 10:38:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:38:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#256?= Message-ID: <1861314266.4580.1633084681794@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-debian10" build number 256 originally caused by: Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins5225845299422876397.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=nightly + scripts/repo-install-test.sh debian10 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=debian10 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ debian10 = centos8 ] + [ debian10 = debian9 ] + [ debian10 = debian10 ] + return + docker_images_require debian10-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 10:38:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:38:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_latest,repo-install-test_#256?= Message-ID: <1237654468.4581.1633084682184@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-debian10" build number 256 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins7327068685691525627.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=latest + scripts/repo-install-test.sh debian10 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=debian10 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ debian10 = centos8 ] + [ debian10 = debian9 ] + [ debian10 = debian10 ] + return + docker_images_require debian10-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: none CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 10:40:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:40:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#255?= Message-ID: <1370282889.4583.1633084802096@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-debian9" build number 255 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins3156703562663500632.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=nightly + scripts/repo-install-test.sh debian9 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=debian9 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ debian9 = centos8 ] + [ debian9 = debian9 ] + return + docker_images_require debian9-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 10:40:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 10:40:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-inst?= =?UTF-8?Q?all-debian9_=C2=BB_latest,repo-install-test_#255?= Message-ID: <665960157.4582.1633084802095@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "Osmocom-repo-install-debian9" build number 255 originally caused by: Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 Commit message: "build-old-tags: mark osmo-msc 1.7.0 as known error" > git rev-list --no-walk c1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 # timeout=10 [repo-install-test] $ /bin/sh -xe /tmp/jenkins4884135713375476304.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + export FEED=latest + scripts/repo-install-test.sh debian9 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR= + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=debian9 + DISTROS= centos8 debian9 debian10 + check_usage + local i + [ debian9 = centos8 ] + [ debian9 = debian9 ] + return + docker_images_require debian9-repo-install-test + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://git.osmocom.org/docker-playground/ _docker_playground Cloning into '_docker_playground'... fatal: unable to access 'https://git.osmocom.org/docker-playground/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 1 21:17:30 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 21:17:30 +0000 (UTC) Subject: Jenkins build is back to normal : osmo-gsm-tester_build-osmocom-bb #3582 In-Reply-To: <500284604.4508.1633046497970@jenkins.osmocom.org> References: <500284604.4508.1633046497970@jenkins.osmocom.org> Message-ID: <97804766.4598.1633123050752@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Fri Oct 1 23:18:38 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:18:38 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5932?= In-Reply-To: <1653892855.4521.1633049296835@jenkins.osmocom.org> References: <1653892855.4521.1633049296835@jenkins.osmocom.org> Message-ID: <169738762.4599.1633130318673@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.94 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 23:18:48 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:18:48 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5932?= In-Reply-To: <1129392809.4520.1633049272146@jenkins.osmocom.org> References: <1129392809.4520.1633049272146@jenkins.osmocom.org> Message-ID: <624541869.4600.1633130328295@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.87 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC trau_frame.lo CC ipa_proxy.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/dahdi.lo CC input/unixsocket.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 23:18:49 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:18:49 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5932?= In-Reply-To: <1332358101.4519.1633049266010@jenkins.osmocom.org> References: <1332358101.4519.1633049266010@jenkins.osmocom.org> Message-ID: <430251398.4601.1633130329303@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.99 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 23:18:49 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:18:49 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5932?= In-Reply-To: <1188407330.4518.1633049259181@jenkins.osmocom.org> References: <1188407330.4518.1633049259181@jenkins.osmocom.org> Message-ID: <885733650.4602.1633130329669@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.80 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC ipa_proxy.lo CC init.lo CC trau_frame.lo CC e1_input_vty.lo CC subchan_demux.lo CC e1_input.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 23:19:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:19:15 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5932?= In-Reply-To: <1305446344.4522.1633049313404@jenkins.osmocom.org> References: <1305446344.4522.1633049313404@jenkins.osmocom.org> Message-ID: <1859399432.4603.1633130355890@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.72 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Fri Oct 1 23:19:35 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 1 Oct 2021 23:19:35 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5932?= In-Reply-To: <800308048.4524.1633049321512@jenkins.osmocom.org> References: <800308048.4524.1633049321512@jenkins.osmocom.org> Message-ID: <796211815.4604.1633130375606@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.78 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:00:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:00:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4255?= In-Reply-To: <1979214853.4558.1633073344996@jenkins.osmocom.org> References: <1979214853.4558.1633073344996@jenkins.osmocom.org> Message-ID: <1262490650.4605.1633132820166@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4255 originally caused by: Started by upstream project "master-libosmocore" build number 2453 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins3558726597671531998.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:03:22 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:03:22 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5933?= In-Reply-To: <624541869.4600.1633130328295@jenkins.osmocom.org> References: <624541869.4600.1633130328295@jenkins.osmocom.org> Message-ID: <1171401183.4606.1633133002907@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.06 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC ipa_proxy.lo CC e1_input.lo CC init.lo CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:04:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:04:15 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5933?= In-Reply-To: <430251398.4601.1633130329303@jenkins.osmocom.org> References: <430251398.4601.1633130329303@jenkins.osmocom.org> Message-ID: <1565626483.4607.1633133055363@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.06 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC trau_frame.lo CC subchan_demux.lo CC e1_input_vty.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:04:28 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:04:28 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5933?= In-Reply-To: <885733650.4602.1633130329669@jenkins.osmocom.org> References: <885733650.4602.1633130329669@jenkins.osmocom.org> Message-ID: <961948531.4608.1633133068323@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.23 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC subchan_demux.lo CC e1_input.lo CC ipa_proxy.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd_pcap.lo CC input/lapd.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:04:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:04:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5933?= In-Reply-To: <169738762.4599.1633130318673@jenkins.osmocom.org> References: <169738762.4599.1633130318673@jenkins.osmocom.org> Message-ID: <186534029.4609.1633133076941@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.13 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:05:00 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:05:00 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5933?= In-Reply-To: <1859399432.4603.1633130355890@jenkins.osmocom.org> References: <1859399432.4603.1633130355890@jenkins.osmocom.org> Message-ID: <1444792725.4610.1633133100748@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.03 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC e1_input.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/lapd.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:05:07 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:05:07 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5933?= In-Reply-To: <796211815.4604.1633130375606@jenkins.osmocom.org> References: <796211815.4604.1633130375606@jenkins.osmocom.org> Message-ID: <676909361.4611.1633133107986@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.09 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC subchan_demux.lo CC ipa_proxy.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/unixsocket.lo CC input/rs232.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:19:12 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:19:12 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom-release-tarballs #844 In-Reply-To: <1267405103.4515.1633047540985@jenkins.osmocom.org> References: <1267405103.4515.1633047540985@jenkins.osmocom.org> Message-ID: <1146431456.4612.1633133952434@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 00:30:00 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:30:00 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom_OBS_nightly #1020 In-Reply-To: <1566599388.4516.1633048899493@jenkins.osmocom.org> References: <1566599388.4516.1633048899493@jenkins.osmocom.org> Message-ID: <1333106352.4613.1633134600937@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 00:44:00 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:44:00 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom_OBS_next #520 In-Reply-To: <1281977029.4517.1633049051032@jenkins.osmocom.org> References: <1281977029.4517.1633049051032@jenkins.osmocom.org> Message-ID: <1779344385.4614.1633135440741@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 00:47:38 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:47:38 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5934?= In-Reply-To: <961948531.4608.1633133068323@jenkins.osmocom.org> References: <961948531.4608.1633133068323@jenkins.osmocom.org> Message-ID: <572393956.4615.1633135658452@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.46 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:47:47 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:47:47 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5934?= In-Reply-To: <1565626483.4607.1633133055363@jenkins.osmocom.org> References: <1565626483.4607.1633133055363@jenkins.osmocom.org> Message-ID: <938122102.4616.1633135667423@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.53 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:47:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:47:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5934?= In-Reply-To: <1171401183.4606.1633133002907@jenkins.osmocom.org> References: <1171401183.4606.1633133002907@jenkins.osmocom.org> Message-ID: <229226221.4617.1633135670198@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.64 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:48:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:48:15 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5934?= In-Reply-To: <186534029.4609.1633133076941@jenkins.osmocom.org> References: <186534029.4609.1633133076941@jenkins.osmocom.org> Message-ID: <1351125700.4618.1633135695945@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.71 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/unixsocket.lo CC input/rs232.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:48:35 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:48:35 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5934?= In-Reply-To: <1444792725.4610.1633133100748@jenkins.osmocom.org> References: <1444792725.4610.1633133100748@jenkins.osmocom.org> Message-ID: <1781375037.4619.1633135715274@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.38 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:48:38 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:48:38 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5934?= In-Reply-To: <676909361.4611.1633133107986@jenkins.osmocom.org> References: <676909361.4611.1633133107986@jenkins.osmocom.org> Message-ID: <403340052.4620.1633135718844@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.43 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC trau_frame.lo CC subchan_demux.lo CC ipa_proxy.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/dahdi.lo CC input/unixsocket.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 00:58:07 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 00:58:07 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom_OBS_latest #1488 In-Reply-To: <1054080759.4525.1633049950098@jenkins.osmocom.org> References: <1054080759.4525.1633049950098@jenkins.osmocom.org> Message-ID: <375582727.4621.1633136287089@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 01:12:30 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 01:12:30 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom-build-tags-against-master #955 In-Reply-To: <455540804.4548.1633069847776@jenkins.osmocom.org> References: <455540804.4548.1633069847776@jenkins.osmocom.org> Message-ID: <698483020.4622.1633137150686@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 02:10:05 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 02:10:05 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom-list-commits #934 In-Reply-To: <1335913285.4526.1633054201116@jenkins.osmocom.org> References: <1335913285.4526.1633054201116@jenkins.osmocom.org> Message-ID: <1678779898.4623.1633140605151@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 02:31:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 02:31:15 +0000 (UTC) Subject: Jenkins build is back to normal : Coverity-Upload (jenkins-job-builder) #1369 In-Reply-To: <574590060.4527.1633054644764@jenkins.osmocom.org> References: <574590060.4527.1633054644764@jenkins.osmocom.org> Message-ID: <2080561583.4624.1633141875282@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 07:29:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 07:29:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4256?= In-Reply-To: <1262490650.4605.1633132820166@jenkins.osmocom.org> References: <1262490650.4605.1633132820166@jenkins.osmocom.org> Message-ID: <116429671.4654.1633159744853@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4256 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins3376982657847920176.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:14:58 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:14:58 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4257?= In-Reply-To: <116429671.4654.1633159744853@jenkins.osmocom.org> References: <116429671.4654.1633159744853@jenkins.osmocom.org> Message-ID: <1917523586.4656.1633162499036@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4257 originally caused by: Started by upstream project "master-libosmocore" build number 2454 originally caused by: Started by an SCM change Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins4380927074633339501.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:17:24 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:17:24 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5935?= In-Reply-To: <229226221.4617.1633135670198@jenkins.osmocom.org> References: <229226221.4617.1633135670198@jenkins.osmocom.org> Message-ID: <1348805236.4657.1633162644343@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.25 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC subchan_demux.lo CC ipa_proxy.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:18:09 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:18:09 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5935?= In-Reply-To: <938122102.4616.1633135667423@jenkins.osmocom.org> References: <938122102.4616.1633135667423@jenkins.osmocom.org> Message-ID: <9932956.4658.1633162689763@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.25 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC init.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:18:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:18:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5935?= In-Reply-To: <572393956.4615.1633135658452@jenkins.osmocom.org> References: <572393956.4615.1633135658452@jenkins.osmocom.org> Message-ID: <537078790.4659.1633162730885@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.42 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:18:53 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:18:53 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5935?= In-Reply-To: <1351125700.4618.1633135695945@jenkins.osmocom.org> References: <1351125700.4618.1633135695945@jenkins.osmocom.org> Message-ID: <1539933425.4660.1633162733776@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.32 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:19:13 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:19:13 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5935?= In-Reply-To: <1781375037.4619.1633135715274@jenkins.osmocom.org> References: <1781375037.4619.1633135715274@jenkins.osmocom.org> Message-ID: <671727906.4661.1633162753072@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.22 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC subchan_demux.lo CC init.lo CC e1_input.lo CC ipa_proxy.lo CC trau_frame.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/ipaccess.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 08:19:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 08:19:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5935?= In-Reply-To: <403340052.4620.1633135718844@jenkins.osmocom.org> References: <403340052.4620.1633135718844@jenkins.osmocom.org> Message-ID: <544180058.4662.1633162760831@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 90.76 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 09:05:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 09:05:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_maste?= =?UTF-8?Q?r-osmo-gsm-tester_=C2=BB_a1=3Ddefault,?= =?UTF-8?Q?a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1288?= In-Reply-To: <844510856.4570.1633079102025@jenkins.osmocom.org> References: <844510856.4570.1633079102025@jenkins.osmocom.org> Message-ID: <1603590732.4665.1633165501967@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-gsm-tester" build number 1288 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-gsm-tester # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-gsm-tester > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 Commit message: "util: fix the functions "create_netns" and "setcap_netsys_admin"." > git rev-list --no-walk dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins4228962549357247848.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-gsm-tester/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins-build-manuals.sh + base=/build + export OSMO_GSM_MANUALS_DIR=/build/osmo-gsm-manuals + [ -d /build/doc/manuals ] + [ -d /build/osmo-gsm-manuals ] + git -C /build/osmo-gsm-manuals pull fatal: unable to access 'https://git.osmocom.org/osmo-gsm-manuals/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 10:05:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:05:27 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-centos8_=C2=BB_nightly,repo-install-test_#325?= In-Reply-To: <1859844341.4576.1633082641870@jenkins.osmocom.org> References: <1859844341.4576.1633082641870@jenkins.osmocom.org> Message-ID: <1026505289.4672.1633169127578@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 10:05:28 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:05:28 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo?= =?UTF-8?Q?-install-centos8_=C2=BB_next,repo-install-test_#325?= In-Reply-To: <1391839159.4577.1633082641880@jenkins.osmocom.org> References: <1391839159.4577.1633082641880@jenkins.osmocom.org> Message-ID: <943444383.4673.1633169128384@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 10:44:25 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:44:25 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-i?= =?UTF-8?Q?nstall-debian10_=C2=BB_nightly,repo-install-test_#257?= In-Reply-To: <1861314266.4580.1633084681794@jenkins.osmocom.org> References: <1861314266.4580.1633084681794@jenkins.osmocom.org> Message-ID: <1701732073.4676.1633171465658@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 10:45:17 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:45:17 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-debian10_=C2=BB_latest,repo-install-test_#257?= In-Reply-To: <1237654468.4581.1633084682184@jenkins.osmocom.org> References: <1237654468.4581.1633084682184@jenkins.osmocom.org> Message-ID: <502022664.4677.1633171517993@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 10:47:26 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:47:26 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-debian9_=C2=BB_nightly,repo-install-test_#256?= In-Reply-To: <1370282889.4583.1633084802096@jenkins.osmocom.org> References: <1370282889.4583.1633084802096@jenkins.osmocom.org> Message-ID: <1689400160.4678.1633171646411@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 10:47:54 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 10:47:54 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-debian9_=C2=BB_latest,repo-install-test_#256?= In-Reply-To: <665960157.4582.1633084802095@jenkins.osmocom.org> References: <665960157.4582.1633084802095@jenkins.osmocom.org> Message-ID: <1026184056.4679.1633171674569@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 2 23:18:47 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:18:47 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5936?= In-Reply-To: <9932956.4658.1633162689763@jenkins.osmocom.org> References: <9932956.4658.1633162689763@jenkins.osmocom.org> Message-ID: <569031460.4694.1633216727705@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.76 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC init.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 23:18:49 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:18:49 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5936?= In-Reply-To: <1348805236.4657.1633162644343@jenkins.osmocom.org> References: <1348805236.4657.1633162644343@jenkins.osmocom.org> Message-ID: <975846075.4696.1633216730008@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.76 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC e1_input.lo CC ipa_proxy.lo CC init.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/misdn.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 23:18:49 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:18:49 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5936?= In-Reply-To: <1539933425.4660.1633162733776@jenkins.osmocom.org> References: <1539933425.4660.1633162733776@jenkins.osmocom.org> Message-ID: <1958651680.4695.1633216730008@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.83 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC e1_input_vty.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/lapd.lo CC input/ipaccess.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 23:18:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:18:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5936?= In-Reply-To: <537078790.4659.1633162730885@jenkins.osmocom.org> References: <537078790.4659.1633162730885@jenkins.osmocom.org> Message-ID: <950469930.4697.1633216730873@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.81 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC trau_frame.lo CC subchan_demux.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 23:19:32 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:19:32 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5936?= In-Reply-To: <671727906.4661.1633162753072@jenkins.osmocom.org> References: <671727906.4661.1633162753072@jenkins.osmocom.org> Message-ID: <1834835281.4698.1633216772644@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.74 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 2 23:19:37 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 2 Oct 2021 23:19:37 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5936?= In-Reply-To: <544180058.4662.1633162760831@jenkins.osmocom.org> References: <544180058.4662.1633162760831@jenkins.osmocom.org> Message-ID: <696724039.4699.1633216777852@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.08 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC trau_frame.lo CC e1_input_vty.lo CC subchan_demux.lo CC e1_input.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:00:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:00:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4258?= In-Reply-To: <1917523586.4656.1633162499036@jenkins.osmocom.org> References: <1917523586.4656.1633162499036@jenkins.osmocom.org> Message-ID: <437783477.4700.1633219202676@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4258 originally caused by: Started by upstream project "master-libosmocore" build number 2455 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins676636588189758910.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:03:33 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:03:33 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5937?= In-Reply-To: <975846075.4696.1633216730008@jenkins.osmocom.org> References: <975846075.4696.1633216730008@jenkins.osmocom.org> Message-ID: <1249765701.4701.1633219413854@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.07 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC e1_input.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:04:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:04:08 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5937?= In-Reply-To: <569031460.4694.1633216727705@jenkins.osmocom.org> References: <569031460.4694.1633216727705@jenkins.osmocom.org> Message-ID: <1582405479.4702.1633219448288@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.07 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC init.lo CC ipa_proxy.lo CC e1_input.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:04:28 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:04:28 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5937?= In-Reply-To: <950469930.4697.1633216730873@jenkins.osmocom.org> References: <950469930.4697.1633216730873@jenkins.osmocom.org> Message-ID: <574646575.4703.1633219468449@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.12 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/ipa.lo CC input/e1d.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:04:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:04:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5937?= In-Reply-To: <1958651680.4695.1633216730008@jenkins.osmocom.org> References: <1958651680.4695.1633216730008@jenkins.osmocom.org> Message-ID: <2127712851.4704.1633219476842@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.66 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:04:55 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:04:55 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5937?= In-Reply-To: <1834835281.4698.1633216772644@jenkins.osmocom.org> References: <1834835281.4698.1633216772644@jenkins.osmocom.org> Message-ID: <503961828.4705.1633219495374@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.04 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC ipa_proxy.lo CC e1_input_vty.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC init.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:05:02 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:05:02 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5937?= In-Reply-To: <696724039.4699.1633216777852@jenkins.osmocom.org> References: <696724039.4699.1633216777852@jenkins.osmocom.org> Message-ID: <20509672.4706.1633219502768@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.10 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:47:41 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:47:41 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5938?= In-Reply-To: <574646575.4703.1633219468449@jenkins.osmocom.org> References: <574646575.4703.1633219468449@jenkins.osmocom.org> Message-ID: <2131461216.4707.1633222061481@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.63 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:47:48 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:47:48 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5938?= In-Reply-To: <1249765701.4701.1633219413854@jenkins.osmocom.org> References: <1249765701.4701.1633219413854@jenkins.osmocom.org> Message-ID: <1137349694.4708.1633222068172@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.54 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:47:52 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:47:52 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5938?= In-Reply-To: <1582405479.4702.1633219448288@jenkins.osmocom.org> References: <1582405479.4702.1633219448288@jenkins.osmocom.org> Message-ID: <758910304.4709.1633222072481@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.54 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC ipa_proxy.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:48:18 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:48:18 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5938?= In-Reply-To: <2127712851.4704.1633219476842@jenkins.osmocom.org> References: <2127712851.4704.1633219476842@jenkins.osmocom.org> Message-ID: <118571246.4710.1633222098229@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.49 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:48:35 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:48:35 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5938?= In-Reply-To: <503961828.4705.1633219495374@jenkins.osmocom.org> References: <503961828.4705.1633219495374@jenkins.osmocom.org> Message-ID: <1190795876.4711.1633222115956@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.39 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 00:48:43 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 00:48:43 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5938?= In-Reply-To: <20509672.4706.1633219502768@jenkins.osmocom.org> References: <20509672.4706.1633219502768@jenkins.osmocom.org> Message-ID: <410171229.4712.1633222123998@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.44 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC e1_input_vty.lo CC subchan_demux.lo CC ipa_proxy.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd_pcap.lo CC input/lapd.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 07:29:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 07:29:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4259?= In-Reply-To: <437783477.4700.1633219202676@jenkins.osmocom.org> References: <437783477.4700.1633219202676@jenkins.osmocom.org> Message-ID: <1706243358.4742.1633246144699@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4259 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins490283632535259732.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/layer1-headers + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 09:05:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 09:05:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_maste?= =?UTF-8?Q?r-osmo-gsm-tester_=C2=BB_a1=3Ddefault,?= =?UTF-8?Q?a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1289?= In-Reply-To: <1603590732.4665.1633165501967@jenkins.osmocom.org> References: <1603590732.4665.1633165501967@jenkins.osmocom.org> Message-ID: <1470350472.4746.1633251901897@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-gsm-tester" build number 1289 originally caused by: Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-gsm-tester # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-gsm-tester > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 Commit message: "util: fix the functions "create_netns" and "setcap_netsys_admin"." > git rev-list --no-walk dcc0b5577c0c90f3e7f9af0b886dd07cbaaf1961 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins3670767147107167849.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-gsm-tester/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins-build-manuals.sh + base=/build + export OSMO_GSM_MANUALS_DIR=/build/osmo-gsm-manuals + [ -d /build/doc/manuals ] + [ -d /build/osmo-gsm-manuals ] + git -C /build/osmo-gsm-manuals pull fatal: unable to access 'https://git.osmocom.org/osmo-gsm-manuals/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:08:45 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:08:45 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5939?= In-Reply-To: <118571246.4710.1633222098229@jenkins.osmocom.org> References: <118571246.4710.1633222098229@jenkins.osmocom.org> Message-ID: <1754675713.4769.1633291725088@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 101.87 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:08:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:08:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5939?= In-Reply-To: <2131461216.4707.1633222061481@jenkins.osmocom.org> References: <2131461216.4707.1633222061481@jenkins.osmocom.org> Message-ID: <2011579844.4770.1633291737693@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 101.85 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC init.lo CC e1_input_vty.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:08:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:08:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5939?= In-Reply-To: <758910304.4709.1633222072481@jenkins.osmocom.org> References: <758910304.4709.1633222072481@jenkins.osmocom.org> Message-ID: <1081120329.4771.1633291737696@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 101.92 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC e1_input.lo CC subchan_demux.lo CC ipa_proxy.lo CC trau_frame.lo CC init.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:08:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:08:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5939?= In-Reply-To: <1137349694.4708.1633222068172@jenkins.osmocom.org> References: <1137349694.4708.1633222068172@jenkins.osmocom.org> Message-ID: <1237777459.4772.1633291737708@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 101.80 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC e1_input.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:09:22 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:09:22 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5939?= In-Reply-To: <1190795876.4711.1633222115956@jenkins.osmocom.org> References: <1190795876.4711.1633222115956@jenkins.osmocom.org> Message-ID: <537342035.4773.1633291762768@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 102.06 KB...] HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 20:09:46 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 20:09:46 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5939?= In-Reply-To: <410171229.4712.1633222123998@jenkins.osmocom.org> References: <410171229.4712.1633222123998@jenkins.osmocom.org> Message-ID: <2145046230.4774.1633291786202@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] bts-trx: Keep the process ongoing trying to reconnect on Abis link down ------------------------------------------ [...truncated 101.82 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:18:38 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:18:38 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5940?= In-Reply-To: <1754675713.4769.1633291725088@jenkins.osmocom.org> References: <1754675713.4769.1633291725088@jenkins.osmocom.org> Message-ID: <353849573.4775.1633303118168@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.86 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:18:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:18:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5940?= In-Reply-To: <1081120329.4771.1633291737696@jenkins.osmocom.org> References: <1081120329.4771.1633291737696@jenkins.osmocom.org> Message-ID: <1622393562.4776.1633303130031@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.79 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC trau_frame.lo CC subchan_demux.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:18:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:18:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5940?= In-Reply-To: <2011579844.4770.1633291737693@jenkins.osmocom.org> References: <2011579844.4770.1633291737693@jenkins.osmocom.org> Message-ID: <1736464203.4777.1633303130093@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.84 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC e1_input_vty.lo CC trau_frame.lo CC e1_input.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:18:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:18:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5940?= In-Reply-To: <1237777459.4772.1633291737708@jenkins.osmocom.org> References: <1237777459.4772.1633291737708@jenkins.osmocom.org> Message-ID: <23199231.4778.1633303130094@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.79 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC e1_input.lo CC init.lo CC trau_frame.lo CC ipa_proxy.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:19:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:19:15 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5940?= In-Reply-To: <537342035.4773.1633291762768@jenkins.osmocom.org> References: <537342035.4773.1633291762768@jenkins.osmocom.org> Message-ID: <332516154.4779.1633303156000@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.76 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:19:40 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:19:40 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5940?= In-Reply-To: <2145046230.4774.1633291786202@jenkins.osmocom.org> References: <2145046230.4774.1633291786202@jenkins.osmocom.org> Message-ID: <1436983568.4780.1633303180201@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.82 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC subchan_demux.lo CC ipa_proxy.lo CC init.lo CC e1_input_vty.lo CC trau_frame.lo CC input/ipa.lo CC input/e1d.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/misdn.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 3 23:59:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 3 Oct 2021 23:59:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,sysmo,True_#4260?= In-Reply-To: <1706243358.4742.1633246144699@jenkins.osmocom.org> References: <1706243358.4742.1633246144699@jenkins.osmocom.org> Message-ID: <1584143130.4781.1633305590424@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcu" build number 4260 originally caused by: Started by upstream project "master-libosmocore" build number 2456 originally caused by: Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcu # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcu > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcu +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cee6b122c2da140c05055e7570b61ea33bdfcfe8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 Commit message: "tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASING" > git rev-list --no-walk cee6b122c2da140c05055e7570b61ea33bdfcfe8 # timeout=10 [True] $ /bin/sh -xe /tmp/jenkins5028186811147252103.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=sysmo,with_vty=True -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e FIRMWARE_VERSION=master -e with_vty=True -e with_dsp=sysmo -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + [ -z make ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/layer1-headers Skipping repository deps/libosmocore + [ -d /build/deps ] + git_clean /build/deps/layer1-headers + repos=/build/deps/layer1-headers + [ ! -d /build/deps/layer1-headers ] + [ ! -d /build/deps/layer1-headers/.git ] + git -C /build/deps/layer1-headers checkout -f HEAD + git -C /build/deps/layer1-headers clean -dxf + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ?/build/deps?: File exists + true + PCU_CONFIG= + [ sysmo = sysmo ] + PCU_CONFIG= --enable-werror --enable-sysmocom-dsp --with-sysmobts=/build/deps/install/include/ + cd /build/deps + osmo-layer1-headers.sh sysmo + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:03:35 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:03:35 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5941?= In-Reply-To: <23199231.4778.1633303130094@jenkins.osmocom.org> References: <23199231.4778.1633303130094@jenkins.osmocom.org> Message-ID: <1273258600.4782.1633305815482@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.10 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC e1_input.lo CC e1_input_vty.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:04:22 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:04:22 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5941?= In-Reply-To: <1622393562.4776.1633303130031@jenkins.osmocom.org> References: <1622393562.4776.1633303130031@jenkins.osmocom.org> Message-ID: <395822033.4783.1633305862876@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.22 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC e1_input_vty.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:04:25 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:04:25 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5941?= In-Reply-To: <1736464203.4777.1633303130093@jenkins.osmocom.org> References: <1736464203.4777.1633303130093@jenkins.osmocom.org> Message-ID: <881833927.4784.1633305865550@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.15 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC ipa_proxy.lo CC init.lo CC e1_input.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:04:43 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:04:43 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5941?= In-Reply-To: <353849573.4775.1633303118168@jenkins.osmocom.org> References: <353849573.4775.1633303118168@jenkins.osmocom.org> Message-ID: <529469425.4785.1633305883420@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.17 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:04:56 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:04:56 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5941?= In-Reply-To: <332516154.4779.1633303156000@jenkins.osmocom.org> References: <332516154.4779.1633303156000@jenkins.osmocom.org> Message-ID: <1776083374.4786.1633305897022@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.07 KB...] + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:05:09 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:05:09 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5941?= In-Reply-To: <1436983568.4780.1633303180201@jenkins.osmocom.org> References: <1436983568.4780.1633303180201@jenkins.osmocom.org> Message-ID: <285856983.4787.1633305909408@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 103.12 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC trau_frame.lo CC subchan_demux.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/ipaccess.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/unixsocket.lo CC input/rs232.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:47:41 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:47:41 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5942?= In-Reply-To: <881833927.4784.1633305865550@jenkins.osmocom.org> References: <881833927.4784.1633305865550@jenkins.osmocom.org> Message-ID: <2020543847.4788.1633308461084@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.49 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:47:51 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:47:51 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5942?= In-Reply-To: <1273258600.4782.1633305815482@jenkins.osmocom.org> References: <1273258600.4782.1633305815482@jenkins.osmocom.org> Message-ID: <2107470115.4789.1633308471183@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.57 KB...] + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/misdn.lo CC input/lapd_pcap.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:47:52 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:47:52 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5942?= In-Reply-To: <395822033.4783.1633305862876@jenkins.osmocom.org> References: <395822033.4783.1633305862876@jenkins.osmocom.org> Message-ID: <628406393.4790.1633308472767@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.45 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input_vty.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:48:18 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:48:18 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5942?= In-Reply-To: <529469425.4785.1633305883420@jenkins.osmocom.org> References: <529469425.4785.1633305883420@jenkins.osmocom.org> Message-ID: <1857881598.4791.1633308498375@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.52 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:48:39 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:48:39 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5942?= In-Reply-To: <1776083374.4786.1633305897022@jenkins.osmocom.org> References: <1776083374.4786.1633305897022@jenkins.osmocom.org> Message-ID: <1024808155.4792.1633308519734@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.54 KB...] HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC subchan_demux.lo CC e1_input_vty.lo CC e1_input.lo CC trau_frame.lo CC ipa_proxy.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 00:48:44 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 00:48:44 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5942?= In-Reply-To: <285856983.4787.1633305909408@jenkins.osmocom.org> References: <285856983.4787.1633305909408@jenkins.osmocom.org> Message-ID: <1636022007.4793.1633308524353@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.47 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at d2d28d8... ipaccess: Allow reconfiguring the ipa line during line_update() + git rev-parse HEAD d2d28d83a437f7478a4dfff0c6cae5305801b881 + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install echo 1.1.1.12-d2d2 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Mon Oct 4 07:07:48 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:07:48 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv2.4,0,default,osmocom-master-debian9_#5943?= In-Reply-To: <2107470115.4789.1633308471183@jenkins.osmocom.org> References: <2107470115.4789.1633308471183@jenkins.osmocom.org> Message-ID: <810054816.4823.1633331268618@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:09:13 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:09:13 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv3.1,0,default,osmocom-master-debian9_#5943?= In-Reply-To: <628406393.4790.1633308472767@jenkins.osmocom.org> References: <628406393.4790.1633308472767@jenkins.osmocom.org> Message-ID: <1637461479.4824.1633331353330@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:09:29 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:09:29 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv5.1,0,default,osmocom-master-debian9_#5943?= In-Reply-To: <2020543847.4788.1633308461084@jenkins.osmocom.org> References: <2020543847.4788.1633308461084@jenkins.osmocom.org> Message-ID: <892259311.4825.1633331369030@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:09:30 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:09:30 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sys?= =?UTF-8?Q?mo,femtobts=5Fv2.7,0,default,osmocom-master-debian9_#5943?= In-Reply-To: <1857881598.4791.1633308498375@jenkins.osmocom.org> References: <1857881598.4791.1633308498375@jenkins.osmocom.org> Message-ID: <1167717136.4826.1633331370100@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:09:34 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:09:34 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysmo, ?= =?UTF-8?Q?superfemto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5943?= In-Reply-To: <1636022007.4793.1633308524353@jenkins.osmocom.org> References: <1636022007.4793.1633308524353@jenkins.osmocom.org> Message-ID: <1948217061.4827.1633331374139@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:10:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:10:36 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB?= =?UTF-8?Q?_sysmo,master,1,default,osmocom-master-debian9_#5943?= In-Reply-To: <1024808155.4792.1633308519734@jenkins.osmocom.org> References: <1024808155.4792.1633308519734@jenkins.osmocom.org> Message-ID: <416927187.4828.1633331436506@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 07:21:39 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 07:21:39 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-pcu_?= =?UTF-8?Q?=C2=BB_master,0,osmocom-master-debian9,sysmo,True_#4261?= In-Reply-To: <1584143130.4781.1633305590424@jenkins.osmocom.org> References: <1584143130.4781.1633305590424@jenkins.osmocom.org> Message-ID: <490082829.4829.1633332099757@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 09:05:17 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 09:05:17 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_?= =?UTF-8?Q?:_master-osmo-gsm-tester_=C2=BB_a1=3Ddef?= =?UTF-8?Q?ault,a2=3Ddefault,a3=3Ddefault,a4=3Ddef?= =?UTF-8?Q?ault,osmocom-master-debian9_#1290?= In-Reply-To: <1470350472.4746.1633251901897@jenkins.osmocom.org> References: <1470350472.4746.1633251901897@jenkins.osmocom.org> Message-ID: <1416498195.4834.1633338317587@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 4 15:10:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 4 Oct 2021 15:10:08 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_mas?= =?UTF-8?Q?ter-asn1c_=C2=BB_a1=3Ddefault,a2=3Dde?= =?UTF-8?Q?fault,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#1364?= Message-ID: <1609491354.4856.1633360208683@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 3.16 KB...] checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 dependency style of gcc... gcc3 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 ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for autoconf... /usr/bin/autoconf checking for autoheader... /usr/bin/autoheader checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for ar... /usr/bin/ar checking for ANSI C header files... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking whether byte ordering is bigendian... no checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for intmax_t... yes checking for library containing getopt... none required checking for strtoimax... yes checking for strtoll... yes checking for mergesort... no checking for mkstemps... yes configure: creating ./config.status config.status: creating skeletons/standard-modules/Makefile config.status: creating skeletons/tests/Makefile config.status: creating libasn1compiler/Makefile config.status: creating libasn1parser/Makefile config.status: creating libasn1print/Makefile config.status: creating asn1c/webcgi/Makefile config.status: creating asn1c/tests/Makefile config.status: creating libasn1fix/Makefile config.status: creating skeletons/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating asn1c/Makefile config.status: creating doc/Makefile config.status: creating asn1c.spec config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in libasn1parser make[2]: Entering directory '/build/libasn1parser' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF ".deps/asn1parser.Tpo" -c -o asn1parser.lo asn1parser.c; \ then mv -f ".deps/asn1parser.Tpo" ".deps/asn1parser.Plo"; else rm -f ".deps/asn1parser.Tpo"; exit 1; fi bison -y -p asn1p_ -d asn1p_y.y if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF ".deps/asn1p_l.Tpo" -c -o asn1p_l.lo asn1p_l.c; \ then mv -f ".deps/asn1p_l.Tpo" ".deps/asn1p_l.Plo"; else rm -f ".deps/asn1p_l.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF ".deps/asn1p_module.Tpo" -c -o asn1p_module.lo asn1p_module.c; \ then mv -f ".deps/asn1p_module.Tpo" ".deps/asn1p_module.Plo"; else rm -f ".deps/asn1p_module.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF ".deps/asn1p_oid.Tpo" -c -o asn1p_oid.lo asn1p_oid.c; \ then mv -f ".deps/asn1p_oid.Tpo" ".deps/asn1p_oid.Plo"; else rm -f ".deps/asn1p_oid.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF ".deps/asn1p_value.Tpo" -c -o asn1p_value.lo asn1p_value.c; \ then mv -f ".deps/asn1p_value.Tpo" ".deps/asn1p_value.Plo"; else rm -f ".deps/asn1p_value.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF ".deps/asn1p_expr.Tpo" -c -o asn1p_expr.lo asn1p_expr.c; \ then mv -f ".deps/asn1p_expr.Tpo" ".deps/asn1p_expr.Plo"; else rm -f ".deps/asn1p_expr.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF ".deps/asn1p_xports.Tpo" -c -o asn1p_xports.lo asn1p_xports.c; \ then mv -f ".deps/asn1p_xports.Tpo" ".deps/asn1p_xports.Plo"; else rm -f ".deps/asn1p_xports.Tpo"; exit 1; fi asn1p_y.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -fPIC -DPIC -o .libs/asn1parser.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -fPIC -DPIC -o .libs/asn1p_l.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -fPIC -DPIC -o .libs/asn1p_value.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -fPIC -DPIC -o .libs/asn1p_oid.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -fPIC -DPIC -o .libs/asn1p_expr.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -fPIC -DPIC -o .libs/asn1p_xports.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -fPIC -DPIC -o .libs/asn1p_module.o asn1p_l.c:3521:12: warning: 'input' defined but not used [-Wunused-function] static int input() ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -o asn1p_oid.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -o asn1parser.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -o asn1p_xports.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -o asn1p_module.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -o asn1p_value.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -o asn1p_expr.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF ".deps/asn1p_constr.Tpo" -c -o asn1p_constr.lo asn1p_constr.c; \ then mv -f ".deps/asn1p_constr.Tpo" ".deps/asn1p_constr.Plo"; else rm -f ".deps/asn1p_constr.Tpo"; exit 1; fi if test -f y.tab.h; then \ to=`echo "asn1p_y_H" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|asn1p_y.h|" \ y.tab.h >asn1p_y.ht; \ rm -f y.tab.h; \ if cmp -s asn1p_y.ht asn1p_y.h; then \ rm -f asn1p_y.ht ;\ else \ mv asn1p_y.ht asn1p_y.h; \ fi; \ fi if test -f y.output; then \ mv y.output asn1p_y.output; \ fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF ".deps/asn1p_param.Tpo" -c -o asn1p_param.lo asn1p_param.c; \ then mv -f ".deps/asn1p_param.Tpo" ".deps/asn1p_param.Plo"; else rm -f ".deps/asn1p_param.Tpo"; exit 1; fi sed '/^#/ s|y\.tab\.c|asn1p_y.c|' y.tab.c >asn1p_y.ct && mv asn1p_y.ct asn1p_y.c rm -f y.tab.c if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF ".deps/asn1p_class.Tpo" -c -o asn1p_class.lo asn1p_class.c; \ then mv -f ".deps/asn1p_class.Tpo" ".deps/asn1p_class.Plo"; else rm -f ".deps/asn1p_class.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF ".deps/asn1p_ref.Tpo" -c -o asn1p_ref.lo asn1p_ref.c; \ then mv -f ".deps/asn1p_ref.Tpo" ".deps/asn1p_ref.Plo"; else rm -f ".deps/asn1p_ref.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF ".deps/asn1p_y.Tpo" -c -o asn1p_y.lo asn1p_y.c; \ then mv -f ".deps/asn1p_y.Tpo" ".deps/asn1p_y.Plo"; else rm -f ".deps/asn1p_y.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -fPIC -DPIC -o .libs/asn1p_constr.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -fPIC -DPIC -o .libs/asn1p_param.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -fPIC -DPIC -o .libs/asn1p_class.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -fPIC -DPIC -o .libs/asn1p_ref.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF .deps/asn1p_y.Tpo -c asn1p_y.c -fPIC -DPIC -o .libs/asn1p_y.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -o asn1p_l.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -o asn1p_constr.o >/dev/null 2>&1 asn1p_y.y: In function 'asn1p_parse': asn1p_y.y:357:13: error: 'param' undeclared (first use in this function) *(void **)param = $1; ^~~~~ asn1p_y.y:357:13: note: each undeclared identifier is reported only once for each function it appears in gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -o asn1p_param.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -o asn1p_ref.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -o asn1p_class.o >/dev/null 2>&1 make[2]: *** [asn1p_y.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... Makefile:299: recipe for target 'asn1p_y.lo' failed make[2]: Leaving directory '/build/libasn1parser' make[1]: *** [all-recursive] Error 1 Makefile:302: recipe for target 'all-recursive' failed make[1]: Leaving directory '/build' Makefile:212: 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 From jenkins at lists.osmocom.org Tue Oct 5 15:13:59 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 5 Oct 2021 15:13:59 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_norma?= =?UTF-8?Q?l_:_master-asn1c_=C2=BB_a1=3Ddefault,?= =?UTF-8?Q?a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1365?= In-Reply-To: <1609491354.4856.1633360208683@jenkins.osmocom.org> References: <1609491354.4856.1633360208683@jenkins.osmocom.org> Message-ID: <1865229428.4911.1633446839401@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 9 07:30:19 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 9 Oct 2021 07:30:19 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_v20?= =?UTF-8?Q?17.01,0,osmocom-master-debian9,lc15,True_#4277?= Message-ID: <1389061216.5104.1633764620011@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 192.46 KB...] rm -f osmo-pcu test . = "../../../src" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f osmo-bts-litecell15/*.o rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-oc2g/*.o rm -f ./so_locations rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/src' Making distclean in doc make[2]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc/examples' Making distclean in manuals make[3]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/manuals" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc/manuals' make[3]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../doc" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/doc' Making distclean in tests make[2]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/tests' rm -rf .libs _libs test ! -f '../../../tests/testsuite' || \ /bin/bash '../../../tests/testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -rf alloc/.libs alloc/_libs rm -f emu/pcu_emu test . = "../../../tests" || test -z "" || rm -f rm -rf app_info/.libs app_info/_libs rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f alloc/.dirstamp rm -rf bitcomp/.libs bitcomp/_libs rm -f app_info/.dirstamp rm -rf codel/.libs codel/_libs rm -f bitcomp/.dirstamp rm -rf edge/.libs edge/_libs rm -f codel/.dirstamp rm -rf emu/.libs emu/_libs rm -f edge/.dirstamp rm -rf fn/.libs fn/_libs rm -f emu/.dirstamp rm -rf llc/.libs llc/_libs rm -f fn/.dirstamp rm -f llc/.dirstamp rm -rf llist/.libs llist/_libs rm -f llist/.dirstamp rm -rf ms/.libs ms/_libs rm -f ms/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f rlcmac/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f tbf/.dirstamp rm -rf types/.libs types/_libs rm -f types/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig rm -rf ./.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/tests' Making distclean in contrib make[2]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-pcu.spec" || rm -f osmo-pcu.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub/contrib' make[2]: Entering directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../.." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/build/osmo-pcu-0.9.0.196-abed/_build/sub' if test -d "osmo-pcu-0.9.0.196-abed"; then find "osmo-pcu-0.9.0.196-abed" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-pcu-0.9.0.196-abed" || { sleep 5 && rm -rf "osmo-pcu-0.9.0.196-abed"; }; else :; fi ========================================================= osmo-pcu-0.9.0.196-abed archives ready for distribution: osmo-pcu-0.9.0.196-abed.tar.gz osmo-pcu-0.9.0.196-abed.tar.bz2 ========================================================= + [ 0 = 1 ] + make -j 8 maintainer-clean Making maintainer-clean in include make[1]: Entering directory '/build/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[1]: Leaving directory '/build/include' Making maintainer-clean in src make[1]: Entering directory '/build/src' rm -rf .libs _libs test -z "libgprs.la" || rm -f libgprs.la rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f osmo-pcu rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f osmo-bts-litecell15/*.o rm -f osmo-bts-litecell15/.deps/.dirstamp This command is intended for maintainers to use rm -f ./so_locations rm -f osmo-bts-oc2g/*.o it deletes files that may require special tools to rebuild. rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -f emu/pcu_emu rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf alloc/.libs alloc/_libs test . = "." || test -z "" || rm -f rm -f alloc/.dirstamp rm -rf app_info/.libs app_info/_libs This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f app_info/.dirstamp rm -rf bitcomp/.libs bitcomp/_libs rm -f bitcomp/.dirstamp rm -rf codel/.libs codel/_libs rm -f codel/.dirstamp rm -rf edge/.libs edge/_libs rm -f edge/.dirstamp rm -rf emu/.libs emu/_libs rm -f emu/.dirstamp rm -rf fn/.libs fn/_libs rm -f fn/.dirstamp rm -f llc/.dirstamp rm -rf llc/.libs llc/_libs rm -f llist/.dirstamp rm -rf llist/.libs llist/_libs rm -f ms/.dirstamp rm -rf ms/.libs ms/_libs rm -f rlcmac/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -rf tbf/.libs tbf/_libs rm -f tbf/.dirstamp rm -rf types/.libs types/_libs rm -f types/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig ./testsuite: line 991: ./atconfig: No such file or directory Makefile:1408: recipe for target 'clean-local' failed make[1]: Leaving directory '/build/tests' make[1]: *** [clean-local] Error 1 make: *** [maintainer-clean-recursive] Error 1 Makefile:419: recipe for target 'maintainer-clean-recursive' failed Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sun Oct 10 00:02:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 10 Oct 2021 00:02:27 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-pcu_?= =?UTF-8?Q?=C2=BB_v2017.01,0,osmocom-master-debian9,lc15,True_#4278?= In-Reply-To: <1389061216.5104.1633764620011@jenkins.osmocom.org> References: <1389061216.5104.1633764620011@jenkins.osmocom.org> Message-ID: <1853277981.5130.1633824147499@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Tue Oct 12 14:17:39 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 14:17:39 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_mas?= =?UTF-8?Q?ter-libusrp_=C2=BB_a1=3Ddefault,a2=3Dd?= =?UTF-8?Q?efault,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#1394?= Message-ID: <1230195437.5292.1634048259615@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-libusrp" build number 1394 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/libusrp # timeout=10 Fetching upstream changes from git://git.osmocom.org/libusrp > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/libusrp +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b293ceaf0f14abefe82dd537747371dc504482e4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b293ceaf0f14abefe82dd537747371dc504482e4 # timeout=10 Commit message: "configure.ac: set -std=gnu11" > git rev-list --no-walk b293ceaf0f14abefe82dd537747371dc504482e4 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins5870565939606901021.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-libusrp/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh + autoreconf --install --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:18: installing './compile' configure.ac:5: installing './missing' Makefile.am:40: warning: BUILT_SOURCES multiply defined in condition TRUE ... Makefile.common:25: ... 'BUILT_SOURCES' previously defined here Makefile.am:22: 'Makefile.common' included from here host/apps/Makefile.am: installing './depcomp' + ./configure 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 for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... 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 gcc... gcc 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 dependency style of gcc... gcc3 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... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for USB... yes checking for boostlib >= 1.37 (103700)... yes checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread... yes checking whether the Boost::Date_Time library is available... yes checking for exit in -lboost_date_time... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Program_Options library is available... yes checking for exit in -lboost_program_options... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/dist-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages checking for doxygen... /usr/bin/doxygen checking for xmlto... no checking for sdcc... sdcc -mmcs51 --no-xinit-opt checking for sdas8051... sdas8051 -plosgff checking sdcc_version "3.5.0 published under GNU General Public License (GPL)"... 3 published under GNU General Public License (GPL).5 published under GNU General Public License (GPL).0 published under GNU General Public License (GPL) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating usrp.pc config.status: creating usrp.iss config.status: creating doc/Doxyfile config.status: creating doc/Makefile config.status: creating doc/other/Makefile config.status: creating host/Makefile config.status: creating host/include/Makefile config.status: creating host/include/usrp/Makefile config.status: creating host/include/usrp/libusb_types.h config.status: creating host/misc/Makefile config.status: creating host/lib/Makefile config.status: creating host/lib/std_paths.h config.status: creating host/swig/Makefile config.status: creating host/apps/Makefile config.status: creating firmware/Makefile config.status: creating firmware/include/Makefile config.status: creating firmware/lib/Makefile config.status: creating firmware/src/Makefile config.status: creating firmware/src/common/Makefile config.status: creating firmware/src/usrp2/Makefile config.status: creating fpga/Makefile config.status: creating fpga/rbf/Makefile config.status: creating fpga/rbf/rev2/Makefile config.status: creating fpga/rbf/rev4/Makefile config.status: creating contrib/libusrp.spec config.status: executing depfiles commands config.status: executing libtool commands + make echo 3.4.5.1-b293 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in host make[2]: Entering directory '/build/host' Making all in misc make[3]: Entering directory '/build/host/misc' make all-am make[4]: Entering directory '/build/host/misc' CXX bug_work_around_8.lo CXXLD libmisc.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/host/misc' make[3]: Leaving directory '/build/host/misc' Making all in lib make[3]: Entering directory '/build/host/lib' mkdir -p .deps PYTHONPATH=../../usrp/src srcdir=. /usr/bin/python ./gen_usrp_dbid.py ./usrp_dbid.dat make[4]: Entering directory '/build/host/lib' mkdir -p .deps PYTHONPATH=../../usrp/src srcdir=. /usr/bin/python ./gen_usrp_dbid.py ./usrp_dbid.dat make[4]: Leaving directory '/build/host/lib' make all-am make[4]: Entering directory '/build/host/lib' CXX fusb.lo CC md5.lo CXX usrp_basic.lo CXX usrp_config.lo CXX usrp_dbid.lo CXX usrp_local_sighandler.lo CXX usrp_prims_common.lo CXX usrp_standard.lo CXX db_wbxng_adf4350.lo time="2021-10-12T14:17:39Z" level=error msg="error waiting for container: unexpected EOF" Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 16:15:26 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 16:15:26 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5987?= Message-ID: <77616540.5297.1634055326808@jenkins.osmocom.org> See Changes: [laforge] osmo-trx: fix maxdly ------------------------------------------ [...truncated 67.21 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC init.lo CC e1_input.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 16:15:33 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 16:15:33 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5987?= Message-ID: <710913035.5298.1634055333663@jenkins.osmocom.org> See Changes: [laforge] osmo-trx: fix maxdly ------------------------------------------ [...truncated 90.13 KB...] + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master Previous HEAD position was 24e0217... osmo_ortp: Fix seqno reset to 0 upon ssrc_changed HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + cd layer1-headers + git fetch origin fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 23:19:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 23:19:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5988?= Message-ID: <1914327036.5300.1634080745186@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 67.31 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 23:19:05 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 23:19:05 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5988?= Message-ID: <1006402849.5301.1634080745985@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 67.32 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 23:19:06 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 23:19:06 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5988?= In-Reply-To: <710913035.5298.1634055333663@jenkins.osmocom.org> References: <710913035.5298.1634055333663@jenkins.osmocom.org> Message-ID: <1312651449.5302.1634080746254@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 67.34 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Tue Oct 12 23:20:42 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 12 Oct 2021 23:20:42 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB?= =?UTF-8?Q?_sysmo,master,1,default,osmocom-master-debian9_#5988?= In-Reply-To: <77616540.5297.1634055326808@jenkins.osmocom.org> References: <77616540.5297.1634055326808@jenkins.osmocom.org> Message-ID: <432021415.5303.1634080842769@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 00:01:09 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:01:09 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv2.4,0,default,osmocom-master-debian9_#5989?= Message-ID: <1755230686.5304.1634083269388@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 68.62 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC e1_input_vty.lo CC init.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v2.4 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v2.4 ] + [ superfemto_v2.4 != master ] + version=superfemto_v2.4 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:01:46 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:01:46 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv5.1,0,default,osmocom-master-debian9_#5989?= Message-ID: <354976419.5305.1634083306666@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 68.62 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v5.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v5.1 ] + [ superfemto_v5.1 != master ] + version=superfemto_v5.1 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:01:51 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:01:51 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv3.1,0,default,osmocom-master-debian9_#5989?= In-Reply-To: <1006402849.5301.1634080745985@jenkins.osmocom.org> References: <1006402849.5301.1634080745985@jenkins.osmocom.org> Message-ID: <109196816.5306.1634083311892@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 00:02:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:02:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,master,1,default,osmocom-master-debian9_#5989?= Message-ID: <82401053.5307.1634083321291@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 68.51 KB...] If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo master + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n master ] + [ master != master ] + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:02:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:02:01 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5989?= In-Reply-To: <1312651449.5302.1634080746254@jenkins.osmocom.org> References: <1312651449.5302.1634080746254@jenkins.osmocom.org> Message-ID: <1223501739.5308.1634083321948@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.58 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:02:07 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:02:07 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sys?= =?UTF-8?Q?mo,femtobts=5Fv2.7,0,default,osmocom-master-debian9_#5989?= In-Reply-To: <1914327036.5300.1634080745186@jenkins.osmocom.org> References: <1914327036.5300.1634080745186@jenkins.osmocom.org> Message-ID: <285320479.5309.1634083327329@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 00:47:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:47:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo,f?= =?UTF-8?Q?emtobts=5Fv2.7,0,default,osmocom-master-debian9_#5990?= Message-ID: <1336185285.5311.1634086077846@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.01 KB...] + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input_vty.lo CC ipa_proxy.lo CC init.lo CC e1_input.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo femtobts_v2.7 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n femtobts_v2.7 ] + [ femtobts_v2.7 != master ] + version=femtobts_v2.7 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:47:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:47:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, super?= =?UTF-8?Q?femto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5990?= In-Reply-To: <1223501739.5308.1634083321948@jenkins.osmocom.org> References: <1223501739.5308.1634083321948@jenkins.osmocom.org> Message-ID: <665568386.5310.1634086077846@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 102.04 KB...] + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC init.lo CC ipa_proxy.lo CC e1_input_vty.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipaccess.lo CC input/ipa_keepalive.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /build/deps/libosmo-abis/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.0.1pre + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.0.1pre ] + [ superfemto_v3.0.1pre != master ] + version=superfemto_v3.0.1pre + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:47:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:47:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-bts_=C2=BB_sysmo, su?= =?UTF-8?Q?perfemto=5Fv3.1,0,default,osmocom-master-debian9_#5990?= Message-ID: <1283253875.5312.1634086077846@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 101.90 KB...] + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at 92aee51... ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn + git rev-parse HEAD 92aee5109ccd0c5935eae898d6b54809dec0a92d + cd libosmo-abis + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmo-abis + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir 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 if gcc supports -fvisibility=hidden... yes checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODEC... yes checking for ORTP... yes checking dahdi/user.h usability... yes checking dahdi/user.h presence... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 4 install echo 1.1.1.13-92ae > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/deps/libosmo-abis' Making install in include make[2]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Entering directory '/build/deps/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis' /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_rtp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau' make[3]: Leaving directory '/build/deps/libosmo-abis/include' make[2]: Leaving directory '/build/deps/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/deps/libosmo-abis/src' CC e1_input.lo CC ipa_proxy.lo CC e1_input_vty.lo CC init.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CC trau/libosmotrau_la-osmo_ortp.lo CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_sync.lo trau/osmo_ortp.c:236:9: note: #pragma message: Using internal ortp API: rtp_session_rtcp_rec #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") ^~~~~~~ CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmoabis.la CCLD libosmotrau.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Entering directory '/build/deps/libosmo-abis/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.10.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.10.0.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so.10 || { rm -f libosmoabis.so.10 && ln -s libosmoabis.so.10.0.0 libosmoabis.so.10; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.10.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.10.0.0 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.4.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.2.4.0 libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.4.0 libosmotrau.so.2; }; }) libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.2.4.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.4.0 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libosmo-abis/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/libosmo-abis/src' make[2]: Leaving directory '/build/deps/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Entering directory '/build/deps/libosmo-abis/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Leaving directory '/build/deps/libosmo-abis/tests' make[2]: Entering directory '/build/deps/libosmo-abis' make[3]: Entering directory '/build/deps/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig' make[3]: Leaving directory '/build/deps/libosmo-abis' make[2]: Leaving directory '/build/deps/libosmo-abis' make[1]: Leaving directory '/build/deps/libosmo-abis' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis + cd /build/deps + osmo-layer1-headers.sh sysmo superfemto_v3.1 + uri=https://git.sysmocom.de/sysmo-bts/layer1-api + version_prefix= + version=origin/master + [ -n superfemto_v3.1 ] + [ superfemto_v3.1 != master ] + version=superfemto_v3.1 + test -d layer1-headers + git clone https://git.sysmocom.de/sysmo-bts/layer1-api layer1-headers Cloning into 'layer1-headers'... fatal: unable to access 'https://git.sysmocom.de/sysmo-bts/layer1-api/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 13 00:48:41 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:48:41 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv5.1,0,default,osmocom-master-debian9_#5990?= In-Reply-To: <354976419.5305.1634083306666@jenkins.osmocom.org> References: <354976419.5305.1634083306666@jenkins.osmocom.org> Message-ID: <1705853623.5313.1634086121928@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 00:48:42 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:48:42 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv2.4,0,default,osmocom-master-debian9_#5990?= In-Reply-To: <1755230686.5304.1634083269388@jenkins.osmocom.org> References: <1755230686.5304.1634083269388@jenkins.osmocom.org> Message-ID: <1688261629.5314.1634086122068@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 00:49:49 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 00:49:49 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB?= =?UTF-8?Q?_sysmo,master,1,default,osmocom-master-debian9_#5990?= In-Reply-To: <82401053.5307.1634083321291@jenkins.osmocom.org> References: <82401053.5307.1634083321291@jenkins.osmocom.org> Message-ID: <1196307812.5315.1634086189926@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 10:05:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 10:05:04 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sys?= =?UTF-8?Q?mo,femtobts=5Fv2.7,0,default,osmocom-master-debian9_#5991?= In-Reply-To: <1336185285.5311.1634086077846@jenkins.osmocom.org> References: <1336185285.5311.1634086077846@jenkins.osmocom.org> Message-ID: <964720992.5356.1634119504031@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 10:05:06 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 10:05:06 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysmo, ?= =?UTF-8?Q?superfemto=5Fv3.0.1pre,0,default,osmocom-master-debian9_#5991?= In-Reply-To: <665568386.5310.1634086077846@jenkins.osmocom.org> References: <665568386.5310.1634086077846@jenkins.osmocom.org> Message-ID: <1878831679.5357.1634119506109@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 10:05:09 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 10:05:09 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-bts_=C2=BB_sysm?= =?UTF-8?Q?o,superfemto=5Fv3.1,0,default,osmocom-master-debian9_#5991?= In-Reply-To: <1283253875.5312.1634086077846@jenkins.osmocom.org> References: <1283253875.5312.1634086077846@jenkins.osmocom.org> Message-ID: <1664421904.5358.1634119509594@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 13 10:06:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 13 Oct 2021 10:06:36 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_norma?= =?UTF-8?Q?l_:_master-libusrp_=C2=BB_a1=3Ddefault?= =?UTF-8?Q?,a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1395?= In-Reply-To: <1230195437.5292.1634048259615@jenkins.osmocom.org> References: <1230195437.5292.1634048259615@jenkins.osmocom.org> Message-ID: <1366547001.5359.1634119596190@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sun Oct 17 00:52:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 17 Oct 2021 00:52:57 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-build-tags-against-master #970 Message-ID: <370045142.5555.1634431977204@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on host2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-ci > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/lynxis/staging Seen branch in repository origin/master Seen branch in repository origin/neels/test Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/centos-install-test Seen branch in repository origin/osmith/dependency-check Seen branch in repository origin/osmith/fix-python3 Seen branch in repository origin/osmith/gerrit-lint Seen branch in repository origin/osmith/ggsn-kernel-mod-test Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/obs-fixes Seen branch in repository origin/osmith/obs-latest-fix Seen branch in repository origin/osmith/rpm Seen branch in repository origin/osmith/ttcn3-centos Seen branch in repository origin/osmith/ttcn3-latest Seen branch in repository origin/osmith/wip Seen branch in repository origin/pespin/limesuite-latest Seen 17 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 # timeout=10 Commit message: "lint: osmo-pcu: exclude imported wireshark code" > git rev-list --no-walk b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 # timeout=10 [Osmocom-build-tags-against-master] $ /bin/sh -xe /tmp/jenkins6401339549737008041.sh + PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh Temp dir: Building libraries from current master... * libosmocore 1573add4726407ee8cddc4f876c985abb9058595 * libosmo-abis 57ff57ac5cdf59b8724db326873dce7769da6471 * libosmo-netif 5967fa00580f07ddb428df0558e4d49aa1b7a7d1 * libosmo-sccp 8275949838ac29de300b8698fc8bfa7c5ff7a29e * libsmpp34 09726c1cb1ce191cb2f5a848c3feda0f57755951 * libasn1c 97ae853ef5ea858de9b0bfff37adc584f966f45c * osmo-ggsn 8cbdd218673403f39061612aa7bb99a964ce0b2d * osmo-iuh 1f6c117d0747e476018d64df9411c2502ce37da4 fatal: unable to access 'https://git.osmocom.org/osmo-hlr/': The requested URL returned error: 504 ERROR: failed to get head commit for repository: osmo-hlr Build step 'Execute shell' marked build as failure Archiving artifacts From jenkins at lists.osmocom.org Sun Oct 17 10:04:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 17 Oct 2021 10:04:27 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-ins?= =?UTF-8?Q?tall-centos8_=C2=BB_next,repo-install-test_#340?= Message-ID: <398894807.5594.1634465067377@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 9.76 KB...] services_check + [ -z ] + PROJ_CONFLICT=network:osmocom:nightly + docker inspect -f {{.State.Running}} centos8-repo-install-test-next + [ = true ] + args= + [ -n ] + check_if_systemd_is_running + docker run --rm -v :/repo-install-test:ro --name centos8-repo-install-test-next -e FEED=next -e PROJ=network:osmocom:next -e PROJ_CONFLICT=network:osmocom:nightly -e DISTRO=centos8 -e TESTS= test_conflict install_repo_packages test_binaries services_check -e container=docker --tmpfs+ /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add SYS_NICE osmocom-build/centos8-repo-install-test /lib/systemd/systemd seq 1 10 + sleep 1 + docker exec centos8-repo-install-test-next systemctl status ? dc0cfbe152a8 State: running Jobs: 0 queued Failed: 0 units Since: Sun 2021-10-17 10:04:18 UTC; 610ms ago CGroup: /docker/dc0cfbe152a8b862c3496d1cfd2df92834d27f319a8fa050d55e8f73f4a8152e ??34 systemctl status ??init.scope ? ??1 /lib/systemd/systemd ??system.slice ??systemd-journald.service ? ??24 /usr/lib/systemd/systemd-journald ??dbus.service ??32 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only + return + ret=0 + docker exec centos8-repo-install-test-next /repo-install-test/run-inside-docker.sh + SERVICES=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + SERVICES_NIGHTLY=' osmo-pcap-server ' ++ distro_obsdir ++ case "$DISTRO" in ++ echo CentOS_8 + DISTRO_OBSDIR=CentOS_8 + check_env + '[' -n next ']' + echo 'Checking feed: next' + '[' -n network:osmocom:next ']' + echo 'Checking project: network:osmocom:next' + '[' -n network:osmocom:nightly ']' + echo 'Checking conflicting project: network:osmocom:nightly' Checking feed: next Checking project: network:osmocom:next + '[' -n centos8 ']' + echo 'Linux distribution: centos8' + '[' -n ' test_conflict install_repo_packages test_binaries services_check ' ']' + echo 'Enabled tests: test_conflict install_repo_packages test_binaries services_check ' Checking conflicting project: network:osmocom:nightly Linux distribution: centos8 Enabled tests: test_conflict install_repo_packages test_binaries services_check + configure_keep_cache + '[' -z '' ']' + return + configure_osmocom_repo network:osmocom:next + case "$DISTRO" in + configure_osmocom_repo_centos network:osmocom:next + local proj=network:osmocom:next ++ proj_with_slashes network:osmocom:next ++ echo network:osmocom:next ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/next/CentOS_8 + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:next ++ echo network:osmocom:next ++ tr : _ + for test in $TESTS + set +x + case "$test" in + test_conflict ### Running test: test_conflict ### + case "$DISTRO" in + test_conflict_centos + dnf -y install libosmocore-devel CentOS Linux 8 - AppStream 20 kB/s | 4.3 kB 00:00 CentOS Linux 8 - AppStream 22 MB/s | 9.3 MB 00:00 CentOS Linux 8 - BaseOS 144 kB/s | 3.9 kB 00:00 CentOS Linux 8 - BaseOS 22 MB/s | 7.5 MB 00:00 CentOS Linux 8 - Extras 35 kB/s | 1.5 kB 00:00 CentOS Linux 8 - Extras 43 kB/s | 10 kB 00:00 CentOS Linux 8 - PowerTools 7.1 MB/s | 2.4 MB 00:00 network:osmocom:next 774 kB/s | 225 kB 00:00 Dependencies resolved. ========================================================================================= Package Arch Version Repository Size ========================================================================================= Installing: libosmocore-devel x86_64 1.5.1.259.1573.202110170040-1.1 network_osmocom_next 72 k Installing dependencies: libosmocore17 x86_64 1.5.1.259.1573.202110170040-1.1 network_osmocom_next 99 k libpkgconf x86_64 1.4.2-1.el8 baseos 35 k libtalloc x86_64 2.3.1-2.el8 baseos 49 k libtalloc-devel x86_64 2.3.1-2.el8 baseos 63 k lksctp-tools x86_64 1.0.18-3.el8 baseos 100 k osmocom-next x86_64 1.0.0.202110170040-1.1 network_osmocom_next 7.0 k pkgconf x86_64 1.4.2-1.el8 baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k Transaction Summary ========================================================================================= Install 10 Packages Total download size: 494 k Installed size: 1.0 M Downloading Packages: (1/10): libtalloc-2.3.1-2.el8.x86_64.rpm 13 MB/s | 49 kB 00:00 (2/10): libpkgconf-1.4.2-1.el8.x86_64.rpm 7.7 MB/s | 35 kB 00:00 (3/10): libtalloc-devel-2.3.1-2.el8.x86_64.rpm 12 MB/s | 63 kB 00:00 (4/10): pkgconf-m4-1.4.2-1.el8.noarch.rpm 16 MB/s | 17 kB 00:00 (5/10): lksctp-tools-1.0.18-3.el8.x86_64.rpm 28 MB/s | 100 kB 00:00 (6/10): pkgconf-1.4.2-1.el8.x86_64.rpm 10 MB/s | 38 kB 00:00 (7/10): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 7.7 MB/s | 15 kB 00:00 (8/10): osmocom-next-1.0.0.202110170040-1.1.x86 39 kB/s | 7.0 kB 00:00 (9/10): libosmocore-devel-1.5.1.259.1573.202110 377 kB/s | 72 kB 00:00 (10/10): libosmocore17-1.5.1.259.1573.202110170 502 kB/s | 99 kB 00:00 -------------------------------------------------------------------------------- Total 2.0 MB/s | 494 kB 00:00 warning: /var/cache/dnf/network_osmocom_next-12117ca76ed4f12d/packages/libosmocore-devel-1.5.1.259.1573.202110170040-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 17280ddf: NOKEY network:osmocom:next 31 kB/s | 1.1 kB 00:00 Importing GPG key 0x17280DDF: Userid : "network OBS Project " Fingerprint: 0080 689B E757 A876 CB7D C269 62EB 1A09 1728 0DDF From : https://download.opensuse.org/repositories/network:/osmocom:/next/CentOS_8/repodata/repomd.xml.key Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : osmocom-next-1.0.0.202110170040-1.1.x86_64 1/10 Installing : libtalloc-2.3.1-2.el8.x86_64 2/10 Installing : pkgconf-m4-1.4.2-1.el8.noarch 3/10 Installing : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 4/10 Installing : libosmocore17-1.5.1.259.1573.202110170040-1.1.x86_ 5/10 Running scriptlet: libosmocore17-1.5.1.259.1573.202110170040-1.1.x86_ 5/10 Installing : libpkgconf-1.4.2-1.el8.x86_64 6/10 Installing : pkgconf-1.4.2-1.el8.x86_64 7/10 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 8/10 Installing : libtalloc-devel-2.3.1-2.el8.x86_64 9/10 Installing : libosmocore-devel-1.5.1.259.1573.202110170040-1.1. 10/10 Running scriptlet: libosmocore-devel-1.5.1.259.1573.202110170040-1.1. 10/10 Verifying : libpkgconf-1.4.2-1.el8.x86_64 1/10 Verifying : libtalloc-2.3.1-2.el8.x86_64 2/10 Verifying : libtalloc-devel-2.3.1-2.el8.x86_64 3/10 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Verifying : pkgconf-1.4.2-1.el8.x86_64 5/10 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 6/10 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 7/10 Verifying : libosmocore-devel-1.5.1.259.1573.202110170040-1.1. 8/10 Verifying : libosmocore17-1.5.1.259.1573.202110170040-1.1.x86_ 9/10 Verifying : osmocom-next-1.0.0.202110170040-1.1.x86_64 10/10 Installed: libosmocore-devel-1.5.1.259.1573.202110170040-1.1.x86_64 libosmocore17-1.5.1.259.1573.202110170040-1.1.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libtalloc-2.3.1-2.el8.x86_64 libtalloc-devel-2.3.1-2.el8.x86_64 lksctp-tools-1.0.18-3.el8.x86_64 osmocom-next-1.0.0.202110170040-1.1.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 Complete! + configure_osmocom_repo_centos_remove network:osmocom:next + local proj=network:osmocom:next + rm /etc/yum.repos.d/network:osmocom:next.repo + configure_osmocom_repo_centos network:osmocom:nightly + local proj=network:osmocom:nightly ++ proj_with_slashes network:osmocom:nightly ++ echo network:osmocom:nightly ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8 + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + dnf -y install osmo-mgw + tee /tmp/out network:osmocom:nightly 310 kB/s | 135 kB 00:00 Errors during downloading metadata for repository 'network_osmocom_nightly': - Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/repodata/1f5e5e2dd73c487aaf053873d9782de02080f020847e61489012f58e8bdbbdc5-primary.xml.gz (IP: 62.146.92.202) Error: Failed to download metadata for repo 'network_osmocom_nightly': Yum repo downloading error: Downloading error(s): repodata/1f5e5e2dd73c487aaf053873d9782de02080f020847e61489012f58e8bdbbdc5-primary.xml.gz - Cannot download, all mirrors were already tried without success + '[' -e /tmp/fail ']' + find_patterns_or_exit /tmp/out '^Error:' 'but none of the providers can be installed' 'conflicts with osmocom-' + local file=/tmp/out + local pattern + shift + for pattern in "$@" + grep -q '^Error:' /tmp/out + continue + for pattern in "$@" + grep -q 'but none of the providers can be installed' /tmp/out ERROR: could not find pattern 'but none of the providers can be installed' in file '/tmp/out'! + echo 'ERROR: could not find pattern '\''but none of the providers can be installed'\'' in file '\''/tmp/out'\''!' + exit 1 + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-next centos8-repo-install-test-next + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 17 10:04:30 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 17 Oct 2021 10:04:30 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#340?= Message-ID: <1102632158.5595.1634465070522@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 45.57 KB...] osmo-bsc-meas-utils-debuginfo x86_64 1.7.0.294.72c7.202110170026-1.1 network_osmocom_nightly 1.0 M osmo-bts x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 201 k osmo-bts-debuginfo x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 528 k osmo-bts-debugsource x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 227 k osmo-bts-omldummy x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 119 k osmo-bts-omldummy-debuginfo x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 317 k osmo-bts-virtual x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 159 k osmo-bts-virtual-debuginfo x86_64 1.3.0.296.3cd4.202110170026-1.1 network_osmocom_nightly 392 k osmo-cbc x86_64 0.2.2.202110170026-1.1 network_osmocom_nightly 49 k osmo-cbc-debuginfo x86_64 0.2.2.202110170026-1.1 network_osmocom_nightly 79 k osmo-cbc-debugsource x86_64 0.2.2.202110170026-1.1 network_osmocom_nightly 33 k osmo-cbc-utils x86_64 0.2.2.202110170026-1.1 network_osmocom_nightly 9.1 k osmo-gbproxy x86_64 1:0.1.0.39.cbfc.202110170026-1.1 network_osmocom_nightly 45 k osmo-gbproxy-debuginfo x86_64 1:0.1.0.39.cbfc.202110170026-1.1 network_osmocom_nightly 98 k osmo-gbproxy-debugsource x86_64 1:0.1.0.39.cbfc.202110170026-1.1 network_osmocom_nightly 36 k osmo-ggsn x86_64 1.7.1.20.8cbd.202110170026-1.1 network_osmocom_nightly 96 k osmo-ggsn-debuginfo x86_64 1.7.1.20.8cbd.202110170026-1.1 network_osmocom_nightly 188 k osmo-ggsn-debugsource x86_64 1.7.1.20.8cbd.202110170026-1.1 network_osmocom_nightly 120 k osmo-gtphub x86_64 1.7.0.26.6cee1.202110170026-1.1 network_osmocom_nightly 44 k osmo-gtphub-debuginfo x86_64 1.7.0.26.6cee1.202110170026-1.1 network_osmocom_nightly 101 k osmo-hlr x86_64 1.3.0.7.bfee.202110170026-1.1 network_osmocom_nightly 110 k osmo-hlr-debuginfo x86_64 1.3.0.7.bfee.202110170026-1.1 network_osmocom_nightly 196 k osmo-hlr-debugsource x86_64 1.3.0.7.bfee.202110170026-1.1 network_osmocom_nightly 114 k osmo-iuh x86_64 0.7.0.4.1f6c.202110170026-1.1 network_osmocom_nightly 93 k osmo-iuh-debuginfo x86_64 0.7.0.4.1f6c.202110170026-1.1 network_osmocom_nightly 250 k osmo-iuh-debugsource x86_64 0.7.0.4.1f6c.202110170026-1.1 network_osmocom_nightly 589 k osmo-mgw x86_64 1.8.1.84.a0b69.202110170026-1.1 network_osmocom_nightly 89 k osmo-mgw-debuginfo x86_64 1.8.1.84.a0b69.202110170026-1.1 network_osmocom_nightly 169 k osmo-mgw-debugsource x86_64 1.8.1.84.a0b69.202110170026-1.1 network_osmocom_nightly 117 k osmo-msc x86_64 1.7.0.29.3081.202110170026-1.1 network_osmocom_nightly 254 k osmo-msc-debuginfo x86_64 1.7.0.29.3081.202110170026-1.1 network_osmocom_nightly 614 k osmo-msc-debugsource x86_64 1.7.0.29.3081.202110170026-1.1 network_osmocom_nightly 243 k osmo-mslookup-client x86_64 1.3.0.7.bfee.202110170026-1.1 network_osmocom_nightly 22 k osmo-mslookup-client-debuginfo x86_64 1.3.0.7.bfee.202110170026-1.1 network_osmocom_nightly 35 k osmo-pcap x86_64 0.2.0.3.eedd.202110170026-1.1 network_osmocom_nightly 57 k osmo-pcap-debuginfo x86_64 0.2.0.3.eedd.202110170026-1.1 network_osmocom_nightly 92 k osmo-pcap-debugsource x86_64 0.2.0.3.eedd.202110170026-1.1 network_osmocom_nightly 30 k osmo-pcu x86_64 0.9.0.215.b0ab.202110170026-1.1 network_osmocom_nightly 204 k osmo-pcu-debuginfo x86_64 0.9.0.215.b0ab.202110170026-1.1 network_osmocom_nightly 519 k osmo-pcu-debugsource x86_64 0.9.0.215.b0ab.202110170026-1.1 network_osmocom_nightly 235 k osmo-remsim-bankd x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 30 k osmo-remsim-bankd-debuginfo x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 59 k osmo-remsim-client-shell x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 22 k osmo-remsim-client-shell-debuginfo x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 41 k osmo-remsim-client-st2 x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 26 k osmo-remsim-client-st2-debuginfo x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 50 k osmo-remsim-debuginfo x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 25 k osmo-remsim-debugsource x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 146 k osmo-remsim-server x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 28 k osmo-remsim-server-debuginfo x86_64 0.2.2.113.eb9f.202110170026-1.1 network_osmocom_nightly 62 k osmo-sgsn x86_64 1.7.0.26.6cee1.202110170026-1.1 network_osmocom_nightly 126 k osmo-sgsn-debuginfo x86_64 1.7.0.26.6cee1.202110170026-1.1 network_osmocom_nightly 331 k osmo-sgsn-debugsource x86_64 1.7.0.26.6cee1.202110170026-1.1 network_osmocom_nightly 168 k osmo-sip-connector x86_64 1.5.0.4.1c76.202110170026-1.1 network_osmocom_nightly 47 k osmo-sip-connector-debuginfo x86_64 1.5.0.4.1c76.202110170026-1.1 network_osmocom_nightly 85 k osmo-sip-connector-debugsource x86_64 1.5.0.4.1c76.202110170026-1.1 network_osmocom_nightly 30 k osmo-smlc x86_64 0.2.0.1.44a2.202110170026-1.1 network_osmocom_nightly 45 k osmo-smlc-debuginfo x86_64 0.2.0.1.44a2.202110170026-1.1 network_osmocom_nightly 70 k osmo-smlc-debugsource x86_64 0.2.0.1.44a2.202110170026-1.1 network_osmocom_nightly 27 k osmo-stp x86_64 1.4.0.33.8275.202110170026-1.1 network_osmocom_nightly 16 k osmo-stp-debuginfo x86_64 1.4.0.33.8275.202110170026-1.1 network_osmocom_nightly 19 k osmo-trx x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 23 k osmo-trx-debuginfo x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 380 k osmo-trx-debugsource x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 122 k osmo-trx-ipc x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 150 k osmo-trx-ipc-debuginfo x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 842 k osmo-trx-ipc-test x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 71 k osmo-trx-ipc-test-debuginfo x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 535 k osmo-trx-uhd x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 158 k osmo-trx-uhd-debuginfo x86_64 1.3.1.24.bb2cb.202110170026-1.1 network_osmocom_nightly 998 k simtrace2 x86_64 0.7.0.153.6510.202110170026-1.1 network_osmocom_nightly 29 k simtrace2-debuginfo x86_64 0.7.0.153.6510.202110170026-1.1 network_osmocom_nightly 53 k simtrace2-debugsource x86_64 0.7.0.153.6510.202110170026-1.1 network_osmocom_nightly 25 k sofia-sip x86_64 1.12.11+20110422-2.18 network_osmocom_nightly 138 k sofia-sip-debuginfo x86_64 1.12.11+20110422-2.18 network_osmocom_nightly 389 k sofia-sip-debugsource x86_64 1.12.11+20110422-2.18 network_osmocom_nightly 927 k sofia-sip-devel x86_64 1.12.11+20110422-2.18 network_osmocom_nightly 238 k uhd x86_64 3.15.0.0-1.17 network_osmocom_nightly 6.9 M uhd-debuginfo x86_64 3.15.0.0-1.17 network_osmocom_nightly 80 M uhd-debugsource x86_64 3.15.0.0-1.17 network_osmocom_nightly 958 k uhd-devel x86_64 3.15.0.0-1.17 network_osmocom_nightly 133 k uhd-doc noarch 3.15.0.0-1.17 network_osmocom_nightly 3.4 M uhd-firmware noarch 3.15.0.0-1.17 network_osmocom_nightly 117 M uhd-tools x86_64 3.15.0.0-1.17 network_osmocom_nightly 27 k uhd-tools-debuginfo x86_64 3.15.0.0-1.17 network_osmocom_nightly 33 k ulfius-debuginfo x86_64 2.7.4-6.21 network_osmocom_nightly 21 k ulfius-debugsource x86_64 2.7.4-6.21 network_osmocom_nightly 79 k uwsc x86_64 2.7.4-6.21 network_osmocom_nightly 25 k uwsc-debuginfo x86_64 2.7.4-6.21 network_osmocom_nightly 29 k yder-debugsource x86_64 1.4.14-4.19 network_osmocom_nightly 12 k yder-devel x86_64 1.4.14-4.19 network_osmocom_nightly 11 k zeromq-debuginfo x86_64 4.3.4-3.9 network_osmocom_nightly 28 k zeromq-debugsource x86_64 4.3.4-3.9 network_osmocom_nightly 286 k zeromq-devel x86_64 4.3.4-3.9 network_osmocom_nightly 975 k zeromq-tools x86_64 4.3.4-3.9 network_osmocom_nightly 44 k zeromq-tools-debuginfo x86_64 4.3.4-3.9 network_osmocom_nightly 31 k Installing dependencies: boost-atomic x86_64 1.66.0-10.el8 appstream 14 k boost-chrono x86_64 1.66.0-10.el8 appstream 23 k boost-date-time x86_64 1.66.0-10.el8 appstream 29 k boost-filesystem x86_64 1.66.0-10.el8 appstream 49 k boost-program-options x86_64 1.66.0-10.el8 appstream 141 k boost-regex x86_64 1.66.0-10.el8 appstream 280 k boost-serialization x86_64 1.66.0-10.el8 appstream 122 k boost-system x86_64 1.66.0-10.el8 appstream 18 k boost-test x86_64 1.66.0-10.el8 appstream 251 k boost-thread x86_64 1.66.0-10.el8 appstream 58 k boost-timer x86_64 1.66.0-10.el8 appstream 21 k c-ares x86_64 1.13.0-5.el8 baseos 93 k cmake-filesystem x86_64 3.18.2-11.el8_4 appstream 44 k dejavu-fonts-common noarch 2.35-7.el8 baseos 74 k dejavu-sans-fonts noarch 2.35-7.el8 baseos 1.6 M fftw-libs-single x86_64 3.3.5-11.el8 appstream 1.0 M fontconfig x86_64 2.13.1-3.el8 baseos 275 k fontpackages-filesystem noarch 1.44-22.el8 baseos 16 k freetype x86_64 2.9.1-4.el8_3.1 baseos 394 k glib2-devel x86_64 2.56.4-9.el8 baseos 424 k jansson x86_64 2.11-3.el8 baseos 46 k keyutils-libs-devel x86_64 1.5.10-6.el8 baseos 48 k krb5-devel x86_64 1.18.2-8.el8 baseos 559 k libX11 x86_64 1.6.8-4.el8 appstream 611 k libX11-common noarch 1.6.8-4.el8 appstream 158 k libXau x86_64 1.0.9-3.el8 appstream 37 k libXft x86_64 2.3.3-1.el8 appstream 67 k libXrender x86_64 0.9.10-7.el8 appstream 33 k libcom_err-devel x86_64 1.45.6-1.el8 baseos 38 k libgomp x86_64 8.4.1-1.el8 baseos 204 k libicu x86_64 60.3-2.el8_1 baseos 8.8 M libkadm5 x86_64 1.18.2-8.el8 baseos 186 k libmicrohttpd x86_64 1:0.9.59-2.el8 baseos 81 k libpng x86_64 2:1.6.34-5.el8 baseos 126 k libpq x86_64 13.3-1.el8_4 appstream 197 k libselinux-devel x86_64 2.9-5.el8 baseos 200 k libsepol-devel x86_64 2.9-2.el8 baseos 86 k libusbx-devel x86_64 1.0.23-4.el8 baseos 30 k libverto-devel x86_64 0.3.0-5.el8 baseos 18 k libxcb x86_64 1.13.1-1.el8 appstream 229 k mariadb-connector-c x86_64 3.1.11-2.el8_3 appstream 200 k mariadb-connector-c-config noarch 3.1.11-2.el8_3 appstream 15 k mozjs60 x86_64 60.9.0-4.el8 baseos 6.6 M openssl-devel x86_64 1:1.1.1g-15.el8_3 baseos 2.3 M pcre-cpp x86_64 8.42-4.el8 baseos 47 k pcre-devel x86_64 8.42-4.el8 baseos 551 k pcre-utf16 x86_64 8.42-4.el8 baseos 195 k pcre-utf32 x86_64 8.42-4.el8 baseos 186 k pcre2-devel x86_64 10.32-2.el8 baseos 605 k pcre2-utf16 x86_64 10.32-2.el8 baseos 229 k pcre2-utf32 x86_64 10.32-2.el8 baseos 220 k pcsc-lite x86_64 1.8.23-4.1.el8_4 baseos 108 k pcsc-lite-ccid x86_64 1.4.29-5.1.el8_4 baseos 316 k pcsc-lite-libs x86_64 1.8.23-4.1.el8_4 baseos 44 k polkit x86_64 0.115-11.el8_4.1 baseos 154 k polkit-libs x86_64 0.115-11.el8_4.1 baseos 76 k polkit-pkla-compat x86_64 0.1-12.el8 baseos 46 k python3-tkinter x86_64 3.6.8-37.el8 appstream 371 k systemd-devel x86_64 239-45.el8_4.3 baseos 380 k tcl x86_64 1:8.6.8-2.el8 baseos 1.1 M tk x86_64 1:8.6.8-1.el8 appstream 1.6 M zlib-devel x86_64 1.2.11-17.el8 baseos 58 k Transaction Summary =============================================================================================================== Install 315 Packages Total download size: 279 M Installed size: 1.2 G Downloading Packages: (1/315): boost-atomic-1.66.0-10.el8.x86_64.rpm 379 kB/s | 14 kB 00:00 (2/315): boost-chrono-1.66.0-10.el8.x86_64.rpm 620 kB/s | 23 kB 00:00 (3/315): boost-date-time-1.66.0-10.el8.x86_64.r 784 kB/s | 29 kB 00:00 (4/315): boost-filesystem-1.66.0-10.el8.x86_64. 2.7 MB/s | 49 kB 00:00 (5/315): boost-program-options-1.66.0-10.el8.x8 7.7 MB/s | 141 kB 00:00 (6/315): boost-system-1.66.0-10.el8.x86_64.rpm 2.7 MB/s | 18 kB 00:00 (7/315): boost-regex-1.66.0-10.el8.x86_64.rpm 9.8 MB/s | 280 kB 00:00 (8/315): boost-serialization-1.66.0-10.el8.x86_ 7.0 MB/s | 122 kB 00:00 (9/315): boost-timer-1.66.0-10.el8.x86_64.rpm 1.3 MB/s | 21 kB 00:00 (10/315): cmake-filesystem-3.18.2-11.el8_4.x86_ 1.6 MB/s | 44 kB 00:00 (11/315): boost-test-1.66.0-10.el8.x86_64.rpm 4.3 MB/s | 251 kB 00:00 (12/315): boost-thread-1.66.0-10.el8.x86_64.rpm 1.1 MB/s | 58 kB 00:00 (13/315): libX11-common-1.6.8-4.el8.noarch.rpm 18 MB/s | 158 kB 00:00 (14/315): libXau-1.0.9-3.el8.x86_64.rpm 5.3 MB/s | 37 kB 00:00 (15/315): libXft-2.3.3-1.el8.x86_64.rpm 10 MB/s | 67 kB 00:00 (16/315): libX11-1.6.8-4.el8.x86_64.rpm 25 MB/s | 611 kB 00:00 (17/315): libXrender-0.9.10-7.el8.x86_64.rpm 2.0 MB/s | 33 kB 00:00 (18/315): fftw-libs-single-3.3.5-11.el8.x86_64. 20 MB/s | 1.0 MB 00:00 (19/315): libpq-13.3-1.el8_4.x86_64.rpm 6.8 MB/s | 197 kB 00:00 (20/315): libxcb-1.13.1-1.el8.x86_64.rpm 15 MB/s | 229 kB 00:00 (21/315): mariadb-connector-c-3.1.11-2.el8_3.x8 12 MB/s | 200 kB 00:00 (22/315): mariadb-connector-c-config-3.1.11-2.e 1.4 MB/s | 15 kB 00:00 (23/315): python3-tkinter-3.6.8-37.el8.x86_64.r 11 MB/s | 371 kB 00:00 (24/315): c-ares-1.13.0-5.el8.x86_64.rpm 3.8 MB/s | 93 kB 00:00 (25/315): dejavu-fonts-common-2.35-7.el8.noarch 19 MB/s | 74 kB 00:00 (26/315): fontconfig-2.13.1-3.el8.x86_64.rpm 31 MB/s | 275 kB 00:00 (27/315): fontpackages-filesystem-1.44-22.el8.n 11 MB/s | 16 kB 00:00 (28/315): freetype-2.9.1-4.el8_3.1.x86_64.rpm 27 MB/s | 394 kB 00:00 (29/315): tk-8.6.8-1.el8.x86_64.rpm 25 MB/s | 1.6 MB 00:00 (30/315): dejavu-sans-fonts-2.35-7.el8.noarch.r 40 MB/s | 1.6 MB 00:00 (31/315): jansson-2.11-3.el8.x86_64.rpm 7.6 MB/s | 46 kB 00:00 (32/315): keyutils-libs-devel-1.5.10-6.el8.x86_ 10 MB/s | 48 kB 00:00 (33/315): glib2-devel-2.56.4-9.el8.x86_64.rpm 24 MB/s | 424 kB 00:00 (34/315): libgomp-8.4.1-1.el8.x86_64.rpm 67 MB/s | 204 kB 00:00 (35/315): libcom_err-devel-1.45.6-1.el8.x86_64. 2.7 MB/s | 38 kB 00:00 (36/315): krb5-devel-1.18.2-8.el8.x86_64.rpm 28 MB/s | 559 kB 00:00 (37/315): libkadm5-1.18.2-8.el8.x86_64.rpm 3.5 MB/s | 186 kB 00:00 (38/315): libpng-1.6.34-5.el8.x86_64.rpm 40 MB/s | 126 kB 00:00 (39/315): libmicrohttpd-0.9.59-2.el8.x86_64.rpm 1.5 MB/s | 81 kB 00:00 (40/315): libselinux-devel-2.9-5.el8.x86_64.rpm 18 MB/s | 200 kB 00:00 (41/315): libsepol-devel-2.9-2.el8.x86_64.rpm 6.6 MB/s | 86 kB 00:00 (42/315): libusbx-devel-1.0.23-4.el8.x86_64.rpm 2.8 MB/s | 30 kB 00:00 (43/315): libverto-devel-0.3.0-5.el8.x86_64.rpm 1.7 MB/s | 18 kB 00:00 (44/315): openssl-devel-1.1.1g-15.el8_3.x86_64. 15 MB/s | 2.3 MB 00:00 (45/315): pcre-cpp-8.42-4.el8.x86_64.rpm 2.6 MB/s | 47 kB 00:00 (46/315): libicu-60.3-2.el8_1.x86_64.rpm 29 MB/s | 8.8 MB 00:00 (47/315): pcre-devel-8.42-4.el8.x86_64.rpm 9.7 MB/s | 551 kB 00:00 (48/315): pcre-utf16-8.42-4.el8.x86_64.rpm 11 MB/s | 195 kB 00:00 (49/315): mozjs60-60.9.0-4.el8.x86_64.rpm 28 MB/s | 6.6 MB 00:00 (50/315): pcre-utf32-8.42-4.el8.x86_64.rpm 11 MB/s | 186 kB 00:00 (51/315): pcre2-utf16-10.32-2.el8.x86_64.rpm 32 MB/s | 229 kB 00:00 (52/315): pcre2-devel-10.32-2.el8.x86_64.rpm 29 MB/s | 605 kB 00:00 (53/315): pcre2-utf32-10.32-2.el8.x86_64.rpm 28 MB/s | 220 kB 00:00 (54/315): pcsc-lite-1.8.23-4.1.el8_4.x86_64.rpm 8.3 MB/s | 108 kB 00:00 (55/315): polkit-0.115-11.el8_4.1.x86_64.rpm 61 MB/s | 154 kB 00:00 (56/315): polkit-libs-0.115-11.el8_4.1.x86_64.r 42 MB/s | 76 kB 00:00 (57/315): polkit-pkla-compat-0.1-12.el8.x86_64. 3.7 MB/s | 46 kB 00:00 (58/315): systemd-devel-239-45.el8_4.3.x86_64.r 20 MB/s | 380 kB 00:00 (59/315): pcsc-lite-ccid-1.4.29-5.1.el8_4.x86_6 6.7 MB/s | 316 kB 00:00 (60/315): pcsc-lite-libs-1.8.23-4.1.el8_4.x86_6 972 kB/s | 44 kB 00:00 (61/315): zlib-devel-1.2.11-17.el8.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (62/315): tcl-8.6.8-2.el8.x86_64.rpm 21 MB/s | 1.1 MB 00:00 (63/315): fdupes-debuginfo-2.1.2-2.17.x86_64.rp 260 kB/s | 53 kB 00:00 (64/315): fdupes-debugsource-2.1.2-2.17.x86_64. 164 kB/s | 33 kB 00:00 (65/315): fdupes-2.1.2-2.17.x86_64.rpm 132 kB/s | 36 kB 00:00 [MIRROR] libasn1c-debugsource-0.9.33.202110170026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/libasn1c-debugsource-0.9.33.202110170026-1.1.x86_64.rpm (IP: 62.146.92.202) [MIRROR] gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm (IP: 62.146.92.202) (66/315): gtp-echo-responder-1.7.1.20.8cbd.2021 109 kB/s | 14 kB 00:00 [MIRROR] libasn1c-debugsource-0.9.33.202110170026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/libasn1c-debugsource-0.9.33.202110170026-1.1.x86_64.rpm (IP: 62.146.92.202) [MIRROR] gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm (IP: 62.146.92.202) [FAILED] gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: Cannot download x86_64/gtp-echo-responder-debuginfo-1.7.1.20.8cbd.202110170026-1.1.x86_64.rpm: All mirrors were tried + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Mon Oct 18 00:21:00 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 18 Oct 2021 00:21:00 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom-release-tarballs #860 Message-ID: <248410769.5615.1634516461014@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-IHsxEUZQ8Bdd/agent.16502 SSH_AGENT_PID=16504 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: ( [ssh-agent] Using credentials releases (upload via rsync to to what gets published at https://ftp.osmocom.org/releases/) The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-ci # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 # timeout=10 Commit message: "lint: osmo-pcu: exclude imported wireshark code" > git rev-list --no-walk b00eb7b012fc5f5a9b44e74c748187322c4d2ab5 # timeout=10 [Osmocom-release-tarballs] $ /bin/sh -xe /tmp/jenkins3428341946240869159.sh + export OSMO_BRANCH_DOCKER_PLAYGROUND=master + . scripts/common.sh + dirname /tmp/jenkins3428341946240869159.sh + realpath /tmp/.. + OSMO_CI_DIR=/ + OSMO_GIT_URL=https://git.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmocore libosmo-netif libosmo-sccp libsmpp34 libusrp osmo-bsc osmo-bts osmo-ggsn osmo-hlr osmo-iuh osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-sysmon osmo-trx osmocom-bb + OSMO_BRANCH_DOCKER_PLAYGROUND=master + docker_images_require debian-stretch-obs-latest debian-stretch-build-dist + local oldpwd= + [ -L _docker_playground ] + [ -d _docker_playground ] + git -C _docker_playground fetch fatal: unable to access 'https://git.osmocom.org/docker-playground/': The requested URL returned error: 504 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 16504 killed; [ssh-agent] Stopped. From jenkins at lists.osmocom.org Mon Oct 18 00:41:14 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 18 Oct 2021 00:41:14 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #536 Message-ID: <1604828209.5616.1634517674673@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 45.64 KB...] + '[' -n '' ']' + osmo_git_clone_date https://github.com/laf0rge/neocon + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:10 + git clone https://github.com/laf0rge/neocon Cloning into 'neocon'... + '[' next = next ']' + git -C neocon show-branch remotes/origin/next + cd - + checkout osmo-uecups + local name=osmo-uecups + local url= + local branch= + osmo_obs_skip_pkg osmo-uecups + local pkgname=osmo-uecups + '[' -z '' ']' + return 1 + '[' -z '' ']' ++ osmo_git_clone_url osmo-uecups ++ case "$1" in ++ echo https://gerrit.osmocom.org/osmo-uecups + url=https://gerrit.osmocom.org/osmo-uecups + '[' -z '' ']' + case "$FEED" in + cd + '[' -n '' ']' + osmo_git_clone_date https://gerrit.osmocom.org/osmo-uecups + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:11 + git clone https://gerrit.osmocom.org/osmo-uecups Cloning into 'osmo-uecups'... + '[' next = next ']' + git -C osmo-uecups show-branch remotes/origin/next + cd - + checkout osmo-e1d + local name=osmo-e1d + local url= + local branch= + osmo_obs_skip_pkg osmo-e1d + local pkgname=osmo-e1d + '[' -z '' ']' + return 1 + '[' -z '' ']' ++ osmo_git_clone_url osmo-e1d ++ case "$1" in ++ echo https://gerrit.osmocom.org/osmo-e1d + url=https://gerrit.osmocom.org/osmo-e1d + '[' -z '' ']' + case "$FEED" in + cd + '[' -n '' ']' + osmo_git_clone_date https://gerrit.osmocom.org/osmo-e1d + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:11 + git clone https://gerrit.osmocom.org/osmo-e1d Cloning into 'osmo-e1d'... + '[' next = next ']' + git -C osmo-e1d show-branch remotes/origin/next + cd - + checkout osmo-smlc + local name=osmo-smlc + local url= + local branch= + osmo_obs_skip_pkg osmo-smlc + local pkgname=osmo-smlc + '[' -z '' ']' + return 1 + '[' -z '' ']' ++ osmo_git_clone_url osmo-smlc ++ case "$1" in ++ echo https://gerrit.osmocom.org/osmo-smlc + url=https://gerrit.osmocom.org/osmo-smlc + '[' -z '' ']' + case "$FEED" in + cd + '[' -n '' ']' + osmo_git_clone_date https://gerrit.osmocom.org/osmo-smlc + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:11 + git clone https://gerrit.osmocom.org/osmo-smlc Cloning into 'osmo-smlc'... + '[' next = next ']' + git -C osmo-smlc show-branch remotes/origin/next + cd - + checkout osmo-cbc + local name=osmo-cbc + local url= + local branch= + osmo_obs_skip_pkg osmo-cbc + local pkgname=osmo-cbc + '[' -z '' ']' + return 1 + '[' -z '' ']' ++ osmo_git_clone_url osmo-cbc ++ case "$1" in ++ echo https://gerrit.osmocom.org/osmo-cbc + url=https://gerrit.osmocom.org/osmo-cbc + '[' -z '' ']' + case "$FEED" in + cd + '[' -n '' ']' + osmo_git_clone_date https://gerrit.osmocom.org/osmo-cbc + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:11 + git clone https://gerrit.osmocom.org/osmo-cbc Cloning into 'osmo-cbc'... + '[' next = next ']' + git -C osmo-cbc show-branch remotes/origin/next + cd - + checkout osmo-gbproxy + local name=osmo-gbproxy + local url= + local branch= + osmo_obs_skip_pkg osmo-gbproxy + local pkgname=osmo-gbproxy + '[' -z '' ']' + return 1 + '[' -z '' ']' ++ osmo_git_clone_url osmo-gbproxy ++ case "$1" in ++ echo https://gerrit.osmocom.org/osmo-gbproxy + url=https://gerrit.osmocom.org/osmo-gbproxy + '[' -z '' ']' + case "$FEED" in + cd + '[' -n '' ']' + osmo_git_clone_date https://gerrit.osmocom.org/osmo-gbproxy + date '+%Y-%m-%d %H:%M:%S' 2021-10-18 00:41:11 + git clone https://gerrit.osmocom.org/osmo-gbproxy Cloning into 'osmo-gbproxy'... + '[' next = next ']' + git -C osmo-gbproxy show-branch remotes/origin/next + cd - + cd + build osmocom-next no_commit + local name=osmocom-next + local changelog=no_commit + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmocom-next + local dependver=1.0.0.202110180040 + osmo_obs_skip_pkg osmocom-next + local pkgname=osmocom-next + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmocom-next ']' + cd :osmocom:next/osmocom-next + osc rm -- osmocom-next_1.0.0.202110170040.dsc osmocom-next_1.0.0.202110170040.tar.xz osmocom-next.spec D osmocom-next_1.0.0.202110170040.dsc D osmocom-next_1.0.0.202110170040.tar.xz D osmocom-next.spec + cd + '[' no_commit '!=' no_commit ']' + mkdir -p + '[' osmocom-next = open5gs ']' + '[' -f .tarball-version ']' + gbp buildpackage -S -uc -us -d --git-ignore-branch --git-export-dir= --git-ignore-new gbp:info: Exporting 'HEAD' to ' gbp:info: Moving ' to ' gbp:info: Performing the build dpkg-buildpackage -us -uc -ui -i -I -S -d dpkg-buildpackage: info: source package osmocom-next dpkg-buildpackage: info: source version 1.0.0.202110180040 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Oliver Smith dpkg-source -i -I --before-build . fakeroot debian/rules clean dh clean dh_clean dpkg-source -i -I -b . dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building osmocom-next in osmocom-next_1.0.0.202110180040.tar.xz dpkg-source: info: building osmocom-next in osmocom-next_1.0.0.202110180040.dsc dpkg-genbuildinfo --build=source dpkg-genchanges --build=source >../osmocom-next_1.0.0.202110180040_source.changes dpkg-genchanges: info: including full source code in upload dpkg-source -i -I --after-build . dpkg-buildpackage: info: source-only upload: Debian-native package Now running lintian osmocom-next_1.0.0.202110180040_source.changes ... Finished running lintian. + mv :osmocom:next/osmocom-next/ + cd :osmocom:next/osmocom-next + osc add -- osmocom-next_1.0.0.202110180040.tar.xz osmocom-next_1.0.0.202110180040.dsc A osmocom-next_1.0.0.202110180040.tar.xz A osmocom-next_1.0.0.202110180040.dsc + osmo_obs_add_rpm_spec :osmocom:next/osmocom-next osmocom-next osmocom-next 1.0.0.202110180040 + local oscdir=:osmocom:next/osmocom-next + local repodir= + local name=osmocom-next + local depend=osmocom-next + local dependver=1.0.0.202110180040 ++ find -name osmocom-next.spec.in + local spec_in= + local spec=:osmocom:next/osmocom-next/osmocom-next.spec + local tarball + local version + local epoch + '[' -z ']' + cp :osmocom:next/osmocom-next/osmocom-next.spec + osmo_obs_add_depend_rpm :osmocom:next/osmocom-next/osmocom-next.spec osmocom-next osmocom-next 1.0.0.202110180040 + local spec=:osmocom:next/osmocom-next/osmocom-next.spec + local pkgname=osmocom-next + local depend=osmocom-next + local dependver=1.0.0.202110180040 + '[' osmocom-next = osmocom-next ']' + echo 'NOTE: skipping dependency on itself: osmocom-next' NOTE: skipping dependency on itself: osmocom-next + return ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:next/osmocom-next/osmocom-next_1.0.0.202110180040.dsc ++ xargs + version=1.0.0.202110180040 + case $version in + '[' -n '' ']' + sed -i 's/^Version:.*/Version: 1.0.0.202110180040/g' :osmocom:next/osmocom-next/osmocom-next.spec ++ cd :osmocom:next/osmocom-next ++ ls -1 osmocom-next_1.0.0.202110180040.tar.xz + tarball=osmocom-next_1.0.0.202110180040.tar.xz + sed -i 's/^Source:.*/Source: osmocom-next_1.0.0.202110180040.tar.xz/g' :osmocom:next/osmocom-next/osmocom-next.spec + osc add :osmocom:next/osmocom-next/osmocom-next.spec A :osmocom:next/osmocom-next/osmocom-next.spec + osc ci -m 'Snapshot osmocom-next 202110180040' --noservice Sending osmocom-next.spec Deleting osmocom-next_1.0.0.202110170040.dsc Deleting osmocom-next_1.0.0.202110170040.tar.xz Sending osmocom-next_1.0.0.202110180040.tar.xz Sending osmocom-next_1.0.0.202110180040.dsc Server returned an error: HTTP Error 500: Internal Server Error Transmitting file data Request: https://api.opensuse.org/source/network:osmocom:next/osmocom-next?comment=Snapshot+osmocom-next+202110180040&cmd=commitfilelist&user=osmocombuilder2&withvalidate=1 Headers: status: 500 Internal Server Error x-request-id: 8b32207a-c5a6-40f4-bcfd-af4d59d45f6e x-powered-by: Phusion Passenger(R) 6.0.8 connection: close strict-transport-security: max-age=31536000 content-length: 131 server: Apache/2.4.43 (Linux/SUSE) x-runtime: 0.043750 date: Mon, 18 Oct 2021 00:41:14 GMT content-type: application/xml; charset=utf-8 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Mon Oct 18 01:07:28 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 18 Oct 2021 01:07:28 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom-build-tags-against-master #971 In-Reply-To: <370045142.5555.1634431977204@jenkins.osmocom.org> References: <370045142.5555.1634431977204@jenkins.osmocom.org> Message-ID: <665738901.5617.1634519248117@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 18 10:05:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 18 Oct 2021 10:05:36 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-centos8_=C2=BB_nightly,repo-install-test_#341?= In-Reply-To: <1102632158.5595.1634465070522@jenkins.osmocom.org> References: <1102632158.5595.1634465070522@jenkins.osmocom.org> Message-ID: <607378708.5656.1634551536914@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 18 10:06:43 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 18 Oct 2021 10:06:43 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo?= =?UTF-8?Q?-install-centos8_=C2=BB_next,repo-install-test_#341?= In-Reply-To: <398894807.5594.1634465067377@jenkins.osmocom.org> References: <398894807.5594.1634465067377@jenkins.osmocom.org> Message-ID: <1443280416.5657.1634551603654@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Tue Oct 19 00:19:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 19 Oct 2021 00:19:08 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom-release-tarballs #861 In-Reply-To: <248410769.5615.1634516461014@jenkins.osmocom.org> References: <248410769.5615.1634516461014@jenkins.osmocom.org> Message-ID: <1756021878.5677.1634602748517@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Tue Oct 19 00:44:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 19 Oct 2021 00:44:08 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom_OBS_next #537 In-Reply-To: <1604828209.5616.1634517674673@jenkins.osmocom.org> References: <1604828209.5616.1634517674673@jenkins.osmocom.org> Message-ID: <655448052.5678.1634604248158@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Tue Oct 19 13:45:26 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 19 Oct 2021 13:45:26 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_ma?= =?UTF-8?Q?ster,0,osmocom-master-debian9,lc15,True_#4309?= Message-ID: <140916042.5733.1634651126116@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] cosmetic: Fix typo in comment ------------------------------------------ [...truncated 192.37 KB...] rm -f osmo-pcu rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../src" || test -z "" || rm -f rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f osmo-bts-litecell15/*.o rm -f osmo-bts-litecell15/.dirstamp rm -f ./so_locations rm -f osmo-bts-oc2g/*.o rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/src' Making distclean in doc make[2]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc/examples' Making distclean in manuals make[3]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/manuals" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc/manuals' make[3]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../doc" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/doc' Making distclean in tests make[2]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/tests' rm -rf .libs _libs test ! -f '../../../tests/testsuite' || \ /bin/bash '../../../tests/testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -rf alloc/.libs alloc/_libs test . = "../../../tests" || test -z "" || rm -f rm -f emu/pcu_emu rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f alloc/.dirstamp rm -rf app_info/.libs app_info/_libs rm -f app_info/.dirstamp rm -rf bitcomp/.libs bitcomp/_libs rm -rf codel/.libs codel/_libs rm -f bitcomp/.dirstamp rm -rf edge/.libs edge/_libs rm -f codel/.dirstamp rm -rf emu/.libs emu/_libs rm -f edge/.dirstamp rm -rf fn/.libs fn/_libs rm -f emu/.dirstamp rm -f fn/.dirstamp rm -rf llc/.libs llc/_libs rm -rf llist/.libs llist/_libs rm -f llc/.dirstamp rm -rf ms/.libs ms/_libs rm -f llist/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f ms/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f rlcmac/.dirstamp rm -rf types/.libs types/_libs rm -f tbf/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig rm -rf ./.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/tests' Making distclean in contrib make[2]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-pcu.spec" || rm -f osmo-pcu.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub/contrib' make[2]: Entering directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files test . = "../.." || test -z "" || rm -f make[2]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/build/osmo-pcu-0.9.0.227-9f43/_build/sub' if test -d "osmo-pcu-0.9.0.227-9f43"; then find "osmo-pcu-0.9.0.227-9f43" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-pcu-0.9.0.227-9f43" || { sleep 5 && rm -rf "osmo-pcu-0.9.0.227-9f43"; }; else :; fi ========================================================= osmo-pcu-0.9.0.227-9f43 archives ready for distribution: osmo-pcu-0.9.0.227-9f43.tar.gz osmo-pcu-0.9.0.227-9f43.tar.bz2 ========================================================= + [ 0 = 1 ] + make -j 8 maintainer-clean Making maintainer-clean in include make[1]: Entering directory '/build/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[1]: Leaving directory '/build/include' Making maintainer-clean in src make[1]: Entering directory '/build/src' rm -rf .libs _libs test -z "libgprs.la" || rm -f libgprs.la rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f osmo-pcu test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f osmo-bts-litecell15/.deps/.dirstamp This command is intended for maintainers to use rm -f osmo-bts-litecell15/*.o rm -f osmo-bts-litecell15/.dirstamp it deletes files that may require special tools to rebuild. rm -f ./so_locations rm -f osmo-bts-oc2g/*.o rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -f emu/pcu_emu rm -rf alloc/.libs alloc/_libs rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -rf app_info/.libs app_info/_libs This command is intended for maintainers to use rm -f alloc/.dirstamp it deletes files that may require special tools to rebuild. rm -rf bitcomp/.libs bitcomp/_libs rm -f app_info/.dirstamp rm -rf codel/.libs codel/_libs rm -f bitcomp/.dirstamp rm -rf edge/.libs edge/_libs rm -f codel/.dirstamp rm -f edge/.dirstamp rm -rf emu/.libs emu/_libs rm -f emu/.dirstamp rm -rf fn/.libs fn/_libs rm -f fn/.dirstamp rm -rf llc/.libs llc/_libs rm -f llc/.dirstamp rm -rf llist/.libs llist/_libs rm -f llist/.dirstamp rm -rf ms/.libs ms/_libs rm -rf rlcmac/.libs rlcmac/_libs rm -f ms/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f rlcmac/.dirstamp rm -rf types/.libs types/_libs rm -f tbf/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig ./testsuite: line 991: ./atconfig: No such file or directory Makefile:1408: recipe for target 'clean-local' failed make[1]: Leaving directory '/build/tests' make[1]: *** [clean-local] Error 1 Makefile:419: recipe for target 'maintainer-clean-recursive' failed make: *** [maintainer-clean-recursive] Error 1 Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Wed Oct 20 00:00:44 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 20 Oct 2021 00:00:44 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-pcu?= =?UTF-8?Q?_=C2=BB_master,0,osmocom-master-debian9,lc15,True_#4310?= In-Reply-To: <140916042.5733.1634651126116@jenkins.osmocom.org> References: <140916042.5733.1634651126116@jenkins.osmocom.org> Message-ID: <481094138.5736.1634688044799@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Thu Oct 21 00:00:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 21 Oct 2021 00:00:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-pcu_=C2=BB_v20?= =?UTF-8?Q?17.01,0,osmocom-master-debian9,lc15,True_#4315?= Message-ID: <382677377.5794.1634774404057@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 193.38 KB...] rm -f ./so_locations rm -f osmo-bts-litecell15/*.o test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../src" || test -z "" || rm -f rm -f osmo-bts-oc2g/*.o rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/src' Making distclean in doc make[2]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc/examples' Making distclean in manuals make[3]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/manuals" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc/manuals' make[3]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../doc" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/doc' Making distclean in tests make[2]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/tests' rm -rf .libs _libs test ! -f '../../../tests/testsuite' || \ /bin/bash '../../../tests/testsuite' --clean rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -f emu/pcu_emu rm -rf alloc/.libs alloc/_libs rm -f *.o rm -rf app_info/.libs app_info/_libs rm -f *.lo rm -f *.tab.c rm -rf bitcomp/.libs bitcomp/_libs test -z "" || rm -f test . = "../../../tests" || test -z "" || rm -f rm -rf codel/.libs codel/_libs rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f alloc/.dirstamp rm -rf edge/.libs edge/_libs rm -f app_info/.dirstamp rm -f bitcomp/.dirstamp rm -rf emu/.libs emu/_libs rm -f codel/.dirstamp rm -rf fn/.libs fn/_libs rm -f edge/.dirstamp rm -rf llc/.libs llc/_libs rm -f emu/.dirstamp rm -rf llist/.libs llist/_libs rm -f fn/.dirstamp rm -rf ms/.libs ms/_libs rm -f llc/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f llist/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f ms/.dirstamp rm -rf types/.libs types/_libs rm -f rlcmac/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f tbf/.dirstamp rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig rm -rf ./.deps rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/tests' Making distclean in contrib make[2]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-pcu.spec" || rm -f osmo-pcu.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub/contrib' make[2]: Entering directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f libtool config.lt test . = "../.." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/build/osmo-pcu-0.9.0.233-9ecd/_build/sub' if test -d "osmo-pcu-0.9.0.233-9ecd"; then find "osmo-pcu-0.9.0.233-9ecd" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-pcu-0.9.0.233-9ecd" || { sleep 5 && rm -rf "osmo-pcu-0.9.0.233-9ecd"; }; else :; fi ========================================================= osmo-pcu-0.9.0.233-9ecd archives ready for distribution: osmo-pcu-0.9.0.233-9ecd.tar.gz osmo-pcu-0.9.0.233-9ecd.tar.bz2 ========================================================= + [ 0 = 1 ] + make -j 4 maintainer-clean Making maintainer-clean in include make[1]: Entering directory '/build/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[1]: Leaving directory '/build/include' Making maintainer-clean in src make[1]: Entering directory '/build/src' rm -rf .libs _libs test -z "libgprs.la" || rm -f libgprs.la rm -f osmo-pcu rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f osmo-bts-litecell15/*.o rm -f ./so_locations rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f osmo-bts-oc2g/*.o This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -rf ./.deps osmo-bts-litecell15/.deps osmo-bts-oc2g/.deps osmo-bts-sysmo/.deps rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f emu/pcu_emu rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -rf alloc/.libs alloc/_libs rm -f *.o rm -f *.lo rm -rf app_info/.libs app_info/_libs rm -f *.tab.c test -z "" || rm -f rm -rf bitcomp/.libs bitcomp/_libs test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f alloc/.dirstamp rm -rf codel/.libs codel/_libs rm -f app_info/.dirstamp rm -rf edge/.libs edge/_libs This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f bitcomp/.dirstamp rm -rf emu/.libs emu/_libs rm -f codel/.dirstamp rm -f edge/.dirstamp rm -rf fn/.libs fn/_libs rm -f emu/.dirstamp rm -rf llc/.libs llc/_libs rm -f fn/.dirstamp rm -rf llist/.libs llist/_libs rm -f llc/.dirstamp rm -rf ms/.libs ms/_libs rm -f llist/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f ms/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f rlcmac/.dirstamp rm -rf types/.libs types/_libs rm -rf ulc/.libs ulc/_libs rm -f tbf/.dirstamp rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig ./testsuite: line 991: ./atconfig: No such file or directory Makefile:1408: recipe for target 'clean-local' failed make[1]: Leaving directory '/build/tests' make[1]: *** [clean-local] Error 1 make: *** [maintainer-clean-recursive] Error 1 Makefile:419: recipe for target 'maintainer-clean-recursive' failed Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Thu Oct 21 07:30:16 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 21 Oct 2021 07:30:16 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-pcu_?= =?UTF-8?Q?=C2=BB_v2017.01,0,osmocom-master-debian9,lc15,True_#4316?= In-Reply-To: <382677377.5794.1634774404057@jenkins.osmocom.org> References: <382677377.5794.1634774404057@jenkins.osmocom.org> Message-ID: <1780121276.5826.1634801416813@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Fri Oct 22 00:30:25 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 00:30:25 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1040 Message-ID: <485981321.5852.1634862625321@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] coverity/build_Osmocom.sh: Fix trailing whitespace ------------------------------------------ [...truncated 453.44 KB...] + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo 'find %{buildroot} -type f -name "*.la" -delete -print' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%post -n libosmo-mgcp-client8 -p /sbin/ldconfig' + case "$line" in + IFS= + read -r line + echo '%postun -n libosmo-mgcp-client8 -p /sbin/ldconfig' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo %preun + case "$line" in + IFS= + read -r line + echo '%service_del_preun osmo-mgw.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %postun + case "$line" in + IFS= + read -r line + echo '%service_del_postun osmo-mgw.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %pre + case "$line" in + IFS= + read -r line + echo '%service_add_pre osmo-mgw.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %post + case "$line" in + IFS= + read -r line + echo '%service_add_post osmo-mgw.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%license COPYING' + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-mgw' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-mgw/osmo-mgw.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-mgw/osmo-mgw-abis_e1.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-mgw' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/osmo-mgw.service' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-mgw.cfg' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%files -n libosmo-mgcp-client8' + case "$line" in + IFS= + read -r line + echo '%{_libdir}/libosmo-mgcp-client.so.8*' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%files -n libosmo-mgcp-client-devel' + case "$line" in + IFS= + read -r line + echo '%{_libdir}/libosmo-mgcp-client.so' + case "$line" in + IFS= + read -r line + echo '%{_libdir}/pkgconfig/libosmo-mgcp-client.pc' + case "$line" in + IFS= + read -r line + echo '%dir %{_includedir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%dir %{_includedir}/osmocom/mgcp_client' + case "$line" in + IFS= + read -r line + echo '%{_includedir}/osmocom/mgcp_client/*.h' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%files -n libosmo-mgcp-devel' + case "$line" in + IFS= + read -r line + echo '%dir %{_includedir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%dir %{_includedir}/osmocom/mgcp' + case "$line" in + IFS= + read -r line + echo '%{_includedir}/osmocom/mgcp/*.h' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-mgw/osmo-mgw.spec.new :osmocom:nightly/osmo-mgw/osmo-mgw.spec ++ grep '^Version: ' :osmocom:nightly/osmo-mgw/osmo-mgw_1.8.1.85.0c04.202110220027.dsc ++ xargs ++ cut -d: -f2- + version=1.8.1.85.0c04.202110220027 + case $version in + '[' -n '' ']' + sed -i 's/^Version:.*/Version: 1.8.1.85.0c04.202110220027/g' :osmocom:nightly/osmo-mgw/osmo-mgw.spec ++ cd :osmocom:nightly/osmo-mgw ++ ls -1 osmo-mgw_1.8.1.85.0c04.202110220027.tar.xz + tarball=osmo-mgw_1.8.1.85.0c04.202110220027.tar.xz + sed -i 's/^Source:.*/Source: osmo-mgw_1.8.1.85.0c04.202110220027.tar.xz/g' :osmocom:nightly/osmo-mgw/osmo-mgw.spec + osc add :osmocom:nightly/osmo-mgw/osmo-mgw.spec A :osmocom:nightly/osmo-mgw/osmo-mgw.spec + osc ci -m 'Snapshot osmo-mgw 202110220027' --noservice Server returned an error: HTTP Error 503: Service Unavailable Request: https://api.opensuse.org/source/network:osmocom:nightly Headers: status: 503 Service Unavailable content-length: 189 strict-transport-security: max-age=31536000 server: Apache/2.4.43 (Linux/SUSE) connection: close cache-control: no-cache, no-store, must-revalidate date: Fri, 22 Oct 2021 00:30:25 GMT content-type: text/html; charset=UTF-8 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 22 10:04:28 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 10:04:28 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-ins?= =?UTF-8?Q?tall-centos8_=C2=BB_next,repo-install-test_#345?= Message-ID: <356293128.5899.1634897068174@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] coverity/build_Osmocom.sh: Fix trailing whitespace ------------------------------------------ [...truncated 9.77 KB...] + [ -z ] + PROJ_CONFLICT=network:osmocom:nightly + docker inspect -f {{.State.Running}} centos8-repo-install-test-next + [ = true ] + args= + [ -n ] + check_if_systemd_is_running + docker run --rm -v :/repo-install-test:ro --name centos8-repo-install-test-next -e FEED=next -e PROJ=network:osmocom:next -e PROJ_CONFLICT=network:osmocom:nightly -e+ DISTRO=centos8 -e TESTS= test_conflict install_repo_packages test_binaries services_check -e container=docker --tmpfs /run --tmpfs /run/lock --tmpfs /tmpseq -v 1 /sys/fs/cgroup:/sys/fs/cgroup:ro 10 --cap-add SYS_ADMIN --cap-add SYS_NICE osmocom-build/centos8-repo-install-test /lib/systemd/systemd + sleep 1 + docker exec centos8-repo-install-test-next systemctl status ? e1cfd49899a1 State: running Jobs: 0 queued Failed: 0 units Since: Fri 2021-10-22 10:04:17 UTC; 509ms ago CGroup: /docker/e1cfd49899a174a71daea5ae455eb736fc7f31e98e22d373460ca21d19e02592 ??34 systemctl status ??init.scope ? ??1 /lib/systemd/systemd ??system.slice ??systemd-journald.service ? ??26 /usr/lib/systemd/systemd-journald ??dbus.service ??32 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only + return + ret=0 + docker exec centos8-repo-install-test-next /repo-install-test/run-inside-docker.sh + SERVICES=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + SERVICES_NIGHTLY=' osmo-pcap-server ' ++ distro_obsdir ++ case "$DISTRO" in ++ echo CentOS_8 + DISTRO_OBSDIR=CentOS_8 + check_env + '[' -n next ']' + echo 'Checking feed: next' Checking feed: next + '[' -n network:osmocom:next ']' + echo 'Checking project: network:osmocom:next' + '[' -n network:osmocom:nightly ']' + echo 'Checking conflicting project: network:osmocom:nightly' + '[' -n centos8 ']' Checking project: network:osmocom:next Checking conflicting project: network:osmocom:nightly Linux distribution: centos8 + echo 'Linux distribution: centos8' + '[' -n ' test_conflict install_repo_packages test_binaries services_check ' ']' + echo 'Enabled tests: test_conflict install_repo_packages test_binaries services_check ' Enabled tests: test_conflict install_repo_packages test_binaries services_check + configure_keep_cache + '[' -z '' ']' + return + configure_osmocom_repo network:osmocom:next + case "$DISTRO" in + configure_osmocom_repo_centos network:osmocom:next + local proj=network:osmocom:next ++ proj_with_slashes network:osmocom:next ++ echo network:osmocom:next ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/next/CentOS_8 + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:next ++ echo network:osmocom:next ++ tr : _ + for test in $TESTS + set +x + case "$test" in ### Running test: test_conflict ### + test_conflict + case "$DISTRO" in + test_conflict_centos + dnf -y install libosmocore-devel CentOS Linux 8 - AppStream 68 kB/s | 4.3 kB 00:00 CentOS Linux 8 - AppStream 14 MB/s | 9.3 MB 00:00 CentOS Linux 8 - BaseOS 15 kB/s | 3.9 kB 00:00 CentOS Linux 8 - BaseOS 11 MB/s | 7.5 MB 00:00 CentOS Linux 8 - Extras 5.1 kB/s | 1.5 kB 00:00 CentOS Linux 8 - Extras 42 kB/s | 10 kB 00:00 CentOS Linux 8 - PowerTools 7.6 MB/s | 2.4 MB 00:00 network:osmocom:next 833 kB/s | 225 kB 00:00 Dependencies resolved. ========================================================================================= Package Arch Version Repository Size ========================================================================================= Installing: libosmocore-devel x86_64 1.5.1.260.0a94.202110220040-1.1 network_osmocom_next 72 k Installing dependencies: libosmocore17 x86_64 1.5.1.260.0a94.202110220040-1.1 network_osmocom_next 99 k libpkgconf x86_64 1.4.2-1.el8 baseos 35 k libtalloc x86_64 2.3.1-2.el8 baseos 49 k libtalloc-devel x86_64 2.3.1-2.el8 baseos 63 k lksctp-tools x86_64 1.0.18-3.el8 baseos 100 k osmocom-next x86_64 1.0.0.202110220040-1.1 network_osmocom_next 7.0 k pkgconf x86_64 1.4.2-1.el8 baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k Transaction Summary ========================================================================================= Install 10 Packages Total download size: 494 k Installed size: 1.0 M Downloading Packages: (1/10): libpkgconf-1.4.2-1.el8.x86_64.rpm 723 kB/s | 35 kB 00:00 (2/10): libtalloc-2.3.1-2.el8.x86_64.rpm 985 kB/s | 49 kB 00:00 (3/10): libtalloc-devel-2.3.1-2.el8.x86_64.rpm 935 kB/s | 63 kB 00:00 (4/10): pkgconf-1.4.2-1.el8.x86_64.rpm 1.4 MB/s | 38 kB 00:00 (5/10): pkgconf-m4-1.4.2-1.el8.noarch.rpm 1.1 MB/s | 17 kB 00:00 (6/10): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 918 kB/s | 15 kB 00:00 (7/10): lksctp-tools-1.0.18-3.el8.x86_64.rpm 1.7 MB/s | 100 kB 00:00 (8/10): osmocom-next-1.0.0.202110220040-1.1.x86 40 kB/s | 7.0 kB 00:00 (9/10): libosmocore-devel-1.5.1.260.0a94.202110 360 kB/s | 72 kB 00:00 (10/10): libosmocore17-1.5.1.260.0a94.202110220 472 kB/s | 99 kB 00:00 -------------------------------------------------------------------------------- Total 1.4 MB/s | 494 kB 00:00 warning: /var/cache/dnf/network_osmocom_next-12117ca76ed4f12d/packages/libosmocore-devel-1.5.1.260.0a94.202110220040-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 17280ddf: NOKEY network:osmocom:next 26 kB/s | 1.1 kB 00:00 Importing GPG key 0x17280DDF: Userid : "network OBS Project " Fingerprint: 0080 689B E757 A876 CB7D C269 62EB 1A09 1728 0DDF From : https://download.opensuse.org/repositories/network:/osmocom:/next/CentOS_8/repodata/repomd.xml.key Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : osmocom-next-1.0.0.202110220040-1.1.x86_64 1/10 Installing : libtalloc-2.3.1-2.el8.x86_64 2/10 Installing : pkgconf-m4-1.4.2-1.el8.noarch 3/10 Installing : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 4/10 Installing : libosmocore17-1.5.1.260.0a94.202110220040-1.1.x86_ 5/10 Running scriptlet: libosmocore17-1.5.1.260.0a94.202110220040-1.1.x86_ 5/10 Installing : libpkgconf-1.4.2-1.el8.x86_64 6/10 Installing : pkgconf-1.4.2-1.el8.x86_64 7/10 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 8/10 Installing : libtalloc-devel-2.3.1-2.el8.x86_64 9/10 Installing : libosmocore-devel-1.5.1.260.0a94.202110220040-1.1. 10/10 Running scriptlet: libosmocore-devel-1.5.1.260.0a94.202110220040-1.1. 10/10 Verifying : libpkgconf-1.4.2-1.el8.x86_64 1/10 Verifying : libtalloc-2.3.1-2.el8.x86_64 2/10 Verifying : libtalloc-devel-2.3.1-2.el8.x86_64 3/10 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Verifying : pkgconf-1.4.2-1.el8.x86_64 5/10 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 6/10 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 7/10 Verifying : libosmocore-devel-1.5.1.260.0a94.202110220040-1.1. 8/10 Verifying : libosmocore17-1.5.1.260.0a94.202110220040-1.1.x86_ 9/10 Verifying : osmocom-next-1.0.0.202110220040-1.1.x86_64 10/10 Installed: libosmocore-devel-1.5.1.260.0a94.202110220040-1.1.x86_64 libosmocore17-1.5.1.260.0a94.202110220040-1.1.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libtalloc-2.3.1-2.el8.x86_64 libtalloc-devel-2.3.1-2.el8.x86_64 lksctp-tools-1.0.18-3.el8.x86_64 osmocom-next-1.0.0.202110220040-1.1.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 Complete! + configure_osmocom_repo_centos_remove network:osmocom:next + local proj=network:osmocom:next + rm /etc/yum.repos.d/network:osmocom:next.repo + configure_osmocom_repo_centos network:osmocom:nightly + local proj=network:osmocom:nightly ++ proj_with_slashes network:osmocom:nightly ++ echo network:osmocom:nightly ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8 + echo 'Configuring Osmocom repository' Configuring Osmocom repository + cat ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + dnf -y install osmo-mgw + tee /tmp/out network:osmocom:nightly 732 kB/s | 224 kB 00:00 Error: Problem: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-mgw-1.8.1.84.a0b69.202110210026-1.2.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) + '[' -e /tmp/fail ']' + find_patterns_or_exit /tmp/out '^Error:' 'but none of the providers can be installed' 'conflicts with osmocom-' + local file=/tmp/out + local pattern + shift + for pattern in "$@" + grep -q '^Error:' /tmp/out + continue + for pattern in "$@" + grep -q 'but none of the providers can be installed' /tmp/out + echo 'ERROR: could not find pattern '\''but none of the providers can be installed'\'' in file '\''/tmp/out'\''!' + exit 1 ERROR: could not find pattern 'but none of the providers can be installed' in file '/tmp/out'! + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-next centos8-repo-install-test-next + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 22 10:04:31 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 10:04:31 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#345?= Message-ID: <150367592.5900.1634897071832@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] coverity/build_Osmocom.sh: Fix trailing whitespace ------------------------------------------ [...truncated 12.77 KB...] + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + for test in $TESTS + set +x + case "$test" in + test_conflict ### Running test: test_conflict ### + case "$DISTRO" in + test_conflict_centos + dnf -y install libosmocore-devel CentOS Linux 8 - AppStream 59 kB/s | 4.3 kB 00:00 CentOS Linux 8 - AppStream 25 MB/s | 9.3 MB 00:00 CentOS Linux 8 - BaseOS 80 kB/s | 3.9 kB 00:00 CentOS Linux 8 - BaseOS 11 MB/s | 7.5 MB 00:00 CentOS Linux 8 - Extras 5.1 kB/s | 1.5 kB 00:00 CentOS Linux 8 - Extras 42 kB/s | 10 kB 00:00 CentOS Linux 8 - PowerTools 17 MB/s | 2.4 MB 00:00 network:osmocom:nightly 696 kB/s | 224 kB 00:00 Dependencies resolved. ============================================================================================ Package Arch Version Repository Size ============================================================================================ Installing: libosmocore-devel x86_64 1.5.1.260.0a94.202110220027-1.1 network_osmocom_nightly 72 k Installing dependencies: libosmocore17 x86_64 1.5.1.260.0a94.202110220027-1.1 network_osmocom_nightly 99 k libpkgconf x86_64 1.4.2-1.el8 baseos 35 k libtalloc x86_64 2.3.1-2.el8 baseos 49 k libtalloc-devel x86_64 2.3.1-2.el8 baseos 63 k lksctp-tools x86_64 1.0.18-3.el8 baseos 100 k osmocom-nightly x86_64 1.0.0.202110220027-1.1 network_osmocom_nightly 7.0 k pkgconf x86_64 1.4.2-1.el8 baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k Transaction Summary ============================================================================================ Install 10 Packages Total download size: 494 k Installed size: 1.0 M Downloading Packages: (1/10): libpkgconf-1.4.2-1.el8.x86_64.rpm 742 kB/s | 35 kB 00:00 (2/10): libtalloc-2.3.1-2.el8.x86_64.rpm 1.0 MB/s | 49 kB 00:00 (3/10): libtalloc-devel-2.3.1-2.el8.x86_64.rpm 1.3 MB/s | 63 kB 00:00 (4/10): pkgconf-m4-1.4.2-1.el8.noarch.rpm 1.1 MB/s | 17 kB 00:00 (5/10): pkgconf-1.4.2-1.el8.x86_64.rpm 1.4 MB/s | 38 kB 00:00 (6/10): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 1.1 MB/s | 15 kB 00:00 (7/10): lksctp-tools-1.0.18-3.el8.x86_64.rpm 2.2 MB/s | 100 kB 00:00 (8/10): libosmocore-devel-1.5.1.260.0a94.202110 259 kB/s | 72 kB 00:00 (9/10): osmocom-nightly-1.0.0.202110220027-1.1. 26 kB/s | 7.0 kB 00:00 (10/10): libosmocore17-1.5.1.260.0a94.202110220 311 kB/s | 99 kB 00:00 -------------------------------------------------------------------------------- Total 1.1 MB/s | 494 kB 00:00 warning: /var/cache/dnf/network_osmocom_nightly-8d6c2c122a187e40/packages/libosmocore-devel-1.5.1.260.0a94.202110220027-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 17280ddf: NOKEY network:osmocom:nightly 31 kB/s | 1.1 kB 00:00 Importing GPG key 0x17280DDF: Userid : "network OBS Project " Fingerprint: 0080 689B E757 A876 CB7D C269 62EB 1A09 1728 0DDF From : https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml.key Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : osmocom-nightly-1.0.0.202110220027-1.1.x86_64 1/10 Installing : libtalloc-2.3.1-2.el8.x86_64 2/10 Installing : pkgconf-m4-1.4.2-1.el8.noarch 3/10 Installing : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 4/10 Installing : libosmocore17-1.5.1.260.0a94.202110220027-1.1.x86_ 5/10 Running scriptlet: libosmocore17-1.5.1.260.0a94.202110220027-1.1.x86_ 5/10 Installing : libpkgconf-1.4.2-1.el8.x86_64 6/10 Installing : pkgconf-1.4.2-1.el8.x86_64 7/10 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 8/10 Installing : libtalloc-devel-2.3.1-2.el8.x86_64 9/10 Installing : libosmocore-devel-1.5.1.260.0a94.202110220027-1.1. 10/10 Running scriptlet: libosmocore-devel-1.5.1.260.0a94.202110220027-1.1. 10/10 Verifying : libpkgconf-1.4.2-1.el8.x86_64 1/10 Verifying : libtalloc-2.3.1-2.el8.x86_64 2/10 Verifying : libtalloc-devel-2.3.1-2.el8.x86_64 3/10 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 4/10 Verifying : pkgconf-1.4.2-1.el8.x86_64 5/10 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 6/10 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 7/10 Verifying : libosmocore-devel-1.5.1.260.0a94.202110220027-1.1. 8/10 Verifying : libosmocore17-1.5.1.260.0a94.202110220027-1.1.x86_ 9/10 Verifying : osmocom-nightly-1.0.0.202110220027-1.1.x86_64 10/10 Installed: libosmocore-devel-1.5.1.260.0a94.202110220027-1.1.x86_64 libosmocore17-1.5.1.260.0a94.202110220027-1.1.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libtalloc-2.3.1-2.el8.x86_64 libtalloc-devel-2.3.1-2.el8.x86_64 lksctp-tools-1.0.18-3.el8.x86_64 osmocom-nightly-1.0.0.202110220027-1.1.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 Complete! + configure_osmocom_repo_centos_remove network:osmocom:nightly + local proj=network:osmocom:nightly + rm /etc/yum.repos.d/network:osmocom:nightly.repo + configure_osmocom_repo_centos network:osmocom:next + local proj=network:osmocom:next ++ proj_with_slashes network:osmocom:next ++ echo network:osmocom:next ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/next/CentOS_8 + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:next ++ echo network:osmocom:next ++ tr : _ + dnf -y install osmo-mgw + tee /tmp/out network:osmocom:next 779 kB/s | 225 kB 00:00 Error: Problem: package osmo-mgw-1.8.1.85.0c04.202110220040-1.1.x86_64 requires osmocom-next = 1.0.0.202110220040, but none of the providers can be installed - package osmocom-nightly-1.0.0.202110220027-1.1.x86_64 conflicts with osmocom-next provided by osmocom-next-1.0.0.202110220040-1.1.x86_64 - package osmocom-next-1.0.0.202110220040-1.1.x86_64 conflicts with osmocom-nightly provided by osmocom-nightly-1.0.0.202110220027-1.1.x86_64 - cannot install the best candidate for the job - problem with installed package osmocom-nightly-1.0.0.202110220027-1.1.x86_64 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) + '[' -e /tmp/fail ']' + find_patterns_or_exit /tmp/out '^Error:' 'but none of the providers can be installed' 'conflicts with osmocom-' + local file=/tmp/out + local pattern + shift + for pattern in "$@" + grep -q '^Error:' /tmp/out + continue + for pattern in "$@" + grep -q 'but none of the providers can be installed' /tmp/out + continue + for pattern in "$@" + grep -q 'conflicts with osmocom-' /tmp/out + continue + configure_osmocom_repo_centos_remove network:osmocom:next + local proj=network:osmocom:next + rm /etc/yum.repos.d/network:osmocom:next.repo + configure_osmocom_repo_centos network:osmocom:nightly + local proj=network:osmocom:nightly ++ proj_with_slashes network:osmocom:nightly ++ echo network:osmocom:nightly ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8 + echo 'Configuring Osmocom repository' + cat Configuring Osmocom repository ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + set +x + for test in $TESTS + set +x ### Test successful: test_conflict ### ### Running test: install_repo_packages ### + case "$test" in + install_repo_packages + case "$DISTRO" in + install_repo_packages_centos + echo 'Installing all repository packages' Installing all repository packages ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + LANG=C.UTF-8 + repoquery --quiet --repoid=network_osmocom_nightly --archlist=x86_64,noarch '--qf=%{name}' + filter_packages_txt + grep -v '^#' /repo-install-test/blacklist_centos8.txt + sort -u + comm -23 osmocom_packages_all.txt blacklist.txt ++ cat osmocom_packages.txt + dnf install -y fdupes fdupes-debuginfo fdupes-debugsource gtp-echo-responder gtp-echo-responder-debuginfo libasn1c-debugsource libasn1c-devel libasn1c1 libasn1c1-debuginfo libcsv-debugsource libcsv-devel libcsv3 libcsv3-debuginfo libdbi libdbi-dbd-mysql libdbi-dbd-mysql-debuginfo libdbi-dbd-pgsql libdbi-dbd-pgsql-debuginfo libdbi-dbd-sqlite libdbi-dbd-sqlite-debuginfo libdbi-debuginfo libdbi-debugsource libdbi-devel libdbi-doc libdbi-drivers libdbi-drivers-debuginfo libdbi-drivers-debugsource libgtp-devel libgtp6 libgtp6-debuginfo libgtpnl-debuginfo libgtpnl-debugsource libgtpnl-devel libgtpnl-tools libgtpnl-tools-debuginfo libgtpnl0 libgtpnl0-debuginfo libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-debuginfo liborcania2_2 liborcania2_2-debuginfo libortp9 libortp9-debuginfo libosmo-abis-debuginfo libosmo-abis-debugsource libosmo-gsup-client-devel libosmo-gsup-client-devel-debuginfo libosmo-gsup-client0 libosmo-gsup-client0-debuginfo libosmo-mgcp-client-devel libosmo-mgcp-client8 libosmo-mgcp-client8-debuginfo libosmo-mgcp-devel libosmo-mslookup-devel libosmo-mslookup0 libosmo-mslookup0-debuginfo libosmo-mtp-devel libosmo-netif-debugsource libosmo-ranap-devel libosmo-ranap3 libosmo-ranap3-debuginfo libosmo-rspro-devel libosmo-rspro1 libosmo-rspro1-debuginfo libosmo-sabp-devel libosmo-sabp0 libosmo-sabp0-debuginfo libosmo-sccp-debuginfo libosmo-sccp-debugsource libosmo-sccp-devel libosmo-sigtran-devel libosmo-sigtran5 libosmo-sigtran5-debuginfo libosmo-simtrace2-0 libosmo-simtrace2-0-debuginfo libosmo-simtrace2-devel libosmo-xua-devel libosmoabis-devel libosmoabis10 libosmoabis10-debuginfo libosmocodec-devel libosmocodec0 libosmocodec0-debuginfo libosmocoding-devel libosmocoding0 libosmocoding0-debuginfo libosmocore-debuginfo libosmocore-debugsource libosmocore-devel libosmocore-tools libosmocore-tools-debuginfo libosmocore17 libosmocore17-debuginfo libosmoctrl-devel libosmoctrl0 libosmoctrl0-debuginfo libosmogb-devel libosmogb12 libosmogb12-debuginfo libosmogsm-devel libosmogsm16 libosmogsm16-debuginfo libosmonetif-devel libosmonetif8 libosmonetif8-debuginfo libosmosim-devel libosmosim2 libosmosim2-debuginfo libosmotrau-devel libosmotrau2 libosmotrau2-debuginfo libosmousb-devel libosmousb0 libosmousb0-debuginfo libosmovty-devel libosmovty9 libosmovty9-debuginfo libpgm-5_2-0 libpgm-5_2-0-debuginfo libsmpp34-1 libsmpp34-1-debuginfo libsmpp34-1-devel libsmpp34-debugsource libsodium-debugsource libsodium-devel libsodium23 libsodium23-debuginfo libsofia-sip-ua-glib3 libsofia-sip-ua-glib3-debuginfo libsofia-sip-ua0 libsofia-sip-ua0-debuginfo libulfius2_7 libulfius2_7-debuginfo libunwind libunwind-debuginfo libunwind-debugsource libunwind-devel libyder1_4 libyder1_4-debuginfo libzmq5 libzmq5-debuginfo openpgm-debugsource openpgm-devel orcania-debuginfo orcania-debugsource orcania-devel orcania-devel-debuginfo ortp-debugsource ortp-devel osmo-bsc osmo-bsc-abisip-find osmo-bsc-abisip-find-debuginfo osmo-bsc-bs11-utils osmo-bsc-bs11-utils-debuginfo osmo-bsc-debuginfo osmo-bsc-debugsource osmo-bsc-ipaccess-utils osmo-bsc-ipaccess-utils-debuginfo osmo-bsc-meas-utils osmo-bsc-meas-utils-debuginfo osmo-bts osmo-bts-debuginfo osmo-bts-debugsource osmo-bts-omldummy osmo-bts-omldummy-debuginfo osmo-bts-virtual osmo-bts-virtual-debuginfo osmo-cbc osmo-cbc-debuginfo osmo-cbc-debugsource osmo-cbc-utils osmo-gbproxy osmo-gbproxy-debuginfo osmo-gbproxy-debugsource osmo-ggsn osmo-ggsn-debuginfo osmo-ggsn-debugsource osmo-gtphub osmo-gtphub-debuginfo osmo-hlr osmo-hlr-debuginfo osmo-hlr-debugsource osmo-iuh osmo-iuh-debuginfo osmo-iuh-debugsource osmo-mgw osmo-mgw-debuginfo osmo-mgw-debugsource osmo-msc osmo-msc-debuginfo osmo-msc-debugsource osmo-mslookup-client osmo-mslookup-client-debuginfo osmo-pcap osmo-pcap-debuginfo osmo-pcap-debugsource osmo-pcu osmo-pcu-debuginfo osmo-pcu-debugsource osmo-remsim-bankd osmo-remsim-bankd-debuginfo osmo-remsim-client-shell osmo-remsim-client-shell-debuginfo osmo-remsim-client-st2 osmo-remsim-client-st2-debuginfo osmo-remsim-debuginfo osmo-remsim-debugsource osmo-remsim-server osmo-remsim-server-debuginfo osmo-sgsn osmo-sgsn-debuginfo osmo-sgsn-debugsource osmo-sip-connector osmo-sip-connector-debuginfo osmo-sip-connector-debugsource osmo-smlc osmo-smlc-debuginfo osmo-smlc-debugsource osmo-stp osmo-stp-debuginfo osmo-trx osmo-trx-debuginfo osmo-trx-debugsource osmo-trx-ipc osmo-trx-ipc-debuginfo osmo-trx-ipc-test osmo-trx-ipc-test-debuginfo osmo-trx-uhd osmo-trx-uhd-debuginfo osmocom-nightly simtrace2 simtrace2-debuginfo simtrace2-debugsource sofia-sip sofia-sip-debuginfo sofia-sip-debugsource sofia-sip-devel uhd uhd-debuginfo uhd-debugsource uhd-devel uhd-doc uhd-firmware uhd-tools uhd-tools-debuginfo ulfius-debuginfo ulfius-debugsource uwsc uwsc-debuginfo yder-debugsource yder-devel zeromq-debuginfo zeromq-debugsource zeromq-devel zeromq-tools zeromq-tools-debuginfo Package libosmocore-devel-1.5.1.260.0a94.202110220027-1.1.x86_64 is already installed. Package libosmocore17-1.5.1.260.0a94.202110220027-1.1.x86_64 is already installed. Package osmocom-nightly-1.0.0.202110220027-1.1.x86_64 is already installed. Error: Problem 1: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libifd-osmo-remsim-client0-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 2: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-mgcp-client-devel-1.8.1.84.a0b69.202110210026-1.2.x86_64 Problem 3: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-mgcp-client8-1.8.1.84.a0b69.202110210026-1.2.x86_64 Problem 4: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-mgcp-devel-1.8.1.84.a0b69.202110210026-1.2.x86_64 Problem 5: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-rspro-devel-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 6: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-rspro1-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 7: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-simtrace2-0-0.7.0.157.17bf.202110210026-1.2.x86_64 Problem 8: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by libosmo-simtrace2-devel-0.7.0.157.17bf.202110210026-1.2.x86_64 Problem 9: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-bsc-1.7.0.296.3a3b.202110210026-1.1.x86_64 Problem 10: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-bsc-abisip-find-1.7.0.296.3a3b.202110210026-1.1.x86_64 Problem 11: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-bsc-bs11-utils-1.7.0.296.3a3b.202110210026-1.1.x86_64 Problem 12: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-bsc-ipaccess-utils-1.7.0.296.3a3b.202110210026-1.1.x86_64 Problem 13: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-bsc-meas-utils-1.7.0.296.3a3b.202110210026-1.1.x86_64 Problem 14: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-cbc-0.2.2.202110210026-1.2.x86_64 Problem 15: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-cbc-utils-0.2.2.202110210026-1.2.x86_64 Problem 16: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-gbproxy-1:0.1.0.39.cbfc.202110210026-1.2.x86_64 Problem 17: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-mgw-1.8.1.84.a0b69.202110210026-1.2.x86_64 Problem 18: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-msc-1.7.0.29.3081.202110210026-1.1.x86_64 Problem 19: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-remsim-bankd-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 20: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-remsim-client-shell-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 21: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-remsim-client-st2-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 22: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-remsim-server-0.2.2.113.eb9f.202110210026-1.1.x86_64 Problem 23: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by osmo-smlc-0.2.0.1.44a2.202110210026-1.2.x86_64 Problem 24: cannot install the best candidate for the job - nothing provides osmocom-nightly = 1.0.0.202110210026 needed by simtrace2-0.7.0.157.17bf.202110210026-1.2.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 22 10:38:31 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 10:38:31 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#277?= Message-ID: <1791651454.5902.1634899111065@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] coverity/build_Osmocom.sh: Fix trailing whitespace ------------------------------------------ [...truncated 22.65 KB...] Unpacking libosmosim2:amd64 (1.5.1.260.0a94.202110220027) ... Selecting previously unselected package libusb-1.0-0:amd64. Preparing to unpack .../12-libusb-1.0-0_2%3a1.0.22-2_amd64.deb ... Unpacking libusb-1.0-0:amd64 (2:1.0.22-2) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../13-libosmousb0_1.5.1.260.0a94.202110220027_amd64.deb ... Unpacking libosmousb0:amd64 (1.5.1.260.0a94.202110220027) ... Selecting previously unselected package libosmocore. Preparing to unpack .../14-libosmocore_1.5.1.260.0a94.202110220027_amd64.deb ... Unpacking libosmocore (1.5.1.260.0a94.202110220027) ... Setting up osmocom-nightly (1.0.0.202110220027) ... Setting up libtalloc2:amd64 (2.1.14-2) ... Setting up libpcsclite1:amd64 (1.8.24-1) ... Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... Setting up libusb-1.0-0:amd64 (2:1.0.22-2) ... Setting up libosmocore17:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmousb0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocodec0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmogsm16:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmovty9:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocoding0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmosim2:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmogb12:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmoctrl0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocore (1.5.1.260.0a94.202110220027) ... Processing triggers for libc-bin (2.28-10) ... + configure_osmocom_repo_debian_remove network:osmocom:nightly + local proj=network:osmocom:nightly + rm /etc/apt/sources.list.d/network:osmocom:nightly.list + configure_osmocom_repo_debian network:osmocom:latest + local proj=network:osmocom:latest + proj_with_slashes network:osmocom:latest + echo network:osmocom:latest + sed s.:.:/.g + local obs_repo=download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/ + local release_key=/var/cache/apt/network:osmocom:latest_Release.key + echo Configuring Osmocom repository + [ -e /var/cache/apt/network:osmocom:latest_Release.key ] Configuring Osmocom repository + apt-get update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian buster-updates InRelease Hit:3 http://security.debian.org/debian-security buster/updates InRelease Reading package lists... + apt install -y wget WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... wget is already the newest version (1.20.1-1.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + wget -O /var/cache/apt/network:osmocom:latest_Release.key https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10//Release.key --2021-10-22 10:38:25-- https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10//Release.key Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13 Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1080 (1.1K) Saving to: '/var/cache/apt/network:osmocom:latest_Release.key' 0K . 100% 33.4M=0s 2021-10-22 10:38:25 (33.4 MB/s) - '/var/cache/apt/network:osmocom:latest_Release.key' saved [1080/1080] + apt-key add /var/cache/apt/network:osmocom:latest_Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/ ./ + apt-get update Get:1 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10 ./ InRelease [1607 B] Hit:2 http://security.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Get:5 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10 ./ Packages [124 kB] Fetched 126 kB in 1s (252 kB/s) Reading package lists... + apt-get -y install osmo-mgw + tee /tmp/out Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmo-mgw : Depends: osmocom-latest but it is not going to be installed Depends: libosmoabis10 but it is not going to be installed Depends: libosmonetif8 but it is not going to be installed Depends: libosmotrau2 but it is not going to be installed E: Unable to correct problems, you have held broken packages. + [ -e /tmp/fail ] + find_patterns_or_exit /tmp/out requested an impossible situation ^The following packages have unmet dependencies: Depends: osmocom- but it is not going to be installed + local file=/tmp/out + local pattern + shift + grep -q requested an impossible situation /tmp/out + continue + grep -q ^The following packages have unmet dependencies: /tmp/out + continue + grep -q Depends: osmocom- /tmp/out + continue + grep -q but it is not going to be installed /tmp/out + continue + configure_osmocom_repo_debian_remove network:osmocom:latest + local proj=network:osmocom:latest + rm /etc/apt/sources.list.d/network:osmocom:latest.list + configure_osmocom_repo_debian network:osmocom:nightly + local proj=network:osmocom:nightly + proj_with_slashes network:osmocom:nightly + echo network:osmocom:nightly + sed s.:.:/.g + local obs_repo=download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/ + local release_key=/var/cache/apt/network:osmocom:nightly_Release.key + echo Configuring Osmocom repository + [ -e /var/cache/apt/network:osmocom:nightly_Release.key ] Configuring Osmocom repository + apt-key add /var/cache/apt/network:osmocom:nightly_Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/ ./ + apt-get update Get:1 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10 ./ InRelease [1583 B] Hit:2 http://deb.debian.org/debian buster InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Hit:4 http://security.debian.org/debian-security buster/updates InRelease Get:5 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10 ./ Packages [108 kB] Fetched 109 kB in 0s (219 kB/s) Reading package lists... + set +x + set +x + install_repo_packages + install_repo_packages_debian + local obs=obs://build.opensuse.org/network:osmocom:nightly/Debian_10 + echo Installing all repository packages ### Test successful: test_conflict ### ### Running test: install_repo_packages ### Installing all repository packages + aptitude search -F%p ?origin(obs://build.opensuse.org/network:osmocom:nightly/Debian_10) ?architecture(native) + sort + filter_packages_txt + grep -v ^# /repo-install-test/blacklist_debian10.txt + sort -u + comm -23 osmocom_packages_all.txt blacklist.txt + cat osmocom_packages.txt + apt install -y abisip-find gtp-echo-responder gtp-echo-responder-dbg libasn1c-dbg libasn1c-dev libasn1c1 libgtp-dbg libgtp-dev libgtp6 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libgtpnl0 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym liblimesuite-dev liblimesuite20.01-1 liblimesuite20.01-1-dbgsym liborcania-dev liborcania1.2 liborcania1.2-dbgsym libosmo-abis libosmo-abis-dbg libosmo-abis-dev libosmo-e1d-dev libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-mgcp-client-dev libosmo-mgcp-client8 libosmo-mgcp-client8-dbgsym libosmo-mslookup-dev libosmo-mslookup0 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-ranap-dbg libosmo-ranap-dev libosmo-ranap3 libosmo-rspro-dev libosmo-rspro1 libosmo-rspro1-dbgsym libosmo-sabp-dbg libosmo-sabp-dev libosmo-sabp0 libosmo-sccp-dev libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmo-sigtran5 libosmo-simtrace2-0 libosmo-simtrace2-0-dbgsym libosmo-simtrace2-dev libosmoabis10 libosmocodec-doc libosmocodec0 libosmocoding-doc libosmocoding0 libosmocore libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmocore17 libosmoctrl-doc libosmoctrl0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmodsp0 libosmogb-doc libosmogb12 libosmogsm-doc libosmogsm16 libosmonetif8 libosmosim2 libosmotrau2 libosmousb0 libosmovty-doc libosmovty9 librtlsdr-dev librtlsdr0 libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libulfius-dev libulfius2.5 libulfius2.5-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libyder-dev libyder2.0 libyder2.0-dbgsym limesuite limesuite-dbgsym limesuite-images limesuite-images20.01 limesuite-udev neocon neocon-dbgsym open5gs-bsf open5gs-bsf-dbgsym open5gs-nssf open5gs-nssf-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmocom-nightly python3-osmopy-libs python3-osmopy-utils rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... libosmocodec0 is already the newest version (1.5.1.260.0a94.202110220027). libosmocodec0 set to manually installed. libosmocoding0 is already the newest version (1.5.1.260.0a94.202110220027). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.5.1.260.0a94.202110220027). libosmocore17 is already the newest version (1.5.1.260.0a94.202110220027). libosmocore17 set to manually installed. libosmoctrl0 is already the newest version (1.5.1.260.0a94.202110220027). libosmoctrl0 set to manually installed. libosmogb12 is already the newest version (1.5.1.260.0a94.202110220027). libosmogb12 set to manually installed. libosmogsm16 is already the newest version (1.5.1.260.0a94.202110220027). libosmogsm16 set to manually installed. libosmosim2 is already the newest version (1.5.1.260.0a94.202110220027). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.5.1.260.0a94.202110220027). libosmousb0 set to manually installed. libosmovty9 is already the newest version (1.5.1.260.0a94.202110220027). libosmovty9 set to manually installed. osmocom-nightly is already the newest version (1.0.0.202110220027). osmocom-nightly set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: abisip-find : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libifd-osmo-remsim-client0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-e1d-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-e1d1 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-fl2k-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-fl2k0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-mgcp-client-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-mgcp-client8 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-rspro-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-rspro1 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-simtrace2-0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-simtrace2-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed neocon : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed open5gs-bsf : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed Depends: open5gs-common (= 2.3.6.202110210026) but it is not going to be installed open5gs-nssf : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed Depends: open5gs-common (= 2.3.6.202110210026) but it is not going to be installed osmo-bsc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-bs11-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-ipaccess-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-meas-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-e1d : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-fl2k : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-mgw : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-mgw-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-bankd : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-client-shell : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-client-st2 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-server : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-sysmon : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-sysmon-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-uecups : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed python3-osmopy-libs : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed python3-osmopy-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed simtrace2-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed E: Unable to correct problems, you have held broken packages. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 22 10:40:32 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 10:40:32 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#276?= Message-ID: <1282676212.5903.1634899232451@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] coverity/build_Osmocom.sh: Fix trailing whitespace ------------------------------------------ [...truncated 28.12 KB...] Unpacking libusb-1.0-0:amd64 (2:1.0.21-1) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../13-libosmousb0_1.5.1.260.0a94.202110220027_amd64.deb ... Unpacking libosmousb0:amd64 (1.5.1.260.0a94.202110220027) ... Selecting previously unselected package libosmocore. Preparing to unpack .../14-libosmocore_1.5.1.260.0a94.202110220027_amd64.deb ... Unpacking libosmocore (1.5.1.260.0a94.202110220027) ... Setting up libsctp1:amd64 (1.0.17+dfsg-1+b1) ... Setting up libpcsclite1:amd64 (1.8.20-1) ... Setting up osmocom-nightly (1.0.0.202110220027) ... Setting up libusb-1.0-0:amd64 (2:1.0.21-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libtalloc2:amd64 (2.1.8-1) ... Setting up libosmocore17:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocodec0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmovty9:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmogsm16:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmoctrl0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmosim2:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocoding0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmousb0:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmogb12:amd64 (1.5.1.260.0a94.202110220027) ... Setting up libosmocore (1.5.1.260.0a94.202110220027) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... + configure_osmocom_repo_debian_remove network:osmocom:nightly + local proj=network:osmocom:nightly + rm /etc/apt/sources.list.d/network:osmocom:nightly.list + configure_osmocom_repo_debian network:osmocom:latest + local proj=network:osmocom:latest + proj_with_slashes network:osmocom:latest + echo network:osmocom:latest + sed s.:.:/.g + local obs_repo=download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/ + local release_key=/var/cache/apt/network:osmocom:latest_Release.key + echo Configuring Osmocom repository Configuring Osmocom repository + [ -e /var/cache/apt/network:osmocom:latest_Release.key ] + apt-get update Ign:1 http://deb.debian.org/debian stretch InRelease Hit:2 http://security.debian.org/debian-security stretch/updates InRelease Hit:3 http://deb.debian.org/debian stretch-updates InRelease Hit:4 http://deb.debian.org/debian stretch Release Reading package lists... + apt install -y wget WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... wget is already the newest version (1.18-5+deb9u3). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + wget -O /var/cache/apt/network:osmocom:latest_Release.key https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0//Release.key --2021-10-22 10:40:27-- https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0//Release.key Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13 Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1080 (1.1K) Saving to: '/var/cache/apt/network:osmocom:latest_Release.key' 0K . 100% 36.1M=0s 2021-10-22 10:40:27 (36.1 MB/s) - '/var/cache/apt/network:osmocom:latest_Release.key' saved [1080/1080] + apt-key add /var/cache/apt/network:osmocom:latest_Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/ ./ + apt-get update Get:1 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ InRelease [1611 B] Hit:2 http://security.debian.org/debian-security stretch/updates InRelease Ign:3 http://deb.debian.org/debian stretch InRelease Hit:4 http://deb.debian.org/debian stretch-updates InRelease Hit:5 http://deb.debian.org/debian stretch Release Get:7 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ Packages [101 kB] Fetched 103 kB in 0s (262 kB/s) Reading package lists... + apt-get -y install osmo-mgw + tee /tmp/out Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmo-mgw : Depends: osmocom-latest but it is not going to be installed Depends: libosmoabis10 but it is not going to be installed Depends: libosmonetif8 but it is not going to be installed Depends: libosmotrau2 but it is not going to be installed E: Unable to correct problems, you have held broken packages. + [ -e /tmp/fail ] + find_patterns_or_exit /tmp/out requested an impossible situation ^The following packages have unmet dependencies: Depends: osmocom- but it is not going to be installed + local file=/tmp/out + local pattern + shift + grep -q requested an impossible situation /tmp/out + continue + grep -q ^The following packages have unmet dependencies: /tmp/out + continue + grep -q Depends: osmocom- /tmp/out + continue + grep -q but it is not going to be installed /tmp/out + continue + configure_osmocom_repo_debian_remove network:osmocom:latest + local proj=network:osmocom:latest + rm /etc/apt/sources.list.d/network:osmocom:latest.list + configure_osmocom_repo_debian network:osmocom:nightly + local proj=network:osmocom:nightly + proj_with_slashes network:osmocom:nightly + echo network:osmocom:nightly + sed s.:.:/.g + local obs_repo=download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/ + local release_key=/var/cache/apt/network:osmocom:nightly_Release.key + echo Configuring Osmocom repository + [Configuring Osmocom repository -e /var/cache/apt/network:osmocom:nightly_Release.key ] + apt-key add /var/cache/apt/network:osmocom:nightly_Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/ ./ + apt-get update Get:1 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ InRelease [1590 B] Ign:2 http://deb.debian.org/debian stretch InRelease Hit:3 http://security.debian.org/debian-security stretch/updates InRelease Hit:4 http://deb.debian.org/debian stretch-updates InRelease Hit:5 http://deb.debian.org/debian stretch Release Get:7 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ Packages [94.1 kB] Fetched 95.7 kB in 0s (248 kB/s) Reading package lists... + set +x + set +x + install_repo_packages + install_repo_packages_debian + local obs=obs://build.opensuse.org/network:osmocom:nightly/Debian_9.0 + echo Installing all repository packages ### Test successful: test_conflict ### ### Running test: install_repo_packages ### Installing all repository packages + aptitude search -F%p ?origin(obs://build.opensuse.org/network:osmocom:nightly/Debian_9.0) ?architecture(native) + sort + filter_packages_txt + grep -v ^# /repo-install-test/blacklist_debian9.txt + sort -u + comm -23 osmocom_packages_all.txt blacklist.txt + cat osmocom_packages.txt + apt install -y abisip-find binutils-arm-osmo-eabi binutils-arm-osmo-eabi-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c-dbg libasn1c-dev libasn1c1 libgtp-dbg libgtp-dev libgtp6 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libgtpnl0 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym liblimesuite-dev liblimesuite20.10-1 liblimesuite20.10-1-dbgsym liborcania-dev liborcania1.2 liborcania1.2-dbgsym libosmo-abis libosmo-abis-dbg libosmo-abis-dev libosmo-e1d-dev libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-mgcp-client-dev libosmo-mgcp-client8 libosmo-mgcp-client8-dbgsym libosmo-mslookup-dev libosmo-mslookup0 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-ranap-dbg libosmo-ranap-dev libosmo-ranap3 libosmo-rspro-dev libosmo-rspro1 libosmo-rspro1-dbgsym libosmo-sabp-dbg libosmo-sabp-dev libosmo-sabp0 libosmo-sccp-dev libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmo-sigtran5 libosmo-simtrace2-0 libosmo-simtrace2-0-dbgsym libosmo-simtrace2-dev libosmoabis10 libosmocodec-doc libosmocodec0 libosmocoding-doc libosmocoding0 libosmocore libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmocore17 libosmoctrl-doc libosmoctrl0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmodsp0 libosmogb-doc libosmogb12 libosmogsm-doc libosmogsm16 libosmonetif8 libosmosim2 libosmotrau2 libosmousb0 libosmovty-doc libosmovty9 librtlsdr-dev librtlsdr0 librtlsdr0-dbgsym libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libulfius-dev libulfius2.5 libulfius2.5-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libyder-dev libyder2.0 libyder2.0-dbgsym limesuite limesuite-dbgsym limesuite-images limesuite-images20.10 limesuite-udev neocon neocon-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmocom-nightly python3-osmopy-libs python3-osmopy-utils rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... libosmocodec0 is already the newest version (1.5.1.260.0a94.202110220027). libosmocodec0 set to manually installed. libosmocoding0 is already the newest version (1.5.1.260.0a94.202110220027). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.5.1.260.0a94.202110220027). libosmocore17 is already the newest version (1.5.1.260.0a94.202110220027). libosmocore17 set to manually installed. libosmoctrl0 is already the newest version (1.5.1.260.0a94.202110220027). libosmoctrl0 set to manually installed. libosmogb12 is already the newest version (1.5.1.260.0a94.202110220027). libosmogb12 set to manually installed. libosmogsm16 is already the newest version (1.5.1.260.0a94.202110220027). libosmogsm16 set to manually installed. libosmosim2 is already the newest version (1.5.1.260.0a94.202110220027). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.5.1.260.0a94.202110220027). libosmousb0 set to manually installed. libosmovty9 is already the newest version (1.5.1.260.0a94.202110220027). libosmovty9 set to manually installed. osmocom-nightly is already the newest version (1.0.0.202110220027). osmocom-nightly set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: abisip-find : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libifd-osmo-remsim-client0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-e1d-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-e1d1 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-fl2k-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-fl2k0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-mgcp-client-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-mgcp-client8 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-rspro-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-rspro1 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-simtrace2-0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmo-simtrace2-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed libosmodsp0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed librtlsdr-dev : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed librtlsdr0 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed neocon : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-bs11-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-ipaccess-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-bsc-meas-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-cbc-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-e1d : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-fl2k : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-gbproxy-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-mgw : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-mgw-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-msc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-bankd : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-client-shell : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-client-st2 : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-remsim-server : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-smlc-doc : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-sysmon : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-sysmon-dbg : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed osmo-uecups : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed python3-osmopy-libs : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed python3-osmopy-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed rtl-sdr : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed simtrace2-utils : Depends: osmocom-nightly (= 1.0.0.202110210026) but 1.0.0.202110220027 is to be installed E: Unable to correct problems, you have held broken packages. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 22 15:10:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 22 Oct 2021 15:10:08 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_mas?= =?UTF-8?Q?ter-asn1c_=C2=BB_a1=3Ddefault,a2=3Dde?= =?UTF-8?Q?fault,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#1382?= Message-ID: <622930776.5919.1634915408639@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 3.23 KB...] checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 dependency style of gcc... gcc3 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 ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for autoconf... /usr/bin/autoconf checking for autoheader... /usr/bin/autoheader checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for ar... /usr/bin/ar checking for ANSI C header files... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking whether byte ordering is bigendian... no checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for intmax_t... yes checking for library containing getopt... none required checking for strtoimax... yes checking for strtoll... yes checking for mergesort... no checking for mkstemps... yes configure: creating ./config.status config.status: creating skeletons/standard-modules/Makefile config.status: creating skeletons/tests/Makefile config.status: creating libasn1compiler/Makefile config.status: creating libasn1parser/Makefile config.status: creating libasn1print/Makefile config.status: creating asn1c/webcgi/Makefile config.status: creating asn1c/tests/Makefile config.status: creating libasn1fix/Makefile config.status: creating skeletons/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating asn1c/Makefile config.status: creating doc/Makefile config.status: creating asn1c.spec config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in libasn1parser make[2]: Entering directory '/build/libasn1parser' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF ".deps/asn1parser.Tpo" -c -o asn1parser.lo asn1parser.c; \ then mv -f ".deps/asn1parser.Tpo" ".deps/asn1parser.Plo"; else rm -f ".deps/asn1parser.Tpo"; exit 1; fi bison -y -p asn1p_ -d asn1p_y.y if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF ".deps/asn1p_l.Tpo" -c -o asn1p_l.lo asn1p_l.c; \ then mv -f ".deps/asn1p_l.Tpo" ".deps/asn1p_l.Plo"; else rm -f ".deps/asn1p_l.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF ".deps/asn1p_module.Tpo" -c -o asn1p_module.lo asn1p_module.c; \ then mv -f ".deps/asn1p_module.Tpo" ".deps/asn1p_module.Plo"; else rm -f ".deps/asn1p_module.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF ".deps/asn1p_oid.Tpo" -c -o asn1p_oid.lo asn1p_oid.c; \ then mv -f ".deps/asn1p_oid.Tpo" ".deps/asn1p_oid.Plo"; else rm -f ".deps/asn1p_oid.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF ".deps/asn1p_value.Tpo" -c -o asn1p_value.lo asn1p_value.c; \ then mv -f ".deps/asn1p_value.Tpo" ".deps/asn1p_value.Plo"; else rm -f ".deps/asn1p_value.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF ".deps/asn1p_expr.Tpo" -c -o asn1p_expr.lo asn1p_expr.c; \ then mv -f ".deps/asn1p_expr.Tpo" ".deps/asn1p_expr.Plo"; else rm -f ".deps/asn1p_expr.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF ".deps/asn1p_xports.Tpo" -c -o asn1p_xports.lo asn1p_xports.c; \ then mv -f ".deps/asn1p_xports.Tpo" ".deps/asn1p_xports.Plo"; else rm -f ".deps/asn1p_xports.Tpo"; exit 1; fi asn1p_y.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] mkdir .libs mkdir .libs mkdir: cannot create directory '.libs': File exists gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -fPIC -DPIC -o .libs/asn1parser.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -fPIC -DPIC -o .libs/asn1p_module.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -fPIC -DPIC -o .libs/asn1p_value.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -fPIC -DPIC -o .libs/asn1p_l.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -fPIC -DPIC -o .libs/asn1p_expr.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -fPIC -DPIC -o .libs/asn1p_xports.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -fPIC -DPIC -o .libs/asn1p_oid.o asn1p_l.c:3521:12: warning: 'input' defined but not used [-Wunused-function] static int input() ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_module.lo -MD -MP -MF .deps/asn1p_module.Tpo -c asn1p_module.c -o asn1p_module.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_oid.lo -MD -MP -MF .deps/asn1p_oid.Tpo -c asn1p_oid.c -o asn1p_oid.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_xports.lo -MD -MP -MF .deps/asn1p_xports.Tpo -c asn1p_xports.c -o asn1p_xports.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1parser.lo -MD -MP -MF .deps/asn1parser.Tpo -c asn1parser.c -o asn1parser.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_value.lo -MD -MP -MF .deps/asn1p_value.Tpo -c asn1p_value.c -o asn1p_value.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_expr.lo -MD -MP -MF .deps/asn1p_expr.Tpo -c asn1p_expr.c -o asn1p_expr.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF ".deps/asn1p_constr.Tpo" -c -o asn1p_constr.lo asn1p_constr.c; \ then mv -f ".deps/asn1p_constr.Tpo" ".deps/asn1p_constr.Plo"; else rm -f ".deps/asn1p_constr.Tpo"; exit 1; fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF ".deps/asn1p_param.Tpo" -c -o asn1p_param.lo asn1p_param.c; \ then mv -f ".deps/asn1p_param.Tpo" ".deps/asn1p_param.Plo"; else rm -f ".deps/asn1p_param.Tpo"; exit 1; fi if test -f y.tab.h; then \ to=`echo "asn1p_y_H" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|asn1p_y.h|" \ y.tab.h >asn1p_y.ht; \ rm -f y.tab.h; \ if cmp -s asn1p_y.ht asn1p_y.h; then \ rm -f asn1p_y.ht ;\ else \ mv asn1p_y.ht asn1p_y.h; \ fi; \ fi if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF ".deps/asn1p_class.Tpo" -c -o asn1p_class.lo asn1p_class.c; \ then mv -f ".deps/asn1p_class.Tpo" ".deps/asn1p_class.Plo"; else rm -f ".deps/asn1p_class.Tpo"; exit 1; fi if test -f y.output; then \ mv y.output asn1p_y.output; \ fi sed '/^#/ s|y\.tab\.c|asn1p_y.c|' y.tab.c >asn1p_y.ct && mv asn1p_y.ct asn1p_y.c if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF ".deps/asn1p_ref.Tpo" -c -o asn1p_ref.lo asn1p_ref.c; \ then mv -f ".deps/asn1p_ref.Tpo" ".deps/asn1p_ref.Plo"; else rm -f ".deps/asn1p_ref.Tpo"; exit 1; fi rm -f y.tab.c if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF ".deps/asn1p_y.Tpo" -c -o asn1p_y.lo asn1p_y.c; \ then mv -f ".deps/asn1p_y.Tpo" ".deps/asn1p_y.Plo"; else rm -f ".deps/asn1p_y.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -fPIC -DPIC -o .libs/asn1p_constr.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -fPIC -DPIC -o .libs/asn1p_param.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -fPIC -DPIC -o .libs/asn1p_class.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -fPIC -DPIC -o .libs/asn1p_ref.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_y.lo -MD -MP -MF .deps/asn1p_y.Tpo -c asn1p_y.c -fPIC -DPIC -o .libs/asn1p_y.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_param.lo -MD -MP -MF .deps/asn1p_param.Tpo -c asn1p_param.c -o asn1p_param.o >/dev/null 2>&1 asn1p_y.y: In function 'asn1p_parse': asn1p_y.y:357:13: error: 'param' undeclared (first use in this function) *(void **)param = $1; ^~~~~ asn1p_y.y:357:13: note: each undeclared identifier is reported only once for each function it appears in gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_l.lo -MD -MP -MF .deps/asn1p_l.Tpo -c asn1p_l.c -o asn1p_l.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_constr.lo -MD -MP -MF .deps/asn1p_constr.Tpo -c asn1p_constr.c -o asn1p_constr.o >/dev/null 2>&1 Makefile:299: recipe for target 'asn1p_y.lo' failed make[2]: *** [asn1p_y.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_class.lo -MD -MP -MF .deps/asn1p_class.Tpo -c asn1p_class.c -o asn1p_class.o >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn1p_ref.lo -MD -MP -MF .deps/asn1p_ref.Tpo -c asn1p_ref.c -o asn1p_ref.o >/dev/null 2>&1 make[2]: Leaving directory '/build/libasn1parser' Makefile:302: recipe for target 'all-recursive' failed make[1]: Leaving directory '/build' make[1]: *** [all-recursive] Error 1 Makefile:212: 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 From jenkins at lists.osmocom.org Sat Oct 23 00:32:10 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 00:32:10 +0000 (UTC) Subject: Jenkins build is back to normal : Osmocom_OBS_nightly #1041 In-Reply-To: <485981321.5852.1634862625321@jenkins.osmocom.org> References: <485981321.5852.1634862625321@jenkins.osmocom.org> Message-ID: <1750758502.5920.1634949130104@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 09:58:03 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 09:58:03 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_mas?= =?UTF-8?Q?ter-osmo-cbc_=C2=BB_a1=3Ddefault,a2=3D?= =?UTF-8?Q?default,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#720?= Message-ID: <961516157.5962.1634983083173@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-cbc" build number 720 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.osmocom.org/osmo-cbc > git init # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-cbc > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-cbc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.osmocom.org/osmo-cbc # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 35b230f2bf181fdb00730e3e4d72516b048b5c96 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 35b230f2bf181fdb00730e3e4d72516b048b5c96 # timeout=10 Commit message: "Bump version: 0.2.1.4-88b5 ? 0.2.2" > git rev-list --no-walk 35b230f2bf181fdb00730e3e4d72516b048b5c96 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins4770799269552105968.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-cbc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 23 10:05:25 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:05:25 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo?= =?UTF-8?Q?-install-centos8_=C2=BB_next,repo-install-test_#346?= In-Reply-To: <356293128.5899.1634897068174@jenkins.osmocom.org> References: <356293128.5899.1634897068174@jenkins.osmocom.org> Message-ID: <1830793885.5963.1634983525768@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 10:05:29 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:05:29 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-centos8_=C2=BB_nightly,repo-install-test_#346?= In-Reply-To: <150367592.5900.1634897071832@jenkins.osmocom.org> References: <150367592.5900.1634897071832@jenkins.osmocom.org> Message-ID: <1865067067.5964.1634983529053@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 10:20:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:20:04 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_mast?= =?UTF-8?Q?er-osmo-pcap_=C2=BB_a1=3Ddefault,a2=3D?= =?UTF-8?Q?default,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#3861?= Message-ID: <1073027134.5967.1634984404852@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-pcap" build number 3861 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-pcap # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-pcap > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-pcap +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision eedd83c113f8db4401921e4c4500159eabb8462d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f eedd83c113f8db4401921e4c4500159eabb8462d # timeout=10 Commit message: "Change default ports of client, server" > git rev-list --no-walk eedd83c113f8db4401921e4c4500159eabb8462d # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins675854044393255842.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-pcap/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 23 10:44:12 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:44:12 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-i?= =?UTF-8?Q?nstall-debian10_=C2=BB_nightly,repo-install-test_#278?= In-Reply-To: <1791651454.5902.1634899111065@jenkins.osmocom.org> References: <1791651454.5902.1634899111065@jenkins.osmocom.org> Message-ID: <910095342.5975.1634985852946@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 10:48:04 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:48:04 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_Osmocom-repo-?= =?UTF-8?Q?install-debian9_=C2=BB_nightly,repo-install-test_#277?= In-Reply-To: <1282676212.5903.1634899232451@jenkins.osmocom.org> References: <1282676212.5903.1634899232451@jenkins.osmocom.org> Message-ID: <1550061543.5976.1634986084651@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 10:55:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:55:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-msc_=C2=BB_--enable-iu?= =?UTF-8?Q?,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#27106?= Message-ID: <511631128.5978.1634986520855@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-msc" build number 27106 originally caused by: Started by upstream project "master-osmo-iuh" build number 10061 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-msc # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-msc > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-msc +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 30811f865c62ffa899579e4b6c8640235800af09 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 30811f865c62ffa899579e4b6c8640235800af09 # timeout=10 Commit message: "smpp: Fix help string in vty for "alert-notifications"" > git rev-list --no-walk 30811f865c62ffa899579e4b6c8640235800af09 # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins1113853693959545760.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-msc/IU=--enable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e IU=--enable-iu -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 23 10:55:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 10:55:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-sgsn_=C2=BB_--enable-i?= =?UTF-8?Q?u,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#29207?= Message-ID: <1315949796.5977.1634986520618@jenkins.osmocom.org> See Changes: ------------------------------------------ Started by upstream project "master-osmo-sgsn" build number 29207 originally caused by: Started by upstream project "master-osmo-iuh" build number 10061 originally caused by: Started by timer Running as SYSTEM Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9) in workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.osmocom.org/osmo-sgsn # timeout=10 Fetching upstream changes from git://git.osmocom.org/osmo-sgsn > git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress -- git://git.osmocom.org/osmo-sgsn +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6cee1a1ded99a21c3bb79e891f48d29d3ba3020a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6cee1a1ded99a21c3bb79e891f48d29d3ba3020a # timeout=10 Commit message: "VTY: Don't display 'PDP Address: invalid' for IPv4v6" > git rev-list --no-walk 6cee1a1ded99a21c3bb79e891f48d29d3ba3020a # timeout=10 [osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins5559751109245056265.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-sgsn/IU=--enable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master-debian9 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v :/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e IU=--enable-iu -e WITH_MANUALS=0 osmocom-build/debian-stretch-jenkins /build/contrib/jenkins.sh docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE From jenkins at lists.osmocom.org Sat Oct 23 15:16:13 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 15:16:13 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_norma?= =?UTF-8?Q?l_:_master-asn1c_=C2=BB_a1=3Ddefault,?= =?UTF-8?Q?a2=3Ddefault,a3=3Ddefault,a4=3Ddefau?= =?UTF-8?Q?lt,osmocom-master-debian9_#1383?= In-Reply-To: <622930776.5919.1634915408639@jenkins.osmocom.org> References: <622930776.5919.1634915408639@jenkins.osmocom.org> Message-ID: <326190543.5994.1635002173030@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 16:11:54 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 16:11:54 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_norm?= =?UTF-8?Q?al_:_master-osmo-sgsn_=C2=BB_--enab?= =?UTF-8?Q?le-iu,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#29208?= In-Reply-To: <1315949796.5977.1634986520618@jenkins.osmocom.org> References: <1315949796.5977.1634986520618@jenkins.osmocom.org> Message-ID: <1262391884.5996.1635005514154@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sat Oct 23 16:13:37 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 23 Oct 2021 16:13:37 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-msc_=C2=BB_--enab?= =?UTF-8?Q?le-iu,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#27107?= In-Reply-To: <511631128.5978.1634986520855@jenkins.osmocom.org> References: <511631128.5978.1634986520855@jenkins.osmocom.org> Message-ID: <2125777417.5997.1635005617670@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sun Oct 24 00:00:05 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 00:00:05 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal?= =?UTF-8?Q?_:_master-osmo-pcap_=C2=BB_a1=3Ddefaul?= =?UTF-8?Q?t,a2=3Ddefault,a3=3Ddefault,a4=3Ddefa?= =?UTF-8?Q?ult,osmocom-master-debian9_#3862?= In-Reply-To: <1073027134.5967.1634984404852@jenkins.osmocom.org> References: <1073027134.5967.1634984404852@jenkins.osmocom.org> Message-ID: <888259388.5999.1635033605218@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sun Oct 24 09:59:14 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 09:59:14 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_norma?= =?UTF-8?Q?l_:_master-osmo-cbc_=C2=BB_a1=3Ddefaul?= =?UTF-8?Q?t,a2=3Ddefault,a3=3Ddefault,a4=3Ddefa?= =?UTF-8?Q?ult,osmocom-master-debian9_#721?= In-Reply-To: <961516157.5962.1634983083173@jenkins.osmocom.org> References: <961516157.5962.1634983083173@jenkins.osmocom.org> Message-ID: <2122693777.6036.1635069554374@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Sun Oct 24 10:20:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 10:20:01 +0000 (UTC) Subject: Build failed in Jenkins: Coverity-Upload (jenkins-job-builder) #1392 Message-ID: <735172200.6039.1635070801428@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] coverity: drop --enable-sysmocom-bts for osmo-pcu [Vadim Yanitskiy] coverity: also specify --with-sysmobts for osmo-pcu [Vadim Yanitskiy] coverity: allow passing configure args to build_default() [Vadim Yanitskiy] coverity: build osmo-{msc,sgsn} with --enable-iu [Vadim Yanitskiy] coverity: build osmo-msc with --enable-smpp [Vadim Yanitskiy] coverity: build osmo-trx with UHD+LMS+IPC support [Vadim Yanitskiy] coverity: build osmo-trx with USRP1 support [Vadim Yanitskiy] coverity: also build and check SIMTrace host tools [Vadim Yanitskiy] coverity: also build and check osmo-{cbc,gbproxy} ------------------------------------------ [...truncated 1.94 MB...] checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/trxcon make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' echo 0.0.0 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' CC l1ctl_link.o CC l1ctl.o CC trx_if.o CC logging.o CC trxcon.o CC sched_lchan_common.o CC sched_lchan_pdtch.o CC sched_lchan_desc.o CC sched_lchan_xcch.o CC sched_lchan_tchf.o CC sched_lchan_tchh.o CC sched_lchan_rach.o CC sched_lchan_sch.o CC sched_mframe.o CC sched_clck.o CC sched_prim.o CC sched_trx.o CCLD trxcon make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' cd host/gsmmap && autoreconf -i configure.ac:13: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Makefile.am:15: warning: source file '../layer23/src/common/sysinfo.c' is in a subdirectory, Makefile.am:15: 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. Makefile.am:15: warning: source file '../layer23/src/common/networks.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am:15: warning: source file '../layer23/src/common/logging.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am: installing './depcomp' cd host/gsmmap && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/gsmmap make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' echo 0.0.0.2616-3e851 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' CC gsmmap.o gsmmap.c:22:2: warning: #warning todo bsic [-Wcpp] #warning todo bsic ^~~~~~~ CC geo.o CC locate.o CC log.o CC sysinfo.o CC networks.o CC logging.o CCLD gsmmap make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' cd host/gprsdecode && autoreconf -i configure.ac:13: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' cd host/gprsdecode && ./configure 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 for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODING... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: executing tests/atconfig commands config.status: executing depfiles commands make -C host/gprsdecode make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' Making all in tests make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' CC gsmtap.o CC rlcmac.o CC gprs.o CC main.o CCLD gprsdecode make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' cd host/virt_phy && autoreconf -i configure.ac:11: installing './compile' configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' src/Makefile.am: installing './depcomp' cd host/virt_phy && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make -C host/virt_phy make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make all-recursive make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' Making all in include make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' Making all in src make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' CC virtphy.o CC l1ctl_sock.o CC gsmtapl1_if.o CC l1ctl_sap.o l1ctl_sap.c:599:12: warning: ?get_osmo_cs_by_l1ctl? defined but not used [-Wunused-function] static int get_osmo_cs_by_l1ctl(enum l1ctl_coding_scheme l1) ^~~~~~~~~~~~~~~~~~~~ CC virt_prim_pm.o CC virt_prim_fbsb.o CC virt_prim_rach.o CC virt_prim_data.o CC virt_prim_traffic.o CC virt_l1_sched_simple.o CC logging.o CC virt_l1_model.o CC shared/virtual_um.o CC shared/osmo_mcast_sock.o CCLD virtphy $AM_CPPFLAGS is [ -I../include -I../../layer23/include] make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' + popd ~/osmo-ci/coverity/source-Osmocom + build_simtrace2 + pushd simtrace ./build_Osmocom.sh: line 58: pushd: simtrace: No such file or directory [WARNING] Build command ./build_Osmocom.sh exited with code 1. Please verify that the build completed successfully. Emitted 2908 C/C++ compilation units (100%) successfully 2908 C/C++ compilation units (100%) are ready for analysis For more details, please look at: /home/osmocom-build/osmo-ci/coverity/source-Osmocom/cov-int/build-log.txt Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 24 10:44:37 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 10:44:37 +0000 (UTC) Subject: Build failed in Jenkins: Coverity-Upload (jenkins-job-builder) #1393 In-Reply-To: <735172200.6039.1635070801428@jenkins.osmocom.org> References: <735172200.6039.1635070801428@jenkins.osmocom.org> Message-ID: <816033801.6042.1635072277053@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] fixup: coverity: also build and check SIMTrace host tools ------------------------------------------ [...truncated 1.94 MB...] checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/trxcon make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' echo 0.0.0 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' CC l1ctl_link.o CC l1ctl.o CC trx_if.o CC logging.o CC trxcon.o CC sched_lchan_common.o CC sched_lchan_pdtch.o CC sched_lchan_desc.o CC sched_lchan_xcch.o CC sched_lchan_tchf.o CC sched_lchan_tchh.o CC sched_lchan_rach.o CC sched_lchan_sch.o CC sched_mframe.o CC sched_clck.o CC sched_prim.o CC sched_trx.o CCLD trxcon make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' cd host/gsmmap && autoreconf -i configure.ac:13: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Makefile.am:15: warning: source file '../layer23/src/common/sysinfo.c' is in a subdirectory, Makefile.am:15: 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. Makefile.am:15: warning: source file '../layer23/src/common/networks.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am:15: warning: source file '../layer23/src/common/logging.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am: installing './depcomp' cd host/gsmmap && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/gsmmap make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' echo 0.0.0.2616-3e851 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' CC gsmmap.o gsmmap.c:22:2: warning: #warning todo bsic [-Wcpp] #warning todo bsic ^~~~~~~ CC geo.o CC locate.o CC log.o CC sysinfo.o CC networks.o CC logging.o CCLD gsmmap make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' cd host/gprsdecode && autoreconf -i configure.ac:13: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' cd host/gprsdecode && ./configure 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 for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODING... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: executing tests/atconfig commands config.status: executing depfiles commands make -C host/gprsdecode make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' Making all in tests make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' CC gsmtap.o CC rlcmac.o CC gprs.o CC main.o CCLD gprsdecode make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' cd host/virt_phy && autoreconf -i configure.ac:11: installing './compile' configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' src/Makefile.am: installing './depcomp' cd host/virt_phy && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make -C host/virt_phy make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make all-recursive make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' Making all in include make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' Making all in src make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' CC virtphy.o CC l1ctl_sock.o CC gsmtapl1_if.o CC l1ctl_sap.o l1ctl_sap.c:599:12: warning: ?get_osmo_cs_by_l1ctl? defined but not used [-Wunused-function] static int get_osmo_cs_by_l1ctl(enum l1ctl_coding_scheme l1) ^~~~~~~~~~~~~~~~~~~~ CC virt_prim_pm.o CC virt_prim_fbsb.o CC virt_prim_rach.o CC virt_prim_data.o CC virt_prim_traffic.o CC virt_l1_sched_simple.o CC logging.o CC virt_l1_model.o CC shared/virtual_um.o CC shared/osmo_mcast_sock.o CCLD virtphy $AM_CPPFLAGS is [ -I../include -I../../layer23/include] make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' + popd ~/osmo-ci/coverity/source-Osmocom + build_simtrace2 + pushd simtrace ./build_Osmocom.sh: line 58: pushd: simtrace: No such file or directory [WARNING] Build command ./build_Osmocom.sh exited with code 1. Please verify that the build completed successfully. Emitted 2908 C/C++ compilation units (100%) successfully 2908 C/C++ compilation units (100%) are ready for analysis For more details, please look at: /home/osmocom-build/osmo-ci/coverity/source-Osmocom/cov-int/build-log.txt Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 24 13:02:34 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 13:02:34 +0000 (UTC) Subject: Build failed in Jenkins: Coverity-Upload (jenkins-job-builder) #1394 In-Reply-To: <816033801.6042.1635072277053@jenkins.osmocom.org> References: <816033801.6042.1635072277053@jenkins.osmocom.org> Message-ID: <842988680.6062.1635080554611@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 1.98 MB...] checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/trxcon make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' echo 0.0.0 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' CC l1ctl_link.o CC l1ctl.o CC trx_if.o CC logging.o CC trxcon.o CC sched_lchan_common.o CC sched_lchan_pdtch.o CC sched_lchan_desc.o CC sched_lchan_xcch.o CC sched_lchan_tchf.o CC sched_lchan_tchh.o CC sched_lchan_rach.o CC sched_lchan_sch.o CC sched_mframe.o CC sched_clck.o CC sched_prim.o CC sched_trx.o CCLD trxcon make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' cd host/gsmmap && autoreconf -i configure.ac:13: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Makefile.am:15: warning: source file '../layer23/src/common/sysinfo.c' is in a subdirectory, Makefile.am:15: 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. Makefile.am:15: warning: source file '../layer23/src/common/networks.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am:15: warning: source file '../layer23/src/common/logging.c' is in a subdirectory, Makefile.am:15: but option 'subdir-objects' is disabled Makefile.am: installing './depcomp' cd host/gsmmap && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands make -C host/gsmmap make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' echo 0.0.0.2616-3e851 > .version-t && mv .version-t .version make all-am make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' CC gsmmap.o gsmmap.c:22:2: warning: #warning todo bsic [-Wcpp] #warning todo bsic ^~~~~~~ CC geo.o CC locate.o CC log.o CC sysinfo.o CC networks.o CC logging.o CCLD gsmmap make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gsmmap' cd host/gprsdecode && autoreconf -i configure.ac:13: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' cd host/gprsdecode && ./configure 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 for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking for LIBOSMOCODING... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: executing tests/atconfig commands config.status: executing depfiles commands make -C host/gprsdecode make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' Making all in tests make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode/tests' make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' CC gsmtap.o CC rlcmac.o CC gprs.o CC main.o CCLD gprsdecode make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/gprsdecode' cd host/virt_phy && autoreconf -i configure.ac:11: installing './compile' configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' src/Makefile.am: installing './depcomp' cd host/virt_phy && ./configure 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOSMOCORE... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make -C host/virt_phy make[1]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make all-recursive make[2]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' Making all in include make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/include' Making all in src make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' CC virtphy.o CC l1ctl_sock.o CC gsmtapl1_if.o CC l1ctl_sap.o l1ctl_sap.c:599:12: warning: ?get_osmo_cs_by_l1ctl? defined but not used [-Wunused-function] static int get_osmo_cs_by_l1ctl(enum l1ctl_coding_scheme l1) ^~~~~~~~~~~~~~~~~~~~ CC virt_prim_pm.o CC virt_prim_fbsb.o CC virt_prim_rach.o CC virt_prim_data.o CC virt_prim_traffic.o CC virt_l1_sched_simple.o CC logging.o CC virt_l1_model.o CC shared/virtual_um.o CC shared/osmo_mcast_sock.o CCLD virtphy $AM_CPPFLAGS is [ -I../include -I../../layer23/include] make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy/src' make[3]: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[3]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[2]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' make[1]: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/osmocom-bb/src/host/virt_phy' + popd ~/osmo-ci/coverity/source-Osmocom + build_simtrace2 + pushd simtrace2 ~/osmo-ci/coverity/source-Osmocom/simtrace2 ~/osmo-ci/coverity/source-Osmocom + make -C host make: Entering directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/simtrace2/host' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/home/osmocom-build/osmo-ci/coverity/source-Osmocom/simtrace2/host' [WARNING] Build command ./build_Osmocom.sh exited with code 2. Please verify that the build completed successfully. Emitted 2908 C/C++ compilation units (100%) successfully 2908 C/C++ compilation units (100%) are ready for analysis For more details, please look at: /home/osmocom-build/osmo-ci/coverity/source-Osmocom/cov-int/build-log.txt Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 24 17:39:38 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 24 Oct 2021 17:39:38 +0000 (UTC) Subject: Jenkins build is back to normal : Coverity-Upload (jenkins-job-builder) #1395 In-Reply-To: <842988680.6062.1635080554611@jenkins.osmocom.org> References: <842988680.6062.1635080554611@jenkins.osmocom.org> Message-ID: <185554328.0.1635097178558@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Mon Oct 25 10:05:57 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 25 Oct 2021 10:05:57 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#348?= Message-ID: <119572433.37.1635156357136@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] fixup: coverity: also build and check SIMTrace host tools [Vadim Yanitskiy] coverity: fix build_simtrace2(): generate Makefile using autotools [Pau Espin Pedrol] Add osmo-hnodeb to ansible/jenkins/coverity setup [Pau Espin Pedrol] Build and test osmo-hnodeb nightly packages [laforge] coverity: disable Doxygen when building projects ------------------------------------------ [...truncated 168.42 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.311.9910.202110250026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.311.9910.202110250026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39.cbfc.202110250026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110250026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110250026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110250026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110250026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.7.2127.202110250026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110250026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.29.3081.202110250026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110250026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110250026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.4.1c76.202110250026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.33.8275.202110250026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.24.bb2cb.202110250026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x + for test in $TESTS + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Mon Oct 25 10:41:42 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 25 Oct 2021 10:41:42 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#280?= Message-ID: <842421923.40.1635158502650@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] coverity: fix build_simtrace2(): generate Makefile using autotools [Pau Espin Pedrol] Add osmo-hnodeb to ansible/jenkins/coverity setup [Pau Espin Pedrol] Build and test osmo-hnodeb nightly packages [laforge] coverity: disable Doxygen when building projects ------------------------------------------ [...truncated 354.77 KB...] + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + failed= + osmo-bsc --version OsmoBSC version 1.7.0.300-4e395 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.311-9910 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.311-9910 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.7-2127 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.29-3081 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.4-1c76 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.24-bb2cb Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ### Test successful: test_binaries ### ### Running test: services_check ### + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Mon Oct 25 10:46:25 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Mon, 25 Oct 2021 10:46:25 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#279?= Message-ID: <1239923157.41.1635158785194@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] coverity: fix build_simtrace2(): generate Makefile using autotools [Pau Espin Pedrol] Add osmo-hnodeb to ansible/jenkins/coverity setup [Pau Espin Pedrol] Build and test osmo-hnodeb nightly packages [laforge] coverity: disable Doxygen when building projects ------------------------------------------ [...truncated 336.02 KB...] + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.300-4e395 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.311-9910 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.311-9910 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.7-2127 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.29-3081 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.4-1c76 GNU AGPLv3+ + + osmo-sip-connector --version grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.24-bb2cb Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 00:30:11 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 00:30:11 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1044 Message-ID: <1605122068.58.1635208211687@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] Add osmo-hnodeb to ansible/jenkins/coverity setup [Pau Espin Pedrol] Build and test osmo-hnodeb nightly packages [laforge] coverity: disable Doxygen when building projects ------------------------------------------ [...truncated 660.48 KB...] + echo %endif + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libcrypto) >= 0.9.5' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmocore) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmogb) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmogsm) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmovty) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo '%{?systemd_requires}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %description + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110260026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110260026.dsc ++ xargs + version=1:0.1.0.39.cbfc.202110260026 + case $version in ++ echo 1:0.1.0.39.cbfc.202110260026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110260026 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110260026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110260026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110260026.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110260026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110260026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110260026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110250026.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110250026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110260026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110260026.dsc Transmitting file data ... Committed revision 265. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110260026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd ./scripts/osmocom-nightly-packages.sh: line 118: cd: : No such file or directory Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 00:44:05 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 00:44:05 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #544 Message-ID: <579345544.59.1635209045386@jenkins.osmocom.org> See Changes: [Pau Espin Pedrol] Add osmo-hnodeb to ansible/jenkins/coverity setup [Pau Espin Pedrol] Build and test osmo-hnodeb nightly packages [laforge] coverity: disable Doxygen when building projects ------------------------------------------ [...truncated 654.77 KB...] + echo %endif + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libcrypto) >= 0.9.5' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmocore) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmogb) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmogsm) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo 'BuildRequires: pkgconfig(libosmovty) >= 1.5.0' + case "$line" in + IFS= + read -r line + echo '%{?systemd_requires}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %description + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110260040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110260040.dsc ++ xargs + version=1:0.1.0.39.cbfc.202110260040 + case $version in ++ echo 1:0.1.0.39.cbfc.202110260040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110260040 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110260040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110260040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110260040.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110260040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110260040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110260040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110250040.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110250040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110260040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110260040.dsc Transmitting file data ... Committed revision 262. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110260040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd : line 118: cd: : No such file or directory Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 10:05:24 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 10:05:24 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#349?= In-Reply-To: <119572433.37.1635156357136@jenkins.osmocom.org> References: <119572433.37.1635156357136@jenkins.osmocom.org> Message-ID: <413227973.98.1635242724767@jenkins.osmocom.org> See Changes: [Oliver Smith] OBS: nightly: fix missing checkout osmo-hnodeb ------------------------------------------ [...truncated 170.94 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.318.8a85.202110260026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.318.8a85.202110260026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39.cbfc.202110260026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110260026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110260026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110260026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110260026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.11.b110.202110260026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110260026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.32.a1a70.202110260026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110260026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110260026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5.364f.202110260026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.33.8275.202110260026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.24.bb2cb.202110260026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x ### Test successful: test_binaries ### + for test in $TESTS + set +x ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 10:41:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 10:41:27 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#281?= In-Reply-To: <842421923.40.1635158502650@jenkins.osmocom.org> References: <842421923.40.1635158502650@jenkins.osmocom.org> Message-ID: <457034656.102.1635244887278@jenkins.osmocom.org> See Changes: [Oliver Smith] OBS: nightly: fix missing checkout osmo-hnodeb ------------------------------------------ [...truncated 357.52 KB...] ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + set +x + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version OsmoBSC version 1.7.0.301-410a1 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.318-8a85 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.318-8a85 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.11-b110 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.32-a1a70 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.24-bb2cb Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= ### Test successful: test_binaries ### ### Running test: services_check ### + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 10:46:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 10:46:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#280?= In-Reply-To: <1239923157.41.1635158785194@jenkins.osmocom.org> References: <1239923157.41.1635158785194@jenkins.osmocom.org> Message-ID: <966394290.103.1635245180949@jenkins.osmocom.org> See Changes: [Oliver Smith] OBS: nightly: fix missing checkout osmo-hnodeb ------------------------------------------ [...truncated 338.85 KB...] + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.301-410a1 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.318-8a85 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + greposmo-bts-trx -q --version UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.318-8a85 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + osmo-ggsn --versiongrep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + osmo-hlr --version grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.11-b110 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.32-a1a70 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.24-bb2cb Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x + set +x + services_check + local service ### Test successful: test_binaries ### ### Running test: services_check ### + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 16:14:51 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 16:14:51 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_master-osmo-msc_=C2=BB_--enable-iu?= =?UTF-8?Q?,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#27163?= Message-ID: <159871186.118.1635264891778@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 344.67 KB...] /build/deps/libosmo-sccp/src/sccp2sua.c:1289: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1255: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:699: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1129: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1101: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1182: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1218: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1060: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1030: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:1087: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:468: warning: unable to resolve reference to `opt' for \ref command /build/deps/libosmo-sccp/src/sccp_sclc.c:145: warning: expected whitespace after [ command /build/deps/libosmo-sccp/src/sccp_internal.h:119: warning: The following parameters of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) are not documented: parameter 'oph' /build/deps/libosmo-sccp/src/sccp_sclc.c:121: warning: expected whitespace after [ command /build/deps/libosmo-sccp/src/sccp_internal.h:120: warning: The following parameters of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) are not documented: parameter 'oph' /build/deps/libosmo-sccp/src/sccp_sclc.c:145: warning: expected whitespace after [ command /build/deps/libosmo-sccp/src/sccp_sclc.c:147: warning: The following parameters of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) are not documented: parameter 'oph' /build/deps/libosmo-sccp/src/sccp_sclc.c:121: warning: expected whitespace after [ command /build/deps/libosmo-sccp/src/sccp_sclc.c:123: warning: The following parameters of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) are not documented: parameter 'oph' /build/deps/libosmo-sccp/src/sccp_user.c:140: warning: The following parameters of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) are not documented: parameter 'prim_cb' /build/deps/libosmo-sccp/src/sccp_user.c:128: warning: The following parameters of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) are not documented: parameter 'prim_cb' /build/deps/libosmo-sccp/src/sccp_user.c:93: warning: The following parameters of sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) are not documented: parameter 'prim_cb' /build/deps/libosmo-sccp/src/sua.c:496: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sua.c:666: warning: unable to resolve reference to `msg' for \ref command /build/deps/libosmo-sccp/src/sua.c:874: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/deps/libosmo-sccp/src/sua.c:881: warning: The following parameters of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) are not documented: parameter 'info_str' /build/deps/libosmo-sccp/src/sua.c:298: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/m3ua.c:682: warning: unable to resolve reference to `msg' for \ref command /build/deps/libosmo-sccp/src/m3ua.c:865: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/deps/libosmo-sccp/src/xua_internal.h:33: warning: The following parameters of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) are not documented: parameter 'info_str' /build/deps/libosmo-sccp/src/m3ua.c:486: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:67: warning: unable to resolve reference to `in' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:222: warning: unable to resolve reference to `msg' for \ref command /build/deps/libosmo-sccp/src/sccp2sua.c:114: warning: unable to resolve reference to `addr' for \ref command /build/deps/libosmo-sccp/src/sua.c:496: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/sua.c:666: warning: unable to resolve reference to `msg' for \ref command /build/deps/libosmo-sccp/src/sua.c:874: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/deps/libosmo-sccp/src/xua_internal.h:24: warning: The following parameters of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) are not documented: parameter 'info_str' /build/deps/libosmo-sccp/src/sua.c:298: warning: unable to resolve reference to `xua' for \ref command /build/deps/libosmo-sccp/src/xua_msg.c:424: warning: unable to resolve reference to `maps' for \ref command /build/deps/libosmo-sccp/src/xua_msg.c:427: warning: The following parameters of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) are not documented: parameter 'num_maps' gtran/sccp_helpers.h... Generating code for file include/osmocom/sigtran/sccp_sap.h... Generating code for file include/osmocom/sigtran/sigtran_sap.h... Generating code for file include/osmocom/sigtran/xua_msg.h... Generating code for file include/osmocom/sigtran/xua_types.h... Parsing code for file src/ipa.c... Parsing code for file src/m3ua.c... Parsing code for file src/mtp_pcap.c... Parsing code for file src/osmo_ss7.c... Parsing code for file src/osmo_ss7_hmrt.c... Parsing code for file src/osmo_ss7_vty.c... Parsing code for file src/sccp.c... Parsing code for file src/sccp2sua.c... Parsing code for file src/sccp_helpers.c... Generating code for file src/sccp_internal.h... Parsing code for file src/sccp_lbcs.c... Parsing code for file src/sccp_sap.c... Parsing code for file src/sccp_sclc.c... Parsing code for file src/sccp_scmg.c... Parsing code for file src/sccp_scoc.c... Parsing code for file src/sccp_scrc.c... Parsing code for file src/sccp_types.c... Parsing code for file src/sccp_user.c... Parsing code for file src/sccp_vty.c... Generating code for file src/ss7_internal.h... Parsing code for file src/sua.c... Parsing code for file src/xua_as_fsm.c... Generating code for file src/xua_as_fsm.h... Parsing code for file src/xua_asp_fsm.c... Generating code for file src/xua_asp_fsm.h... Parsing code for file src/xua_default_lm_fsm.c... Generating code for file src/xua_internal.h... Parsing code for file src/xua_msg.c... Parsing code for file src/xua_rkm.c... Parsing code for file src/xua_shared.c... Parsing code for file src/xua_snm.c... Generating file documentation... Generating docs for file include/osmocom/sigtran/m2ua_types.h... Generating docs for file include/osmocom/sigtran/mtp_sap.h... Generating docs for file include/osmocom/sigtran/osmo_ss7.h... Generating docs for file include/osmocom/sigtran/protocol/m3ua.h... Generating docs for file include/osmocom/sigtran/protocol/mtp.h... Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h... Generating docs for file include/osmocom/sigtran/protocol/sua.h... Generating docs for file include/osmocom/sigtran/sccp_helpers.h... Generating docs for file include/osmocom/sigtran/sccp_sap.h... Generating docs for file include/osmocom/sigtran/sigtran_sap.h... Generating docs for file include/osmocom/sigtran/xua_msg.h... Generating docs for file include/osmocom/sigtran/xua_types.h... Generating docs for file src/ipa.c... Generating docs for file src/m3ua.c... Generating docs for file src/mtp_pcap.c... Generating docs for file src/osmo_ss7.c... Generating docs for file src/osmo_ss7_hmrt.c... Generating docs for file src/osmo_ss7_vty.c... Generating docs for file src/sccp.c... Generating docs for file src/sccp2sua.c... Generating docs for file src/sccp_helpers.c... Generating docs for file src/sccp_internal.h... Generating docs for file src/sccp_lbcs.c... Generating docs for file src/sccp_sap.c... Generating docs for file src/sccp_sclc.c... Generating docs for file src/sccp_scmg.c... Generating docs for file src/sccp_scoc.c... Generating docs for file src/sccp_scrc.c... Generating docs for file src/sccp_types.c... Generating docs for file src/sccp_user.c... Generating docs for file src/sccp_vty.c... Generating docs for file src/ss7_internal.h... Generating docs for file src/sua.c... Generating docs for file src/xua_as_fsm.c... Generating docs for file src/xua_as_fsm.h... Generating docs for file src/xua_asp_fsm.c... Generating docs for file src/xua_asp_fsm.h... Generating docs for file src/xua_default_lm_fsm.c... Generating docs for file src/xua_internal.h... Generating docs for file src/xua_msg.c... Generating docs for file src/xua_rkm.c... Generating docs for file src/xua_shared.c... Generating docs for file src/xua_snm.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ipa_asp_fsm_priv... Generating docs for compound lm_fsm_priv... Generating docs for compound m3ua_data_hdr... Generating docs for compound osmo_mtp_pause_param... Generating docs for compound osmo_mtp_prim... /build/deps/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:83: warning: unable to resolve reference to `osmo_xua_servers' for \ref command /build/deps/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:83: warning: unable to resolve reference to `osmo_xua_servers' for \ref command Generating docs for compound osmo_mtp_resume_param... Generating docs for compound osmo_mtp_status_param... Generating docs for compound osmo_mtp_transfer_param... Generating docs for compound osmo_sccp_addr... Generating docs for compound osmo_sccp_addr_entry... Generating docs for compound osmo_sccp_gt... Generating docs for compound osmo_sccp_instance... Generating docs for compound osmo_sccp_timer_val... Generating docs for compound osmo_sccp_user... Generating docs for compound osmo_scu_connect_param... Generating docs for compound osmo_scu_data_param... Generating docs for compound osmo_scu_disconn_param... Generating docs for compound osmo_scu_notice_param... Generating docs for compound osmo_scu_pcstate_param... Generating docs for compound osmo_scu_prim... Generating docs for compound osmo_scu_reset_param... Generating docs for compound osmo_scu_state_param... Generating docs for compound osmo_scu_unitdata_param... Generating docs for compound osmo_ss7_as... Generating docs for compound osmo_ss7_asp... Generating docs for compound osmo_ss7_asp_peer... Generating docs for compound osmo_ss7_instance... Generating docs for compound osmo_ss7_link... Generating docs for compound osmo_ss7_linkset... Generating docs for compound osmo_ss7_pc_fmt... Generating docs for compound osmo_ss7_route... Generating docs for compound osmo_ss7_route_table... Generating docs for compound osmo_ss7_routing_key... Generating docs for compound osmo_ss7_user... Generating docs for compound osmo_xlm_prim... Generating docs for compound osmo_xlm_prim_error... Generating docs for compound osmo_xlm_prim_notify... Generating docs for compound osmo_xlm_prim_rk_dereg... Generating docs for compound osmo_xlm_prim_rk_reg... Generating docs for compound osmo_xua_layer_manager... Generating docs for compound osmo_xua_server... Generating docs for compound pcap_hdr... Generating docs for compound pcaprec_hdr... Generating docs for compound sccp_connection... Generating docs for compound sccp_data_callback... Generating docs for compound sccp_scmg_msg... Generating docs for compound sccp_system... Generating docs for compound udt_offsets... Generating docs for compound xua_as_fsm_priv... Generating docs for compound xua_asp_fsm_priv... Generating docs for compound xua_common_hdr... Generating docs for compound xua_dialect... Generating docs for compound xua_msg... Generating docs for compound xua_msg_class... Generating docs for compound xua_msg_event_map... Generating docs for compound xua_msg_part... Generating docs for compound xua_parameter_hdr... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 2866/65536 hits=24741 misses=2964 finished... cd ./doc && tar cf html.tar */html make[3]: Entering directory '/build/deps/libosmo-sccp' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/lib/pkgconfig' /bin/mkdir -p '/build/deps/install/stow/libosmo-sccp/share/doc/libosmo-sccp' /usr/bin/install -c -m 644 libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc '/build/deps/install/stow/libosmo-sccp/lib/pkgconfig' /usr/bin/install -c -m 644 ./doc/html.tar '/build/deps/install/stow/libosmo-sccp/share/doc/libosmo-sccp' make install-data-hook make[4]: Entering directory '/build/deps/libosmo-sccp' cd /build/deps/install/stow/libosmo-sccp/share/doc/libosmo-sccp && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/deps/libosmo-sccp' make[3]: Leaving directory '/build/deps/libosmo-sccp' make[2]: Leaving directory '/build/deps/libosmo-sccp' make[1]: Leaving directory '/build/deps/libosmo-sccp' + STOW_DIR=/build/deps/install/stow stow --restow libosmo-sccp + PARALLEL_MAKE= + osmo-build-dep.sh libsmpp34 =============================== libsmpp34 =============================== + mkdir -p /build/deps + cd /build/deps + osmo-deps.sh libsmpp34 + project=libsmpp34 + branch=master + git branch -a + grep -c remotes/origin/master$ + [ x1 != x0 ] + branch=origin/master + test -d libsmpp34 + cd libsmpp34 + git fetch --tags origin fatal: Unable to look up git.osmocom.org (port 9418) (Temporary failure in name resolution) Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Tue Oct 26 16:57:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Tue, 26 Oct 2021 16:57:01 +0000 (UTC) Subject: =?UTF-8?Q?Jenkins_build_is_back_to_normal_:_master-osmo-msc_=C2=BB_--enab?= =?UTF-8?Q?le-iu,0,a3=3Ddefault,a4=3Ddefault,osmocom-master-debian9_#27164?= In-Reply-To: <159871186.118.1635264891778@jenkins.osmocom.org> References: <159871186.118.1635264891778@jenkins.osmocom.org> Message-ID: <1086257376.119.1635267421691@jenkins.osmocom.org> See From jenkins at lists.osmocom.org Wed Oct 27 00:30:07 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 27 Oct 2021 00:30:07 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1045 In-Reply-To: <1605122068.58.1635208211687@jenkins.osmocom.org> References: <1605122068.58.1635208211687@jenkins.osmocom.org> Message-ID: <666645413.120.1635294607144@jenkins.osmocom.org> See Changes: [Oliver Smith] OBS: nightly: fix missing checkout osmo-hnodeb ------------------------------------------ [...truncated 662.81 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110270026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110270026.dsc ++ cut -d: -f2- ++ xargs + version=1:0.1.0.39.cbfc.202110270026 + case $version in ++ echo 1:0.1.0.39.cbfc.202110270026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110270026 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110270026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110270026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110270026.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110270026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110270026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110270026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110260026.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110260026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110270026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110270026.dsc Transmitting file data ... Committed revision 266. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110270026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110270026 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-nightly 1.0.0.202110270026 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-nightly + local dependver=1.0.0.202110270026 + '[' osmo-hnodeb = osmocom-nightly ']' + '[' -n 1.0.0.202110270026 ']' + depend='osmocom-nightly (= 1.0.0.202110270026)' + sed 's/^Depends: /Depends: osmocom-nightly (= 1.0.0.202110270026), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110270026)' . [master 71fed8a] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110270026) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110270026 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Wed Oct 27 00:44:15 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 27 Oct 2021 00:44:15 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #545 In-Reply-To: <579345544.59.1635209045386@jenkins.osmocom.org> References: <579345544.59.1635209045386@jenkins.osmocom.org> Message-ID: <1102916567.121.1635295455635@jenkins.osmocom.org> See Changes: [Oliver Smith] OBS: nightly: fix missing checkout osmo-hnodeb ------------------------------------------ [...truncated 657.14 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110270040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110270040.dsc ++ cut -d: -f2- ++ xargs + version=1:0.1.0.39.cbfc.202110270040 + case $version in ++ echo 1:0.1.0.39.cbfc.202110270040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110270040 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110270040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110270040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110270040.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110270040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110270040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110270040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110260040.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110260040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110270040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110270040.dsc Transmitting file data ... Committed revision 263. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110270040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110270040 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-next 1.0.0.202110270040 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-next + local dependver=1.0.0.202110270040 + '[' osmo-hnodeb = osmocom-next ']' + '[' -n 1.0.0.202110270040 ']' + depend='osmocom-next (= 1.0.0.202110270040)' + sed 's/^Depends: /Depends: osmocom-next (= 1.0.0.202110270040), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-next (= 1.0.0.202110270040)' . [master 90e2953] auto-commit: debian: depend on osmocom-next (= 1.0.0.202110270040) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110270040 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Wed Oct 27 10:04:27 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 27 Oct 2021 10:04:27 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#350?= In-Reply-To: <413227973.98.1635242724767@jenkins.osmocom.org> References: <413227973.98.1635242724767@jenkins.osmocom.org> Message-ID: <758318370.161.1635329067063@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 6.01 KB...] make: Entering directory ' awk: fatal: cannot open file `.release' for reading (No such file or directory) awk: fatal: cannot open file `.release' for reading (No such file or directory) awk: fatal: cannot open file `.release' for reading (No such file or directory) rm -rf .common cp -r .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=docker.io \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=centos:centos8 \ --build-arg DISTRO=centos8 \ --build-arg OSMOCOM_REPO_MIRROR=http://download.opensuse.org \ --build-arg OSMOCOM_REPO_PATH=repositories/network:/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=http://download.opensuse.org \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --pull -t osmocom-build/centos8-repo-install-test:latest . Sending build context to Docker daemon 7.68kB Step 1/6 : ARG USER Step 2/6 : ARG REGISTRY=docker.io Step 3/6 : ARG UPSTREAM_DISTRO=centos:centos8 Step 4/6 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} centos8: Pulling from library/centos Digest: sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 Status: Image is up to date for centos:centos8 ---> 5d0da3dc9764 Step 5/6 : RUN dnf install -y systemd dnf-utils ---> Using cache ---> f9693991c8e4 Step 6/6 : RUN yum config-manager --set-enabled powertools ---> Using cache ---> 58807b7fbc9b [Warning] One or more build-args [OSMO_SIP_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_MGW_BRANCH OSMOCOM_REPO_MIRROR OSMO_GBPROXY_BRANCH OSMO_MSC_BRANCH OSMO_NITB_BRANCH OSMO_TTCN3_BRANCH OSMO_PCU_BRANCH OSMO_STP_BRANCH UID DISTRO OSMOCOM_REPO_PATH OSMOCOM_REPO_VERSION OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_BB_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_SGSN_BRANCH] were not consumed Successfully built 58807b7fbc9b Successfully tagged osmocom-build/centos8-repo-install-test:latest rm -rf .common make: Leaving directory ' + docker_image_exists centos8-repo-install-test + docker images -q osmocom-build/centos8-repo-install-test + test -n 58807b7fbc9b + list_osmo_packages centos8 centos8-repo-install-test + local distro=centos8 + local image=centos8-repo-install-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos8-repo-install-test -c + [ -n ] + return + ret=0 + cd + return 0 + FEED=nightly + PROJ=network:osmocom:nightly + CONTAINER=centos8-repo-install-test-nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=network:osmocom:latest + [ centos8 = centos8 ] + PROJ_CONFLICT=network:osmocom:next + docker inspect -f {{.State.Running}} centos8-repo-install-test-nightly + [ = true ] + args= + [ -n ] + check_if_systemd_is_running + docker run --rm -v :/repo-install-test:ro --name centos8-repo-install-test-nightly -e FEED=nightly -e PROJ=network:osmocom:nightly -e PROJ_CONFLICT=network:osmocom:next -e DISTRO=centos8 -e TESTS= test_conflict install_repo_packages test_binaries services_check -e container=docker --tmpfs+ /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-addseq SYS_NICE 1 osmocom-build/centos8-repo-install-test 10 /lib/systemd/systemd + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status ? 805f573a1b82 State: running Jobs: 0 queued Failed: 0 units Since: Wed 2021-10-27 10:04:15 UTC; 461ms ago CGroup: /docker/805f573a1b820d01dd0e1cb45d7d010bc96733e25b288af29b908f92c1cc94cb ??34 systemctl status ??init.scope ? ??1 /lib/systemd/systemd ??system.slice ??systemd-journald.service ? ??24 /usr/lib/systemd/systemd-journald ??dbus.service ??32 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only + return + ret=0 + docker exec centos8-repo-install-test-nightly /repo-install-test/run-inside-docker.sh + SERVICES=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + SERVICES_NIGHTLY=' osmo-pcap-server osmo-hnodeb ' ++ distro_obsdir ++ case "$DISTRO" in ++ echo CentOS_8 + DISTRO_OBSDIR=CentOS_8 + check_env + '[' -n nightly ']' + echo 'Checking feed: nightly' Checking feed: nightly + '[' -n network:osmocom:nightly ']' + echo 'Checking project: network:osmocom:nightly' + '[' -n network:osmocom:next ']' + echo 'Checking conflicting project: network:osmocom:next' + '[' -n centos8 ']' + echo 'Linux distribution: centos8' + '[' -n ' test_conflict install_repo_packages test_binaries services_check ' ']' + echo 'Enabled tests: test_conflict install_repo_packages test_binaries services_check ' Checking project: network:osmocom:nightly Checking conflicting project: network:osmocom:next Linux distribution: centos8 Enabled tests: test_conflict install_repo_packages test_binaries services_check + configure_keep_cache + '[' -z '' ']' + return + configure_osmocom_repo network:osmocom:nightly + case "$DISTRO" in + configure_osmocom_repo_centos network:osmocom:nightly + local proj=network:osmocom:nightly ++ proj_with_slashes network:osmocom:nightly ++ echo network:osmocom:nightly ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8 + echo 'Configuring Osmocom repository' Configuring Osmocom repository + cat ++ proj_with_underscore network:osmocom:nightly ++ echo network:osmocom:nightly ++ tr : _ + for test in $TESTS + set +x ### Running test: test_conflict ### + case "$test" in + test_conflict + case "$DISTRO" in + test_conflict_centos + dnf -y install libosmocore-devel CentOS Linux 8 - AppStream 1.9 kB/s | 4.3 kB 00:02 CentOS Linux 8 - AppStream 7.2 MB/s | 9.3 MB 00:01 CentOS Linux 8 - BaseOS 15 kB/s | 3.9 kB 00:00 CentOS Linux 8 - BaseOS 38 MB/s | 7.5 MB 00:00 CentOS Linux 8 - Extras 36 kB/s | 1.5 kB 00:00 CentOS Linux 8 - Extras 31 kB/s | 10 kB 00:00 CentOS Linux 8 - PowerTools 7.2 MB/s | 2.4 MB 00:00 network:osmocom:nightly 320 kB/s | 226 kB 00:00 Dependencies resolved. ============================================================================================= Package Arch Version Repository Size ============================================================================================= Installing: libosmocore-devel x86_64 1.5.1.261.8db64.202110270026-1.1 network_osmocom_nightly 72 k Installing dependencies: libosmocore17 x86_64 1.5.1.261.8db64.202110270026-1.1 network_osmocom_nightly 99 k libpkgconf x86_64 1.4.2-1.el8 baseos 35 k libtalloc x86_64 2.3.1-2.el8 baseos 49 k libtalloc-devel x86_64 2.3.1-2.el8 baseos 63 k lksctp-tools x86_64 1.0.18-3.el8 baseos 100 k osmocom-nightly x86_64 1.0.0.202110270026-1.1 network_osmocom_nightly 7.0 k pkgconf x86_64 1.4.2-1.el8 baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k Transaction Summary ============================================================================================= Install 10 Packages Total download size: 494 k Installed size: 1.0 M Downloading Packages: (1/10): libpkgconf-1.4.2-1.el8.x86_64.rpm 1.0 MB/s | 35 kB 00:00 (2/10): libtalloc-2.3.1-2.el8.x86_64.rpm 1.2 MB/s | 49 kB 00:00 (3/10): libtalloc-devel-2.3.1-2.el8.x86_64.rpm 1.4 MB/s | 63 kB 00:00 (4/10): pkgconf-1.4.2-1.el8.x86_64.rpm 3.5 MB/s | 38 kB 00:00 (5/10): pkgconf-m4-1.4.2-1.el8.noarch.rpm 1.5 MB/s | 17 kB 00:00 (6/10): lksctp-tools-1.0.18-3.el8.x86_64.rpm 4.2 MB/s | 100 kB 00:00 (7/10): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 745 kB/s | 15 kB 00:00 [MIRROR] osmocom-nightly-1.0.0.202110270026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/osmocom-nightly-1.0.0.202110270026-1.1.x86_64.rpm (IP: 62.146.92.202) [MIRROR] libosmocore-devel-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/libosmocore-devel-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm (IP: 62.146.92.202) [MIRROR] libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm (IP: 62.146.92.202) [MIRROR] libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm: Status code: 404 for https://widehat.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_8/x86_64/libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm (IP: 62.146.92.202) [FAILED] libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: Cannot download x86_64/libosmocore17-1.5.1.261.8db64.202110270026-1.1.x86_64.rpm: All mirrors were tried + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Wed Oct 27 10:41:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 27 Oct 2021 10:41:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#282?= In-Reply-To: <457034656.102.1635244887278@jenkins.osmocom.org> References: <457034656.102.1635244887278@jenkins.osmocom.org> Message-ID: <923281189.164.1635331296803@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 357.78 KB...] + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.321-c2ae Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.321-c2ae Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.16-861d OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service ### Test successful: test_binaries ### ### Running test: services_check ### + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Wed Oct 27 10:46:10 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Wed, 27 Oct 2021 10:46:10 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#281?= In-Reply-To: <966394290.103.1635245180949@jenkins.osmocom.org> References: <966394290.103.1635245180949@jenkins.osmocom.org> Message-ID: <775538435.165.1635331570425@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 338.74 KB...] + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.321-c2ae Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.321-c2ae Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.16-861d OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.33-8275 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x + set +x + services_check + local service ### Test successful: test_binaries ### ### Running test: services_check ### + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Thu Oct 28 00:30:22 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 28 Oct 2021 00:30:22 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1046 In-Reply-To: <666645413.120.1635294607144@jenkins.osmocom.org> References: <666645413.120.1635294607144@jenkins.osmocom.org> Message-ID: <523463818.181.1635381022509@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 662.98 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110280026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110280026.dsc ++ xargs + version=1:0.1.0.39.cbfc.202110280026 + case $version in ++ echo 1:0.1.0.39.cbfc.202110280026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110280026 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110280026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110280026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110280026.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110280026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110280026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110280026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110270026.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110270026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110280026.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110280026.dsc Transmitting file data ... Committed revision 267. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110280026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110280026 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-nightly 1.0.0.202110280026 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-nightly + local dependver=1.0.0.202110280026 + '[' osmo-hnodeb = osmocom-nightly ']' + '[' -n 1.0.0.202110280026 ']' + depend='osmocom-nightly (= 1.0.0.202110280026)' + sed 's/^Depends: /Depends: osmocom-nightly (= 1.0.0.202110280026), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110280026)' . [master b39dd7e] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110280026) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110280026 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Thu Oct 28 00:44:08 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 28 Oct 2021 00:44:08 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #546 In-Reply-To: <1102916567.121.1635295455635@jenkins.osmocom.org> References: <1102916567.121.1635295455635@jenkins.osmocom.org> Message-ID: <865059418.182.1635381848344@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 657.31 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110280040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.39.cbfc.202110280040.dsc ++ xargs + version=1:0.1.0.39.cbfc.202110280040 + case $version in ++ echo 1:0.1.0.39.cbfc.202110280040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.39.cbfc.202110280040 ++ cut -d : -f 2 + version=0.1.0.39.cbfc.202110280040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.39.cbfc.202110280040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.39.cbfc.202110280040.tar.xz + tarball=osmo-gbproxy_0.1.0.39.cbfc.202110280040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.39.cbfc.202110280040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110280040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110270040.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110270040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110280040.tar.xz Sending osmo-gbproxy_0.1.0.39.cbfc.202110280040.dsc Transmitting file data ... Committed revision 264. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110280040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110280040 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-next 1.0.0.202110280040 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-next + local dependver=1.0.0.202110280040 + '[' osmo-hnodeb = osmocom-next ']' + '[' -n 1.0.0.202110280040 ']' + depend='osmocom-next (= 1.0.0.202110280040)' + sed 's/^Depends: /Depends: osmocom-next (= 1.0.0.202110280040), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-next (= 1.0.0.202110280040)' . [master 759c4b6] auto-commit: debian: depend on osmocom-next (= 1.0.0.202110280040) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110280040 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Thu Oct 28 10:07:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 28 Oct 2021 10:07:20 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#351?= In-Reply-To: <758318370.161.1635329067063@jenkins.osmocom.org> References: <758318370.161.1635329067063@jenkins.osmocom.org> Message-ID: <1121003283.223.1635415640165@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 170.92 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.323.b71d.202110280026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.323.b71d.202110280026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39.cbfc.202110280026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110280026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110280026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110280026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110280026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.18.651f.202110280026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110280026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.34.97b8e.202110280026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110280026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110280026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5.364f.202110280026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.34.8aa6.202110280026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.28.019d.202110280026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x ### Test successful: test_binaries ### + for test in $TESTS + set +x ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Thu Oct 28 10:41:30 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 28 Oct 2021 10:41:30 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#283?= In-Reply-To: <923281189.164.1635331296803@jenkins.osmocom.org> References: <923281189.164.1635331296803@jenkins.osmocom.org> Message-ID: <428802008.226.1635417690233@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 357.80 KB...] ### Running test: test_binaries ### + set +x + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.323-b71d Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.323-b71d Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.18-651f OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service ### Test successful: test_binaries ### ### Running test: services_check ### + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Process leaked file descriptors. See https://www.jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Thu Oct 28 10:46:32 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Thu, 28 Oct 2021 10:46:32 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#282?= In-Reply-To: <775538435.165.1635331570425@jenkins.osmocom.org> References: <775538435.165.1635331570425@jenkins.osmocom.org> Message-ID: <1891509053.227.1635417992485@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 338.79 KB...] ### Running test: test_binaries ### + set +x + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.323-b71d Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.323-b71d Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.39-cbfc Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.18-651f OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.5-364f GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + osmo-trx-uhd --version grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 29 00:30:05 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 29 Oct 2021 00:30:05 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1047 In-Reply-To: <523463818.181.1635381022509@jenkins.osmocom.org> References: <523463818.181.1635381022509@jenkins.osmocom.org> Message-ID: <148761272.243.1635467405911@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 663.05 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110290026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110290026.dsc ++ xargs + version=1:0.1.0.43.6ec5f.202110290026 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110290026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110290026 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110290026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110290026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110290026.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110290026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110290026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110290026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110280026.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110280026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110290026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110290026.dsc Transmitting file data ... Committed revision 268. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110290026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110290026 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-nightly 1.0.0.202110290026 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-nightly + local dependver=1.0.0.202110290026 + '[' osmo-hnodeb = osmocom-nightly ']' + '[' -n 1.0.0.202110290026 ']' + depend='osmocom-nightly (= 1.0.0.202110290026)' + sed 's/^Depends: /Depends: osmocom-nightly (= 1.0.0.202110290026), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110290026)' . [master 9e4c3e7] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110290026) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110290026 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 29 00:44:01 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 29 Oct 2021 00:44:01 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #547 In-Reply-To: <865059418.182.1635381848344@jenkins.osmocom.org> References: <865059418.182.1635381848344@jenkins.osmocom.org> Message-ID: <1415777818.244.1635468241756@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 657.38 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110290040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110290040.dsc ++ xargs + version=1:0.1.0.43.6ec5f.202110290040 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110290040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110290040 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110290040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110290040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110290040.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110290040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110290040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110290040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.39.cbfc.202110280040.dsc Deleting osmo-gbproxy_0.1.0.39.cbfc.202110280040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110290040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110290040.dsc Transmitting file data ... Committed revision 265. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110290040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ sed s/-/./g +++ echo UNKNOWN ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110290040 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-next 1.0.0.202110290040 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-next + local dependver=1.0.0.202110290040 + '[' osmo-hnodeb = osmocom-next ']' + '[' -n 1.0.0.202110290040 ']' + depend='osmocom-next (= 1.0.0.202110290040)' + sed 's/^Depends: /Depends: osmocom-next (= 1.0.0.202110290040), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-next (= 1.0.0.202110290040)' . [master 5b32308] auto-commit: debian: depend on osmocom-next (= 1.0.0.202110290040) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110290040 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 29 10:05:19 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 29 Oct 2021 10:05:19 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#352?= In-Reply-To: <1121003283.223.1635415640165@jenkins.osmocom.org> References: <1121003283.223.1635415640165@jenkins.osmocom.org> Message-ID: <1458978623.284.1635501919434@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 171.26 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.327.3606.202110290026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.327.3606.202110290026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43.6ec5f.202110290026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110290026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110290026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110290026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110290026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20.02de.202110290026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110290026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.34.97b8e.202110290026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110290026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110290026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7.f3eb.202110290026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.34.8aa6.202110290026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.28.019d.202110290026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x ### Test successful: test_binaries ### + for test in $TESTS + set +x ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 29 10:41:32 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 29 Oct 2021 10:41:32 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#284?= In-Reply-To: <428802008.226.1635417690233@jenkins.osmocom.org> References: <428802008.226.1635417690233@jenkins.osmocom.org> Message-ID: <820084025.287.1635504092324@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 357.83 KB...] + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + osmo-bsc --version OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.327-3606 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.327-3606 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= ### Test successful: test_binaries ### ### Running test: services_check ### + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Fri Oct 29 10:46:53 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Fri, 29 Oct 2021 10:46:53 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#283?= In-Reply-To: <1891509053.227.1635417992485@jenkins.osmocom.org> References: <1891509053.227.1635417992485@jenkins.osmocom.org> Message-ID: <1583134296.288.1635504413170@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 338.98 KB...] + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector ### Test successful: install_repo_packages ### ### Running test: test_binaries ### osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version OsmoBSC version 1.7.0.303-7be36 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.327-3606 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.327-3606 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x + set +x + services_check + local service + ### Test successful: test_binaries ### ### Running test: services_check ### local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sat Oct 30 00:30:42 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 30 Oct 2021 00:30:42 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1048 In-Reply-To: <148761272.243.1635467405911@jenkins.osmocom.org> References: <148761272.243.1635467405911@jenkins.osmocom.org> Message-ID: <298536386.304.1635553842505@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 663.06 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110300026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110300026.dsc ++ xargs + version=1:0.1.0.43.6ec5f.202110300026 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110300026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110300026 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110300026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110300026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110300026.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110300026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110300026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110300026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110290026.dsc Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110290026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110300026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110300026.dsc Transmitting file data ... Committed revision 269. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110300026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110300026 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-nightly 1.0.0.202110300026 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-nightly + local dependver=1.0.0.202110300026 + '[' osmo-hnodeb = osmocom-nightly ']' + '[' -n 1.0.0.202110300026 ']' + depend='osmocom-nightly (= 1.0.0.202110300026)' + sed 's/^Depends: /Depends: osmocom-nightly (= 1.0.0.202110300026), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110300026)' . [master 55a3544] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110300026) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110300026 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sat Oct 30 00:44:20 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 30 Oct 2021 00:44:20 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #548 In-Reply-To: <1415777818.244.1635468241756@jenkins.osmocom.org> References: <1415777818.244.1635468241756@jenkins.osmocom.org> Message-ID: <1790860412.305.1635554660945@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 657.42 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110300040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110300040.dsc ++ cut -d: -f2- ++ xargs + version=1:0.1.0.43.6ec5f.202110300040 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110300040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110300040 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110300040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110300040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110300040.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110300040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110300040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110300040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110290040.dsc Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110290040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110300040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110300040.dsc Transmitting file data ... Committed revision 266. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110300040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110300040 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-next 1.0.0.202110300040 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-next + local dependver=1.0.0.202110300040 + '[' osmo-hnodeb = osmocom-next ']' + '[' -n 1.0.0.202110300040 ']' + depend='osmocom-next (= 1.0.0.202110300040)' + sed 's/^Depends: /Depends: osmocom-next (= 1.0.0.202110300040), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-next (= 1.0.0.202110300040)' . [master 2a02918] auto-commit: debian: depend on osmocom-next (= 1.0.0.202110300040) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110300040 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sat Oct 30 10:05:50 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 30 Oct 2021 10:05:50 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#353?= In-Reply-To: <1458978623.284.1635501919434@jenkins.osmocom.org> References: <1458978623.284.1635501919434@jenkins.osmocom.org> Message-ID: <351086792.342.1635588350093@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 171.26 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.329.98a47.202110300026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.329.98a47.202110300026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43.6ec5f.202110300026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110300026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110300026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110300026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110300026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20.02de.202110300026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110300026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.34.97b8e.202110300026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110300026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110300026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7.f3eb.202110300026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.34.8aa6.202110300026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.28.019d.202110300026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x ### Test successful: test_binaries ### + for test in $TESTS + set +x ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sat Oct 30 10:41:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 30 Oct 2021 10:41:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#285?= In-Reply-To: <820084025.287.1635504092324@jenkins.osmocom.org> References: <820084025.287.1635504092324@jenkins.osmocom.org> Message-ID: <410549831.345.1635590496648@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 357.83 KB...] + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.305-298f Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + set +x + set +x + services_check + local service + local ### Test successful: test_binaries ### ### Running test: services_check ### services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sat Oct 30 10:46:36 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sat, 30 Oct 2021 10:46:36 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#284?= In-Reply-To: <1583134296.288.1635504413170@jenkins.osmocom.org> References: <1583134296.288.1635504413170@jenkins.osmocom.org> Message-ID: <1487380816.346.1635590796470@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 338.91 KB...] ### Running test: test_binaries ### + set +x + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version OsmoBSC version 1.7.0.305-298f Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + osmo-sgsngrep -q --version UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 31 00:30:11 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 31 Oct 2021 00:30:11 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_nightly #1049 In-Reply-To: <298536386.304.1635553842505@jenkins.osmocom.org> References: <298536386.304.1635553842505@jenkins.osmocom.org> Message-ID: <2118640072.363.1635640211853@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 663.06 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110310026 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ grep '^Version: ' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110310026.dsc ++ cut -d: -f2- ++ xargs + version=1:0.1.0.43.6ec5f.202110310026 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110310026 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110310026 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110310026 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110310026\nEpoch: 1/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:nightly/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110310026.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110310026.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110310026.tar.xz/g' :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:nightly/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110310026' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110300026.dsc Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110300026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110310026.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110310026.dsc Transmitting file data ... Committed revision 270. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:nightly/osmo-hnodeb + local dependver=1.0.0.202110310026 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:nightly/osmo-hnodeb ']' + mkdir -p :osmocom:nightly/osmo-hnodeb/ + cd :osmocom:nightly/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110310026 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-nightly 1.0.0.202110310026 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-nightly + local dependver=1.0.0.202110310026 + '[' osmo-hnodeb = osmocom-nightly ']' + '[' -n 1.0.0.202110310026 ']' + depend='osmocom-nightly (= 1.0.0.202110310026)' + sed 's/^Depends: /Depends: osmocom-nightly (= 1.0.0.202110310026), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110310026)' . [master 8e41b5d] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202110310026) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110310026 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 31 00:44:03 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 31 Oct 2021 00:44:03 +0000 (UTC) Subject: Build failed in Jenkins: Osmocom_OBS_next #549 In-Reply-To: <1790860412.305.1635554660945@jenkins.osmocom.org> References: <1790860412.305.1635554660945@jenkins.osmocom.org> Message-ID: <829166777.364.1635641044028@jenkins.osmocom.org> See Changes: ------------------------------------------ [...truncated 657.43 KB...] + case "$line" in + IFS= + read -r line + echo 'The purpose of the Gb proxy is to aggregate the Gb links of multiple' + case "$line" in + IFS= + read -r line + echo 'BSS'\''s and present them in one Gb link to the SGSN.' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %prep + case "$line" in + IFS= + read -r line + echo '%setup -q' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %build + case "$line" in + '[' -n 1.0.0.202110310040 ']' + cat + IFS= + read -r line + echo 'echo "%{version}" >.tarball-version' + case "$line" in + IFS= + read -r line + echo 'autoreconf -fi' + case "$line" in + IFS= + read -r line + echo '%configure \' + case "$line" in + IFS= + read -r line + echo ' --docdir=%{_docdir}/%{name} \' + case "$line" in + IFS= + read -r line + echo ' --with-systemdsystemunitdir=%{_unitdir}' + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags}' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %install + case "$line" in + IFS= + read -r line + echo %make_install + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo '%if 0%{?suse_version}' + case "$line" in + IFS= + read -r line + echo '%preun %service_del_preun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%postun %service_del_postun %{name}.service' + case "$line" in + IFS= + read -r line + echo '%pre %service_add_pre %{name}.service' + case "$line" in + IFS= + read -r line + echo '%post %service_add_post %{name}.service' + case "$line" in + IFS= + read -r line + echo %endif + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %check + case "$line" in + IFS= + read -r line + echo 'make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %files + case "$line" in + IFS= + read -r line + echo '%doc AUTHORS README.md' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples' + case "$line" in + IFS= + read -r line + echo '%dir %{_docdir}/%{name}/examples/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_docdir}/%{name}/examples/osmo-gbproxy/osmo-gbproxy-pool.cfg' + case "$line" in + IFS= + read -r line + echo '%{_bindir}/osmo-gbproxy' + case "$line" in + IFS= + read -r line + echo '%dir %{_sysconfdir}/osmocom' + case "$line" in + IFS= + read -r line + echo '%config(noreplace) %{_sysconfdir}/osmocom/osmo-gbproxy.cfg' + case "$line" in + IFS= + read -r line + echo '%{_unitdir}/%{name}.service' + case "$line" in + IFS= + read -r line + echo '' + case "$line" in + IFS= + read -r line + echo %changelog + case "$line" in + IFS= + read -r line + mv :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec.new :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cut -d: -f2- ++ grep '^Version: ' :osmocom:next/osmo-gbproxy/osmo-gbproxy_0.1.0.43.6ec5f.202110310040.dsc ++ xargs + version=1:0.1.0.43.6ec5f.202110310040 + case $version in ++ echo 1:0.1.0.43.6ec5f.202110310040 ++ cut -d : -f 1 + epoch=1 ++ echo 1:0.1.0.43.6ec5f.202110310040 ++ cut -d : -f 2 + version=0.1.0.43.6ec5f.202110310040 + '[' -n 1 ']' + sed -i 's/^Version:.*/Version: 0.1.0.43.6ec5f.202110310040\nEpoch: 1/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec ++ cd :osmocom:next/osmo-gbproxy ++ ls -1 osmo-gbproxy_0.1.0.43.6ec5f.202110310040.tar.xz + tarball=osmo-gbproxy_0.1.0.43.6ec5f.202110310040.tar.xz + sed -i 's/^Source:.*/Source: osmo-gbproxy_0.1.0.43.6ec5f.202110310040.tar.xz/g' :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc add :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec A :osmocom:next/osmo-gbproxy/osmo-gbproxy.spec + osc ci -m 'Snapshot osmo-gbproxy 202110310040' --noservice Sending osmo-gbproxy.spec Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110300040.dsc Deleting osmo-gbproxy_0.1.0.43.6ec5f.202110300040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110310040.tar.xz Sending osmo-gbproxy_0.1.0.43.6ec5f.202110310040.dsc Transmitting file data ... Committed revision 267. + build osmo-hnodeb + local name=osmo-hnodeb + local changelog= + local gitbpargs= + local repodir= + local oscdir=:osmocom:next/osmo-hnodeb + local dependver=1.0.0.202110310040 + osmo_obs_skip_pkg osmo-hnodeb + local pkgname=osmo-hnodeb + '[' -z '' ']' + return 1 + '[' -d :osmocom:next/osmo-hnodeb ']' + mkdir -p :osmocom:next/osmo-hnodeb/ + cd :osmocom:next/ + osc add osmo-hnodeb A osmo-hnodeb + cd + '[' '' '!=' no_commit ']' + osmo_obs_git_version_gen + '[' -x ./git-version-gen ']' + ./git-version-gen . ++ osmo_obs_get_commit_version ++ local version= ++ '[' -e .tarball-version ']' +++ cat .tarball-version ++ version=UNKNOWN +++ echo UNKNOWN +++ sed s/-/./g ++ version=UNKNOWN +++ head -1 debian/changelog +++ cut -d ' ' -f 2 +++ sed 's,(,,' +++ sed 's,),,' ++ deb_version= ++ '[' -z UNKNOWN ']' ++ '[' UNKNOWN = UNKNOWN ']' ++ version= ++ echo -n '' + VER=.202110310040 + osmo_obs_add_depend_deb ./debian/control osmo-hnodeb osmocom-next 1.0.0.202110310040 + local d_control=./debian/control + local pkgname=osmo-hnodeb + local depend=osmocom-next + local dependver=1.0.0.202110310040 + '[' osmo-hnodeb = osmocom-next ']' + '[' -n 1.0.0.202110310040 ']' + depend='osmocom-next (= 1.0.0.202110310040)' + sed 's/^Depends: /Depends: osmocom-next (= 1.0.0.202110310040), /g' -i ./debian/control ++ dirname ./debian/control + git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-next (= 1.0.0.202110310040)' . [master d56e16c] auto-commit: debian: depend on osmocom-next (= 1.0.0.202110310040) 1 file changed, 3 insertions(+), 3 deletions(-) + dch -b -v .202110310040 -m 'Snapshot build' dch: warning: debian/changelog(l0): found end of file where expected first heading dch: error: fatal error occurred while parsing debian/changelog Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 31 10:05:26 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 31 Oct 2021 10:05:26 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-centos8_=C2=BB_nightly,repo-install-test_#354?= In-Reply-To: <351086792.342.1635588350093@jenkins.osmocom.org> References: <351086792.342.1635588350093@jenkins.osmocom.org> Message-ID: <171483446.402.1635674726686@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] scripts: add a script for checking presence of ------------------------------------------ [...truncated 171.27 KB...] License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + for program in $@ + osmo-bts-trx --version OsmoBTS version 1.3.0.329.98a47.202110310026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + for program in $@ + osmo-bts-virtual --version OsmoBTS version 1.3.0.329.98a47.202110310026 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + for program in $@ + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43.6ec5f.202110310026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + for program in $@ + osmo-gtphub --version OsmoGTPhub version 1.7.0.26.6cee1.202110310026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + for program in $@ + osmo-ggsn --version OsmoGGSN version 1.7.1.20.8cbd.202110310026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + for program in $@ + osmo-hlr --version OsmoHLR version 1.3.0.7.bfee.202110310026 Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + for program in $@ + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7.bfee.202110310026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + for program in $@ + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20.02de.202110310026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + for program in $@ + osmo-mgw --version OsmoMGW version 1.8.1.85.0c04.202110310026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + for program in $@ + osmo-msc --version OsmoMSC version 1.7.0.34.97b8e.202110310026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + for program in $@ + osmo-pcu --version OsmoPCU version 0.9.0.233.9ecd.202110310026 Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + for program in $@ + osmo-sgsn --version OsmoSGSN version 1.7.0.26.6cee1.202110310026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + for program in $@ + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7.f3eb.202110310026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + for program in $@ + osmo-stp --version OsmoSTP version 1.4.0.34.8aa6.202110310026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + for program in $@ + osmo-trx-uhd --version OsmoTRX version 1.3.1.28.019d.202110310026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + '[' -n '' ']' + '[' centos8 = debian ']' + set +x + for test in $TESTS + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + case "$test" in + services_check + local service + local 'services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + local failed= + '[' nightly = nightly ']' + services_feed=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb ' + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 31 10:41:22 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 31 Oct 2021 10:41:22 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian10_=C2=BB_nightly,repo-install-test_#286?= In-Reply-To: <410549831.345.1635590496648@jenkins.osmocom.org> References: <410549831.345.1635590496648@jenkins.osmocom.org> Message-ID: <8064569.405.1635676882428@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] scripts: add a script for checking presence of ------------------------------------------ [...truncated 357.84 KB...] + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.305-298f Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian10 = debian ] + ### Test successful: test_binaries ### set +x + set +x ### Running test: services_check ### + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian10-repo-install-test-nightly debian10-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure From jenkins at lists.osmocom.org Sun Oct 31 10:46:35 2021 From: jenkins at lists.osmocom.org (jenkins at lists.osmocom.org) Date: Sun, 31 Oct 2021 10:46:35 +0000 (UTC) Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Osmocom-repo-insta?= =?UTF-8?Q?ll-debian9_=C2=BB_nightly,repo-install-test_#285?= In-Reply-To: <1487380816.346.1635590796470@jenkins.osmocom.org> References: <1487380816.346.1635590796470@jenkins.osmocom.org> Message-ID: <1129716928.406.1635677195759@jenkins.osmocom.org> See Changes: [Vadim Yanitskiy] scripts: add a script for checking presence of ------------------------------------------ [...truncated 339.03 KB...] + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd + failed= + osmo-bsc --version ### Test successful: install_repo_packages ### ### Running test: test_binaries ### OsmoBSC version 1.7.0.305-298f Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.3.0.329-98a47 Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 0.1.0.43-6ec5f Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.7.0.26-6cee1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.7.1.20-8cbd Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.3.0.7-bfee Copyright (C) 2016, 2017 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.3.0.7-bfee Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version OsmoHNBGW version 0.7.0.20-02de OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.8.1.85-0c04 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.7.0.34-97b8e OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan L?bbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 0.9.0.233-9ecd Copyright (C) 2012 by Ivan Kluchnikov and Andreas Eversberg License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-sgsn --version OsmoSGSN version 1.7.0.26-6cee1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN + osmo-sip-connector --version OsmoSIPcon version 1.5.0.7-f3eb GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.4.0.34-8aa6 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-uhd --version linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown OsmoTRX version 1.3.1.28-019d Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + [ -n ] + [ debian9 = debian ] + set +x + set +x + services_check + local service ### Test successful: test_binaries ### ### Running test: services_check ### + local services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb + systemctl start osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-pcap-server osmo-hnodeb Failed to start osmo-hnodeb.service: Unit osmo-hnodeb.service not found. + ret=1 + [ -n ] + docker container kill debian9-repo-install-test-nightly debian9-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure