See https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/1850/display/redirect
Changes:
------------------------------------------ [...truncated 1.08 MB...] checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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/osmocon make[1]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' echo 0.0.0.2902-5d63-dirty > .version-t && mv .version-t .version make all-am make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' CC osmocon.o CC tpu_debug.o CC sercomm.o CCLD osmocon CC osmoload.o osmoload.c: In function ‘loader_read_cb’: osmoload.c:365:4: warning: ‘length’ may be used uninitialized in this function [-Wmaybe-uninitialized] 365 | osmoload_osmo_hexdump(data, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:284:10: note: ‘length’ was declared here 284 | uint8_t length; | ^~~~~~ osmoload.c:442:3: warning: ‘chip’ may be used uninitialized in this function [-Wmaybe-uninitialized] 442 | loader_do_flashrange(cmd, msg, chip, address, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:283:10: note: ‘chip’ was declared here 283 | uint8_t chip; | ^~~~ osmoload.c:442:3: warning: ‘status’ may be used uninitialized in this function [-Wmaybe-uninitialized] 442 | loader_do_flashrange(cmd, msg, chip, address, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:288:11: note: ‘status’ was declared here 288 | uint32_t status; | ^~~~~~ osmoload.c:429:5: warning: ‘crc’ may be used uninitialized in this function [-Wmaybe-uninitialized] 429 | printf("\nbad crc %4.4x (not %4.4x) at offset 0x%8.8x", crc, osmoload.memcrc, osmoload.memoff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:285:11: note: ‘crc’ was declared here 285 | uint16_t crc; | ^~~ osmoload.c:410:4: warning: ‘data’ may be used uninitialized in this function [-Wmaybe-uninitialized] 410 | loader_do_memdump(crc, data, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:290:8: note: ‘data’ was declared here 290 | void *data; | ^~~~ osmoload.c:374:4: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized] 374 | printf("Confirmed flash erase of chip %d address 0x%8.8x, status %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 375 | chip, address, status ? "FAILED" : "ok"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:286:11: note: ‘address’ was declared here 286 | uint32_t address; | ^~~~~~~ CCLD osmoload make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' make[1]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' cd host/trxcon && autoreconf -i 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:12: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' src/Makefile.am: installing './depcomp' cd host/trxcon && ./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... /usr/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 whether make supports the include directive... yes (GNU style) 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 LIBOSMOCODING... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes 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... /usr/bin/sed checking for fgrep... /usr/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... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 CFLAGS=" -std=gnu11" CPPFLAGS="" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/bb/Makefile config.status: creating include/osmocom/bb/l1sched/Makefile config.status: creating include/osmocom/bb/trxcon/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands make -C host/trxcon make[1]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' echo 0.0.0 > .version-t && mv .version-t .version make all-recursive make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' Making all in include make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' Making all in osmocom make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' Making all in bb make[5]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' Making all in l1sched make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/l1sched' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/l1sched' Making all in trxcon make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/trxcon' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/trxcon' make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[5]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[5]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[4]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' Making all in src make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/src' CC l1ctl_server.o CC trxcon_main.o CC logging.o CC trx_if.o CC trxcon_inst.lo CC trxcon_fsm.lo CC trxcon_shim.lo CC l1ctl.lo CCLD libtrxcon.la CC sched_lchan_common.lo CC sched_lchan_pdtch.lo CC sched_lchan_desc.lo CC sched_lchan_xcch.lo CC sched_lchan_tchf.lo CC sched_lchan_tchh.lo CC sched_lchan_rach.lo CC sched_lchan_sch.lo CC sched_mframe.lo CC sched_clck.lo CC sched_prim.lo CC sched_trx.lo CCLD libl1sched.la CCLD trxcon make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/src' make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[1]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make: *** No rule to make target 'host/gsmmap/configure.ac', needed by 'host/gsmmap/configure'. Stop. [WARNING] Build command ./build_Osmocom.sh exited with code 2. Please verify that the build completed successfully. Emitted 3774 C/C++ compilation units (100%) successfully [WARNING] Recoverable errors were encountered during 2 of these C/C++ compilation units.
3774 C/C++ compilation units (100%) are ready for analysis For more details, please look at: https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/cov-int/build-log.txt Build step 'Execute shell' marked build as failure
See https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/1851/display/redirect
Changes:
------------------------------------------ [...truncated 1.09 MB...] checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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/osmocon make[1]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' echo 0.0.0.2902-5d63-dirty > .version-t && mv .version-t .version make all-am make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' CC osmocon.o CC tpu_debug.o CC sercomm.o CCLD osmocon CC osmoload.o osmoload.c: In function ‘loader_read_cb’: osmoload.c:365:4: warning: ‘length’ may be used uninitialized in this function [-Wmaybe-uninitialized] 365 | osmoload_osmo_hexdump(data, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:284:10: note: ‘length’ was declared here 284 | uint8_t length; | ^~~~~~ osmoload.c:442:3: warning: ‘chip’ may be used uninitialized in this function [-Wmaybe-uninitialized] 442 | loader_do_flashrange(cmd, msg, chip, address, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:283:10: note: ‘chip’ was declared here 283 | uint8_t chip; | ^~~~ osmoload.c:442:3: warning: ‘status’ may be used uninitialized in this function [-Wmaybe-uninitialized] 442 | loader_do_flashrange(cmd, msg, chip, address, status); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:288:11: note: ‘status’ was declared here 288 | uint32_t status; | ^~~~~~ osmoload.c:429:5: warning: ‘crc’ may be used uninitialized in this function [-Wmaybe-uninitialized] 429 | printf("\nbad crc %4.4x (not %4.4x) at offset 0x%8.8x", crc, osmoload.memcrc, osmoload.memoff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:285:11: note: ‘crc’ was declared here 285 | uint16_t crc; | ^~~ osmoload.c:410:4: warning: ‘data’ may be used uninitialized in this function [-Wmaybe-uninitialized] 410 | loader_do_memdump(crc, data, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:290:8: note: ‘data’ was declared here 290 | void *data; | ^~~~ osmoload.c:374:4: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized] 374 | printf("Confirmed flash erase of chip %d address 0x%8.8x, status %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 375 | chip, address, status ? "FAILED" : "ok"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osmoload.c:286:11: note: ‘address’ was declared here 286 | uint32_t address; | ^~~~~~~ CCLD osmoload make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' make[1]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/osmocon' cd host/trxcon && autoreconf -i 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:12: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' src/Makefile.am: installing './depcomp' cd host/trxcon && ./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... /usr/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 whether make supports the include directive... yes (GNU style) 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 LIBOSMOCODING... yes checking for LIBOSMOGSM... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes 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... /usr/bin/sed checking for fgrep... /usr/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... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 CFLAGS=" -std=gnu11" CPPFLAGS="" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/bb/Makefile config.status: creating include/osmocom/bb/l1sched/Makefile config.status: creating include/osmocom/bb/trxcon/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands make -C host/trxcon make[1]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' echo 0.0.0 > .version-t && mv .version-t .version make all-recursive make[2]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' Making all in include make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' Making all in osmocom make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' Making all in bb make[5]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' Making all in l1sched make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/l1sched' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/l1sched' Making all in trxcon make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/trxcon' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb/trxcon' make[6]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[5]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom/bb' make[5]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[4]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include/osmocom' make[4]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/include' Making all in src make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/src' CC l1ctl_server.o CC trxcon_main.o CC logging.o CC trx_if.o CC trxcon_inst.lo CC trxcon_fsm.lo CC trxcon_shim.lo CC l1ctl.lo CCLD libtrxcon.la CC sched_lchan_common.lo CC sched_lchan_pdtch.lo CC sched_lchan_desc.lo CC sched_lchan_xcch.lo CC sched_lchan_tchf.lo CC sched_lchan_tchh.lo CC sched_lchan_rach.lo CC sched_lchan_sch.lo CC sched_mframe.lo CC sched_clck.lo CC sched_prim.lo CC sched_trx.lo CCLD libl1sched.la CCLD trxcon make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon/src' make[3]: Entering directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[2]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make[1]: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/osmocom-bb/src/host/trxcon' make: *** No rule to make target 'host/gsmmap/configure.ac', needed by 'host/gsmmap/configure'. Stop. [WARNING] Build command ./build_Osmocom.sh exited with code 2. Please verify that the build completed successfully. Emitted 3796 C/C++ compilation units (100%) successfully [WARNING] Recoverable errors were encountered during 2 of these C/C++ compilation units.
3796 C/C++ compilation units (100%) are ready for analysis For more details, please look at: https://jenkins.osmocom.org/jenkins/job/osmocom-coverity/ws/coverity/source-Osmocom/cov-int/build-log.txt Build step 'Execute shell' marked build as failure
jenkins-notifications@lists.osmocom.org