Changes:
------------------------------------------ [...truncated 361.61 KiB...] State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62070 4.3 0.0 28000 23720 ? S 00:07 0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build -w /build -v build 62093 33.3 0.0 21474907688 35652 ? S 00:07 0:00 src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgtq01kbox build 62100 0.0 0.0 2576 956 ? S 00:07 0:00 /bin/sh -c ps xua | grep osmo build 62102 0.0 0.0 3700 1780 ? S 00:07 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 58994), raddr=('127.0.0.1', 4254)> (1 sockets open) Terminating took 0.897s Process returned code: 0 Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 58994), raddr=('127.0.0.1', 4254)> (0 sockets open) ./vty_test_runner.py -w /build -v confpath /build/tests/.., workdir /build Running tests for specific VTY commands testConfigNetworkTree (__main__.TestVTYMSC.testConfigNetworkTree) ... Opening /dev/null Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62105 0.0 0.0 21474907688 34808 ? D 00:07 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62112 0.0 0.0 2576 880 ? S 00:07 0:00 /bin/sh -c ps xua | grep osmo build 62114 0.0 0.0 3700 1796 ? S 00:07 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 59010), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 59010), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.475s Process returned code: 0 ok testEnableDisablePeriodicLU (__main__.TestVTYMSC.testEnableDisablePeriodicLU) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62116 40.0 0.0 21474907688 34760 ? D 00:07 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62123 0.0 0.0 2576 916 ? S 00:07 0:00 /bin/sh -c ps xua | grep osmo build 62125 0.0 0.0 3700 1904 ? S 00:07 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 59018), raddr=('127.0.0.1', 4254)> (1 sockets open) Rec: ["% 'periodic location update' is now deprecated. Use 'msc' / 'timer vlr T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).'] Exp: ["% 'periodic location update' is now deprecated: use 'timer T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).'] Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 59018), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testShowNetwork (__main__.TestVTYMSC.testShowNetwork) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62127 25.0 0.0 21474907688 34840 ? D 00:08 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62134 0.0 0.0 2576 936 ? S 00:08 0:00 /bin/sh -c ps xua | grep osmo build 62136 0.0 0.0 3700 1772 ? S 00:08 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60054), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60054), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.475s Process returned code: 0 ok testSi2Q (__main__.TestVTYMSC.testSi2Q) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62138 25.0 0.0 21474907688 34856 ? D 00:08 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62145 0.0 0.0 2576 908 ? S 00:08 0:00 /bin/sh -c ps xua | grep osmo build 62147 0.0 0.0 3700 1864 ? S 00:08 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60066), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60066), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testSmppFirst (__main__.TestVTYMSC.testSmppFirst) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62149 20.0 0.0 21474907688 34844 ? D 00:08 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62156 0.0 0.0 2576 880 ? S 00:08 0:00 /bin/sh -c ps xua | grep osmo build 62158 0.0 0.0 3700 1796 ? S 00:08 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60072), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60072), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testVtyTree (__main__.TestVTYMSC.testVtyTree) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/62104/fd
total 0 lr-x------ 1 build build 64 Oct 29 00:07 0 -> pipe:[1773940973] l-wx------ 1 build build 64 Oct 29 00:07 1 -> pipe:[1773940974] l-wx------ 1 build build 64 Oct 29 00:07 2 -> pipe:[1773940975] l-wx------ 1 build build 64 Oct 29 00:07 3 -> /dev/null
ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 62160 25.0 0.0 21474907688 35740 ? S 00:08 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 62167 0.0 0.0 2576 924 ? S 00:08 0:00 /bin/sh -c ps xua | grep osmo build 62169 0.0 0.0 3700 1760 ? S 00:08 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60074), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 60074), raddr=('127.0.0.1', 4254)> (0 sockets open) Killed child process Process returned code: -9 ERROR
====================================================================== ERROR: testVtyTree (__main__.TestVTYMSC.testVtyTree) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/tests/./vty_test_runner.py", line 70, in tearDown raise Exception("Process returned %d" % rc) Exception: Process returned -9
---------------------------------------------------------------------- Ran 6 tests in 13.140s
FAILED (errors=1) make[7]: *** [Makefile:725: vty-python-test] Error 1 make[7]: Leaving directory '/build/tests' make[6]: *** [Makefile:743: vty-test] Error 2 make[6]: Leaving directory '/build/tests' make[5]: *** [Makefile:713: python-tests] Error 2 make[5]: Leaving directory '/build/tests' make[4]: Leaving directory '/build/tests' make[4]: *** [Makefile:767: check-local] Error 2 make[3]: *** [Makefile:572: check-am] Error 2 make[3]: Leaving directory '/build/tests' make[2]: *** [Makefile:422: check-recursive] Error 1 make[2]: Leaving directory '/build/tests' make[1]: *** [Makefile:471: check-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:770: check] Error 2 + exit_tar_workspace + '[' 1 = 1 ']' + tar -cJf /tmp/workspace.tar.xz /build tar: Removing leading `/' from member names + mv /tmp/workspace.tar.xz /build + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2336757 killed; [ssh-agent] Stopped. Archiving artifacts
jenkins-notifications@lists.osmocom.org