Build failed in Jenkins: master-osmo-msc » --disable-iu,a2=default,a3=default,osmocom-master-debian9 #2845

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
Mon Apr 16 06:20:29 UTC 2018


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--disable-iu,a2=default,a3=default,label=osmocom-master-debian9/2845/display/redirect>

------------------------------------------
[...truncated 766.06 KB...]
lr-x------ 1 build build 64 Apr 16 06:19 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 


> ps xua | grep osmo
build     2998  0.0  0.0 21474971600 14680 ?   R    06:20   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build     3005  0.0  0.0   4336   768 ?        S    06:20   0:00 /bin/sh -c ps xua | grep osmo
build     3007  0.0  0.0  11128   944 ?        S    06:20   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517520> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517520> (0 sockets open)
Terminating took 2.679s
ok
testSmppFirst (__main__.TestVTYMSC) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/2967/fd
total 0
lr-x------ 1 build build 64 Apr 16 06:19 0 -> pipe:[644694871]
l-wx------ 1 build build 64 Apr 16 06:19 1 -> pipe:[644694872]
l-wx------ 1 build build 64 Apr 16 06:19 2 -> pipe:[644694873]
l-wx------ 1 build build 64 Apr 16 06:19 3 -> /dev/null
lr-x------ 1 build build 64 Apr 16 06:19 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:4254                     *:*     
LISTEN     0      10                127.0.0.1:4255                     *:*     
LISTEN     0      10                        *:2775                     *:*     


> ps xua | grep osmo
build     3008  0.0  0.0 21474971600 14952 ?   D    06:20   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build     3015  0.0  0.0   4336   772 ?        S    06:20   0:00 /bin/sh -c ps xua | grep osmo
build     3017  0.0  0.0   4336   108 ?        R    06:20   0:00 /bin/sh -c ps xua | grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517520> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517520> (0 sockets open)
Terminating took 2.679s
ok
testVtyTree (__main__.TestVTYMSC) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/2967/fd
total 0
lr-x------ 1 build build 64 Apr 16 06:19 0 -> pipe:[644694871]
l-wx------ 1 build build 64 Apr 16 06:19 1 -> pipe:[644694872]
l-wx------ 1 build build 64 Apr 16 06:19 2 -> pipe:[644694873]
l-wx------ 1 build build 64 Apr 16 06:19 3 -> /dev/null
lr-x------ 1 build build 64 Apr 16 06:19 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 


> ps xua | grep osmo
build     3018  0.0  0.0 21474966520 8380 ?    R    06:20   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build     3025  0.0  0.0   4336   816 ?        S    06:20   0:00 /bin/sh -c ps xua | grep osmo
build     3027  0.0  0.0  11128  1036 ?        S    06:20   0:00 grep osmo

Connecting socket failed, retrying...
Socket: in 2 tries, connected to 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517600> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket._socketobject object at 0x7fc36b517600> (0 sockets open)
Terminating took 2.679s
ok

----------------------------------------------------------------------
Ran 6 tests in 20.881s

OK
/usr/bin/python ./ctrl_test_runner.py -w /build -v
testRateCounters (__main__.TestCtrlMSC) ... ok

----------------------------------------------------------------------
Ran 1 test in 5.408s

OK
confpath /build/tests/.., workdir /build
Running tests for specific control commands
Opening /dev/null
Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
Connecting to host 127.0.0.1:4255
Sending "GET 1000 rate_ctr.*"
Got message: ERROR 1000 GET variable contains invalid characters
Decoded replies:  {1000: {'mtype': 'ERROR', 'id': 1000, 'error': 'GET variable contains invalid characters'}}
Terminating took 2.679s
/usr/bin/python ./smpp_test_runner.py -w /build -v
testSMPPCrashes (__main__.TestSMPPMSC) ... confpath /build/tests/.., workdir /build
Running tests for specific SMPP
Opening /dev/null
Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/3030/fd
total 0
lr-x------ 1 build build 64 Apr 16 06:20 0 -> pipe:[644694871]
l-wx------ 1 build build 64 Apr 16 06:20 1 -> pipe:[644694872]
l-wx------ 1 build build 64 Apr 16 06:20 2 -> pipe:[644694873]
l-wx------ 1 build build 64 Apr 16 06:20 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     3031  0.0  0.0 21474966520 8592 ?    R    06:20   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build     3038  0.0  0.0   4336   816 ?        S    06:20   0:00 /bin/sh -c ps xua | grep osmo
build     3040  0.0  0.0  11128  1044 ?        S    06:20   0:00 grep osmo

ok

----------------------------------------------------------------------
Ran 1 test in 3.520s

OK
Connecting socket failed, retrying...
Socket: in 2 tries, connected to 127.0.0.1:4254 <socket._socketobject object at 0x7efdebe05de0> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket._socketobject object at 0x7efdebe05de0> (0 sockets open)
Terminating took 2.679s
rm -f ../sms.db
make[5]: Leaving directory '/build/tests'
make[4]: Leaving directory '/build/tests'
make[3]: Leaving directory '/build/tests'
make[2]: Leaving directory '/build/tests'
make[2]: Entering directory '/build'
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ LD_LIBRARY_PATH=/build/deps/install/lib
+ DISTCHECK_CONFIGURE_FLAGS='--enable-smpp --disable-iu --enable-external-tests'
+ make distcheck
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/build'
if test -d "osmo-msc-1.1.2.262-37a3a"; then find "osmo-msc-1.1.2.262-37a3a" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-msc-1.1.2.262-37a3a" || { sleep 5 && rm -rf "osmo-msc-1.1.2.262-37a3a"; }; else :; fi
test -d "osmo-msc-1.1.2.262-37a3a" || mkdir "osmo-msc-1.1.2.262-37a3a"
 (cd doc && make  top_distdir=../osmo-msc-1.1.2.262-37a3a distdir=../osmo-msc-1.1.2.262-37a3a/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/build/doc'
 (cd examples && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/doc/examples'
make  \
  top_distdir="../../osmo-msc-1.1.2.262-37a3a" distdir="../../osmo-msc-1.1.2.262-37a3a/doc/examples" \
  dist-hook
make[4]: Entering directory '/build/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="../../osmo-msc-1.1.2.262-37a3a/doc/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[4]: Leaving directory '/build/doc/examples'
make[3]: Leaving directory '/build/doc/examples'
make[2]: Leaving directory '/build/doc'
 (cd include && make  top_distdir=../osmo-msc-1.1.2.262-37a3a distdir=../osmo-msc-1.1.2.262-37a3a/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/build/include'
 (cd osmocom && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/include/osmocom \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/include/osmocom'
 (cd msc && make  top_distdir=../../../osmo-msc-1.1.2.262-37a3a distdir=../../../osmo-msc-1.1.2.262-37a3a/include/osmocom/msc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/include/osmocom/msc'
make[4]: Leaving directory '/build/include/osmocom/msc'
make[3]: Leaving directory '/build/include/osmocom'
make[2]: Leaving directory '/build/include'
 (cd src && make  top_distdir=../osmo-msc-1.1.2.262-37a3a distdir=../osmo-msc-1.1.2.262-37a3a/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/build/src'
 (cd libgsupclient && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/src/libgsupclient \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src/libgsupclient'
make[3]: Leaving directory '/build/src/libgsupclient'
 (cd libvlr && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/src/libvlr \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src/libvlr'
make[3]: Leaving directory '/build/src/libvlr'
 (cd libmsc && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/src/libmsc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src/libmsc'
make[3]: Leaving directory '/build/src/libmsc'
 (cd osmo-msc && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/src/osmo-msc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src/osmo-msc'
make[3]: Leaving directory '/build/src/osmo-msc'
 (cd utils && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/src/utils \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src/utils'
make[3]: Leaving directory '/build/src/utils'
make[2]: Leaving directory '/build/src'
 (cd tests && make  top_distdir=../osmo-msc-1.1.2.262-37a3a distdir=../osmo-msc-1.1.2.262-37a3a/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/build/tests'
 (cd sms_queue && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/tests/sms_queue \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/tests/sms_queue'
make[3]: Leaving directory '/build/tests/sms_queue'
 (cd msc_vlr && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/tests/msc_vlr \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/tests/msc_vlr'
make[3]: Leaving directory '/build/tests/msc_vlr'
 (cd smpp && make  top_distdir=../../osmo-msc-1.1.2.262-37a3a distdir=../../osmo-msc-1.1.2.262-37a3a/tests/smpp \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/tests/smpp'
make[3]: Leaving directory '/build/tests/smpp'
make[2]: Leaving directory '/build/tests'
make  \
  top_distdir="osmo-msc-1.1.2.262-37a3a" distdir="osmo-msc-1.1.2.262-37a3a" \
  dist-hook
make[2]: Entering directory '/build'
echo 1.1.2.262-37a3a > osmo-msc-1.1.2.262-37a3a/.tarball-version
make[2]: Leaving directory '/build'
test -n "" \
|| find "osmo-msc-1.1.2.262-37a3a" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /build/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "osmo-msc-1.1.2.262-37a3a"
tardir=osmo-msc-1.1.2.262-37a3a && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >osmo-msc-1.1.2.262-37a3a.tar.bz2

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: No space left on device
	Input file = (stdin), output file = (stdout)
make[1]: *** [dist-bzip2] Error 1
Makefile:615: recipe for target 'dist-bzip2' failed
make[1]: Leaving directory '/build'
Makefile:646: recipe for target 'dist' failed
make: *** [dist] 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 gerrit-log mailing list