This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
jenkins at lists.osmocom.org jenkins at lists.osmocom.orgSee <https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/355/display/redirect>
------------------------------------------
[...truncated 119.24 KB...]
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 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for ANSI C header files... (cached) yes
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOGSM... yes
checking for LIBOSMOGB... yes
checking whether to enable direct DSP access for PDCH of sysmocom-bts... unset
checking whether to enable direct PHY access for PDCH of NuRAN Wireless Litecell 1.5 BTS... 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/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for osmotestvty.py... yes
checking whether to enable VTY tests... yes
CFLAGS="-g -O2"
CPPFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating osmo-pcu.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
Making all in include
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
Making all in src
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
CXX gprs_debug.lo
CXX csn1.lo
CXX gsm_rlcmac.lo
CXX gprs_bssgp_pcu.lo
../../../src/gprs_bssgp_pcu.cpp:975:2: warning: #warning "This causes ASAN to complain. It is not critical for normal operation but should be fixed nevertheless" [-Wcpp]
#warning "This causes ASAN to complain. It is not critical for normal operation but should be fixed nevertheless"
^~~~~~~
CXX gprs_rlcmac.lo
CXX gprs_rlcmac_sched.lo
CXX gprs_rlcmac_meas.lo
CXX gprs_rlcmac_ts_alloc.lo
CXX gprs_ms.lo
CXX gprs_ms_storage.lo
CXX gsm_timer.lo
CXX pcu_l1_if.lo
CC pcu_vty.lo
CXX pcu_vty_functions.lo
CC mslot_class.lo
CXX tbf.lo
CXX tbf_ul.lo
CXX tbf_dl.lo
CXX bts.lo
CXX pdch.lo
CXX poll_controller.lo
CXX encoding.lo
CXX sba.lo
CXX decoding.lo
CXX llc.lo
CXX rlc.lo
CXX osmobts_sock.lo
CC gprs_codel.lo
CXX gprs_coding_scheme.lo
CXX egprs_rlc_compression.lo
CXXLD libgprs.la
ar: `u' modifier ignored since `D' is the default (see `U')
CXX pcu_main.o
CC osmo-bts-litecell15/lc15_l1_if.o
../../../src/osmo-bts-litecell15/lc15_l1_if.c: In function ‘prim_init’:
../../../src/osmo-bts-litecell15/lc15_l1_if.c:79:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphCloseReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:82:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphConnectReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:85:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphDisconnectReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:88:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphActivateReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:91:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphDeactivateReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:94:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphConfigReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:97:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.mphMeasureReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:113:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.phEmptyFrameReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
../../../src/osmo-bts-litecell15/lc15_l1_if.c:116:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
prim->u.phDataReq.hLayer1 = (HANDLE)gl1->hLayer1;
^
In file included from ../../../src/gprs_debug.h:25:0,
from ../../../src/osmo-bts-litecell15/lc15_l1_if.c:35:
../../../src/osmo-bts-litecell15/lc15_l1_if.c: In function ‘handle_ph_data_ind’:
../../../src/osmo-bts-litecell15/lc15_l1_if.c:191:16: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘HANDLE {aka void *}’ [-Wformat=]
DEBUGP(DL1IF, "Rx PH-DATA.ind %s (hL2 %08x): %s\n",
^
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:93:54: note: in definition of macro ‘LOGPSRCC’
logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \
^~~
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:47:2: note: in expansion of macro ‘LOGPSRC’
LOGPSRC(ss, level, NULL, 0, fmt, ## args)
^~~~~~~
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:27:34: note: in expansion of macro ‘LOGP’
#define DEBUGP(ss, fmt, args...) LOGP(ss, LOGL_DEBUG, fmt, ##args)
^~~~
../../../src/osmo-bts-litecell15/lc15_l1_if.c:191:2: note: in expansion of macro ‘DEBUGP’
DEBUGP(DL1IF, "Rx PH-DATA.ind %s (hL2 %08x): %s\n",
^~~~~~
../../../src/osmo-bts-litecell15/lc15_l1_if.c:191:16: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘HANDLE {aka void *}’ [-Wformat=]
DEBUGP(DL1IF, "Rx PH-DATA.ind %s (hL2 %08x): %s\n",
^
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:95:53: note: in definition of macro ‘LOGPSRCC’
logp2(ss, level, __BASE_FILE__, __LINE__, cont, fmt, ##args); \
^~~
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:47:2: note: in expansion of macro ‘LOGPSRC’
LOGPSRC(ss, level, NULL, 0, fmt, ## args)
^~~~~~~
<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/deps/install/stow/libosmocore/include/osmocom/core/logging.h>:27:34: note: in expansion of macro ‘LOGP’
#define DEBUGP(ss, fmt, args...) LOGP(ss, LOGL_DEBUG, fmt, ##args)
^~~~
../../../src/osmo-bts-litecell15/lc15_l1_if.c:191:2: note: in expansion of macro ‘DEBUGP’
DEBUGP(DL1IF, "Rx PH-DATA.ind %s (hL2 %08x): %s\n",
^~~~~~
../../../src/osmo-bts-litecell15/lc15_l1_if.c: In function ‘l1if_pdch_req’:
../../../src/osmo-bts-litecell15/lc15_l1_if.c:321:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
data_req->hLayer1 = (HANDLE)fl1h->hLayer1;
^
CC osmo-bts-litecell15/lc15_l1_hw.o
CC osmo-bts-litecell15/lc15bts.o
CXXLD osmo-pcu
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
Making all in examples
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
Making all in tests
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
CXX pcu_emu.o
CXX test_replay_gprs_attach.o
CC openbsc_clone.o
CXX test_pdp_activation.o
CXXLD emu/pcu_emu
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[1]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[1]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
Making dvi in include
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
Making dvi in src
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
Making dvi in examples
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
Making dvi in tests
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
make[2]: Nothing to be done for 'dvi'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[2]: Nothing to be done for 'dvi-am'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[1]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
make[1]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
Making check in include
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/include'>
Making check in src
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/src'>
Making check in examples
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/examples'>
Making check in tests
make[2]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
make 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
make[3]: Entering directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
CXX RLCMACTest.o
CXXLD rlcmac/RLCMACTest
CXX AllocTest.o
CXXLD alloc/AllocTest
CXX MslotTest.o
CXXLD alloc/MslotTest
CXX TbfTest.o
CXXLD tbf/TbfTest
CXX TypesTest.o
CXXLD types/TypesTest
CXX MsTest.o
../../../tests/ms/MsTest.cpp:555:1: fatal error: error writing to /tmp/cc35Pvh8.s: No space left on device
}
^
compilation terminated.
Makefile:939: recipe for target 'MsTest.o' failed
make[3]: *** [MsTest.o] Error 1
make[3]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
Makefile:1095: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub/tests'>
Makefile:461: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/ws/osmo-pcu-0.4.0.111-42f2/_build/sub'>
Makefile:666: recipe for target 'distcheck' failed
make: *** [distcheck] Error 1
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE