Skip to content
Failed

Console Output

Skipping 326 KB.. Full Log
Socket: in 1 tries, connected to 127.0.0.1:4253 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 48490), raddr=('127.0.0.1', 4253)> (1 sockets open)
Terminating took 0.897s
Process returned code: 0
Socket: closing 127.0.0.1:4253 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 48490), raddr=('127.0.0.1', 4253)> (0 sockets open)
Verifying src/gtphub/osmo-gtphub -c /build/osmo-sgsn-1.12.0.16-62132/_build/sub/writtenconfig/osmo-gtphub-1iface.cfgq9sfzfyn, test token_vty_command
Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub 'src/gtphub/osmo-gtphub' '-c' '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/writtenconfig/osmo-gtphub-1iface.cfgq9sfzfyn'

> ls -l /proc/47887/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4253      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47887  0.9  0.0  28308 23876 ?        S    10:54   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/osmo-sgsn-1.12.0.16-62132/_build/sub/../.. -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47938  0.0  0.0  12276  6064 ?        S    10:54   0:00 src/gtphub/osmo-gtphub -c /build/osmo-sgsn-1.12.0.16-62132/_build/sub/writtenconfig/osmo-gtphub-1iface.cfgq9sfzfyn
build      47945  0.0  0.0   2576   904 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47947  0.0  0.0   3700  1808 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4253 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 48498), raddr=('127.0.0.1', 4253)> (1 sockets open)
Terminating took 0.897s
Process returned code: 0
Socket: closing 127.0.0.1:4253 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 48498), raddr=('127.0.0.1', 4253)> (0 sockets open)
../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
confpath /build/osmo-sgsn-1.12.0.16-62132/tests/.., workdir /build/osmo-sgsn-1.12.0.16-62132/_build/sub
Running tests for specific VTY commands
testVtyAuth (__main__.TestVTYSGSN.testVtyAuth) ... Opening /dev/null
Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948 28.5  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47949  0.0  0.0 281692  7688 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      47956  0.0  0.0   2576   896 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47958  0.0  0.0   3700  1804 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54034), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54034), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyCDR (__main__.TestVTYSGSN.testVtyCDR) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  1.3  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47959  0.0  0.0 281692  7700 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      47966  0.0  0.0   2576   940 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47968  0.0  0.0   3700  1792 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54042), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54042), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyEasyAPN (__main__.TestVTYSGSN.testVtyEasyAPN) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.6  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47969  0.0  0.0 281692  7620 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      47976  0.0  0.0   2576   924 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47978  0.0  0.0   3700  1800 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54050), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54050), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyGgsn (__main__.TestVTYSGSN.testVtyGgsn) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.4  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47979  0.0  0.0  18036  7700 ?        D    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      47986  0.0  0.0   2576   912 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47988  0.0  0.0   3700  1816 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54060), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54060), raddr=('127.0.0.1', 4245)> (0 sockets open)
Process returned code: -11
ok
testVtyShow (__main__.TestVTYSGSN.testVtyShow) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.4  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47989  0.0  0.0 281692  7744 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      47996  0.0  0.0   2576   936 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      47998  0.0  0.0   3700  1760 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54070), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54070), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtySubscriber (__main__.TestVTYSGSN.testVtySubscriber) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.3  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      47999  0.0  0.0 281692  7696 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      48006  0.0  0.0   2576   908 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      48008  0.0  0.0   3700  1868 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35588), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35588), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyTimers (__main__.TestVTYSGSN.testVtyTimers) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.2  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      48009  0.0  0.0 281692  7720 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      48016  0.0  0.0   2576   908 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      48018  0.0  0.0   3700  1852 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35590), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35590), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyTree (__main__.TestVTYSGSN.testVtyTree) ... Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg'

> ls -l /proc/47948/fd
total 0
lr-x------ 1 build build 64 Oct 19 10:54 0 -> pipe:[1566646076]
l-wx------ 1 build build 64 Oct 19 10:54 1 -> pipe:[1566646077]
l-wx------ 1 build build 64 Oct 19 10:54 2 -> pipe:[1566646078]
l-wx------ 1 build build 64 Oct 19 10:54 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         127.0.0.1:4251      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4245      0.0.0.0:*          


> ps xua | grep osmo
build      42576  0.0  0.0   3924  3036 ?        S    10:54   0:00 /bin/bash -c test -d osmo-sgsn-1.12.0.16-62132/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.12.0.16-62132/_build/sub \   && ../../configure \     --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \     --enable-werror --disable-iu --enable-external-tests  \     --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-sgsn-1.12.0.16-62132.tar.gz osmo-sgsn-1.12.0.16-62132.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      46010  0.0  0.0   3924  3040 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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 contrib tests doc ' ;; \   *) list='include src contrib tests doc ' ;; \ 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      46050  0.0  0.0   3924  3064 ?        S    10:54   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.3' && test -n '/build/osmo-sgsn-1.12.0.16-62132/_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='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \   *) list='gprs gtphub sgsn xid sndcp_xid slhc v42bis ' ;; \ 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      47948  0.2  0.0  19704 14812 ?        S    10:54   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
build      48019  0.0  0.0 281692  7764 ?        S    10:54   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn-accept-all.cfg
build      48026  0.0  0.0   2576   928 ?        S    10:54   0:00 /bin/sh -c ps xua | grep osmo
build      48028  0.0  0.0   3700  1820 ?        S    10:54   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35594), raddr=('127.0.0.1', 4245)> (1 sockets open)
Socket: closing 127.0.0.1:4245 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 35594), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok

----------------------------------------------------------------------
Ran 8 tests in 10.408s

OK
rm -f ../gsn_restart ../gtphub_restart_count
make[8]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make vty-transcript-test
make[8]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
osmo_verify_transcript_vty.py -v \
	-n OsmoSGSN -p 4245 \
	-r "../src/sgsn/osmo-sgsn -c ../../../tests/osmo-sgsn.cfg" \
	 ${T:-../../../tests/osmo-sgsn*.vty}
rate_ctr.c:86 validating counter group 0x55ea323afe20(sgsn) with 23 counters
DLGLOBAL NOTICE Available via telnet 127.0.0.1 4245 (telnet_interface.c:88)
DLGTP NOTICE GTP: gtp_newgsn() started at 127.0.0.1 (gsn.c:467)
DLGTP NOTICE State information file (.//gsn_restart) not found. Creating new file. (gsn.c:388)
DGPRS NOTICE Created GTP on 127.0.0.1 (sgsn_libgtp.c:966)
DGPRS NOTICE libGTP v1.12.0.6-8c01 initialized (sgsn_main.c:456)
DLCTRL NOTICE CTRL at 127.0.0.1 4251 (control_if.c:1024)
DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74)
Launching: cd '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'; ../src/sgsn/osmo-sgsn -c ../../../tests/osmo-sgsn.cfg
OsmoSGSN> enable

OsmoSGSN# show timer
T3312 = 600 s	Periodic RA Update timer (s) (default: 600 s)
T3313 = 30 s	Waiting for paging response timer (s) (default: 30 s)
T3314 = 44 s	READY timer. Force to STANDBY on expiry timer (s) (default: 44 s)
T3316 = 44 s	AA-Ready timer (s) (default: 44 s)
T3322 = 6 s	Detach request -> accept timer (s) (default: 6 s)
T3350 = 6 s	Waiting for ATT/RAU/TMSI_COMPL timer (s) (default: 6 s)
T3360 = 6 s	Waiting for AUTH/CIPH response timer (s) (default: 6 s)
T3370 = 6 s	Waiting for IDENTITY response timer (s) (default: 6 s)
T3385 = 8 s	Wait for ACT PDP CTX REQ timer (s) (default: 8 s)
T3386 = 8 s	Wait for MODIFY PDP CTX ACK timer (s) (default: 8 s)
T3395 = 8 s	Wait for DEACT PDP CTX ACK timer (s) (default: 8 s)
T3397 = 8 s	Wait for DEACT AA PDP CTX ACK timer (s) (default: 8 s)
X1001 = 5 s	RANAP Release timeout. Wait for RANAP Release Complete.On expiry release Iu connection (s) (default: 5 s)
OsmoSGSN# configure terminal

OsmoSGSN(config)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  hostname WORD
  no hostname [HOSTNAME]
  password (8|) WORD
  password LINE
  enable password (8|) WORD
  enable password LINE
  no enable password
  banner motd default
  banner motd file [FILE]
  no banner motd
  service terminal-length <0-512>
  no service terminal-length [<0-512>]
  line vty
  service advanced-vty
  no service advanced-vty
  show history
  log stderr [blocking-io]
  no log stderr
  log file FILENAME [blocking-io]
  no log file FILENAME
  log alarms <2-32700>
  no log alarms
  log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)
  log syslog local <0-7>
  no log syslog
  log systemd-journal [raw]
  no log systemd-journal
  log gsmtap [HOSTNAME]
  no log gsmtap [HOSTNAME]
  stats reporter statsd [NAME]
  no stats reporter statsd [NAME]
  stats reporter log [NAME]
  no stats reporter log [NAME]
  stats interval <0-65535>
  stats-tcp interval <0-65535>
  stats-tcp batch-size <1-65535>
  sgsn
  ctrl
  cpu-sched
  ns
  bssgp

OsmoSGSN(config)# sgsn

OsmoSGSN(config-sgsn)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  gtp state-dir PATH
  gtp local-ip A.B.C.D
  ggsn <0-255> remote-ip A.B.C.D
  ggsn <0-255> gtp-version (0|1)
  ggsn <0-255> echo-interval <1-36000>
  ggsn <0-255> no echo-interval
  imsi-acl (add|del) IMSI
  auth-policy (accept-all|closed|acl-only|remote)
  authentication (optional|required)
  encryption gea <0-4> [<0-4>] [<0-4>] [<0-4>] [<0-4>]
  encryption uea <0-2> [<0-2>] [<0-2>]
  encryption cipher-plugin-path PATH
  no encryption cipher-plugin-path PATH
  gsup ipa-name NAME
  gsup remote-ip A.B.C.D
  gsup remote-port <0-65535>
  gsup oap-id <0-65535>
  gsup oap-k K
  gsup oap-opc OPC
  apn APNAME ggsn <0-255>
  apn APNAME imsi-prefix IMSIPRE ggsn <0-255>
  access-point-name NAME
  no access-point-name NAME
  cdr filename NAME
  no cdr filename
  cdr trap
  no cdr trap
  cdr interval <1-2147483647>
  ggsn dynamic
  grx-dns-add A.B.C.D
  timer [TNNNN] [(<0-2147483647>|default)]
  timer gtp [TNNNN] [(<0-2147483647>|default)]
  no compression rfc1144
  compression rfc1144 active slots <1-256>
  compression rfc1144 passive
  no compression v42bis
  compression v42bis active direction (ms|sgsn|both) codewords <512-65535> strlen <6-250>
  compression v42bis passive
  mme NAME
  no mme NAME

OsmoSGSN(config-sgsn)# mme test0

OsmoSGSN(config-sgsn-mme)# gtp remote-ip 1.2.3.4

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 202 12 51

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay 907 10 567

OsmoSGSN(config-sgsn-mme)# exit

OsmoSGSN(config-sgsn)# mme test1

OsmoSGSN(config-sgsn-mme)# gtp remote-ip 5.6.7.8

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default

OsmoSGSN(config-sgsn-mme)# exit

OsmoSGSN(config-sgsn)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level mm notice
 logging level pag notice
 logging level meas notice
 logging level ref notice
 logging level gprs notice
 logging level llc notice
 logging level sndcp notice
 logging level slhc notice
 logging level ranap notice
 logging level sua notice
 logging level v42bis notice
 logging level gtp notice
 logging level rim notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
ns
 timer tns-block 3
 timer tns-block-retries 3
 timer tns-reset 3
 timer tns-reset-retries 3
 timer tns-test 30
 timer tns-alive 3
 timer tns-alive-retries 10
 timer tsns-prov 3
 timer tsns-size-retries 3
 timer tsns-config-retries 3
 timer tsns-procedures-retries 3
 bind udp local
  listen 127.0.0.1 23000
  accept-ipaccess
  ip-sns signalling-weight 1 data-weight 1
bssgp
sgsn
 gtp state-dir ./
 gtp local-ip 127.0.0.1
 ggsn 0 remote-ip 127.0.0.2
 ggsn 0 gtp-version 1
 ggsn 0 echo-interval 60
 encryption gea 0
 encryption uea 1 2
 gsup remote-ip 127.0.0.1
 gsup remote-port 4222
 auth-policy remote
 gsup oap-id 0
 ! apn * ggsn 0
 no cdr filename
 no cdr trap
 cdr interval 600
 no compression rfc1144
 no compression v42bis
 mme test0
  gtp remote-ip 1.2.3.4
  gtp ran-info-relay 907 10 567
  gtp ran-info-relay 202 12 51
 mme test1
  gtp remote-ip 5.6.7.8
  gtp ran-info-relay default
end
OsmoSGSN(config-sgsn)# mme test0

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default
% Another MME test1 is already set as default route, remove it before setting it here.
OsmoSGSN(config-sgsn-mme)# exit

OsmoSGSN(config-sgsn)# mme test1

OsmoSGSN(config-sgsn-mme)# no gtp ran-info-relay default

OsmoSGSN(config-sgsn-mme)# exit

OsmoSGSN(config-sgsn)# mme test0

OsmoSGSN(config-sgsn-mme)# gtp ran-info-relay default

OsmoSGSN(config-sgsn-mme)# exit

OsmoSGSN(config-sgsn)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level mm notice
 logging level pag notice
 logging level meas notice
 logging level ref notice
 logging level gprs notice
 logging level llc notice
 logging level sndcp notice
 logging level slhc notice
 logging level ranap notice
 logging level sua notice
 logging level v42bis notice
 logging level gtp notice
 logging level rim notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
ns
 timer tns-block 3
 timer tns-block-retries 3
 timer tns-reset 3
 timer tns-reset-retries 3
 timer tns-test 30
 timer tns-alive 3
 timer tns-alive-retries 10
 timer tsns-prov 3
 timer tsns-size-retries 3
 timer tsns-config-retries 3
 timer tsns-procedures-retries 3
 bind udp local
  listen 127.0.0.1 23000
  accept-ipaccess
  ip-sns signalling-weight 1 data-weight 1
bssgp
sgsn
 gtp state-dir ./
 gtp local-ip 127.0.0.1
 ggsn 0 remote-ip 127.0.0.2
 ggsn 0 gtp-version 1
 ggsn 0 echo-interval 60
 encryption gea 0
 encryption uea 1 2
 gsup remote-ip 127.0.0.1
 gsup remote-port 4222
 auth-policy remote
 gsup oap-id 0
 ! apn * ggsn 0
 no cdr filename
 no cdr trap
 cdr interval 600
 no compression rfc1144
 no compression v42bis
 mme test0
  gtp remote-ip 1.2.3.4
  gtp ran-info-relay default
  gtp ran-info-relay 907 10 567
  gtp ran-info-relay 202 12 51
 mme test1
  gtp remote-ip 5.6.7.8
end
OsmoSGSN(config-sgsn)# no mme test0

OsmoSGSN(config-sgsn)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level mm notice
 logging level pag notice
 logging level meas notice
 logging level ref notice
 logging level gprs notice
 logging level llc notice
 logging level sndcp notice
 logging level slhc notice
 logging level ranap notice
 logging level sua notice
 logging level v42bis notice
 logging level gtp notice
 logging level rim notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
ns
 timer tns-block 3
 timer tns-block-retries 3
 timer tns-reset 3
 timer tns-reset-retries 3
 timer tns-test 30
 timer tns-alive 3
 timer tns-alive-retries 10
 timer tsns-prov 3
 timer tsns-size-retries 3
 timer tsns-config-retries 3
 timer tsns-procedures-retries 3
 bind udp local
  listen 127.0.0.1 23000
  accept-ipaccess
  ip-sns signalling-weight 1 data-weight 1
bssgp
sgsn
 gtp state-dir ./
 gtp local-ip 127.0.0.1
 ggsn 0 remote-ip 127.0.0.2
 ggsn 0 gtp-version 1
 ggsn 0 echo-interval 60
 encryption gea 0
 encryption uea 1 2
 gsup remote-ip 127.0.0.1
 gsup remote-port 4222
 auth-policy remote
 gsup oap-id 0
 ! apn * ggsn 0
 no cdr filename
 no cdr trap
 cdr interval 600
 no compression rfc1144
 no compression v42bis
 mme test1
  gtp remote-ip 5.6.7.8
end
OsmoSGSN(config-sgsn)# no mme test1

OsmoSGSN(config-sgsn)# encryption gea 0 3

OsmoSGSN(config-sgsn)# encryption uea 1 2

OsmoSGSN(config-sgsn)# encryption cipher-plugin-path /foo/bar

OsmoSGSN(config-sgsn)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level mm notice
 logging level pag notice
 logging level meas notice
 logging level ref notice
 logging level gprs notice
 logging level llc notice
 logging level sndcp notice
 logging level slhc notice
 logging level ranap notice
 logging level sua notice
 logging level v42bis notice
 logging level gtp notice
 logging level rim notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
ns
 timer tns-block 3
 timer tns-block-retries 3
 timer tns-reset 3
 timer tns-reset-retries 3
 timer tns-test 30
 timer tns-alive 3
 timer tns-alive-retries 10
 timer tsns-prov 3
 timer tsns-size-retries 3
 timer tsns-config-retries 3
 timer tsns-procedures-retries 3
 bind udp local
  listen 127.0.0.1 23000
  accept-ipaccess
  ip-sns signalling-weight 1 data-weight 1
bssgp
sgsn
 gtp state-dir ./
 gtp local-ip 127.0.0.1
 ggsn 0 remote-ip 127.0.0.2
 ggsn 0 gtp-version 1
 ggsn 0 echo-interval 60
 encryption gea 0 3
 encryption uea 1 2
 encryption cipher-plugin-path /foo/bar
 gsup remote-ip 127.0.0.1
 gsup remote-port 4222
 auth-policy remote
 gsup oap-id 0
 ! apn * ggsn 0
 no cdr filename
 no cdr trap
 cdr interval 600
 no compression rfc1144
 no compression v42bis
end
signal 15 received
Terminating took 0.897s

RESULTS:
pass: ../../../tests/osmo-sgsn_test-nodes.vty

rm -f ./gsn_restart
make[8]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make ctrl-python-test
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
../../../tests/ctrl_test_runner.py -w /build/osmo-sgsn-1.12.0.16-62132/_build/sub -v
testListSubscribers (__main__.TestCtrlSGSN.testListSubscribers) ... ok

----------------------------------------------------------------------
Ran 1 test in 3.416s

OK
confpath /build/osmo-sgsn-1.12.0.16-62132/tests/.., workdir /build/osmo-sgsn-1.12.0.16-62132/_build/sub
Running tests for specific control commands
Opening /dev/null
Launching: PWD=/build/osmo-sgsn-1.12.0.16-62132/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.12.0.16-62132/tests/../tests/osmo-sgsn.cfg'
Connecting to host 127.0.0.1:4251
Sending "GET 1000 subscriber-list-active-v1"
Got message: GET_REPLY 1000 subscriber-list-active-v1 
Decoded replies:  {1000: {'mtype': 'GET_REPLY', 'id': 1000, 'var': 'subscriber-list-active-v1', 'value': None}}
Terminating took 0.897s
Process returned code: 0
rm -f ../gsn_restart ../gtphub_restart_count
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making check in doc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making check in examples
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making check in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make  install-recursive
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making install in include
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making install in osmocom
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making install in gtphub
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making install in sgsn
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making install in src
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-sgsn '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
libtool: install: /usr/bin/install -c osmo-sgsn /build/osmo-sgsn-1.12.0.16-62132/_inst/bin/osmo-sgsn
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-gtphub '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
libtool: install: /usr/bin/install -c osmo-gtphub /build/osmo-sgsn-1.12.0.16-62132/_inst/bin/osmo-gtphub
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making install in contrib
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making install in systemd
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system'
 /usr/bin/install -c -m 644 ../../../../contrib/systemd/osmo-gtphub.service ../../../../contrib/systemd/osmo-sgsn.service '/build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making install in tests
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making install in xid
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making install in sndcp_xid
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making install in slhc
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making install in v42bis
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making install in doc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making install in examples
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom'
 /usr/bin/install -c -m 644 ../../../../doc/examples/osmo-gtphub/osmo-gtphub.cfg ../../../../doc/examples/osmo-sgsn/osmo-sgsn.cfg '/build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom'
make  install-data-hook
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/build/osmo-sgsn-1.12.0.16-62132/_inst/share/doc/osmo-sgsn/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ../../../../doc/examples/$f $j; \
done
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making install in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making installcheck in include
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making installcheck in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making installcheck in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'installcheck'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making installcheck in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'installcheck'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'installcheck-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making installcheck in src
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making installcheck in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making installcheck in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making installcheck in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making installcheck in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making installcheck in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making installcheck in tests
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making installcheck in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making installcheck in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making installcheck in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making installcheck in xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making installcheck in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making installcheck in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making installcheck in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
/bin/bash '../../../tests/testsuite' AUTOTEST_PATH='/build/osmo-sgsn-1.12.0.16-62132/_inst/bin' \
	
## ------------------------------------- ##
## osmo-sgsn 1.12.0.16-62132 test suite. ##
## ------------------------------------- ##

Regression tests.

  1: gprs                                            ok
  2: sgsn                                            ok
  3: gtphub                                          ok
  4: xid                                             ok
  5: sndcp_xid                                       ok
  6: slhc                                            ok
  7: v42bis                                          ok

## ------------- ##
## Test results. ##
## ------------- ##

All 7 tests were successful.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making installcheck in doc
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making installcheck in examples
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making installcheck in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Nothing to be done for 'installcheck-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making uninstall in include
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making uninstall in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making uninstall in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making uninstall in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'uninstall-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making uninstall in src
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
 ( cd '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin' && rm -f osmo-sgsn )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
 ( cd '/build/osmo-sgsn-1.12.0.16-62132/_inst/bin' && rm -f osmo-gtphub )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making uninstall in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making uninstall in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
 ( cd '/build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system' && rm -f osmo-gtphub.service osmo-sgsn.service )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making uninstall in tests
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making uninstall in xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making uninstall in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making uninstall in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making uninstall in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making uninstall in doc
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
 ( cd '/build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom' && rm -f osmo-gtphub.cfg osmo-sgsn.cfg )
make  uninstall-hook
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/build/osmo-sgsn-1.12.0.16-62132/_inst/share/doc/osmo-sgsn/examples/$f" && \
	rm -f $j; \
done
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making uninstall in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make  install-recursive
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making install in include
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making install in osmocom
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making install in gtphub
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making install in sgsn
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making install in src
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-sgsn '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
libtool: install: /usr/bin/install -c osmo-sgsn /tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin/osmo-sgsn
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-gtphub '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin'
libtool: install: /usr/bin/install -c osmo-gtphub /tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin/osmo-gtphub
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making install in contrib
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making install in systemd
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system'
 /usr/bin/install -c -m 644 ../../../../contrib/systemd/osmo-gtphub.service ../../../../contrib/systemd/osmo-sgsn.service '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making install in tests
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making install in xid
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making install in sndcp_xid
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making install in slhc
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making install in v42bis
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making install in doc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making install in examples
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom'
 /usr/bin/install -c -m 644 ../../../../doc/examples/osmo-gtphub/osmo-gtphub.cfg ../../../../doc/examples/osmo-sgsn/osmo-sgsn.cfg '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom'
make  install-data-hook
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/share/doc/osmo-sgsn/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ../../../../doc/examples/$f $j; \
done
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making install in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making uninstall in include
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making uninstall in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making uninstall in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making uninstall in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'uninstall-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making uninstall in src
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
 ( cd '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin' && rm -f osmo-sgsn )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
 ( cd '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/bin' && rm -f osmo-gtphub )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making uninstall in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making uninstall in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
 ( cd '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst//lib/systemd/system' && rm -f osmo-gtphub.service osmo-sgsn.service )
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making uninstall in tests
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making uninstall in xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making uninstall in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making uninstall in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making uninstall in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making uninstall in doc
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
 ( cd '/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/etc/osmocom' && rm -f osmo-gtphub.cfg osmo-sgsn.cfg )
make  uninstall-hook
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/tmp/am-dc-42576//build/osmo-sgsn-1.12.0.16-62132/_inst/share/doc/osmo-sgsn/examples/$f" && \
	rm -f $j; \
done
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making uninstall in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make  distdir-am
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
if test -d "osmo-sgsn-1.12.0.16-62132"; then find "osmo-sgsn-1.12.0.16-62132" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-sgsn-1.12.0.16-62132" || { sleep 5 && rm -rf "osmo-sgsn-1.12.0.16-62132"; }; else :; fi
test -d "osmo-sgsn-1.12.0.16-62132" || mkdir "osmo-sgsn-1.12.0.16-62132"
 (cd include && make  top_distdir=../osmo-sgsn-1.12.0.16-62132 distdir=../osmo-sgsn-1.12.0.16-62132/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
 (cd osmocom && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/include/osmocom \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
 (cd gtphub && make  top_distdir=../../../osmo-sgsn-1.12.0.16-62132 distdir=../../../osmo-sgsn-1.12.0.16-62132/include/osmocom/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[8]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make  distdir-am
make[9]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[9]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
make[8]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
 (cd sgsn && make  top_distdir=../../../osmo-sgsn-1.12.0.16-62132 distdir=../../../osmo-sgsn-1.12.0.16-62132/include/osmocom/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[8]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make  distdir-am
make[9]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[9]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[8]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
 (cd src && make  top_distdir=../osmo-sgsn-1.12.0.16-62132 distdir=../osmo-sgsn-1.12.0.16-62132/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
 (cd gprs && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/src/gprs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
 (cd sgsn && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/src/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
 (cd gtphub && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/src/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
 (cd contrib && make  top_distdir=../osmo-sgsn-1.12.0.16-62132 distdir=../osmo-sgsn-1.12.0.16-62132/contrib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
 (cd systemd && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/contrib/systemd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
 (cd tests && make  top_distdir=../osmo-sgsn-1.12.0.16-62132 distdir=../osmo-sgsn-1.12.0.16-62132/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
 (cd gprs && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/gprs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
 (cd gtphub && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
 (cd sgsn && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
 (cd xid && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/xid \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
 (cd sndcp_xid && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/sndcp_xid \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
 (cd slhc && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/slhc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
 (cd v42bis && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/tests/v42bis \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
 (cd doc && make  top_distdir=../osmo-sgsn-1.12.0.16-62132 distdir=../osmo-sgsn-1.12.0.16-62132/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
 (cd examples && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make  \
  top_distdir="../../osmo-sgsn-1.12.0.16-62132" distdir="../../osmo-sgsn-1.12.0.16-62132/doc/examples" \
  dist-hook
make[8]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="../../osmo-sgsn-1.12.0.16-62132/doc/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ../../../../doc/examples/$f $j; \
done
make[8]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
 (cd manuals && make  top_distdir=../../osmo-sgsn-1.12.0.16-62132 distdir=../../osmo-sgsn-1.12.0.16-62132/doc/manuals \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[7]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[6]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[5]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make  \
  top_distdir="osmo-sgsn-1.12.0.16-62132" distdir="osmo-sgsn-1.12.0.16-62132" \
  dist-hook
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
echo 1.12.0.16-62132 > osmo-sgsn-1.12.0.16-62132/.tarball-version
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
test -n "" \
|| find "osmo-sgsn-1.12.0.16-62132" -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/osmo-sgsn-1.12.0.16-62132/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "osmo-sgsn-1.12.0.16-62132"
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
tardir=osmo-sgsn-1.12.0.16-62132 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >osmo-sgsn-1.12.0.16-62132.tar.bz2
tardir=osmo-sgsn-1.12.0.16-62132 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >osmo-sgsn-1.12.0.16-62132.tar.gz
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
if test -d "osmo-sgsn-1.12.0.16-62132"; then find "osmo-sgsn-1.12.0.16-62132" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-sgsn-1.12.0.16-62132" || { sleep 5 && rm -rf "osmo-sgsn-1.12.0.16-62132"; }; else :; fi
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
Making distclean in include
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making distclean in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
Making distclean in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../../include/osmocom/gtphub" || test -z "" || rm -f 
rm -f Makefile
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/gtphub'
Making distclean in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../../include/osmocom/sgsn" || test -z "" || rm -f 
rm -f Makefile
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../include/osmocom" || test -z "" || rm -f 
make[4]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../include" || test -z "" || rm -f 
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/include'
Making distclean in src
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making distclean in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
rm -rf .libs _libs
test -z "libcommon.la" || rm -f libcommon.la
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../src/gprs" || test -z "" || rm -f 
rm -f ./so_locations
rm -f ./.deps/crc24.Plo
rm -f ./.deps/gprs_llc_parse.Plo
rm -f ./.deps/gprs_utils.Plo
rm -f ./.deps/sgsn_ares.Plo
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gprs'
Making distclean in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
 rm -f osmo-sgsn
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../src/sgsn" || test -z "" || rm -f 
rm -f ./.deps/apn.Po
rm -f ./.deps/gprs_bssgp.Po
rm -f ./.deps/gprs_gmm.Po
rm -f ./.deps/gprs_gmm_attach.Po
rm -f ./.deps/gprs_gmm_fsm.Po
rm -f ./.deps/gprs_llc.Po
rm -f ./.deps/gprs_llc_vty.Po
rm -f ./.deps/gprs_llc_xid.Po
rm -f ./.deps/gprs_mm_state_gb_fsm.Po
rm -f ./.deps/gprs_mm_state_iu_fsm.Po
rm -f ./.deps/gprs_ns.Po
rm -f ./.deps/gprs_ranap.Po
rm -f ./.deps/gprs_sm.Po
rm -f ./.deps/gprs_sndcp.Po
rm -f ./.deps/gprs_sndcp_comp.Po
rm -f ./.deps/gprs_sndcp_dcomp.Po
rm -f ./.deps/gprs_sndcp_pcomp.Po
rm -f ./.deps/gprs_sndcp_vty.Po
rm -f ./.deps/gprs_sndcp_xid.Po
rm -f ./.deps/gprs_subscriber.Po
rm -f ./.deps/gtp_ggsn.Po
rm -f ./.deps/gtp_mme.Po
rm -f ./.deps/mmctx.Po
rm -f ./.deps/pdpctx.Po
rm -f ./.deps/sgsn.Po
rm -f ./.deps/sgsn_auth.Po
rm -f ./.deps/sgsn_cdr.Po
rm -f ./.deps/sgsn_ctrl.Po
rm -f ./.deps/sgsn_libgtp.Po
rm -f ./.deps/sgsn_main.Po
rm -f ./.deps/sgsn_rim.Po
rm -f ./.deps/sgsn_vty.Po
rm -f ./.deps/slhc.Po
rm -f ./.deps/v42bis.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/sgsn'
Making distclean in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
 rm -f osmo-gtphub
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../src/gtphub" || test -z "" || rm -f 
rm -f ./.deps/gtphub.Po
rm -f ./.deps/gtphub_ares.Po
rm -f ./.deps/gtphub_main.Po
rm -f ./.deps/gtphub_sock.Po
rm -f ./.deps/gtphub_vty.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../src" || test -z "" || rm -f 
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/src'
Making distclean in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making distclean in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../../../contrib/systemd" || test -z "" || rm -f 
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../contrib" || test -z "" || rm -f 
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/contrib'
Making distclean in tests
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making distclean in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
 rm -f gprs_test
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/gprs" || test -z "" || rm -f 
rm -f ./.deps/gprs_test.Po
rm -f ./.deps/gprs_utils.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gprs'
Making distclean in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 rm -f gtphub_test
test . = "../../../../tests/gtphub" || test -z "" || rm -f 
rm -f ./.deps/gtphub_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/gtphub'
Making distclean in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f sgsn_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/sgsn" || test -z "" || rm -f 
rm -f ./.deps/gprs_gb_parse.Po
rm -f ./.deps/sgsn_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sgsn'
Making distclean in xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f xid_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/xid" || test -z "" || rm -f 
rm -f ./.deps/xid_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/xid'
Making distclean in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f sndcp_xid_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/sndcp_xid" || test -z "" || rm -f 
rm -f ./.deps/sndcp_xid_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/sndcp_xid'
Making distclean in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f slhc_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/slhc" || test -z "" || rm -f 
rm -f ./.deps/slhc_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/slhc'
Making distclean in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f v42bis_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/v42bis" || test -z "" || rm -f 
rm -f ./.deps/v42bis_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
rm -rf .libs _libs
test ! -f '../../../tests/testsuite' || \
	/bin/bash '../../../tests/testsuite' --clean
rm -f *.lo
test -z "atlocal" || rm -f atlocal
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../tests" || test -z "" || rm -f 
test -z "atconfig " || rm -f atconfig 
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/tests'
Making distclean in doc
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
Making distclean in examples
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../../../doc/examples" || test -z "" || rm -f 
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/examples'
Making distclean in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../../../doc/manuals" || test -z "" || rm -f 
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../doc" || test -z "" || rm -f 
make[3]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../.." || test -z "" || rm -f 
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[2]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
ERROR: files left in build directory after distclean:
./core
make[1]: *** [Makefile:749: distcleancheck] Error 1
make[1]: Leaving directory '/build/osmo-sgsn-1.12.0.16-62132/_build/sub'
make: *** [Makefile:678: distcheck] Error 1
+ 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 413741 killed;
[ssh-agent] Stopped.
Archiving artifacts
Sending e-mails to: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
Finished: FAILURE