Build failed in Jenkins: master-osmo-sgsn » --disable-iu,1,a3=default,a4=default,osmocom-master-debian9 #22310

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/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Wed Dec 2 21:07:37 UTC 2020


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-sgsn/IU=--disable-iu,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master-debian9/22310/display/redirect>

Changes:


------------------------------------------
[...truncated 428.71 KB...]
> 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:4245                     *:*                  
LISTEN     0      10     127.0.0.1:4251                     *:*                  


> ps xua | grep osmo
build    12320  0.0  0.0 21475109004 31844 ?   S    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12327  0.0  0.0   4280   748 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12329  0.0  0.0  12784   992 ?        R    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47774), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47774), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyCDR (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12331  0.0  0.0 21475109004 28516 ?   S    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12338  0.0  0.0   4280   736 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12340  0.0  0.0  12784   940 ?        R    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47780), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47780), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyEasyAPN (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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:4245                     *:*                  
LISTEN     0      10     127.0.0.1:4251                     *:*                  


> ps xua | grep osmo
build    12342  0.0  0.0 21475109004 28812 ?   S    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12349  0.0  0.0   4280   700 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12351  0.0  0.0  12784   972 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47782), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47782), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyGgsn (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12353  0.0  0.0 21475042824 33092 ?   R    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12360  0.0  0.0   4280   736 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12362  0.0  0.0  12784  1024 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47788), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47788), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyShow (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12364  0.0  0.0 21475042824 26384 ?   R    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12371  0.0  0.0   4280   756 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12373  0.0  0.0  12784   940 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47790), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47790), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtySubscriber (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12375  0.0  0.0 21475109004 35196 ?   R    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12382  0.0  0.0   4280   756 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12384  0.0  0.0  12784   948 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47792), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47792), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyTimers (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12386  0.0  0.0 21475109004 34320 ?   R    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12393  0.0  0.0   4280   796 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12395  0.0  0.0  12784   968 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47794), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47794), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok
testVtyTree (__main__.TestVTYSGSN) ... Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/12286/fd
total 0
lr-x------ 1 build build 64 Dec  2 21:07 0 -> pipe:[214863634]
l-wx------ 1 build build 64 Dec  2 21:07 1 -> pipe:[214863635]
l-wx------ 1 build build 64 Dec  2 21:07 2 -> pipe:[214863636]
l-wx------ 1 build build 64 Dec  2 21:07 3 -> /dev/null


> 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              


> ps xua | grep osmo
build    12397  0.0  0.0 21475109004 30932 ?   S    21:07   0:00 ./src/sgsn/osmo-sgsn -c /build/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build    12404  0.0  0.0   4280   712 ?        S    21:07   0:00 /bin/sh -c ps xua | grep osmo
build    12406  0.0  0.0  12784   968 ?        S    21:07   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47796), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47796), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
ok

======================================================================
FAIL: testVtyShow (__main__.TestVTYGbproxy)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./vty_test_runner.py", line 98, in testVtyShow
    self.assertTrue(res.find('UDP bind') >= 0)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 11 tests in 15.881s

FAILED (failures=1)
Makefile:711: recipe for target 'vty-python-test' failed
make[7]: Leaving directory '/build/tests'
make[7]: *** [vty-python-test] Error 1
Makefile:728: recipe for target 'vty-test' failed
make[6]: *** [vty-test] Error 2
make[6]: Leaving directory '/build/tests'
Makefile:705: recipe for target 'python-tests' failed
make[5]: Leaving directory '/build/tests'
make[5]: *** [python-tests] Error 2
Makefile:736: recipe for target 'check-local' failed
make[4]: *** [check-local] Error 2
make[4]: Leaving directory '/build/tests'
make[3]: *** [check-am] Error 2
Makefile:565: recipe for target 'check-am' failed
make[3]: Leaving directory '/build/tests'
Makefile:417: recipe for target 'check-recursive' failed
make[2]: Leaving directory '/build/tests'
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
Makefile:461: recipe for target 'check-recursive' failed
make[1]: Leaving directory '/build'
Makefile:752: recipe for target 'check' failed
make: *** [check] Error 2
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE



More information about the jenkins-notifications mailing list