Skip to content

Console Output

Skipping 431 KB.. Full Log
build      46366  0.3  0.0  19696 14684 ?        S    20:44   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub -v
build      46407  0.0  0.0 281680  7744 ?        S    20:44   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build      46414  0.0  0.0   2576   952 ?        S    20:44   0:00 /bin/sh -c ps xua | grep osmo
build      46416  0.0  0.0   3700  1888 ?        S    20:44   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', 51742), 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', 51742), 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.11.1.19-b3ce/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/46366/fd
total 0
lr-x------ 1 build build 64 May 17 20:44 0 -> pipe:[3073154881]
l-wx------ 1 build build 64 May 17 20:44 1 -> pipe:[3073154882]
l-wx------ 1 build build 64 May 17 20:44 2 -> pipe:[3073154883]
l-wx------ 1 build build 64 May 17 20:44 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:*          
LISTEN 0      10         127.0.0.1:4251      0.0.0.0:*          


> ps xua | grep osmo
build      41797  0.0  0.0   3924  3080 ?        S    20:43   0:00 /bin/bash -c test -d osmo-sgsn-1.11.1.19-b3ce/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce.tar.gz osmo-sgsn-1.11.1.19-b3ce.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      44898  0.0  0.0   3924  3004 ?        S    20:43   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.11.1.19-b3ce/_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      44938  0.0  0.0   3924  2992 ?        S    20:43   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.11.1.19-b3ce/_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      46366  0.4  0.0  19696 14684 ?        S    20:44   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub -v
build      46417  0.0  0.0 281680  7584 ?        S    20:44   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build      46424  0.0  0.0   2576   880 ?        S    20:44   0:00 /bin/sh -c ps xua | grep osmo
build      46426  0.0  0.0   3700  1856 ?        S    20:44   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', 51750), 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', 51750), 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.11.1.19-b3ce/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/46366/fd
total 0
lr-x------ 1 build build 64 May 17 20:44 0 -> pipe:[3073154881]
l-wx------ 1 build build 64 May 17 20:44 1 -> pipe:[3073154882]
l-wx------ 1 build build 64 May 17 20:44 2 -> pipe:[3073154883]
l-wx------ 1 build build 64 May 17 20:44 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:*          
LISTEN 0      10         127.0.0.1:4251      0.0.0.0:*          


> ps xua | grep osmo
build      41797  0.0  0.0   3924  3080 ?        S    20:43   0:00 /bin/bash -c test -d osmo-sgsn-1.11.1.19-b3ce/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce.tar.gz osmo-sgsn-1.11.1.19-b3ce.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      44898  0.0  0.0   3924  3004 ?        S    20:43   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.11.1.19-b3ce/_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      44938  0.0  0.0   3924  2992 ?        S    20:43   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.11.1.19-b3ce/_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      46366  0.3  0.0  19696 14684 ?        S    20:44   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub -v
build      46427  0.0  0.0 281680  7620 ?        S    20:44   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build      46434  0.0  0.0   2576   916 ?        S    20:44   0:00 /bin/sh -c ps xua | grep osmo
build      46436  0.0  0.0   3700  1804 ?        S    20:44   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', 51756), 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', 51756), 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.11.1.19-b3ce/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg'

> ls -l /proc/46366/fd
total 0
lr-x------ 1 build build 64 May 17 20:44 0 -> pipe:[3073154881]
l-wx------ 1 build build 64 May 17 20:44 1 -> pipe:[3073154882]
l-wx------ 1 build build 64 May 17 20:44 2 -> pipe:[3073154883]
l-wx------ 1 build build 64 May 17 20:44 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:*          
LISTEN 0      10         127.0.0.1:4251      0.0.0.0:*          


> ps xua | grep osmo
build      41797  0.0  0.0   3924  3080 ?        S    20:43   0:00 /bin/bash -c test -d osmo-sgsn-1.11.1.19-b3ce/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \   && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \   && am__cwd=`pwd` \   && CDPATH="${ZSH_VERSION+.}:" && cd osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce.tar.gz osmo-sgsn-1.11.1.19-b3ce.tar.bz2 \   && make  distcleancheck \   && cd "$am__cwd" \   || exit 1
build      44898  0.0  0.0   3924  3004 ?        S    20:43   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.11.1.19-b3ce/_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      44938  0.0  0.0   3924  2992 ?        S    20:43   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.11.1.19-b3ce/_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      46366  0.2  0.0  19696 14684 ?        S    20:44   0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub -v
build      46437  0.0  0.0 281680  7608 ?        S    20:44   0:00 ./src/sgsn/osmo-sgsn -c /build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg
build      46444  0.0  0.0   2576   880 ?        S    20:44   0:00 /bin/sh -c ps xua | grep osmo
build      46446  0.0  0.0   3700  1800 ?        S    20:44   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', 38308), 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', 38308), raddr=('127.0.0.1', 4245)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok

----------------------------------------------------------------------
Ran 8 tests in 11.630s

OK
rm -f ../gsn_restart ../gtphub_restart_count
make[8]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make vty-transcript-test
make[8]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
osmo_verify_transcript_vty.py -v \
	-n OsmoSGSN -p 4245 \
	-r "../src/sgsn/osmo-sgsn -c ../../../doc/examples/osmo-sgsn/osmo-sgsn.cfg" \
	 ${T:-../../../tests/osmo-sgsn*.vty}
rate_ctr.c:86 validating counter group 0x555c27fc8e20(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:918)
DGPRS NOTICE libGTP v1.11.0.30-5758 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.11.1.19-b3ce/_build/sub/tests'; ../src/sgsn/osmo-sgsn -c ../../../doc/examples/osmo-sgsn/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.11.1.19-b3ce/_build/sub/tests'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make ctrl-python-test
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
../../../tests/ctrl_test_runner.py -w /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub -v
testListSubscribers (__main__.TestCtrlSGSN.testListSubscribers) ... ok

----------------------------------------------------------------------
Ran 1 test in 3.415s

OK
confpath /build/osmo-sgsn-1.11.1.19-b3ce/tests/.., workdir /build/osmo-sgsn-1.11.1.19-b3ce/_build/sub
Running tests for specific control commands
Opening /dev/null
Launching: PWD=/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub './src/sgsn/osmo-sgsn' '-c' '/build/osmo-sgsn-1.11.1.19-b3ce/tests/../doc/examples/osmo-sgsn/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.11.1.19-b3ce/_build/sub/tests'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making check in doc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making check in examples
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making check in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make  install-recursive
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making install in include
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making install in osmocom
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making install in gtphub
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making install in sgsn
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making install in src
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-sgsn '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
libtool: install: /usr/bin/install -c osmo-sgsn /build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin/osmo-sgsn
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-gtphub '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
libtool: install: /usr/bin/install -c osmo-gtphub /build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin/osmo-gtphub
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making install in contrib
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making install in systemd
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system'
 /usr/bin/install -c -m 644 ../../../../contrib/systemd/osmo-gtphub.service ../../../../contrib/systemd/osmo-sgsn.service '/build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making install in tests
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
Making install in xid
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
Making install in sndcp_xid
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making install in slhc
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/slhc'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
Making install in v42bis
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/v42bis'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making install in doc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making install in examples
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_inst/etc/osmocom'
make  install-data-hook
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making install in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making installcheck in include
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making installcheck in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making installcheck in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'installcheck'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making installcheck in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'installcheck'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'installcheck-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making installcheck in src
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making installcheck in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
Making installcheck in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
Making installcheck in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making installcheck in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making installcheck in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making installcheck in tests
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making installcheck in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
Making installcheck in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making installcheck in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
Making installcheck in xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
Making installcheck in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making installcheck in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
Making installcheck in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
/bin/bash '../../../tests/testsuite' AUTOTEST_PATH='/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin' \
	
## ------------------------------------ ##
## osmo-sgsn 1.11.1.19-b3ce 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.11.1.19-b3ce/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making installcheck in doc
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making installcheck in examples
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making installcheck in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'installcheck'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Nothing to be done for 'installcheck-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Nothing to be done for 'installcheck-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making uninstall in include
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making uninstall in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making uninstall in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making uninstall in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'uninstall-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making uninstall in src
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
 ( cd '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin' && rm -f osmo-sgsn )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
 ( cd '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin' && rm -f osmo-gtphub )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making uninstall in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making uninstall in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
 ( cd '/build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system' && rm -f osmo-gtphub.service osmo-sgsn.service )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making uninstall in tests
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
Making uninstall in xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
Making uninstall in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making uninstall in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
Making uninstall in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making uninstall in doc
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
 ( cd '/build/osmo-sgsn-1.11.1.19-b3ce/_inst/etc/osmocom' && rm -f osmo-gtphub.cfg osmo-sgsn.cfg )
make  uninstall-hook
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/build/osmo-sgsn-1.11.1.19-b3ce/_inst/share/doc/osmo-sgsn/examples/$f" && \
	rm -f $j; \
done
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making uninstall in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make  install-recursive
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making install in include
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making install in osmocom
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making install in gtphub
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making install in sgsn
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making install in src
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-sgsn '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
libtool: install: /usr/bin/install -c osmo-sgsn /tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin/osmo-sgsn
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-gtphub '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin'
libtool: install: /usr/bin/install -c osmo-gtphub /tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin/osmo-gtphub
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making install in contrib
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making install in systemd
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system'
 /usr/bin/install -c -m 644 ../../../../contrib/systemd/osmo-gtphub.service ../../../../contrib/systemd/osmo-sgsn.service '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making install in tests
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making install in gprs
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/gprs'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
Making install in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/gtphub'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making install in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/sgsn'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
Making install in xid
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
Making install in sndcp_xid
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making install in slhc
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/slhc'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
Making install in v42bis
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/v42bis'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making install in doc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making install in examples
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_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-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/etc/osmocom'
make  install-data-hook
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/examples'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making install in manuals
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making uninstall in include
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making uninstall in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making uninstall in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making uninstall in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Nothing to be done for 'uninstall'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[4]: Nothing to be done for 'uninstall-am'.
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making uninstall in src
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
 ( cd '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin' && rm -f osmo-sgsn )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
 ( cd '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/bin' && rm -f osmo-gtphub )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making uninstall in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making uninstall in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
 ( cd '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst//lib/systemd/system' && rm -f osmo-gtphub.service osmo-sgsn.service )
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making uninstall in tests
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making uninstall in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
Making uninstall in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making uninstall in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
Making uninstall in xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
Making uninstall in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making uninstall in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
Making uninstall in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making uninstall in doc
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
 ( cd '/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/etc/osmocom' && rm -f osmo-gtphub.cfg osmo-sgsn.cfg )
make  uninstall-hook
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="/tmp/am-dc-41797//build/osmo-sgsn-1.11.1.19-b3ce/_inst/share/doc/osmo-sgsn/examples/$f" && \
	rm -f $j; \
done
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
Making uninstall in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[3]: Nothing to be done for 'uninstall-am'.
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[2]: Nothing to be done for 'uninstall-am'.
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make  distdir-am
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
if test -d "osmo-sgsn-1.11.1.19-b3ce"; then find "osmo-sgsn-1.11.1.19-b3ce" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-sgsn-1.11.1.19-b3ce" || { sleep 5 && rm -rf "osmo-sgsn-1.11.1.19-b3ce"; }; else :; fi
test -d "osmo-sgsn-1.11.1.19-b3ce" || mkdir "osmo-sgsn-1.11.1.19-b3ce"
 (cd include && make  top_distdir=../osmo-sgsn-1.11.1.19-b3ce distdir=../osmo-sgsn-1.11.1.19-b3ce/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
 (cd osmocom && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/include/osmocom \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
 (cd gtphub && make  top_distdir=../../../osmo-sgsn-1.11.1.19-b3ce distdir=../../../osmo-sgsn-1.11.1.19-b3ce/include/osmocom/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[8]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make  distdir-am
make[9]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[9]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
make[8]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
 (cd sgsn && make  top_distdir=../../../osmo-sgsn-1.11.1.19-b3ce distdir=../../../osmo-sgsn-1.11.1.19-b3ce/include/osmocom/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[8]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make  distdir-am
make[9]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[9]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[8]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
 (cd src && make  top_distdir=../osmo-sgsn-1.11.1.19-b3ce distdir=../osmo-sgsn-1.11.1.19-b3ce/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
 (cd gprs && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/src/gprs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gprs'
 (cd sgsn && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/src/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/sgsn'
 (cd gtphub && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/src/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
 (cd contrib && make  top_distdir=../osmo-sgsn-1.11.1.19-b3ce distdir=../osmo-sgsn-1.11.1.19-b3ce/contrib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
 (cd systemd && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/contrib/systemd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib/systemd'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
 (cd tests && make  top_distdir=../osmo-sgsn-1.11.1.19-b3ce distdir=../osmo-sgsn-1.11.1.19-b3ce/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
 (cd gprs && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/gprs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
 (cd gtphub && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/gtphub \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
 (cd sgsn && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/sgsn \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
 (cd xid && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/xid \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
 (cd sndcp_xid && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/sndcp_xid \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
 (cd slhc && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/slhc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/slhc'
 (cd v42bis && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/tests/v42bis \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/v42bis'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
 (cd doc && make  top_distdir=../osmo-sgsn-1.11.1.19-b3ce distdir=../osmo-sgsn-1.11.1.19-b3ce/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make  distdir-am
make[5]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
 (cd examples && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make  \
  top_distdir="../../osmo-sgsn-1.11.1.19-b3ce" distdir="../../osmo-sgsn-1.11.1.19-b3ce/doc/examples" \
  dist-hook
make[8]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
for f in $(find ../../../../doc/examples -name '*.cfg*' | sed -e 's,^../../../../doc/examples,,'); do \
	j="../../osmo-sgsn-1.11.1.19-b3ce/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.11.1.19-b3ce/_build/sub/doc/examples'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/examples'
 (cd manuals && make  top_distdir=../../osmo-sgsn-1.11.1.19-b3ce distdir=../../osmo-sgsn-1.11.1.19-b3ce/doc/manuals \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[6]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make  distdir-am
make[7]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[7]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[6]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc/manuals'
make[5]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make  \
  top_distdir="osmo-sgsn-1.11.1.19-b3ce" distdir="osmo-sgsn-1.11.1.19-b3ce" \
  dist-hook
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
echo 1.11.1.19-b3ce > osmo-sgsn-1.11.1.19-b3ce/.tarball-version
make[4]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
test -n "" \
|| find "osmo-sgsn-1.11.1.19-b3ce" -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.11.1.19-b3ce/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "osmo-sgsn-1.11.1.19-b3ce"
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
tardir=osmo-sgsn-1.11.1.19-b3ce && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >osmo-sgsn-1.11.1.19-b3ce.tar.bz2
tardir=osmo-sgsn-1.11.1.19-b3ce && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >osmo-sgsn-1.11.1.19-b3ce.tar.gz
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
if test -d "osmo-sgsn-1.11.1.19-b3ce"; then find "osmo-sgsn-1.11.1.19-b3ce" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-sgsn-1.11.1.19-b3ce" || { sleep 5 && rm -rf "osmo-sgsn-1.11.1.19-b3ce"; }; else :; fi
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
make[1]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
Making distclean in include
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making distclean in osmocom
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
Making distclean in gtphub
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/gtphub'
Making distclean in sgsn
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom/sgsn'
make[4]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include/osmocom'
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include/osmocom'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/include'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/include'
Making distclean in src
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making distclean in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src/gprs'
Making distclean in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src/sgsn'
Making distclean in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f osmo-gtphub
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.11.1.19-b3ce/_build/sub/src/gtphub'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/src'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/src'
Making distclean in contrib
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making distclean in systemd
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/contrib/systemd'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/contrib'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/contrib'
Making distclean in tests
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making distclean in gprs
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gprs'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f gprs_test
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.11.1.19-b3ce/_build/sub/tests/gprs'
Making distclean in gtphub
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
 rm -f gtphub_test
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "../../../../tests/gtphub" || test -z "" || rm -f 
rm -f ./.deps/gtphub_test.Po
rm -f Makefile
make[3]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/gtphub'
Making distclean in sgsn
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/sgsn'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
 rm -f sgsn_test
test -z "" || rm -f 
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.11.1.19-b3ce/_build/sub/tests/sgsn'
Making distclean in xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests/xid'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f xid_test
rm -f *.tab.c
test -z "" || rm -f 
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.11.1.19-b3ce/_build/sub/tests/xid'
Making distclean in sndcp_xid
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/sndcp_xid'
Making distclean in slhc
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/slhc'
Making distclean in v42bis
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests/v42bis'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/tests'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/tests'
Making distclean in doc
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
Making distclean in examples
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/examples'
Making distclean in manuals
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub/doc'
rm -f Makefile
make[2]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub/doc'
make[2]: Entering directory '/build/osmo-sgsn-1.11.1.19-b3ce/_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.11.1.19-b3ce/_build/sub'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory '/build/osmo-sgsn-1.11.1.19-b3ce/_build/sub'
if test -d "osmo-sgsn-1.11.1.19-b3ce"; then find "osmo-sgsn-1.11.1.19-b3ce" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-sgsn-1.11.1.19-b3ce" || { sleep 5 && rm -rf "osmo-sgsn-1.11.1.19-b3ce"; }; else :; fi
==========================================================
osmo-sgsn-1.11.1.19-b3ce archives ready for distribution: 
osmo-sgsn-1.11.1.19-b3ce.tar.gz
osmo-sgsn-1.11.1.19-b3ce.tar.bz2
==========================================================
+ '[' 0 = 1 ']'
+ make -j 12 maintainer-clean
Making maintainer-clean in include
make[1]: Entering directory '/build/include'
Making maintainer-clean in osmocom
make[2]: Entering directory '/build/include/osmocom'
Making maintainer-clean in gtphub
make[3]: Entering directory '/build/include/osmocom/gtphub'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f Makefile
make[3]: Leaving directory '/build/include/osmocom/gtphub'
Making maintainer-clean in sgsn
make[3]: Entering directory '/build/include/osmocom/sgsn'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f Makefile
make[3]: Leaving directory '/build/include/osmocom/sgsn'
make[3]: Entering directory '/build/include/osmocom'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
make[3]: Leaving directory '/build/include/osmocom'
rm -f Makefile
make[2]: Leaving directory '/build/include/osmocom'
make[2]: Entering directory '/build/include'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
make[2]: Leaving directory '/build/include'
rm -f Makefile
make[1]: Leaving directory '/build/include'
Making maintainer-clean in src
make[1]: Entering directory '/build/src'
Making maintainer-clean in gprs
make[2]: Entering directory '/build/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 . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
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[2]: Leaving directory '/build/src/gprs'
Making maintainer-clean in sgsn
make[2]: Entering directory '/build/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 . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
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[2]: Leaving directory '/build/src/sgsn'
Making maintainer-clean in gtphub
make[2]: Entering directory '/build/src/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f osmo-gtphub
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
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[2]: Leaving directory '/build/src/gtphub'
make[2]: Entering directory '/build/src'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
make[2]: Leaving directory '/build/src'
rm -f Makefile
make[1]: Leaving directory '/build/src'
Making maintainer-clean in contrib
make[1]: Entering directory '/build/contrib'
Making maintainer-clean in systemd
make[2]: Entering directory '/build/contrib/systemd'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
This command is intended for maintainers to use
test . = "." || test -z "" || rm -f 
it deletes files that may require special tools to rebuild.
rm -f Makefile
make[2]: Leaving directory '/build/contrib/systemd'
make[2]: Entering directory '/build/contrib'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
make[2]: Leaving directory '/build/contrib'
rm -f Makefile
make[1]: Leaving directory '/build/contrib'
Making maintainer-clean in tests
make[1]: Entering directory '/build/tests'
Making maintainer-clean in gprs
make[2]: Entering directory '/build/tests/gprs'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f gprs_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/gprs_test.Po
rm -f ./.deps/gprs_utils.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/gprs'
Making maintainer-clean in gtphub
make[2]: Entering directory '/build/tests/gtphub'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
 rm -f gtphub_test
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/gtphub_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/gtphub'
Making maintainer-clean in sgsn
make[2]: Entering directory '/build/tests/sgsn'
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 sgsn_test
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/gprs_gb_parse.Po
rm -f ./.deps/sgsn_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/sgsn'
Making maintainer-clean in xid
make[2]: Entering directory '/build/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 . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/xid_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/xid'
Making maintainer-clean in sndcp_xid
make[2]: Entering directory '/build/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
This command is intended for maintainers to use
test . = "." || test -z "" || rm -f 
it deletes files that may require special tools to rebuild.
rm -f ./.deps/sndcp_xid_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/sndcp_xid'
Making maintainer-clean in slhc
make[2]: Entering directory '/build/tests/slhc'
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 slhc_test
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/slhc_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/slhc'
Making maintainer-clean in v42bis
make[2]: Entering directory '/build/tests/v42bis'
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 v42bis_test
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f ./.deps/v42bis_test.Po
rm -f Makefile
make[2]: Leaving directory '/build/tests/v42bis'
make[2]: Entering directory '/build/tests'
rm -rf .libs _libs
test ! -f './testsuite' || \
	/bin/bash './testsuite' --clean
rm -f *.lo
test -z "atlocal" || rm -f atlocal
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
This command is intended for maintainers to use
test . = "." || test -z "" || rm -f 
it deletes files that may require special tools to rebuild.
test -z "atconfig " || rm -f atconfig 
make[2]: Leaving directory '/build/tests'
rm -f Makefile
make[1]: Leaving directory '/build/tests'
Making maintainer-clean in doc
make[1]: Entering directory '/build/doc'
Making maintainer-clean in examples
make[2]: Entering directory '/build/doc/examples'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
rm -f Makefile
make[2]: Leaving directory '/build/doc/examples'
Making maintainer-clean in manuals
make[2]: Entering directory '/build/doc/manuals'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
This command is intended for maintainers to use
test . = "." || test -z "" || rm -f 
it deletes files that may require special tools to rebuild.
rm -f Makefile
make[2]: Leaving directory '/build/doc/manuals'
make[2]: Entering directory '/build/doc'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
test . = "." || test -z "" || rm -f 
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
make[2]: Leaving directory '/build/doc'
rm -f Makefile
make[1]: Leaving directory '/build/doc'
make[1]: Entering directory '/build'
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
This command is intended for maintainers to use
it deletes files that may require special tools to rebuild.
test -z "./.version" || rm -f ./.version
make[1]: Leaving directory '/build'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./autom4te.cache
rm -f Makefile
+ osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
Removing Makefile.in
Removing __pycache__/
Removing aclocal.m4
Removing compile
Removing config.guess
Removing config.h.in
Removing config.sub
Removing configure
Removing contrib/Makefile.in
Removing contrib/systemd/Makefile.in
Removing depcomp
Skipping repository deps/osmo-hlr
Skipping repository deps/libosmo-abis
Skipping repository deps/osmo-ggsn
Skipping repository deps/libosmo-netif
Skipping repository deps/libosmocore
Removing deps/install
Removing doc/Makefile.in
Removing doc/examples/Makefile.in
Removing doc/manuals/Makefile.in
Removing include/Makefile.in
Removing include/osmocom/Makefile.in
Removing include/osmocom/gtphub/Makefile.in
Removing include/osmocom/sgsn/Makefile.in
Removing install-sh
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing osmo-sgsn-1.11.1.19-b3ce.tar.bz2
Removing osmo-sgsn-1.11.1.19-b3ce.tar.gz
Removing src/Makefile.in
Removing src/gprs/.deps/
Removing src/gprs/Makefile.in
Removing src/gtphub/.deps/
Removing src/gtphub/Makefile.in
Removing src/sgsn/.deps/
Removing src/sgsn/Makefile.in
Removing tests/Makefile.in
Removing tests/gprs/.deps/
Removing tests/gprs/Makefile.in
Removing tests/gtphub/.deps/
Removing tests/gtphub/Makefile.in
Removing tests/package.m4
Removing tests/sgsn/.deps/
Removing tests/sgsn/Makefile.in
Removing tests/slhc/.deps/
Removing tests/slhc/Makefile.in
Removing tests/sndcp_xid/.deps/
Removing tests/sndcp_xid/Makefile.in
Removing tests/testsuite
Removing tests/v42bis/.deps/
Removing tests/v42bis/Makefile.in
Removing tests/xid/.deps/
Removing tests/xid/Makefile.in
+ [ -d /build/deps ]
+ git_clean /build/deps/libosmo-abis
+ repos=/build/deps/libosmo-abis
+ [ ! -d /build/deps/libosmo-abis ]
+ [ ! -d /build/deps/libosmo-abis/.git ]
+ git -C /build/deps/libosmo-abis checkout -f HEAD
+ git -C /build/deps/libosmo-abis clean -dxf
Removing .version
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing depcomp
Removing include/Makefile
Removing include/Makefile.in
Removing install-sh
Removing libosmoabis.pc
Removing libosmotrau.pc
Removing libtool
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing src/.deps/
Removing src/.libs/
Removing src/Makefile
Removing src/Makefile.in
Removing src/e1_input.lo
Removing src/e1_input.o
Removing src/e1_input_vty.lo
Removing src/e1_input_vty.o
Removing src/init.lo
Removing src/init.o
Removing src/input/.deps/
Removing src/input/.dirstamp
Removing src/input/.libs/
Removing src/input/dahdi.lo
Removing src/input/dahdi.o
Removing src/input/e1d.lo
Removing src/input/e1d.o
Removing src/input/ipa.lo
Removing src/input/ipa.o
Removing src/input/ipa_keepalive.lo
Removing src/input/ipa_keepalive.o
Removing src/input/ipaccess.lo
Removing src/input/ipaccess.o
Removing src/input/lapd.lo
Removing src/input/lapd.o
Removing src/input/lapd_pcap.lo
Removing src/input/lapd_pcap.o
Removing src/input/misdn.lo
Removing src/input/misdn.o
Removing src/input/rs232.lo
Removing src/input/rs232.o
Removing src/input/unixsocket.lo
Removing src/input/unixsocket.o
Removing src/ipa_proxy.lo
Removing src/ipa_proxy.o
Removing src/libosmoabis.la
Removing src/libosmotrau.la
Removing src/subchan_demux.lo
Removing src/subchan_demux.o
Removing src/trau/.deps/
Removing src/trau/.dirstamp
Removing src/trau/.libs/
Removing src/trau/libosmotrau_la-osmo_ortp.lo
Removing src/trau/libosmotrau_la-osmo_ortp.o
Removing src/trau/libosmotrau_la-trau_frame.lo
Removing src/trau/libosmotrau_la-trau_frame.o
Removing src/trau/libosmotrau_la-trau_pcu_ericsson.lo
Removing src/trau/libosmotrau_la-trau_pcu_ericsson.o
Removing src/trau/libosmotrau_la-trau_rtp_conv.lo
Removing src/trau/libosmotrau_la-trau_rtp_conv.o
Removing src/trau/libosmotrau_la-trau_sync.lo
Removing src/trau/libosmotrau_la-trau_sync.o
Removing src/trau_frame.lo
Removing src/trau_frame.o
Removing stamp-h1
Removing tests/.deps/
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/atconfig
Removing tests/ipa_recv/.deps/
Removing tests/rtp_test/.deps/
Removing tests/subchan_demux/.deps/
Removing tests/trau_pcu_ericsson/.deps/
Removing tests/trau_sync/.deps/
+ git_clean /build/deps/libosmo-netif
+ repos=/build/deps/libosmo-netif
+ [ ! -d /build/deps/libosmo-netif ]
+ [ ! -d /build/deps/libosmo-netif/.git ]
+ git -C /build/deps/libosmo-netif checkout -f HEAD
+ git -C /build/deps/libosmo-netif clean -dxf
Removing .version
Removing Doxyfile
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing depcomp
Removing doc/
Removing examples/.deps/
Removing examples/.libs/
Removing examples/Makefile
Removing examples/Makefile.in
Removing examples/ipa-stream-client
Removing examples/ipa-stream-client.o
Removing examples/ipa-stream-server
Removing examples/ipa-stream-server.o
Removing examples/osmux-test-input
Removing examples/osmux-test-input.o
Removing examples/osmux-test-output
Removing examples/osmux-test-output.o
Removing examples/rs232-read
Removing examples/rs232-read.o
Removing examples/rs232-write
Removing examples/rs232-write.o
Removing examples/rtp-udp-test-client
Removing examples/rtp-udp-test-client.o
Removing examples/rtp-udp-test-server
Removing examples/rtp-udp-test-server.o
Removing examples/stream-client
Removing examples/stream-client.o
Removing examples/stream-server
Removing examples/stream-server.o
Removing examples/udp-test-client
Removing examples/udp-test-client.o
Removing examples/udp-test-server
Removing examples/udp-test-server.o
Removing include/Makefile
Removing include/Makefile.in
Removing include/osmocom/Makefile
Removing include/osmocom/Makefile.in
Removing include/osmocom/netif/Makefile
Removing include/osmocom/netif/Makefile.in
Removing install-sh
Removing libosmo-netif.pc
Removing libtool
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing src/.deps/
Removing src/.libs/
Removing src/Makefile
Removing src/Makefile.in
Removing src/amr.lo
Removing src/amr.o
Removing src/datagram.lo
Removing src/datagram.o
Removing src/ipa.lo
Removing src/ipa.o
Removing src/ipa_unit.lo
Removing src/ipa_unit.o
Removing src/jibuf.lo
Removing src/jibuf.o
Removing src/libosmonetif.la
Removing src/osmux.lo
Removing src/osmux.o
Removing src/osmux_input.lo
Removing src/osmux_input.o
Removing src/osmux_output.lo
Removing src/osmux_output.o
Removing src/prim.lo
Removing src/prim.o
Removing src/rs232.lo
Removing src/rs232.o
Removing src/rtp.lo
Removing src/rtp.o
Removing src/sctp.lo
Removing src/sctp.o
Removing src/stream.lo
Removing src/stream.o
Removing src/stream_cli.lo
Removing src/stream_cli.o
Removing src/stream_srv.lo
Removing src/stream_srv.o
Removing stamp-h1
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/amr/.deps/
Removing tests/atconfig
Removing tests/jibuf/.deps/
Removing tests/osmo-pcap-test/.deps/
Removing tests/osmux/.deps/
Removing tests/stream/.deps/
Removing utils/.deps/
Removing utils/.libs/
Removing utils/Makefile
Removing utils/Makefile.in
Removing utils/osmo-amr-inspect
Removing utils/osmo-amr-inspect.o
+ git_clean /build/deps/libosmocore
+ repos=/build/deps/libosmocore
+ [ ! -d /build/deps/libosmocore ]
+ [ ! -d /build/deps/libosmocore/.git ]
+ git -C /build/deps/libosmocore checkout -f HEAD
+ git -C /build/deps/libosmocore clean -dxf
Removing .version
Removing Doxyfile.codec
Removing Doxyfile.coding
Removing Doxyfile.ctrl
Removing Doxyfile.gb
Removing Doxyfile.gsm
Removing Doxyfile.isdn
Removing Doxyfile.sim
Removing Doxyfile.usb
Removing Doxyfile.vty
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing contrib/libosmocore.spec
Removing depcomp
Removing include/Makefile
Removing include/Makefile.in
Removing include/osmocom/Makefile
Removing include/osmocom/Makefile.in
Removing include/osmocom/codec/Makefile
Removing include/osmocom/codec/Makefile.in
Removing include/osmocom/coding/Makefile
Removing include/osmocom/coding/Makefile.in
Removing include/osmocom/core/Makefile
Removing include/osmocom/core/Makefile.in
Removing include/osmocom/core/bit16gen.h
Removing include/osmocom/core/bit32gen.h
Removing include/osmocom/core/bit64gen.h
Removing include/osmocom/core/crc16gen.h
Removing include/osmocom/core/crc32gen.h
Removing include/osmocom/core/crc64gen.h
Removing include/osmocom/core/crc8gen.h
Removing include/osmocom/core/socket_compat.h
Removing include/osmocom/crypt/Makefile
Removing include/osmocom/crypt/Makefile.in
Removing include/osmocom/ctrl/Makefile
Removing include/osmocom/ctrl/Makefile.in
Removing include/osmocom/gprs/Makefile
Removing include/osmocom/gprs/Makefile.in
Removing include/osmocom/gprs/protocol/Makefile
Removing include/osmocom/gprs/protocol/Makefile.in
Removing include/osmocom/gsm/Makefile
Removing include/osmocom/gsm/Makefile.in
Removing include/osmocom/gsm/gsm0503.h
Removing include/osmocom/gsm/protocol/Makefile
Removing include/osmocom/gsm/protocol/Makefile.in
Removing include/osmocom/isdn/Makefile
Removing include/osmocom/isdn/Makefile.in
Removing include/osmocom/sim/Makefile
Removing include/osmocom/sim/Makefile.in
Removing include/osmocom/usb/Makefile
Removing include/osmocom/usb/Makefile.in
Removing include/osmocom/vty/Makefile
Removing include/osmocom/vty/Makefile.in
Removing install-sh
Removing libosmocodec.pc
Removing libosmocoding.pc
Removing libosmocore.pc
Removing libosmoctrl.pc
Removing libosmogb.pc
Removing libosmogsm.pc
Removing libosmoisdn.pc
Removing libosmosim.pc
Removing libosmousb.pc
Removing libosmovty.pc
Removing libtool
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing src/Makefile
Removing src/Makefile.in
Removing src/codec/.deps/
Removing src/codec/.libs/
Removing src/codec/Makefile
Removing src/codec/Makefile.in
Removing src/codec/ecu.lo
Removing src/codec/ecu_fr.lo
Removing src/codec/ecu_fr_old.lo
Removing src/codec/gsm610.lo
Removing src/codec/gsm620.lo
Removing src/codec/gsm660.lo
Removing src/codec/gsm690.lo
Removing src/codec/libosmocodec.la
Removing src/coding/.deps/
Removing src/coding/.libs/
Removing src/coding/Makefile
Removing src/coding/Makefile.in
Removing src/coding/gsm0503_amr_dtx.lo
Removing src/coding/gsm0503_coding.lo
Removing src/coding/gsm0503_interleaving.lo
Removing src/coding/gsm0503_mapping.lo
Removing src/coding/gsm0503_parity.lo
Removing src/coding/gsm0503_tables.lo
Removing src/coding/libosmocoding.la
Removing src/core/.deps/
Removing src/core/.libs/
Removing src/core/Makefile
Removing src/core/Makefile.in
Removing src/core/application.lo
Removing src/core/backtrace.lo
Removing src/core/base64.lo
Removing src/core/bitcomp.lo
Removing src/core/bits.lo
Removing src/core/bitvec.lo
Removing src/core/context.lo
Removing src/core/conv.lo
Removing src/core/conv_acc.lo
Removing src/core/conv_acc_generic.lo
Removing src/core/conv_acc_sse.lo
Removing src/core/conv_acc_sse_avx.lo
Removing src/core/counter.lo
Removing src/core/crc16.lo
Removing src/core/crc16gen.c
Removing src/core/crc16gen.lo
Removing src/core/crc32gen.c
Removing src/core/crc32gen.lo
Removing src/core/crc64gen.c
Removing src/core/crc64gen.lo
Removing src/core/crc8gen.c
Removing src/core/crc8gen.lo
Removing src/core/exec.lo
Removing src/core/fsm.lo
Removing src/core/gsmtap_util.lo
Removing src/core/isdnhdlc.lo
Removing src/core/it_q.lo
Removing src/core/libosmocore.la
Removing src/core/logging.lo
Removing src/core/logging_gsmtap.lo
Removing src/core/logging_syslog.lo
Removing src/core/loggingrb.lo
Removing src/core/macaddr.lo
Removing src/core/mnl.lo
Removing src/core/msgb.lo
Removing src/core/msgfile.lo
Removing src/core/netdev.lo
Removing src/core/netns.lo
Removing src/core/osmo_io.lo
Removing src/core/osmo_io_poll.lo
Removing src/core/osmo_io_uring.lo
Removing src/core/panic.lo
Removing src/core/plugin.lo
Removing src/core/prbs.lo
Removing src/core/prim.lo
Removing src/core/rate_ctr.lo
Removing src/core/rbtree.lo
Removing src/core/select.lo
Removing src/core/sercomm.lo
Removing src/core/serial.lo
Removing src/core/signal.lo
Removing src/core/sockaddr_str.lo
Removing src/core/socket.lo
Removing src/core/soft_uart.lo
Removing src/core/stat_item.lo
Removing src/core/stats.lo
Removing src/core/stats_statsd.lo
Removing src/core/stats_tcp.lo
Removing src/core/strrb.lo
Removing src/core/tdef.lo
Removing src/core/thread.lo
Removing src/core/time_cc.lo
Removing src/core/timer.lo
Removing src/core/timer_clockgettime.lo
Removing src/core/timer_gettimeofday.lo
Removing src/core/tun.lo
Removing src/core/use_count.lo
Removing src/core/utils.lo
Removing src/core/write_queue.lo
Removing src/ctrl/.deps/
Removing src/ctrl/.libs/
Removing src/ctrl/Makefile
Removing src/ctrl/Makefile.in
Removing src/ctrl/control_cmd.lo
Removing src/ctrl/control_if.lo
Removing src/ctrl/control_vty.lo
Removing src/ctrl/fsm_ctrl_commands.lo
Removing src/ctrl/libosmoctrl.la
Removing src/gb/.deps/
Removing src/gb/.libs/
Removing src/gb/Makefile
Removing src/gb/Makefile.in
Removing src/gb/bssgp_bvc_fsm.lo
Removing src/gb/common_vty.lo
Removing src/gb/frame_relay.lo
Removing src/gb/gprs_bssgp.lo
Removing src/gb/gprs_bssgp2.lo
Removing src/gb/gprs_bssgp_bss.lo
Removing src/gb/gprs_bssgp_rim.lo
Removing src/gb/gprs_bssgp_util.lo
Removing src/gb/gprs_bssgp_vty.lo
Removing src/gb/gprs_ns.lo
Removing src/gb/gprs_ns2.lo
Removing src/gb/gprs_ns2_fr.lo
Removing src/gb/gprs_ns2_frgre.lo
Removing src/gb/gprs_ns2_message.lo
Removing src/gb/gprs_ns2_sns.lo
Removing src/gb/gprs_ns2_udp.lo
Removing src/gb/gprs_ns2_vc_fsm.lo
Removing src/gb/gprs_ns2_vty.lo
Removing src/gb/gprs_ns_frgre.lo
Removing src/gb/gprs_ns_sns.lo
Removing src/gb/gprs_ns_vty.lo
Removing src/gb/libosmogb-test.la
Removing src/gb/libosmogb.la
Removing src/gsm/.deps/
Removing src/gsm/.libs/
Removing src/gsm/Makefile
Removing src/gsm/Makefile.in
Removing src/gsm/a5.lo
Removing src/gsm/abis_nm.lo
Removing src/gsm/apn.lo
Removing src/gsm/auth_comp128v1.lo
Removing src/gsm/auth_comp128v23.lo
Removing src/gsm/auth_core.lo
Removing src/gsm/auth_milenage.lo
Removing src/gsm/auth_tuak.lo
Removing src/gsm/auth_xor.lo
Removing src/gsm/auth_xor_2g.lo
Removing src/gsm/bsslap.lo
Removing src/gsm/bssmap_le.lo
Removing src/gsm/bts_features.lo
Removing src/gsm/cbsp.lo
Removing src/gsm/comp128.lo
Removing src/gsm/comp128v23.lo
Removing src/gsm/gad.lo
Removing src/gsm/gan.lo
Removing src/gsm/gea.lo
Removing src/gsm/gprs_cipher_core.lo
Removing src/gsm/gprs_gea.lo
Removing src/gsm/gprs_rlc.lo
Removing src/gsm/gsm0341.lo
Removing src/gsm/gsm0411_smc.lo
Removing src/gsm/gsm0411_smr.lo
Removing src/gsm/gsm0411_utils.lo
Removing src/gsm/gsm0414.lo
Removing src/gsm/gsm0480.lo
Removing src/gsm/gsm0502.lo
Removing src/gsm/gsm0503_conv.c
Removing src/gsm/gsm0503_conv.lo
Removing src/gsm/gsm0808.lo
Removing src/gsm/gsm0808_utils.lo
Removing src/gsm/gsm23003.lo
Removing src/gsm/gsm23236.lo
Removing src/gsm/gsm29118.lo
Removing src/gsm/gsm29205.lo
Removing src/gsm/gsm44021.lo
Removing src/gsm/gsm44068.lo
Removing src/gsm/gsm48.lo
Removing src/gsm/gsm48049.lo
Removing src/gsm/gsm48_arfcn_range_encode.lo
Removing src/gsm/gsm48_ie.lo
Removing src/gsm/gsm48_rest_octets.lo
Removing src/gsm/gsm_04_08_gprs.lo
Removing src/gsm/gsm_utils.lo
Removing src/gsm/gsup.lo
Removing src/gsm/gsup_sms.lo
Removing src/gsm/ipa.lo
Removing src/gsm/iuup.lo
Removing src/gsm/kasumi.lo
Removing src/gsm/kdf.lo
Removing src/gsm/kdf/.deps/
Removing src/gsm/lapdm.lo
Removing src/gsm/libgsmint.la
Removing src/gsm/libosmogsm.la
Removing src/gsm/milenage/.deps/
Removing src/gsm/milenage/.dirstamp
Removing src/gsm/milenage/.libs/
Removing src/gsm/milenage/aes-encblock.lo
Removing src/gsm/milenage/aes-internal-enc.lo
Removing src/gsm/milenage/aes-internal.lo
Removing src/gsm/milenage/milenage.lo
Removing src/gsm/mncc.lo
Removing src/gsm/oap.lo
Removing src/gsm/oap_client.lo
Removing src/gsm/rlp.lo
Removing src/gsm/rsl.lo
Removing src/gsm/rxlev_stat.lo
Removing src/gsm/sysinfo.lo
Removing src/gsm/tlv_parser.lo
Removing src/gsm/tuak/.deps/
Removing src/gsm/tuak/.dirstamp
Removing src/gsm/tuak/.libs/
Removing src/gsm/tuak/KeccakP-1600-3gpp.lo
Removing src/gsm/tuak/tuak.lo
Removing src/isdn/.deps/
Removing src/isdn/.libs/
Removing src/isdn/Makefile
Removing src/isdn/Makefile.in
Removing src/isdn/i460_mux.lo
Removing src/isdn/lapd_core.lo
Removing src/isdn/libisdnint.la
Removing src/isdn/libosmoisdn.la
Removing src/isdn/v110.lo
Removing src/isdn/v110_ta.lo
Removing src/pseudotalloc/.deps/
Removing src/pseudotalloc/Makefile
Removing src/pseudotalloc/Makefile.in
Removing src/sim/.deps/
Removing src/sim/.libs/
Removing src/sim/Makefile
Removing src/sim/Makefile.in
Removing src/sim/card_fs_hpsim.lo
Removing src/sim/card_fs_isim.lo
Removing src/sim/card_fs_sim.lo
Removing src/sim/card_fs_tetra.lo
Removing src/sim/card_fs_uicc.lo
Removing src/sim/card_fs_usim.lo
Removing src/sim/class_tables.lo
Removing src/sim/core.lo
Removing src/sim/libosmosim.la
Removing src/sim/reader.lo
Removing src/sim/reader_pcsc.lo
Removing src/usb/.deps/
Removing src/usb/.libs/
Removing src/usb/Makefile
Removing src/usb/Makefile.in
Removing src/usb/libosmousb.la
Removing src/usb/osmo_libusb.lo
Removing src/vty/.deps/
Removing src/vty/.libs/
Removing src/vty/Makefile
Removing src/vty/Makefile.in
Removing src/vty/buffer.lo
Removing src/vty/command.lo
Removing src/vty/cpu_sched_vty.lo
Removing src/vty/fsm_vty.lo
Removing src/vty/libosmovty.la
Removing src/vty/logging_vty.lo
Removing src/vty/stats_vty.lo
Removing src/vty/talloc_ctx_vty.lo
Removing src/vty/tdef_vty.lo
Removing src/vty/telnet_interface.lo
Removing src/vty/utils.lo
Removing src/vty/vector.lo
Removing src/vty/vty.lo
Removing stamp-h1
Removing tapset/Makefile
Removing tapset/Makefile.in
Removing tests/.deps/
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/a5/.deps/
Removing tests/abis/.deps/
Removing tests/atconfig
Removing tests/atlocal
Removing tests/auth/.deps/
Removing tests/base64/.deps/
Removing tests/bitgen/.deps/
Removing tests/bits/.deps/
Removing tests/bitvec/.deps/
Removing tests/bsslap/.deps/
Removing tests/bssmap_le/.deps/
Removing tests/codec/.deps/
Removing tests/coding/.deps/
Removing tests/comp128/.deps/
Removing tests/context/.deps/
Removing tests/conv/.deps/
Removing tests/conv/gsm0503_test_vectors.c
Removing tests/ctrl/.deps/
Removing tests/dtx/.deps/
Removing tests/endian/.deps/
Removing tests/exec/.deps/
Removing tests/fr/.deps/
Removing tests/fsm/.deps/
Removing tests/gad/.deps/
Removing tests/gb/.deps/
Removing tests/gea/.deps/
Removing tests/gprs/.deps/
Removing tests/gsm0408/.deps/
Removing tests/gsm0502/.deps/
Removing tests/gsm0808/.deps/
Removing tests/gsm23003/.deps/
Removing tests/gsm23236/.deps/
Removing tests/gsm29205/.deps/
Removing tests/gsm44021/.deps/
Removing tests/gsm48/.deps/
Removing tests/gsup/.deps/
Removing tests/i460_mux/.deps/
Removing tests/it_q/.deps/
Removing tests/iuup/.deps/
Removing tests/kasumi/.deps/
Removing tests/lapd/.deps/
Removing tests/logging/.deps/
Removing tests/loggingrb/.deps/
Removing tests/msgb/.deps/
Removing tests/msgfile/.deps/
Removing tests/oap/.deps/
Removing tests/osmo_io/.deps/
Removing tests/prbs/.deps/
Removing tests/rlp/.deps/
Removing tests/sercomm/.deps/
Removing tests/sim/.deps/
Removing tests/sms/.deps/
Removing tests/smscb/.deps/
Removing tests/sockaddr_str/.deps/
Removing tests/socket/.deps/
Removing tests/soft_uart/.deps/
Removing tests/stats/.deps/
Removing tests/strrb/.deps/
Removing tests/tdef/.deps/
Removing tests/time_cc/.deps/
Removing tests/timer/.deps/
Removing tests/tlv/.deps/
Removing tests/use_count/.deps/
Removing tests/ussd/.deps/
Removing tests/utils/.deps/
Removing tests/v110/.deps/
Removing tests/vty/.deps/
Removing tests/write_queue/.deps/
Removing utils/.deps/
Removing utils/.libs/
Removing utils/Makefile
Removing utils/Makefile.in
Removing utils/__pycache__/
Removing utils/gsmtap-logsend.o
Removing utils/osmo-aka-verify
Removing utils/osmo-aka-verify.o
Removing utils/osmo-arfcn
Removing utils/osmo-arfcn.o
Removing utils/osmo-auc-gen
Removing utils/osmo-auc-gen.o
Removing utils/osmo-config-merge
Removing utils/osmo-config-merge.o
Removing utils/osmo-gsmtap-logsend
Removing utils/osmo-ns-dummy
Removing utils/osmo-ns-dummy-vty.o
Removing utils/osmo-ns-dummy.o
Removing utils/osmo-sim-test
Removing utils/osmo-stat-dummy/.deps/
Removing utils/osmo-stat-dummy/Makefile
Removing utils/osmo-stat-dummy/Makefile.in
Removing utils/osmo_sim_test-osmo-sim-test.o
+ git_clean /build/deps/osmo-ggsn
+ repos=/build/deps/osmo-ggsn
+ [ ! -d /build/deps/osmo-ggsn ]
+ [ ! -d /build/deps/osmo-ggsn/.git ]
+ git -C /build/deps/osmo-ggsn checkout -f HEAD
+ git -C /build/deps/osmo-ggsn clean -dxf
Removing .version
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing contrib/Makefile
Removing contrib/Makefile.in
Removing contrib/systemd/Makefile
Removing contrib/systemd/Makefile.in
Removing depcomp
Removing doc/Makefile
Removing doc/Makefile.in
Removing doc/examples/Makefile
Removing doc/examples/Makefile.in
Removing doc/manuals/Makefile
Removing doc/manuals/Makefile.in
Removing ggsn/.deps/
Removing ggsn/.libs/
Removing ggsn/Makefile
Removing ggsn/Makefile.in
Removing ggsn/ggsn.o
Removing ggsn/ggsn_main.o
Removing ggsn/ggsn_vty.o
Removing ggsn/osmo-ggsn
Removing ggsn/pco.o
Removing ggsn/sgsn.o
Removing gtp/.deps/
Removing gtp/.libs/
Removing gtp/Makefile
Removing gtp/Makefile.in
Removing gtp/gsn.lo
Removing gtp/gsn.o
Removing gtp/gtp.lo
Removing gtp/gtp.o
Removing gtp/gtpie.lo
Removing gtp/gtpie.o
Removing gtp/libgtp.la
Removing gtp/lookupa.lo
Removing gtp/lookupa.o
Removing gtp/pdp.lo
Removing gtp/pdp.o
Removing gtp/queue.lo
Removing gtp/queue.o
Removing include/Makefile
Removing include/Makefile.in
Removing include/osmocom/Makefile
Removing include/osmocom/Makefile.in
Removing include/osmocom/gtp/Makefile
Removing include/osmocom/gtp/Makefile.in
Removing install-sh
Removing intl/Makefile
Removing lib/.deps/
Removing lib/Makefile
Removing lib/Makefile.in
Removing lib/checksum.o
Removing lib/debug.o
Removing lib/getopt.o
Removing lib/getopt1.o
Removing lib/icmpv6.o
Removing lib/in46_addr.o
Removing lib/ippool.o
Removing lib/libmisc.a
Removing lib/lookup.o
Removing lib/netdev.o
Removing lib/netns.o
Removing lib/tun.o
Removing lib/util.o
Removing libgtp.pc
Removing libtool
Removing ltmain.sh
Removing m4/
Removing missing
Removing po/Makefile
Removing sgsnemu/.deps/
Removing sgsnemu/.libs/
Removing sgsnemu/Makefile
Removing sgsnemu/Makefile.in
Removing sgsnemu/cmdline.o
Removing sgsnemu/sgsnemu
Removing sgsnemu/sgsnemu.o
Removing stamp-h1
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/atconfig
Removing tests/gtp/.deps/
Removing tests/gtp/Makefile
Removing tests/gtp/Makefile.in
Removing tests/lib/.deps/
Removing tests/lib/Makefile
Removing tests/lib/Makefile.in
Removing utils/.deps/
Removing utils/.libs/
Removing utils/Makefile
Removing utils/Makefile.in
Removing utils/gtp-echo-responder
Removing utils/gtp_echo_responder.o
+ git_clean /build/deps/osmo-hlr
+ repos=/build/deps/osmo-hlr
+ [ ! -d /build/deps/osmo-hlr ]
+ [ ! -d /build/deps/osmo-hlr/.git ]
+ git -C /build/deps/osmo-hlr checkout -f HEAD
+ git -C /build/deps/osmo-hlr clean -dxf
Removing .version
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing contrib/Makefile
Removing contrib/Makefile.in
Removing contrib/dgsm/Makefile
Removing contrib/dgsm/Makefile.in
Removing contrib/systemd/Makefile
Removing contrib/systemd/Makefile.in
Removing depcomp
Removing doc/Makefile
Removing doc/Makefile.in
Removing doc/examples/Makefile
Removing doc/examples/Makefile.in
Removing doc/manuals/Makefile
Removing doc/manuals/Makefile.in
Removing include/Makefile
Removing include/Makefile.in
Removing include/osmocom/Makefile
Removing include/osmocom/Makefile.in
Removing include/osmocom/hlr/Makefile
Removing include/osmocom/hlr/Makefile.in
Removing include/osmocom/mslookup/Makefile
Removing include/osmocom/mslookup/Makefile.in
Removing install-sh
Removing libosmo-gsup-client.pc
Removing libosmo-mslookup.pc
Removing libtool
Removing ltmain.sh
Removing m4/
Removing missing
Removing sql/Makefile
Removing sql/Makefile.in
Removing src/.deps/
Removing src/.libs/
Removing src/Makefile
Removing src/Makefile.in
Removing src/auc.o
Removing src/cni_peer_id.o
Removing src/ctrl.o
Removing src/db.o
Removing src/db_auc.o
Removing src/db_bootstrap.h
Removing src/db_hlr.o
Removing src/dbd_decode_binary.o
Removing src/dgsm.o
Removing src/dgsm_vty.o
Removing src/gsup_router.o
Removing src/gsup_send.o
Removing src/gsup_server.o
Removing src/gsupclient/.deps/
Removing src/gsupclient/.libs/
Removing src/gsupclient/Makefile
Removing src/gsupclient/Makefile.in
Removing src/gsupclient/cni_peer_id.lo
Removing src/gsupclient/cni_peer_id.o
Removing src/gsupclient/gsup-test-client
Removing src/gsupclient/gsup_client.lo
Removing src/gsupclient/gsup_client.o
Removing src/gsupclient/gsup_req.lo
Removing src/gsupclient/gsup_req.o
Removing src/gsupclient/gsup_test_client.o
Removing src/gsupclient/libosmo-gsup-client.la
Removing src/hlr.o
Removing src/hlr_db_tool.o
Removing src/hlr_sms.o
Removing src/hlr_ussd.o
Removing src/hlr_vty.o
Removing src/hlr_vty_subscr.o
Removing src/logging.o
Removing src/lu_fsm.o
Removing src/mslookup/.deps/
Removing src/mslookup/.libs/
Removing src/mslookup/Makefile
Removing src/mslookup/Makefile.in
Removing src/mslookup/libosmo-mslookup.la
Removing src/mslookup/mdns.lo
Removing src/mslookup/mdns.o
Removing src/mslookup/mdns_msg.lo
Removing src/mslookup/mdns_msg.o
Removing src/mslookup/mdns_rfc.lo
Removing src/mslookup/mdns_rfc.o
Removing src/mslookup/mdns_sock.lo
Removing src/mslookup/mdns_sock.o
Removing src/mslookup/mslookup.lo
Removing src/mslookup/mslookup.o
Removing src/mslookup/mslookup_client.lo
Removing src/mslookup/mslookup_client.o
Removing src/mslookup/mslookup_client_fake.lo
Removing src/mslookup/mslookup_client_fake.o
Removing src/mslookup/mslookup_client_mdns.lo
Removing src/mslookup/mslookup_client_mdns.o
Removing src/mslookup/osmo-mslookup-client
Removing src/mslookup/osmo_mslookup_client-osmo-mslookup-client.o
Removing src/mslookup_server.o
Removing src/mslookup_server_mdns.o
Removing src/osmo-euse-demo
Removing src/osmo-euse-demo.o
Removing src/osmo-hlr
Removing src/osmo-hlr-db-tool
Removing src/proxy.o
Removing src/rand_urandom.o
Removing src/remote_hlr.o
Removing src/timestamp.o
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/atconfig
Removing tests/auc/.deps/
Removing tests/auc/Makefile
Removing tests/auc/Makefile.in
Removing tests/auc/gen_ts_55_205_test_sets/Makefile
Removing tests/auc/gen_ts_55_205_test_sets/Makefile.in
Removing tests/db/.deps/
Removing tests/db/Makefile
Removing tests/db/Makefile.in
Removing tests/db_upgrade/Makefile
Removing tests/db_upgrade/Makefile.in
Removing tests/gsup/.deps/
Removing tests/gsup/Makefile
Removing tests/gsup/Makefile.in
Removing tests/mslookup/.deps/
Removing tests/mslookup/Makefile
Removing tests/mslookup/Makefile.in
+ [ -d layer1-headers ]
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 619968 killed;
[ssh-agent] Stopped.
Archiving artifacts
‘**/testsuite.log’ doesn’t match anything: ‘**’ exists but not ‘**/testsuite.log’
No artifacts found that match the file pattern "**/core, **/testsuite.log, **/workspace.tar.xz". Configuration error?
Finished: SUCCESS