Build failed in Jenkins: master-osmo-bsc » a1=default,a2=default,a3=default,osmocom-master-debian9 #2254

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.org
Tue May 29 00:14:30 UTC 2018


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,label=osmocom-master-debian9/2254/display/redirect>

------------------------------------------
[...truncated 930.20 KB...]
lr-x------ 1 build build 64 May 29 00:13 4 -> /dev/urandom


> ss -tn
State      Recv-Q Send-Q        Local Address:Port          Peer Address:Port 


> ss -tln
State      Recv-Q Send-Q        Local Address:Port          Peer Address:Port 
LISTEN     0      10                127.0.0.1:4242                     *:*     
LISTEN     0      10                127.0.0.1:4249                     *:*     
LISTEN     0      10                        *:3002                     *:*     
LISTEN     0      10                        *:3003                     *:*     


> ps xua | grep osmo
build     5335  0.2  0.0  35536 12348 ?        S    00:13   0:00 python2 ../../tests/vty_test_runner.py -w /build/osmo-bsc-1.2.1.23-71e5a/_build -v
build     5386  0.0  0.0  51880  7092 ?        S    00:13   0:00 ./src/osmo-bsc/osmo-bsc -c /build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg
build     5393  0.0  0.0   4336   744 ?        S    00:13   0:00 /bin/sh -c ps xua | grep osmo
build     5395  0.0  0.0  11128   992 ?        S    00:13   0:00 grep osmo
build    32584  0.0  0.0  20076  3020 ?        S    00:12   0:00 /bin/bash -c test -d osmo-bsc-1.2.1.23-71e5a/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-bsc-1.2.1.23-71e5a/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-bsc-1.2.1.23-71e5a/_build \   && ../configure \      \     --enable-vty-tests --enable-external-tests --enable-werror \     --srcdir=.. --prefix="$dc_install_base" \   && make  \   && make  dvi \   && make  check \   && make  install \   && make  installcheck \   && make  uninstall \   && make  distuninstallcheck_dir="$dc_install_base" \         distuninstallcheck \   && chmod -R a-w "$dc_install_base" \   && ({ \        (cd ../.. && umask 077 && mkdir "$dc_destdir") \        && make  DESTDIR="$dc_destdir" install \        && make  DESTDIR="$dc_destdir" uninstall \        && make  DESTDIR="$dc_destdir" \             distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \       } || { rm -rf "$dc_destdir"; exit 1; }) \   && rm -rf "$dc_destdir" \   && make  dist \   && rm -rf osmo-bsc-1.2.1.23-71e5a.tar.gz osmo-bsc-1.2.1.23-71e5a.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket._socketobject object at 0x7f8b51bbf590> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket._socketobject object at 0x7f8b51bbf590> (0 sockets open)
Terminating took 2.679s
ok
testVtyTree (__main__.TestVTYBSC) ... Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'

> ls -l /proc/5335/fd
total 0
lr-x------ 1 build build 64 May 29 00:13 0 -> pipe:[856813364]
l-wx------ 1 build build 64 May 29 00:13 1 -> pipe:[856813365]
l-wx------ 1 build build 64 May 29 00:13 2 -> pipe:[856813366]
l-wx------ 1 build build 64 May 29 00:13 3 -> /dev/null
lr-x------ 1 build build 64 May 29 00:13 4 -> /dev/urandom


> ss -tn
State      Recv-Q Send-Q        Local Address:Port          Peer Address:Port 


> ss -tln
State      Recv-Q Send-Q        Local Address:Port          Peer Address:Port 
LISTEN     0      10                127.0.0.1:4242                     *:*     
LISTEN     0      10                127.0.0.1:4249                     *:*     
LISTEN     0      10                        *:3002                     *:*     
LISTEN     0      10                        *:3003                     *:*     


> ps xua | grep osmo
build     5335  0.1  0.0  35536 12352 ?        S    00:13   0:00 python2 ../../tests/vty_test_runner.py -w /build/osmo-bsc-1.2.1.23-71e5a/_build -v
build     5396  0.0  0.0  51880  6976 ?        S    00:13   0:00 ./src/osmo-bsc/osmo-bsc -c /build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg
build     5403  0.0  0.0   4336   724 ?        S    00:13   0:00 /bin/sh -c ps xua | grep osmo
build     5405  0.0  0.0  11128  1032 ?        S    00:13   0:00 grep osmo
build    32584  0.0  0.0  20076  3020 ?        S    00:12   0:00 /bin/bash -c test -d osmo-bsc-1.2.1.23-71e5a/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-bsc-1.2.1.23-71e5a/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-bsc-1.2.1.23-71e5a/_build \   && ../configure \      \     --enable-vty-tests --enable-external-tests --enable-werror \     --srcdir=.. --prefix="$dc_install_base" \   && make  \   && make  dvi \   && make  check \   && make  install \   && make  installcheck \   && make  uninstall \   && make  distuninstallcheck_dir="$dc_install_base" \         distuninstallcheck \   && chmod -R a-w "$dc_install_base" \   && ({ \        (cd ../.. && umask 077 && mkdir "$dc_destdir") \        && make  DESTDIR="$dc_destdir" install \        && make  DESTDIR="$dc_destdir" uninstall \        && make  DESTDIR="$dc_destdir" \             distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \       } || { rm -rf "$dc_destdir"; exit 1; }) \   && rm -rf "$dc_destdir" \   && make  dist \   && rm -rf osmo-bsc-1.2.1.23-71e5a.tar.gz osmo-bsc-1.2.1.23-71e5a.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket._socketobject object at 0x7f8b51bbf590> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket._socketobject object at 0x7f8b51bbf590> (0 sockets open)
Terminating took 2.679s
ok

----------------------------------------------------------------------
Ran 7 tests in 23.941s

OK
../../tests/ctrl_test_runner.py -w /build/osmo-bsc-1.2.1.23-71e5a/_build -v
testBtsChannelLoad (__main__.TestCtrlBSC) ... ok
testBtsCi (__main__.TestCtrlBSC) ... ok
testBtsGenerateSystemInformation (__main__.TestCtrlBSC) ... ok
testBtsLac (__main__.TestCtrlBSC) ... ok
testBtsOmlConnectionState (__main__.TestCtrlBSC)
Check OML state. It will not be connected ... confpath /build/osmo-bsc-1.2.1.23-71e5a/tests/.., workdir /build/osmo-bsc-1.2.1.23-71e5a/_build
Running tests for specific control commands
Skipping the NAT test
Skipping the SGSN test
Opening /dev/null
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "SET 1000 bts.0.channel-load 1"
Got message: ERROR 1000 Read Only attribute
Decoded replies:  {1000: {'mtype': 'ERROR', 'id': 1000, 'error': 'Read Only attribute'}}
Sending "GET 1001 bts.0.channel-load"
Got message: GET_REPLY 1001 bts.0.channel-load CCCH+SDCCH4,0,0 TCH/F,0,0 TCH/H,0,0 SDCCH8,0,0 TCH/F_PDCH,0,0 CCCH+SDCCH4+CBCH,0,0 SDCCH8+CBCH,0,0 TCH/F_TCH/H_PDCH,0,0
Decoded replies:  {1001: {'mtype': 'GET_REPLY', 'var': 'bts.0.channel-load', 'id': 1001, 'value': 'CCCH+SDCCH4,0,0 TCH/F,0,0 TCH/H,0,0 SDCCH8,0,0 TCH/F_PDCH,0,0 CCCH+SDCCH4+CBCH,0,0 SDCCH8+CBCH,0,0 TCH/F_TCH/H_PDCH,0,0'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "GET 1000 bts.0.cell-identity"
Got message: GET_REPLY 1000 bts.0.cell-identity 0
Decoded replies:  {1000: {'mtype': 'GET_REPLY', 'var': 'bts.0.cell-identity', 'id': 1000, 'value': '0'}}
Sending "SET 1001 bts.0.cell-identity 23"
Got message: SET_REPLY 1001 bts.0.cell-identity 23
Decoded replies:  {1001: {'mtype': 'SET_REPLY', 'var': 'bts.0.cell-identity', 'id': 1001, 'value': '23'}}
Sending "GET 1002 bts.0.cell-identity"
Got message: GET_REPLY 1002 bts.0.cell-identity 23
Decoded replies:  {1002: {'mtype': 'GET_REPLY', 'var': 'bts.0.cell-identity', 'id': 1002, 'value': '23'}}
Sending "SET 1003 bts.0.cell-identity -1"
Got message: ERROR 1003 Input not within the range
Decoded replies:  {1003: {'mtype': 'ERROR', 'id': 1003, 'error': 'Input not within the range'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "GET 1000 bts.0.send-new-system-informations"
Got message: ERROR 1000 Write Only attribute
Decoded replies:  {1000: {'mtype': 'ERROR', 'id': 1000, 'error': 'Write Only attribute'}}
Sending "SET 1001 bts.0.send-new-system-informations 1"
Got message: ERROR 1001 Failed to generate SI
Decoded replies:  {1001: {'mtype': 'ERROR', 'id': 1001, 'error': 'Failed to generate SI'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "GET 1000 bts.0.location-area-code"
Got message: GET_REPLY 1000 bts.0.location-area-code 1
Decoded replies:  {1000: {'mtype': 'GET_REPLY', 'var': 'bts.0.location-area-code', 'id': 1000, 'value': '1'}}
Sending "SET 1001 bts.0.location-area-code 23"
Got message: SET_REPLY 1001 bts.0.location-area-code 23
Decoded replies:  {1001: {'mtype': 'SET_REPLY', 'var': 'bts.0.location-area-code', 'id': 1001, 'value': '23'}}
Sending "GET 1002 bts.0.location-area-code"
Got message: GET_REPLY 1002 bts.0.location-area-code 23
Decoded replies:  {1002: {'mtype': 'GET_REPLY', 'var': 'bts.0.location-area-code', 'id': 1002, 'value': '23'}}
Sending "SET 1003 bts.0.location-area-code -1"
Got message: ERROR 1003 Input not within the range
Decoded replies:  {1003: {'mtype': 'ERROR', 'id': 1003, 'error': 'Input not within the range'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "SET 1000 bts.0.oml-connection-state 1"
Got message: ERROR 1000 Read Only attribute
Decoded replies:  {1000: {'mtypeok
testCtrlErrs (__main__.TestCtrlBSC) ... ok
testMcc (__main__.TestCtrlBSC) ... ERROR
testMccMncApply (__main__.TestCtrlBSC) ... ERROR
testMnc (__main__.TestCtrlBSC) ... ERROR
testRfLock (__main__.TestCtrlBSC) ... ERROR
testTimezone (__main__.TestCtrlBSC) ... ERROR
testTrxArfcn (__main__.TestCtrlBSC) ... ERROR
testTrxPowerRed (__main__.TestCtrlBSC) ... ERROR

======================================================================
ERROR: testMcc (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 151, in tearDown
OSError: [Errno 2] No such file or directory: 'tmp_dummy_sock'

======================================================================
ERROR: testMccMncApply (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testMnc (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testRfLock (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testTimezone (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testTrxArfcn (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testTrxPowerRed (__main__.TestCtrlBSC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "../../tests/ctrl_test_runner.py", line 56, in setUp
OSError: [Errno 2] No such file or directory

----------------------------------------------------------------------
Ran 13 tests in 37.873s

FAILED (errors=7)
': 'ERROR', 'id': 1000, 'error': 'Read Only attribute'}}
Sending "GET 1001 bts.0.oml-connection-state"
Got message: GET_REPLY 1001 bts.0.oml-connection-state disconnected
Decoded replies:  {1001: {'mtype': 'GET_REPLY', 'var': 'bts.0.oml-connection-state', 'id': 1001, 'value': 'disconnected'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "GET 1000 invalid"
Got message: ERROR 1000 Command not found
Decoded replies:  {1000: {'mtype': 'ERROR', 'id': 1000, 'error': 'Command not found'}}
Sending "SET 1001 rf_locked 999"
Got message: ERROR 1001 Value failed verification.
Decoded replies:  {1001: {'mtype': 'ERROR', 'id': 1001, 'error': 'Value failed verification.'}}
Sending "GET 1002 bts"
Got message: ERROR 1002 Error while parsing the index.
Decoded replies:  {1002: {'mtype': 'ERROR', 'id': 1002, 'error': 'Error while parsing the index.'}}
Sending "GET 1003 bts.999"
Got message: ERROR 1003 Error while resolving object
Decoded replies:  {1003: {'mtype': 'ERROR', 'id': 1003, 'error': 'Error while resolving object'}}
Terminating took 2.679s
Launching: PWD=/build/osmo-bsc-1.2.1.23-71e5a/_build './src/osmo-bsc/osmo-bsc' '-r' 'tmp_dummy_sock' '-c' '/build/osmo-bsc-1.2.1.23-71e5a/tests/../doc/examples/osmo-bsc/osmo-bsc.cfg'
Connecting to host 127.0.0.1:4249
Sending "SET 1000 mcc 23"
Got message: SET_REPLY 1000 mcc 023
Decoded replies:  {1000: {'mtype': 'SET_REPLY', 'var': 'mcc', 'id': 1000, 'value': '023'}}
Sending "GET 1001 mcc"
Got message: GET_REPLY 1001 mcc 023
Decoded replies:  {1001: {'mtype': 'GET_REPLY', 'var': 'mcc', 'id': 1001, 'value': '023'}}
Sending "SET 1002 mcc 023"
Got message: SET_REPLY 1002 mcc 023
Decoded replies:  {1002: {'mtype': 'SET_REPLY', 'var': 'mcc', 'id': 1002, 'value': '023'}}
Sending "GET 1003 mcc"
Got message: GET_REPLY 1003 mcc 023
Decoded replies:  {1003: {'mtype': 'GET_REPLY', 'var': 'mcc', 'id': 1003, 'value': '023'}}
Terminating took 2.679s
Makefile:683: recipe for target 'python-tests' failed
make[6]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build/tests'
make[6]: *** [python-tests] Error 7
Makefile:702: recipe for target 'check-local' failed
make[5]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build/tests'
make[5]: *** [check-local] Error 2
Makefile:545: recipe for target 'check-am' failed
make[4]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build/tests'
make[4]: *** [check-am] Error 2
Makefile:397: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build/tests'
make[2]: *** [check-recursive] Error 1
Makefile:429: recipe for target 'check-recursive' failed
make[2]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build'
Makefile:720: recipe for target 'check' failed
make[1]: Leaving directory '/build/osmo-bsc-1.2.1.23-71e5a/_build'
make[1]: *** [check] Error 2
Makefile:637: 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



More information about the gerrit-log mailing list