Changes:
------------------------------------------ [...truncated 100.70 KB...] 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 ANSI C header files... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOCTRL... yes checking for LIBOSMOCODING... yes checking boost/config.hpp usability... yes checking boost/config.hpp presence... yes checking for boost/config.hpp... yes checking for USRP... yes checking for LMS... yes checking for UHD... yes checking for UHD... yes checking whether C++ compiler accepts -msse3... yes checking whether C++ compiler accepts -msse4.1... yes checking whether gcc has __builtin_cpu_supports built-in... yes checking whether gcc has __sync_fetch_and_and built-in... yes checking whether gcc has __sync_or_and_fetch built-in... yes checking for LIBUSB... yes checking for FFTWF... yes CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CFLAGS=" -std=gnu11 -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CXXFLAGS="-g -O2" LDFLAGS=" -fsanitize=address -fsanitize=undefined" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating CommonLibs/Makefile config.status: creating GSM/Makefile config.status: creating Transceiver52M/Makefile config.status: creating Transceiver52M/arch/Makefile config.status: creating Transceiver52M/arch/common/Makefile config.status: creating Transceiver52M/arch/arm/Makefile config.status: creating Transceiver52M/arch/x86/Makefile config.status: creating Transceiver52M/device/Makefile config.status: creating Transceiver52M/device/common/Makefile config.status: creating Transceiver52M/device/uhd/Makefile config.status: creating Transceiver52M/device/usrp1/Makefile config.status: creating Transceiver52M/device/lms/Makefile config.status: creating Transceiver52M/device/ipc/Makefile config.status: creating tests/Makefile config.status: creating tests/CommonLibs/Makefile config.status: creating tests/Transceiver52M/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/osmo-trx.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in CommonLibs make[2]: Entering directory '/build/CommonLibs' CXX BitVector.lo CXX LinkedLists.lo CXX Threads.lo CXX Timeval.lo CXX Logger.lo CXX Utils.lo CC trx_vty.lo CXX trx_rate_ctr.lo CC debug.lo CXXLD libcommon.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/CommonLibs' Making all in GSM make[2]: Entering directory '/build/GSM' CXX GSMCommon.lo CXXLD libGSM.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/GSM' Making all in Transceiver52M make[2]: Entering directory '/build/Transceiver52M' Making all in arch make[3]: Entering directory '/build/Transceiver52M/arch' Making all in common make[4]: Entering directory '/build/Transceiver52M/arch/common' CC convolve_base.lo CC convert_base.lo CC fft.lo CCLD libarch_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/common' Making all in x86 make[4]: Entering directory '/build/Transceiver52M/arch/x86' CC convert.lo CC convolve.lo CC libarch_sse_3_la-convert_sse_3.lo CC libarch_sse_3_la-convolve_sse_3.lo CC libarch_sse_4_1_la-convert_sse_4_1.lo CCLD libarch_sse_4_1.la CCLD libarch_sse_3.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/x86' make[4]: Entering directory '/build/Transceiver52M/arch' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/arch' make[3]: Leaving directory '/build/Transceiver52M/arch' Making all in device make[3]: Entering directory '/build/Transceiver52M/device' Making all in common make[4]: Entering directory '/build/Transceiver52M/device/common' CXX smpl_buf.lo CXXLD libdevice_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/common' Making all in ipc make[4]: Entering directory '/build/Transceiver52M/device/ipc' echo "#include "../uhd/UHDDevice.cpp"" >uhddev_ipc.cpp L/build/deps/install/stow/libosmocore/lib -losmocore -ltalloc \
/bin/bash: L/build/deps/install/stow/libosmocore/lib: No such file or directory make[4]: [Makefile:966: uhddev_ipc.cpp] Error 127 (ignored) make all-am make[5]: Entering directory '/build/Transceiver52M/device/ipc' CXX ipc_driver_test-uhdwrap.o CC ipc_driver_test-ipc-driver-test.o CC ipc_driver_test-ipc_shm.o CC ipc_driver_test-ipc_chan.o CC ipc_driver_test-ipc_sock.o CXX ipc_driver_test-uhddev_ipc.o CC shm.lo CXX libdevice_la-IPCDevice.lo CC ipc_shm.lo CC ipc_chan.lo CC ipc_sock.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD ipc-driver-test make[5]: Leaving directory '/build/Transceiver52M/device/ipc' make[4]: Leaving directory '/build/Transceiver52M/device/ipc' Making all in usrp1 make[4]: Entering directory '/build/Transceiver52M/device/usrp1' CXX USRPDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/usrp1' Making all in uhd make[4]: Entering directory '/build/Transceiver52M/device/uhd' CXX UHDDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/uhd' Making all in lms make[4]: Entering directory '/build/Transceiver52M/device/lms' CXX LMSDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/lms' make[4]: Entering directory '/build/Transceiver52M/device' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/device' make[3]: Leaving directory '/build/Transceiver52M/device' make[3]: Entering directory '/build/Transceiver52M' CXX osmo_trx_uhd-osmo-trx.o CXX radioInterface.lo CXX radioVector.lo CXX radioClock.lo CXX radioBuffer.lo CXX sigProcLib.lo CXX signalVector.lo CXX Transceiver.lo In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX ChannelizerBase.lo CXX Channelizer.lo CXX Synthesis.lo CC proto_trxd.lo CXX Resampler.lo CXX radioInterfaceResamp.lo CXX radioInterfaceMulti.lo CXX osmo_trx_usrp1-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX osmo_trx_lms-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[3]: *** [Makefile:820: osmo_trx_uhd-osmo-trx.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1plus: all warnings being treated as errors make[3]: *** [Makefile:834: osmo_trx_usrp1-osmo-trx.o] Error 1 cc1plus: all warnings being treated as errors make[3]: *** [Makefile:806: osmo_trx_lms-osmo-trx.o] Error 1 make[3]: Leaving directory '/build/Transceiver52M' make[2]: *** [Makefile:860: all-recursive] Error 1 make[2]: Leaving directory '/build/Transceiver52M' make[1]: *** [Makefile:520: all-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:451: all] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts
Changes:
------------------------------------------ [...truncated 123.64 KB...] 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 ANSI C header files... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOCTRL... yes checking for LIBOSMOCODING... yes checking boost/config.hpp usability... yes checking boost/config.hpp presence... yes checking for boost/config.hpp... yes checking for USRP... yes checking for LMS... yes checking for UHD... yes checking for UHD... yes checking whether C++ compiler accepts -msse3... yes checking whether C++ compiler accepts -msse4.1... yes checking whether gcc has __builtin_cpu_supports built-in... yes checking whether gcc has __sync_fetch_and_and built-in... yes checking whether gcc has __sync_or_and_fetch built-in... yes checking for LIBUSB... yes checking for FFTWF... yes CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CFLAGS=" -std=gnu11 -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CXXFLAGS="-g -O2" LDFLAGS=" -fsanitize=address -fsanitize=undefined" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating CommonLibs/Makefile config.status: creating GSM/Makefile config.status: creating Transceiver52M/Makefile config.status: creating Transceiver52M/arch/Makefile config.status: creating Transceiver52M/arch/common/Makefile config.status: creating Transceiver52M/arch/arm/Makefile config.status: creating Transceiver52M/arch/x86/Makefile config.status: creating Transceiver52M/device/Makefile config.status: creating Transceiver52M/device/common/Makefile config.status: creating Transceiver52M/device/uhd/Makefile config.status: creating Transceiver52M/device/usrp1/Makefile config.status: creating Transceiver52M/device/lms/Makefile config.status: creating Transceiver52M/device/ipc/Makefile config.status: creating tests/Makefile config.status: creating tests/CommonLibs/Makefile config.status: creating tests/Transceiver52M/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/osmo-trx.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in CommonLibs make[2]: Entering directory '/build/CommonLibs' CXX BitVector.lo CXX LinkedLists.lo CXX Threads.lo CXX Timeval.lo CXX Logger.lo CXX trx_rate_ctr.lo CXX Utils.lo CC trx_vty.lo CC debug.lo CXXLD libcommon.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/CommonLibs' Making all in GSM make[2]: Entering directory '/build/GSM' CXX GSMCommon.lo CXXLD libGSM.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/GSM' Making all in Transceiver52M make[2]: Entering directory '/build/Transceiver52M' Making all in arch make[3]: Entering directory '/build/Transceiver52M/arch' Making all in common make[4]: Entering directory '/build/Transceiver52M/arch/common' CC convolve_base.lo CC fft.lo CC convert_base.lo CCLD libarch_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/common' Making all in x86 make[4]: Entering directory '/build/Transceiver52M/arch/x86' CC convert.lo CC convolve.lo CC libarch_sse_3_la-convert_sse_3.lo CC libarch_sse_3_la-convolve_sse_3.lo CC libarch_sse_4_1_la-convert_sse_4_1.lo CCLD libarch_sse_4_1.la CCLD libarch_sse_3.la ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/x86' make[4]: Entering directory '/build/Transceiver52M/arch' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/arch' make[3]: Leaving directory '/build/Transceiver52M/arch' Making all in device make[3]: Entering directory '/build/Transceiver52M/device' Making all in common make[4]: Entering directory '/build/Transceiver52M/device/common' CXX smpl_buf.lo CXXLD libdevice_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/common' Making all in ipc make[4]: Entering directory '/build/Transceiver52M/device/ipc' echo "#include "../uhd/UHDDevice.cpp"" >uhddev_ipc.cpp L/build/deps/install/stow/libosmocore/lib -losmocore -ltalloc \
/bin/bash: L/build/deps/install/stow/libosmocore/lib: No such file or directory make[4]: [Makefile:966: uhddev_ipc.cpp] Error 127 (ignored) make all-am make[5]: Entering directory '/build/Transceiver52M/device/ipc' CC ipc_driver_test-ipc-driver-test.o CXX ipc_driver_test-uhdwrap.o CC ipc_driver_test-ipc_chan.o CC ipc_driver_test-ipc_shm.o CXX ipc_driver_test-uhddev_ipc.o CC ipc_driver_test-ipc_sock.o CXX libdevice_la-IPCDevice.lo CC shm.lo CC ipc_shm.lo CC ipc_chan.lo CC ipc_sock.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD ipc-driver-test make[5]: Leaving directory '/build/Transceiver52M/device/ipc' make[4]: Leaving directory '/build/Transceiver52M/device/ipc' Making all in usrp1 make[4]: Entering directory '/build/Transceiver52M/device/usrp1' CXX USRPDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/usrp1' Making all in uhd make[4]: Entering directory '/build/Transceiver52M/device/uhd' CXX UHDDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/uhd' Making all in lms make[4]: Entering directory '/build/Transceiver52M/device/lms' CXX LMSDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/lms' make[4]: Entering directory '/build/Transceiver52M/device' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/device' make[3]: Leaving directory '/build/Transceiver52M/device' make[3]: Entering directory '/build/Transceiver52M' CXX radioInterface.lo CXX osmo_trx_uhd-osmo-trx.o CXX radioClock.lo CXX radioVector.lo CXX sigProcLib.lo CXX radioBuffer.lo CXX Transceiver.lo CXX signalVector.lo In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX ChannelizerBase.lo CXX Channelizer.lo CXX Synthesis.lo CC proto_trxd.lo CXX Resampler.lo CXX radioInterfaceResamp.lo CXX radioInterfaceMulti.lo CXX osmo_trx_usrp1-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX osmo_trx_lms-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[3]: *** [Makefile:820: osmo_trx_uhd-osmo-trx.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1plus: all warnings being treated as errors make[3]: *** [Makefile:834: osmo_trx_usrp1-osmo-trx.o] Error 1 cc1plus: all warnings being treated as errors make[3]: *** [Makefile:806: osmo_trx_lms-osmo-trx.o] Error 1 make[3]: Leaving directory '/build/Transceiver52M' make[2]: Leaving directory '/build/Transceiver52M' make[2]: *** [Makefile:860: all-recursive] Error 1 make[1]: *** [Makefile:520: all-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:451: all] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts
Changes:
------------------------------------------ [...truncated 123.65 KB...] 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 ANSI C header files... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOCTRL... yes checking for LIBOSMOCODING... yes checking boost/config.hpp usability... yes checking boost/config.hpp presence... yes checking for boost/config.hpp... yes checking for USRP... yes checking for LMS... yes checking for UHD... yes checking for UHD... yes checking whether C++ compiler accepts -msse3... yes checking whether C++ compiler accepts -msse4.1... yes checking whether gcc has __builtin_cpu_supports built-in... yes checking whether gcc has __sync_fetch_and_and built-in... yes checking whether gcc has __sync_or_and_fetch built-in... yes checking for LIBUSB... yes checking for FFTWF... yes CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CFLAGS=" -std=gnu11 -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CXXFLAGS="-g -O2" LDFLAGS=" -fsanitize=address -fsanitize=undefined" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating CommonLibs/Makefile config.status: creating GSM/Makefile config.status: creating Transceiver52M/Makefile config.status: creating Transceiver52M/arch/Makefile config.status: creating Transceiver52M/arch/common/Makefile config.status: creating Transceiver52M/arch/arm/Makefile config.status: creating Transceiver52M/arch/x86/Makefile config.status: creating Transceiver52M/device/Makefile config.status: creating Transceiver52M/device/common/Makefile config.status: creating Transceiver52M/device/uhd/Makefile config.status: creating Transceiver52M/device/usrp1/Makefile config.status: creating Transceiver52M/device/lms/Makefile config.status: creating Transceiver52M/device/ipc/Makefile config.status: creating tests/Makefile config.status: creating tests/CommonLibs/Makefile config.status: creating tests/Transceiver52M/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/osmo-trx.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in CommonLibs make[2]: Entering directory '/build/CommonLibs' CXX BitVector.lo CXX LinkedLists.lo CXX Threads.lo CXX Timeval.lo CXX Logger.lo CXX Utils.lo CXX trx_rate_ctr.lo CC trx_vty.lo CC debug.lo CXXLD libcommon.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/CommonLibs' Making all in GSM make[2]: Entering directory '/build/GSM' CXX GSMCommon.lo CXXLD libGSM.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/GSM' Making all in Transceiver52M make[2]: Entering directory '/build/Transceiver52M' Making all in arch make[3]: Entering directory '/build/Transceiver52M/arch' Making all in common make[4]: Entering directory '/build/Transceiver52M/arch/common' CC convolve_base.lo CC convert_base.lo CC fft.lo CCLD libarch_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/common' Making all in x86 make[4]: Entering directory '/build/Transceiver52M/arch/x86' CC convert.lo CC convolve.lo CC libarch_sse_3_la-convert_sse_3.lo CC libarch_sse_3_la-convolve_sse_3.lo CC libarch_sse_4_1_la-convert_sse_4_1.lo CCLD libarch_sse_4_1.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch_sse_3.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/x86' make[4]: Entering directory '/build/Transceiver52M/arch' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/arch' make[3]: Leaving directory '/build/Transceiver52M/arch' Making all in device make[3]: Entering directory '/build/Transceiver52M/device' Making all in common make[4]: Entering directory '/build/Transceiver52M/device/common' CXX smpl_buf.lo CXXLD libdevice_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/common' Making all in ipc make[4]: Entering directory '/build/Transceiver52M/device/ipc' echo "#include "../uhd/UHDDevice.cpp"" >uhddev_ipc.cpp L/build/deps/install/stow/libosmocore/lib -losmocore -ltalloc \
/bin/bash: L/build/deps/install/stow/libosmocore/lib: No such file or directory make[4]: [Makefile:966: uhddev_ipc.cpp] Error 127 (ignored) make all-am make[5]: Entering directory '/build/Transceiver52M/device/ipc' CC ipc_driver_test-ipc-driver-test.o CXX ipc_driver_test-uhdwrap.o CC ipc_driver_test-ipc_chan.o CC ipc_driver_test-ipc_shm.o CC ipc_driver_test-ipc_sock.o CXX ipc_driver_test-uhddev_ipc.o CC shm.lo CXX libdevice_la-IPCDevice.lo CC ipc_shm.lo CC ipc_chan.lo CC ipc_sock.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD ipc-driver-test make[5]: Leaving directory '/build/Transceiver52M/device/ipc' make[4]: Leaving directory '/build/Transceiver52M/device/ipc' Making all in usrp1 make[4]: Entering directory '/build/Transceiver52M/device/usrp1' CXX USRPDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/usrp1' Making all in uhd make[4]: Entering directory '/build/Transceiver52M/device/uhd' CXX UHDDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/uhd' Making all in lms make[4]: Entering directory '/build/Transceiver52M/device/lms' CXX LMSDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/lms' make[4]: Entering directory '/build/Transceiver52M/device' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/device' make[3]: Leaving directory '/build/Transceiver52M/device' make[3]: Entering directory '/build/Transceiver52M' CXX osmo_trx_uhd-osmo-trx.o CXX radioInterface.lo CXX radioVector.lo CXX radioClock.lo CXX radioBuffer.lo CXX sigProcLib.lo CXX signalVector.lo CXX Transceiver.lo In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX ChannelizerBase.lo CXX Channelizer.lo CXX Synthesis.lo CC proto_trxd.lo CXX Resampler.lo CXX radioInterfaceResamp.lo CXX radioInterfaceMulti.lo CXX osmo_trx_usrp1-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX osmo_trx_lms-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[3]: *** [Makefile:820: osmo_trx_uhd-osmo-trx.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1plus: all warnings being treated as errors make[3]: *** [Makefile:834: osmo_trx_usrp1-osmo-trx.o] Error 1 cc1plus: all warnings being treated as errors make[3]: *** [Makefile:806: osmo_trx_lms-osmo-trx.o] Error 1 make[3]: Leaving directory '/build/Transceiver52M' make[2]: *** [Makefile:860: all-recursive] Error 1 make[2]: Leaving directory '/build/Transceiver52M' make[1]: *** [Makefile:520: all-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:451: all] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts
Changes:
------------------------------------------ [...truncated 123.10 KB...] 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 ANSI C header files... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for LIBOSMOCORE... yes checking for LIBOSMOVTY... yes checking for LIBOSMOCTRL... yes checking for LIBOSMOCODING... yes checking boost/config.hpp usability... yes checking boost/config.hpp presence... yes checking for boost/config.hpp... yes checking for USRP... yes checking for LMS... yes checking for UHD... yes checking for UHD... yes checking whether C++ compiler accepts -msse3... yes checking whether C++ compiler accepts -msse4.1... yes checking whether gcc has __builtin_cpu_supports built-in... yes checking whether gcc has __sync_fetch_and_and built-in... yes checking whether gcc has __sync_or_and_fetch built-in... yes checking for LIBUSB... yes checking for FFTWF... yes CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CFLAGS=" -std=gnu11 -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp" CXXFLAGS="-g -O2" LDFLAGS=" -fsanitize=address -fsanitize=undefined" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating CommonLibs/Makefile config.status: creating GSM/Makefile config.status: creating Transceiver52M/Makefile config.status: creating Transceiver52M/arch/Makefile config.status: creating Transceiver52M/arch/common/Makefile config.status: creating Transceiver52M/arch/arm/Makefile config.status: creating Transceiver52M/arch/x86/Makefile config.status: creating Transceiver52M/device/Makefile config.status: creating Transceiver52M/device/common/Makefile config.status: creating Transceiver52M/device/uhd/Makefile config.status: creating Transceiver52M/device/usrp1/Makefile config.status: creating Transceiver52M/device/lms/Makefile config.status: creating Transceiver52M/device/ipc/Makefile config.status: creating tests/Makefile config.status: creating tests/CommonLibs/Makefile config.status: creating tests/Transceiver52M/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/osmo-trx.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make -j 8 make all-recursive make[1]: Entering directory '/build' Making all in CommonLibs make[2]: Entering directory '/build/CommonLibs' CXX BitVector.lo CXX LinkedLists.lo CXX Threads.lo CXX Logger.lo CXX Timeval.lo CXX Utils.lo CXX trx_rate_ctr.lo CC trx_vty.lo CC debug.lo CXXLD libcommon.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/CommonLibs' Making all in GSM make[2]: Entering directory '/build/GSM' CXX GSMCommon.lo CXXLD libGSM.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/build/GSM' Making all in Transceiver52M make[2]: Entering directory '/build/Transceiver52M' Making all in arch make[3]: Entering directory '/build/Transceiver52M/arch' Making all in common make[4]: Entering directory '/build/Transceiver52M/arch/common' CC convert_base.lo CC convolve_base.lo CC fft.lo CCLD libarch_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/common' Making all in x86 make[4]: Entering directory '/build/Transceiver52M/arch/x86' CC convert.lo CC convolve.lo CC libarch_sse_3_la-convert_sse_3.lo CC libarch_sse_4_1_la-convert_sse_4_1.lo CC libarch_sse_3_la-convolve_sse_3.lo CCLD libarch_sse_4_1.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch_sse_3.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD libarch.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/arch/x86' make[4]: Entering directory '/build/Transceiver52M/arch' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/arch' make[3]: Leaving directory '/build/Transceiver52M/arch' Making all in device make[3]: Entering directory '/build/Transceiver52M/device' Making all in common make[4]: Entering directory '/build/Transceiver52M/device/common' CXX smpl_buf.lo CXXLD libdevice_common.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/common' Making all in ipc make[4]: Entering directory '/build/Transceiver52M/device/ipc' echo "#include "../uhd/UHDDevice.cpp"" >uhddev_ipc.cpp L/build/deps/install/stow/libosmocore/lib -losmocore -ltalloc \
/bin/bash: L/build/deps/install/stow/libosmocore/lib: No such file or directory make[4]: [Makefile:966: uhddev_ipc.cpp] Error 127 (ignored) make all-am make[5]: Entering directory '/build/Transceiver52M/device/ipc' CXX ipc_driver_test-uhdwrap.o CC ipc_driver_test-ipc-driver-test.o CC ipc_driver_test-ipc_shm.o CC ipc_driver_test-ipc_sock.o CC ipc_driver_test-ipc_chan.o CC shm.lo CXX ipc_driver_test-uhddev_ipc.o CXX libdevice_la-IPCDevice.lo CC ipc_shm.lo CC ipc_chan.lo CC ipc_sock.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') CXXLD ipc-driver-test make[5]: Leaving directory '/build/Transceiver52M/device/ipc' make[4]: Leaving directory '/build/Transceiver52M/device/ipc' Making all in usrp1 make[4]: Entering directory '/build/Transceiver52M/device/usrp1' CXX USRPDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/usrp1' Making all in uhd make[4]: Entering directory '/build/Transceiver52M/device/uhd' CXX UHDDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/uhd' Making all in lms make[4]: Entering directory '/build/Transceiver52M/device/lms' CXX LMSDevice.lo CXXLD libdevice.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/build/Transceiver52M/device/lms' make[4]: Entering directory '/build/Transceiver52M/device' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/Transceiver52M/device' make[3]: Leaving directory '/build/Transceiver52M/device' make[3]: Entering directory '/build/Transceiver52M' CXX radioInterface.lo CXX osmo_trx_uhd-osmo-trx.o CXX radioVector.lo CXX radioClock.lo CXX radioBuffer.lo CXX sigProcLib.lo CXX signalVector.lo CXX Transceiver.lo In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX ChannelizerBase.lo CXX Channelizer.lo CXX Synthesis.lo CC proto_trxd.lo CXX Resampler.lo CXX radioInterfaceResamp.lo CXX radioInterfaceMulti.lo CXX osmo_trx_usrp1-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ CXX osmo_trx_lms-osmo-trx.o In file included from osmo-trx.cpp:45: /build/deps/install/stow/libosmocore/include/osmocom/vty/logging.h:10:32: error: option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wstrict-prototypes" ^~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[3]: *** [Makefile:820: osmo_trx_uhd-osmo-trx.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1plus: all warnings being treated as errors make[3]: *** [Makefile:834: osmo_trx_usrp1-osmo-trx.o] Error 1 cc1plus: all warnings being treated as errors make[3]: *** [Makefile:806: osmo_trx_lms-osmo-trx.o] Error 1 make[3]: Leaving directory '/build/Transceiver52M' make[2]: *** [Makefile:860: all-recursive] Error 1 make[2]: Leaving directory '/build/Transceiver52M' make[1]: *** [Makefile:520: all-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:451: all] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts
jenkins-notifications@lists.osmocom.org