Build failed in Jenkins: master-osmo-gbproxy » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #1

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
Sun Jan 31 18:33:14 UTC 2021


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

Changes:


------------------------------------------
[...truncated 292.81 KB...]
ERROR
ERROR
test_terminal_length (__main__.TestVTY) ... Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Socket: closing 127.0.0.1:4245 <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 36064)> (0 sockets open)
Launch: ./src/sgsn/osmo-sgsn -c /build/doc/examples/osmo-sgsn/osmo-sgsn.cfg from /build
Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/doc/examples/osmo-sgsn/osmo-sgsn.cfg'

> ls -l /proc/7424/fd
total 0
lr-x------ 1 build build 64 Jan 31 18:33 0 -> pipe:[611024002]
l-wx------ 1 build build 64 Jan 31 18:33 1 -> pipe:[611024003]
l-wx------ 1 build build 64 Jan 31 18:33 2 -> pipe:[611024004]
l-wx------ 1 build build 64 Jan 31 18:33 3 -> /dev/null
Current directory: /build
Consider setting -b


> 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     7424  4.6  0.0  53992 20768 ?        S    18:33   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build -w /build -v
build     7442  0.0  0.0   4280   792 ?        S    18:33   0:00 /bin/sh -c ps xua | grep osmo
build     7444  0.0  0.0  12784   976 ?        S    18:33   0:00 grep osmo

ERROR
ERROR
test_unknown_command (__main__.TestVTY) ... Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Socket: closing 127.0.0.1:4245 <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 36124)> (0 sockets open)
Launch: ./src/sgsn/osmo-sgsn -c /build/doc/examples/osmo-sgsn/osmo-sgsn.cfg from /build
Launching: PWD=/build './src/sgsn/osmo-sgsn' '-c' '/build/doc/examples/osmo-sgsn/osmo-sgsn.cfg'

> ls -l /proc/7424/fd
total 0
lr-x------ 1 build build 64 Jan 31 18:33 0 -> pipe:[611024002]
l-wx------ 1 build build 64 Jan 31 18:33 1 -> pipe:[611024003]
l-wx------ 1 build build 64 Jan 31 18:33 2 -> pipe:[611024004]
l-wx------ 1 build build 64 Jan 31 18:33 3 -> /dev/null


> ss -tn
Current directory: /build
Consider setting -b
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     7424  2.5  0.0  53992 20776 ?        S    18:33   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build -w /build -v
build     7452  0.0  0.0   4280   796 ?        S    18:33   0:00 /bin/sh -c ps xua | grep osmo
build     7454  0.0  0.0  12784  1028 ?        S    18:33   0:00 grep osmo

ERROR
ERROR

======================================================================
ERROR: test_history (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 55, in test_history
    self.vty.command(t1)
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 222, in command
    return self._common_command(request, close)
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 175, in _common_command
    self._connect_socket()
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 82, in _connect_socket
    self.socket.connect((self.host, self.port))
ConnectionRefusedError: [Errno 111] Connection refused

======================================================================
ERROR: test_history (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 51, in tearDown
    osmoutil.end_proc(self.proc)
AttributeError: 'TestVTY' object has no attribute 'proc'

======================================================================
ERROR: test_terminal_length (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 65, in test_terminal_length
    assert(self.vty.verify(test_str, ['']))
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 244, in verify
    res = self.command(command, close).split('\r\n')
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 222, in command
    return self._common_command(request, close)
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 175, in _common_command
    self._connect_socket()
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 82, in _connect_socket
    self.socket.connect((self.host, self.port))
ConnectionRefusedError: [Errno 111] Connection refused

======================================================================
ERROR: test_terminal_length (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 51, in tearDown
    osmoutil.end_proc(self.proc)
AttributeError: 'TestVTY' object has no attribute 'proc'

======================================================================
ERROR: test_unknown_command (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 61, in test_unknown_command
    assert(self.vty.verify(test_str, ['% Unknown command.']))
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 244, in verify
    res = self.command(command, close).split('\r\n')
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 222, in command
    return self._common_command(request, close)
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 175, in _common_command
    self._connect_socket()
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/osmopy/obscvty.py", line 82, in _connect_socket
    self.socket.connect((self.host, self.port))
ConnectionRefusedError: [Errno 111] Connection refused

======================================================================
ERROR: test_unknown_command (__main__.TestVTY)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/osmopython-0.2.0-py3.5.egg/EGG-INFO/scripts/osmotestvty.py", line 51, in tearDown
    osmoutil.end_proc(self.proc)
AttributeError: 'TestVTY' object has no attribute 'proc'

----------------------------------------------------------------------
Ran 3 tests in 8.835s

FAILED (errors=6)
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Connecting socket failed, retrying...
Socket: closing 127.0.0.1:4245 <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 36184)> (0 sockets open)
Makefile:685: recipe for target 'vty-python-test' failed
make[7]: Leaving directory '/build/tests'
make[7]: *** [vty-python-test] Error 6
Makefile:706: recipe for target 'vty-test' failed
make[6]: Leaving directory '/build/tests'
make[6]: *** [vty-test] Error 2
Makefile:679: recipe for target 'python-tests' failed
make[5]: *** [python-tests] Error 2
make[5]: Leaving directory '/build/tests'
Makefile:714: recipe for target 'check-local' failed
make[4]: Leaving directory '/build/tests'
make[4]: *** [check-local] Error 2
make[3]: *** [check-am] Error 2
Makefile:539: recipe for target 'check-am' failed
make[3]: Leaving directory '/build/tests'
Makefile:391: recipe for target 'check-recursive' failed
make[2]: Leaving directory '/build/tests'
make[2]: *** [check-recursive] Error 1
Makefile:444: recipe for target 'check-recursive' failed
make[1]: Leaving directory '/build'
make[1]: *** [check-recursive] Error 1
Makefile:735: 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