Changes:
------------------------------------------ [...truncated 373.63 KB...] State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51803 1.1 0.0 27988 23556 ? S 00:03 0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build -w /build -v build 51826 25.0 0.0 21474907648 34916 ? D 00:03 0:00 src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgj2itpvna build 51833 0.0 0.0 2576 952 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51835 0.0 0.0 3700 1820 ? S 00:03 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', 52448), 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', 52448), 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51838 33.3 0.0 21474907648 34484 ? D 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51845 0.0 0.0 2576 904 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51847 0.0 0.0 3700 1820 ? S 00:03 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', 55036), 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', 55036), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51849 0.0 0.0 21474907648 34772 ? D 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51856 0.0 0.0 2576 936 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51858 0.0 0.0 3700 1812 ? S 00:03 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', 55052), 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', 55052), 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51860 33.3 0.0 21474907648 34704 ? D 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51867 0.0 0.0 2576 904 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51869 0.0 0.0 3700 1776 ? S 00:03 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', 55062), 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', 55062), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51871 33.3 0.0 21474907648 34704 ? D 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51878 0.0 0.0 2576 928 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51880 0.0 0.0 3700 1848 ? S 00:03 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', 55064), 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', 55064), raddr=('127.0.0.1', 4254)> (0 sockets open) Killed child process Process returned code: -9 ERROR 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51881 40.0 0.0 21474907648 36000 ? S 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51888 0.0 0.0 2576 948 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51890 0.0 0.0 3700 1792 ? S 00:03 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', 45444), 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', 45444), 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/51837/fd
total 0 lr-x------ 1 build build 64 Jun 6 00:03 0 -> pipe:[3398881271] l-wx------ 1 build build 64 Jun 6 00:03 1 -> pipe:[3398881272] l-wx------ 1 build build 64 Jun 6 00:03 2 -> pipe:[3398881273] l-wx------ 1 build build 64 Jun 6 00:03 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 0.0.0.0:2775 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 127.0.0.1:4254 0.0.0.0:*
ps xua | grep osmo
build 51892 0.0 0.0 21474907648 34644 ? D 00:03 0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 51899 0.0 0.0 2576 900 ? S 00:03 0:00 /bin/sh -c ps xua | grep osmo build 51901 0.0 0.0 3700 1808 ? S 00:03 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', 45456), 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', 45456), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok
====================================================================== ERROR: testSi2Q (__main__.TestVTYMSC.testSi2Q) ---------------------------------------------------------------------- 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 16.761s
FAILED (errors=1) make[7]: *** [Makefile:727: vty-python-test] Error 1 make[7]: Leaving directory '/build/tests' make[6]: Leaving directory '/build/tests' make[6]: *** [Makefile:745: vty-test] Error 2 make[5]: *** [Makefile:715: python-tests] Error 2 make[5]: Leaving directory '/build/tests' make[4]: *** [Makefile:769: check-local] Error 2 make[4]: Leaving directory '/build/tests' make[3]: *** [Makefile:574: check-am] Error 2 make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: *** [Makefile:424: check-recursive] Error 1 make[1]: Leaving directory '/build' make[1]: *** [Makefile:473: check-recursive] Error 1 make: *** [Makefile:772: 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 799978 killed; [ssh-agent] Stopped. Archiving artifacts
jenkins-notifications@lists.osmocom.org