Changes:
------------------------------------------ [...truncated 710.30 KiB...]
ps xua | grep osmo
build 1 0.0 0.0 2592 1060 ? Ss 10:06 0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 7 0.0 0.0 2680 1120 ? S 10:06 0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 119290 0.0 0.0 4068 3172 ? S 10:08 0:00 /bin/bash -c test -d osmo-msc-1.14.0.16-c74d0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base/ \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.14.0.16-c74d0.tar.gz osmo-msc-1.14.0.16-c74d0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 123257 0.0 0.0 4068 3300 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 123450 0.0 0.0 4068 3204 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '3'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 130247 3.7 0.0 21584 16404 ? S 10:09 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.16-c74d0/_build/sub -v build 130259 40.0 0.0 21474931712 38560 ? S 10:09 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 130266 0.0 0.0 2680 1108 ? S 10:09 0:00 /bin/sh -c ps xua | grep osmo build 130268 0.0 0.0 3896 1804 ? S 10:09 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 49912), 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=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 49912), 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/osmo-msc-1.14.0.16-c74d0/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/130247/fd
total 0 lr-x------ 1 build build 64 Nov 26 10:09 0 -> pipe:[3803839744] l-wx------ 1 build build 64 Nov 26 10:09 1 -> pipe:[3803839745] l-wx------ 1 build build 64 Nov 26 10:09 2 -> pipe:[3803839746] lrwx------ 1 build build 64 Nov 26 10:09 3 -> /tmp/tmpi2kmdgvn (deleted) lrwx------ 1 build build 64 Nov 26 10:09 4 -> /tmp/tmpeloink_9 (deleted)
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 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 1 0.0 0.0 2592 1060 ? Ss 10:06 0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 7 0.0 0.0 2680 1120 ? S 10:06 0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 119290 0.0 0.0 4068 3172 ? S 10:08 0:00 /bin/bash -c test -d osmo-msc-1.14.0.16-c74d0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base/ \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.14.0.16-c74d0.tar.gz osmo-msc-1.14.0.16-c74d0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 123257 0.0 0.0 4068 3300 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 123450 0.0 0.0 4068 3204 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '3'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 130247 1.9 0.0 21584 16464 ? S 10:09 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.16-c74d0/_build/sub -v build 130270 16.6 0.0 21474931712 38508 ? S 10:09 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 130277 0.0 0.0 2680 1072 ? S 10:09 0:00 /bin/sh -c ps xua | grep osmo build 130279 0.0 0.0 3896 1816 ? S 10:09 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 49914), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 49914), raddr=('127.0.0.1', 4254)> (0 sockets open) Killed child process Process returned code: -9 ================================================================================ stdout ================================================================================
================================================================================ stderr ================================================================================ [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m Available via telnet 127.0.0.1 4254 (telnet_interface.c:88) [1;33mDSMPP[0;m [1;33mNOTICE[0;m SMPP at 0.0.0.0 2775 (smpp_smsc.c:990) [38;5;33m[1;33mDLCTRL[0;m[38;5;33m [1;33mNOTICE[0;m[38;5;33m CTRL at 127.0.0.1 4255 (control_if.c:1026)[0;m [38;5;39m[1;33mDLGSUP[0;m[38;5;39m [1;33mNOTICE[0;m[38;5;39m GSUP connecting to 127.0.0.1:4222 (gsup_client.c:77)[0;m [1;33mDDB[0;m [1;33mNOTICE[0;m Init database connection to 'sms.db' using SQLite3 lib version 3.46.1 (db.c:518) [38;5;51m[1;33mDLMGCP[0;m[38;5;51m [1;33mNOTICE[0;m[38;5;51m MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:944)[0;m [1;33mDMSC[0;m [1;33mNOTICE[0;m MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (msc_main.c:576) [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Creating SS7 instance (sccp_instance.c:628)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Using SS7 instance 0, pc:0.23.1 (sccp_instance.c:655)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Creating AS instance (sccp_instance.c:662)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Using AS instance as-clnt-OsmoMSC-A-Iu (sccp_instance.c:673)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Creating default route (sccp_instance.c:679)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A-Iu (sccp_instance.c:717)[0;m [38;5;45m[1;33mDLSCCP[0;m[38;5;45m [1;33mNOTICE[0;m[38;5;45m OsmoMSC-A-Iu: Using ASP instance asp-clnt-OsmoMSC-A-Iu (sccp_instance.c:784)[0;m [38;5;43m[1;33mDLSS7[0;m[38;5;43m [1;33mNOTICE[0;m[38;5;43m 0: Creating SCCP instance (ss7_instance.c:185)[0;m [1;33mDSGS[0;m [1;33mNOTICE[0;m SGs socket bound to r=NULL<->l=0.0.0.0:29118 (sgs_server.c:186) [1;33mDMSC[0;m [1;33mNOTICE[0;m A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) (msc_main.c:790) [1;33mDMSC[0;m [1;33mNOTICE[0;m Iu-interface: SCCP user OsmoMSC-IuCS:RI=SSN_PC,PC=(no PC),SSN=RANAP, cs7-instance 0 ((null)) (msc_main.c:811) [38;5;23m[1;31mDLINP[0;m[38;5;23m [1;31mERROR[0;m[38;5;23m CLICONN(asp-clnt-OsmoMSC-A-Iu,){CONNECTING} connect failed (-111) (stream_cli.c:424)[0;m [1;33mDMSC[0;m [1;33mNOTICE[0;m Terminating due to signal 15 (msc_main.c:285)
ERROR testSi2Q (__main__.TestVTYMSC.testSi2Q) ... Launching: PWD=/build/osmo-msc-1.14.0.16-c74d0/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/130247/fd
total 0 lr-x------ 1 build build 64 Nov 26 10:09 0 -> pipe:[3803839744] l-wx------ 1 build build 64 Nov 26 10:09 1 -> pipe:[3803839745] l-wx------ 1 build build 64 Nov 26 10:09 2 -> pipe:[3803839746] lrwx------ 1 build build 64 Nov 26 10:09 3 -> /tmp/tmpi2kmdgvn (deleted) lrwx------ 1 build build 64 Nov 26 10:09 4 -> /tmp/tmpeloink_9 (deleted) lrwx------ 1 build build 64 Nov 26 10:09 5 -> /tmp/tmp2admz1xp (deleted) lrwx------ 1 build build 64 Nov 26 10:09 6 -> /tmp/tmp0_wul381 (deleted)
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 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 1 0.0 0.0 2592 1060 ? Ss 10:06 0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 7 0.0 0.0 2680 1120 ? S 10:06 0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 119290 0.0 0.0 4068 3172 ? S 10:08 0:00 /bin/bash -c test -d osmo-msc-1.14.0.16-c74d0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base/ \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.14.0.16-c74d0.tar.gz osmo-msc-1.14.0.16-c74d0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 123257 0.0 0.0 4068 3300 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 123450 0.0 0.0 4068 3204 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '3'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 130247 0.6 0.0 21584 16540 ? S 10:09 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.16-c74d0/_build/sub -v build 130280 25.0 0.0 21474932736 39376 ? S 10:09 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 130287 0.0 0.0 2680 1084 ? S 10:09 0:00 /bin/sh -c ps xua | grep osmo build 130289 0.0 0.0 3896 1896 ? S 10:09 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49406), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49406), 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/osmo-msc-1.14.0.16-c74d0/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/130247/fd
total 0 lr-x------ 1 build build 64 Nov 26 10:09 0 -> pipe:[3803839744] l-wx------ 1 build build 64 Nov 26 10:09 1 -> pipe:[3803839745] l-wx------ 1 build build 64 Nov 26 10:09 2 -> pipe:[3803839746] lrwx------ 1 build build 64 Nov 26 10:09 3 -> /tmp/tmpi2kmdgvn (deleted) lrwx------ 1 build build 64 Nov 26 10:09 4 -> /tmp/tmpeloink_9 (deleted) lrwx------ 1 build build 64 Nov 26 10:09 5 -> /tmp/tmpru2ubn2l (deleted) lrwx------ 1 build build 64 Nov 26 10:09 6 -> /tmp/tmpnds65mcn (deleted)
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 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 1 0.0 0.0 2592 1060 ? Ss 10:06 0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 7 0.0 0.0 2680 1120 ? S 10:06 0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 119290 0.0 0.0 4068 3172 ? S 10:08 0:00 /bin/bash -c test -d osmo-msc-1.14.0.16-c74d0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base/ \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.14.0.16-c74d0.tar.gz osmo-msc-1.14.0.16-c74d0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 123257 0.0 0.0 4068 3300 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 123450 0.0 0.0 4068 3204 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '3'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 130247 0.5 0.0 21584 16540 ? S 10:09 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.16-c74d0/_build/sub -v build 130291 25.0 0.0 21474931712 37760 ? D 10:09 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 130298 0.0 0.0 2680 1128 ? S 10:09 0:00 /bin/sh -c ps xua | grep osmo build 130300 0.0 0.0 3896 1888 ? S 10:09 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49422), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49422), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.475s Process returned code: 0 ok testVtyTree (__main__.TestVTYMSC.testVtyTree) ... Launching: PWD=/build/osmo-msc-1.14.0.16-c74d0/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg'
ls -l /proc/130247/fd
total 0 lr-x------ 1 build build 64 Nov 26 10:09 0 -> pipe:[3803839744] l-wx------ 1 build build 64 Nov 26 10:09 1 -> pipe:[3803839745] l-wx------ 1 build build 64 Nov 26 10:09 2 -> pipe:[3803839746] lrwx------ 1 build build 64 Nov 26 10:09 3 -> /tmp/tmpi2kmdgvn (deleted) lrwx------ 1 build build 64 Nov 26 10:09 4 -> /tmp/tmpeloink_9 (deleted) lrwx------ 1 build build 64 Nov 26 10:09 5 -> /tmp/tmp8wigvcir (deleted) lrwx------ 1 build build 64 Nov 26 10:09 6 -> /tmp/tmp2fbf59fr (deleted)
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 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:*
ps xua | grep osmo
build 1 0.0 0.0 2592 1060 ? Ss 10:06 0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 7 0.0 0.0 2680 1120 ? S 10:06 0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh build 119290 0.0 0.0 4068 3172 ? S 10:08 0:00 /bin/bash -c test -d osmo-msc-1.14.0.16-c74d0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.16-c74d0/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base/ \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.14.0.16-c74d0.tar.gz osmo-msc-1.14.0.16-c74d0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 123257 0.0 0.0 4068 3300 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 123450 0.0 0.0 4068 3204 ? S 10:09 0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '3'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.4.1' && test -n '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\[\ ?]*) bs=\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 130247 0.4 0.0 21584 16540 ? S 10:09 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.16-c74d0/_build/sub -v build 130302 0.0 0.0 21474931712 37788 ? D 10:09 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.16-c74d0/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 130309 0.0 0.0 2680 1004 ? S 10:09 0:00 /bin/sh -c ps xua | grep osmo build 130311 0.0 0.0 3896 1976 ? S 10:09 0:00 grep osmo
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49438), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 49438), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.475s Process returned code: 0 ok
====================================================================== ERROR: testShowNetwork (__main__.TestVTYMSC.testShowNetwork) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests/../../../tests/vty_test_runner.py", line 85, in tearDown raise Exception("Process returned %d" % rc) Exception: Process returned -9
---------------------------------------------------------------------- Ran 6 tests in 15.227s
FAILED (errors=1) make[8]: *** [Makefile:727: vty-python-test] Error 1 make[8]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[7]: *** [Makefile:747: vty-test] Error 2 make[7]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[6]: *** [Makefile:717: python-tests] Error 2 make[6]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[5]: *** [Makefile:771: check-local] Error 2 make[5]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[4]: *** [Makefile:576: check-am] Error 2 make[4]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[3]: *** [Makefile:426: check-recursive] Error 1 make[3]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub/tests' make[2]: *** [Makefile:477: check-recursive] Error 1 make[2]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub' make[1]: *** [Makefile:776: check] Error 2 make[1]: Leaving directory '/build/osmo-msc-1.14.0.16-c74d0/_build/sub' make: *** [Makefile:696: distcheck] Error 1 + 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 426932 killed; [ssh-agent] Stopped. Archiving artifacts