lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2026
February
January
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
List overview
Download
jenkins-notifications
----- 2026 -----
February 2026
January 2026
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
jenkins-notifications@lists.osmocom.org
1 participants
5958 discussions
Start a n
N
ew thread
Build failed in Jenkins: master-osmo-msc » --enable-iu,1,a3=default,a4=default,osmocom-master #46148
by jenkins@lists.osmocom.org
24 Oct '24
24 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH…
> Changes: ------------------------------------------ [...truncated 765.01 KiB...] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 36.3 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132540 0.0 0.0 20724 13008 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132547 0.0 0.0 2576 904 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132549 0.0 0.0 3700 1852 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 57038), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 57038), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testEnableDisablePeriodicLU (__main__.TestVTYMSC.testEnableDisablePeriodicLU) ... Launching: PWD=/build/osmo-msc-1.12.1.16-2fb32/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/132539/fd total 0 lr-x------ 1 build build 64 Oct 23 23:58 0 -> pipe:[1665102775] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 2.5 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132550 0.0 0.0 20724 12852 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132557 0.0 0.0 2576 908 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132559 0.0 0.0 3700 1972 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43842), raddr=('127.0.0.1', 4254)> (1 sockets open) Rec: ["% 'periodic location update' is now deprecated. Use 'msc' / 'timer vlr T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).'] Exp: ["% 'periodic location update' is now deprecated: use 'timer T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).'] Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43842), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testShowNetwork (__main__.TestVTYMSC.testShowNetwork) ... Launching: PWD=/build/osmo-msc-1.12.1.16-2fb32/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/132539/fd total 0 lr-x------ 1 build build 64 Oct 23 23:58 0 -> pipe:[1665102775] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 1.2 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132560 0.0 0.0 20724 12956 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132567 0.0 0.0 2576 936 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132569 0.0 0.0 3700 1792 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43850), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43850), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testSi2Q (__main__.TestVTYMSC.testSi2Q) ... Launching: PWD=/build/osmo-msc-1.12.1.16-2fb32/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/132539/fd total 0 lr-x------ 1 build build 64 Oct 23 23:58 0 -> pipe:[1665102775] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 0.8 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132570 0.0 0.0 20724 12840 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132577 0.0 0.0 2576 944 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132579 0.0 0.0 3700 1816 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43856), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43856), raddr=('127.0.0.1', 4254)> (0 sockets open) Process returned code: 0 ok testSmppFirst (__main__.TestVTYMSC.testSmppFirst) ... Launching: PWD=/build/osmo-msc-1.12.1.16-2fb32/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/132539/fd total 0 lr-x------ 1 build build 64 Oct 23 23:58 0 -> pipe:[1665102775] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 0.8 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132580 16.6 0.0 20724 12940 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132587 0.0 0.0 2576 900 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132589 0.0 0.0 3700 1800 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43868), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43868), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testVtyTree (__main__.TestVTYMSC.testVtyTree) ... Launching: PWD=/build/osmo-msc-1.12.1.16-2fb32/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/132539/fd total 0 lr-x------ 1 build build 64 Oct 23 23:58 0 -> pipe:[1665102775] l-wx------ 1 build build 64 Oct 23 23:58 1 -> pipe:[1665102776] l-wx------ 1 build build 64 Oct 23 23:58 2 -> pipe:[1665102777] l-wx------ 1 build build 64 Oct 23 23:58 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:4254 0.0.0.0:* LISTEN 0 10 127.0.0.1:4255 0.0.0.0:* LISTEN 0 10 0.0.0.0:2775 0.0.0.0:* > ps xua | grep osmo build 121073 0.0 0.0 3924 3060 ? S 23:58 0:00 /bin/bash -c test -d osmo-msc-1.12.1.16-2fb32/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.12.1.16-2fb32/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf osmo-msc-1.12.1.16-2fb32.tar.gz osmo-msc-1.12.1.16-2fb32.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 125566 0.0 0.0 3924 3032 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='include src doc contrib tests ' ;; \ *) list='include src doc contrib tests ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 125773 0.0 0.0 3924 3068 ? S 23:58 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-msc-1.12.1.16-2fb32/_build/sub/tests'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo check-recursive | sed s/-recursive//`; \ case "check-recursive" in \ distclean-* | maintainer-clean-*) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp' ;; \ *) list='sms_queue msc_vlr db_sms sdp_msg mncc csd smpp ' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" build 132539 0.6 0.0 19652 14704 ? S 23:58 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.12.1.16-2fb32/_build/sub -v build 132590 0.0 0.0 20724 12968 ? S 23:58 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.12.1.16-2fb32/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 132597 0.0 0.0 2576 900 ? S 23:58 0:00 /bin/sh -c ps xua | grep osmo build 132599 0.0 0.0 3700 1820 ? S 23:58 0:00 grep osmo Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43870), raddr=('127.0.0.1', 4254)> (1 sockets open) Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 43870), raddr=('127.0.0.1', 4254)> (0 sockets open) Killed child process Process returned code: -9 ERROR ====================================================================== ERROR: testVtyTree (__main__.TestVTYMSC.testVtyTree) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests/../../../tests/vty_test_runner.py", line 70, in tearDown raise Exception("Process returned %d" % rc) Exception: Process returned -9 ---------------------------------------------------------------------- Ran 6 tests in 13.095s FAILED (errors=1) make[8]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[8]: *** [Makefile:723: vty-python-test] Error 1 make[7]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[7]: *** [Makefile:743: vty-test] Error 2 make[6]: *** [Makefile:713: python-tests] Error 2 make[6]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[5]: *** [Makefile:767: check-local] Error 2 make[5]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[4]: *** [Makefile:572: check-am] Error 2 make[4]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[3]: *** [Makefile:422: check-recursive] Error 1 make[3]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub/tests' make[2]: *** [Makefile:471: check-recursive] Error 1 make[2]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub' make[1]: *** [Makefile:770: check] Error 2 make[1]: Leaving directory '/build/osmo-msc-1.12.1.16-2fb32/_build/sub' make: *** [Makefile:690: distcheck] Error 1 + exit_tar_workspace + '[' 1 = 1 ']' + tar -cJf /tmp/workspace.tar.xz /build tar: Removing leading `/' from member names + mv /tmp/workspace.tar.xz /build + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3335393 killed; [ssh-agent] Stopped. Archiving artifacts
1
1
0
0
Jenkins build is back to stable : ttcn3-ggsn-test-asan #139
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-asan/139/display/re…
>
1
0
0
0
Jenkins build became unstable: ttcn3-hnbgw-test-latest #859
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-hnbgw-test-latest/859/display…
>
1
1
0
0
Jenkins build became unstable: ttcn3-ggsn-test #2684
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test/2684/display/redire…
>
1
1
0
0
Build failed in Jenkins: ttcn3-ggsn-test-kernel-torvalds #156
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> Changes: ------------------------------------------ [...truncated 1.78 MiB...] [ 77.530751] tun46: forwarding packet from GGSN to uplink [ 77.530874] tun46: found PDP context (____ptrval____) [ 77.530942] tun46: gtp -> IP src: 172.18.3.201 dst: 176.16.32.17 MTC@c6806a979231: sending UpdatePDP [ 77.532249] tun46: GTPv1-U: deleting tunnel id = 1/670ad9b1 (pdp (____ptrval____)) [ 77.532607] tun46: GTPv1-U: new PDP ctx id=1/670ad9a0 ssgn=172.18.3.1 ms=176.16.32.17 (pdp=(____ptrval____)) MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed [ 77.533730] tun46: encap_recv sk=(____ptrval____) [ 77.533851] tun46: received GTP1U packet [ 77.533901] tun46: forwarding packet from GGSN to uplink [ 77.534004] tun46: found PDP context (____ptrval____) [ 77.534059] tun46: gtp -> IP src: 172.18.3.201 dst: 176.16.32.17 MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed 20241023074329442 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262425207586382:10): Deleting PDP context (ggsn.c:401) 20241023074329442 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 77.535644] tun46: GTPv1-U: deleting tunnel id = 1/670ad9a0 (pdp (____ptrval____)) MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: pass MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp4_act_update_teid finished. Verdict: pass MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp4_act_update_teid pass'. Wed Oct 23 07:43:32 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp4_act_update_teid pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp4_act_update_teid.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=24868) Waiting for packet dumper to finish... 1 (prev_count=24868, count=35204) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp4_act_update_teid pass' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact'. ------ GGSN_Tests.TC_pdp6_act_deact ------ Wed Oct 23 07:43:34 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact' was executed successfully (exit status: 0). MTC@c6806a979231: Test case TC_pdp6_act_deact started. MTC@c6806a979231: GTP1C ConnectionID: 1 MTC@c6806a979231: "TC_pdp6_act_deact() start" 20241023074334578 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact() start (logging_vty.c:1172) MTC@c6806a979231: sending CreatePDP [ 82.676746] tun46: GTPv1-U: new PDP ctx id=1/b5a85334 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023074334584 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023074334584 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262425276589673:7): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2101:: (ggsn.c:617) MTC@c6806a979231: setverdict(pass): none -> pass MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed 20241023074334586 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262425276589673:7): Deleting PDP context (ggsn.c:401) 20241023074334586 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 82.680246] tun46: GTPv1-U: deleting tunnel id = 1/b5a85334 (pdp (____ptrval____)) MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: pass MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp6_act_deact finished. Verdict: pass MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact pass'. Wed Oct 23 07:43:37 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=20436) Waiting for packet dumper to finish... 1 (prev_count=20436, count=30292) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact pass' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns'. ------ GGSN_Tests.TC_pdp6_act_deact_pcodns ------ Wed Oct 23 07:43:39 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns' was executed successfully (exit status: 0). MTC@c6806a979231: Test case TC_pdp6_act_deact_pcodns started. MTC@c6806a979231: GTP1C ConnectionID: 1 MTC@c6806a979231: "TC_pdp6_act_deact_pcodns() start" 20241023074339704 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_pcodns() start (logging_vty.c:1172) MTC@c6806a979231: sending CreatePDP [ 87.803165] tun46: GTPv1-U: new PDP ctx id=1/4e76fe27 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023074339711 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023074339713 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262428950205645:2): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2102:: (ggsn.c:617) MTC@c6806a979231: setverdict(pass): none -> pass MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed 20241023074339718 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262428950205645:2): Deleting PDP context (ggsn.c:401) 20241023074339718 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 87.812729] tun46: GTPv1-U: deleting tunnel id = 1/4e76fe27 (pdp (____ptrval____)) MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: pass MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp6_act_deact_pcodns finished. Verdict: pass MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns pass'. Wed Oct 23 07:43:42 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_pcodns pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_pcodns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=21012) Waiting for packet dumper to finish... 1 (prev_count=21012, count=30868) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns pass' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6'. ------ GGSN_Tests.TC_pdp6_act_deact_icmp6 ------ Wed Oct 23 07:43:44 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6' was executed successfully (exit status: 0). MTC@c6806a979231: Test case TC_pdp6_act_deact_icmp6 started. MTC@c6806a979231: GTP1C ConnectionID: 1 MTC@c6806a979231: "TC_pdp6_act_deact_icmp6() start" 20241023074344853 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_icmp6() start (logging_vty.c:1172) MTC@c6806a979231: sending CreatePDP [ 92.950132] tun46: GTPv1-U: new PDP ctx id=1/8fdeb2 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023074344857 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023074344858 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262429272940525:13): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2103:: (ggsn.c:617) MTC@c6806a979231: setverdict(pass): none -> pass [ 92.952361] tun46: encap_recv sk=(____ptrval____) [ 92.952458] tun46: received GTP1U packet [ 92.952578] tun46: No PDP ctx for this MS [ 92.952627] tun46: pass up to the process MTC@c6806a979231: RA with /64 prefix '20010780004421030000000000000000'O [ 92.954864] tun46: encap_recv sk=(____ptrval____) [ 92.954944] tun46: received GTP1U packet [ 92.954982] tun46: No PDP ctx for this MS [ 92.955015] tun46: pass up to the process MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed 20241023074344862 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262429272940525:13): Deleting PDP context (ggsn.c:401) 20241023074344862 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 92.956032] tun46: GTPv1-U: deleting tunnel id = 1/8fdeb2 (pdp (____ptrval____)) [38;5;35m20241023074344863 [1;31mDLGTP[0;m[38;5;35m [1;31mERROR[0;m[38;5;35m Packet from 172.18.3.1:2152, length: 72 content: 30 ff 00 40 00 00 00 01 60 00 00 00 00 18 3a ff fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 03 ff 02 00 00 00 00 00 00 00 00 00 01 ff 44 21 03 87 00 ca ce 00 00 00 00 fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 03 : Unknown PDP context: TEI=0x1 (gtp.c:2566)[0;m MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: pass MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp6_act_deact_icmp6 finished. Verdict: pass MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6 pass'. Wed Oct 23 07:43:47 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_icmp6 pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_icmp6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=24028) Waiting for packet dumper to finish... 1 (prev_count=24028, count=34356) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6 pass' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu'. ------ GGSN_Tests.TC_pdp6_act_deact_mtu ------ Wed Oct 23 07:43:50 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu' was executed successfully (exit status: 0). MTC@c6806a979231: Test case TC_pdp6_act_deact_mtu started. MTC@c6806a979231: GTP1C ConnectionID: 1 MTC@c6806a979231: "TC_pdp6_act_deact_mtu() start" 20241023074349990 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_mtu() start (logging_vty.c:1172) MTC@c6806a979231: sending CreatePDP [ 98.104882] tun46: GTPv1-U: new PDP ctx id=1/84e92cfc ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023074350012 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023074350013 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262421566073916:6): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2104:: (ggsn.c:617) MTC@c6806a979231: setverdict(pass): none -> pass [ 98.107661] tun46: encap_recv sk=(____ptrval____) [ 98.107773] tun46: received GTP1U packet [ 98.107836] tun46: No PDP ctx for this MS [ 98.107893] tun46: pass up to the process MTC@c6806a979231: RA with /64 prefix '20010780004421040000000000000000'O [ 98.109022] tun46: encap_recv sk=(____ptrval____) [ 98.109141] tun46: received GTP1U packet [ 98.109192] tun46: No PDP ctx for this MS [ 98.109237] tun46: pass up to the process MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed 20241023074350016 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262421566073916:6): Deleting PDP context (ggsn.c:401) 20241023074350017 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 98.110907] tun46: GTPv1-U: deleting tunnel id = 1/84e92cfc (pdp (____ptrval____)) [38;5;35m20241023074350018 [1;31mDLGTP[0;m[38;5;35m [1;31mERROR[0;m[38;5;35m Packet from 172.18.3.1:2152, length: 72 content: 30 ff 00 40 00 00 00 01 60 00 00 00 00 18 3a ff fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 04 ff 02 00 00 00 00 00 00 00 00 00 01 ff 44 21 04 87 00 ca cb 00 00 00 00 fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 04 : Unknown PDP context: TEI=0x1 (gtp.c:2566)[0;m MTC@c6806a979231: setverdict(pass): pass -> pass, component reason not changed MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: pass MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp6_act_deact_mtu finished. Verdict: pass MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu pass'. Wed Oct 23 07:43:53 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_mtu pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_mtu.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=34652) Waiting for packet dumper to finish... 1 (prev_count=34652, count=43548) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu pass' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access'. ------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access ------ Wed Oct 23 07:43:55 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access' was executed successfully (exit status: 0). MTC@c6806a979231: Test case TC_pdp6_act_deact_gtpu_access started. MTC@c6806a979231: GTP1C ConnectionID: 1 MTC@c6806a979231: "TC_pdp6_act_deact_gtpu_access() start" 20241023074355168 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_gtpu_access() start (logging_vty.c:1172) MTC@c6806a979231: sending CreatePDP [ 103.268649] tun46: GTPv1-U: new PDP ctx id=1/d900552f ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023074355176 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023074355177 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262426229467676:3): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2105:: (ggsn.c:617) MTC@c6806a979231: setverdict(pass): none -> pass [ 103.272678] tun46: encap_recv sk=(____ptrval____) [ 103.272812] tun46: received GTP1U packet [ 103.272895] tun46: No PDP ctx for this MS [ 103.272963] tun46: pass up to the process MTC@c6806a979231: RA with /64 prefix '20010780004421050000000000000000'O [ 103.274348] tun46: encap_recv sk=(____ptrval____) [ 103.274458] tun46: received GTP1U packet [ 103.274528] tun46: No PDP ctx for this MS [ 103.274596] tun46: pass up to the process [ 103.275852] tun46: encap_recv sk=(____ptrval____) [ 103.278542] tun46: received GTP1U packet [ 103.278649] tun46: forwarding packet from GGSN to uplink [ 103.282673] tun46: found PDP context (____ptrval____) [ 103.282853] tun46: gtp -> IP src: 2001:0780:0044:2100:0000:0000:0000:0000 dst: 2001:0780:0044:2105:1234:1234:1234:1234 [ 103.283449] osmo-ggsn[750]: segfault at 58 ip 00007f47bc11ade4 sp 00007ffefd1c8720 error 4 in libosmocore.so.22.0.0[39de4,7f47bc0f0000+30000] likely on CPU 0 (core 0, socket 0) [ 103.284479] Code: 89 fb 48 8d 7f 38 e8 cb 69 fd ff 83 43 34 01 31 c0 83 4b 14 02 5b c3 0f 1f 80 00 00 00 00 b8 e4 ff ff ff c3 66 90 53 48 89 fb <8b> 47 30 39 47 34 73 0c 5b e9 ee 55 fd ff 66 0f 1f 44 00 00 48 8b [ 103.288953] osmo-ggsn (750) used greatest stack depth: 13048 bytes left Segmentation fault + true + poweroff -f [ 103.297832] ACPI: PM: Preparing to enter system sleep state S5 [ 103.298314] reboot: Power down [1;34m[testenv][osmo_ggsn_v4v6_only] Looking for a coredump[0m [0;94m[testenv][osmo_ggsn_v4v6_only] coredumpctl is not available, won't try to get coredump[0m [1;91m[testenv][osmo_ggsn_v4v6_only] ggsn crashed during GGSN_Tests.TC_pdp6_act_deact_gtpu_access![0m [0;94m[testenv][osmo_ggsn_v4v6_only] Waiting until test has stopped...[0m MTC@c6806a979231: setverdict(fail): pass -> fail reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"", new component reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"" MTC@c6806a979231: Stopping testcase execution from "GGSN_Tests.ttcn":377 MTC@c6806a979231: Setting final verdict of the test case. MTC@c6806a979231: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"" MTC@c6806a979231: No PTCs were created. MTC@c6806a979231: Test case TC_pdp6_act_deact_gtpu_access finished. Verdict: fail reason: "GGSN_Tests.ttcn:377 : pingpong T_default timeout" MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail'. Wed Oct 23 07:43:59 UTC 2024 [1;31m------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail ------[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access.talloc ERROR: failed to get talloc report via vty Waiting for packet dumper to finish... 0 (prev_count=-1, count=21260) MTC@c6806a979231: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail' was executed successfully (exit status: 0). MTC@c6806a979231: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr'. ------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr ------ Wed Oct 23 07:44:05 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 [1;34m[testenv][osmo_ggsn_v4v6_only] Stopping podman container[0m [0;94m[testenv][osmo_ggsn_v4v6_only] + ['podman', 'kill', 'testenv-ggsn_tests-osmo_ggsn_v_only-osmocom-nightly-20241023-0739-a0c0a792-1'][0m testenv-ggsn_tests-osmo_ggsn_v_only-osmocom-nightly-20241023-0739-a0c0a792-1 [0;94m[testenv][osmo_ggsn_v4v6_only] Skipping clean up scripts, podman container has already stopped[0m [1;34m[testenv][osmo_ggsn_v4v6_only] Stopping testsuite (2738347)[0m [1;34m[testenv][osmo_ggsn_v4v6_only] Logs saved to:
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-torvalds/156…
[0m Error: container c6806a979231acd03c3299f50027080186a2c2a47d125a28fd990fc94ea49cd0 does not exist in database: no such container Build step 'Execute shell' marked build as failure Recording test results [Checks API] No suitable checks publisher found.
1
0
0
0
Build failed in Jenkins: ttcn3-ggsn-test-kernel-net-next #165
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> Changes: ------------------------------------------ [...truncated 1.78 MiB...] [ 77.408807] tun46: received GTP1U packet [ 77.408873] tun46: forwarding packet from GGSN to uplink [ 77.409030] tun46: found PDP context (____ptrval____) [ 77.409111] tun46: gtp -> IP src: 172.18.3.201 dst: 176.16.32.17 MTC@c89e190fb335: sending UpdatePDP [ 77.410691] tun46: GTPv1-U: deleting tunnel id = 1/78714866 (pdp (____ptrval____)) [ 77.411108] tun46: GTPv1-U: new PDP ctx id=1/78714877 ssgn=172.18.3.1 ms=176.16.32.17 (pdp=(____ptrval____)) MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed [ 77.412209] tun46: encap_recv sk=(____ptrval____) [ 77.412289] tun46: received GTP1U packet [ 77.412341] tun46: forwarding packet from GGSN to uplink [ 77.412456] tun46: found PDP context (____ptrval____) [ 77.412521] tun46: gtp -> IP src: 172.18.3.201 dst: 176.16.32.17 MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed 20241023070530318 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262425276412241:3): Deleting PDP context (ggsn.c:401) 20241023070530319 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 77.414152] tun46: GTPv1-U: deleting tunnel id = 1/78714877 (pdp (____ptrval____)) MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: pass MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp4_act_update_teid finished. Verdict: pass MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp4_act_update_teid pass'. Wed Oct 23 07:05:33 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp4_act_update_teid pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp4_act_update_teid.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=24852) Waiting for packet dumper to finish... 1 (prev_count=24852, count=33748) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp4_act_update_teid pass' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact'. ------ GGSN_Tests.TC_pdp6_act_deact ------ Wed Oct 23 07:05:35 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact' was executed successfully (exit status: 0). MTC@c89e190fb335: Test case TC_pdp6_act_deact started. MTC@c89e190fb335: GTP1C ConnectionID: 1 MTC@c89e190fb335: "TC_pdp6_act_deact() start" 20241023070535468 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact() start (logging_vty.c:1172) MTC@c89e190fb335: sending CreatePDP [ 82.570328] tun46: GTPv1-U: new PDP ctx id=1/ca7d4069 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023070535476 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023070535477 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262423690201075:6): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2101:: (ggsn.c:617) MTC@c89e190fb335: setverdict(pass): none -> pass MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed 20241023070535479 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262423690201075:6): Deleting PDP context (ggsn.c:401) 20241023070535479 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 82.574746] tun46: GTPv1-U: deleting tunnel id = 1/ca7d4069 (pdp (____ptrval____)) MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: pass MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp6_act_deact finished. Verdict: pass MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact pass'. Wed Oct 23 07:05:38 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=20436) Waiting for packet dumper to finish... 1 (prev_count=20436, count=29332) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact pass' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns'. ------ GGSN_Tests.TC_pdp6_act_deact_pcodns ------ Wed Oct 23 07:05:40 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns' was executed successfully (exit status: 0). MTC@c89e190fb335: Test case TC_pdp6_act_deact_pcodns started. MTC@c89e190fb335: GTP1C ConnectionID: 1 MTC@c89e190fb335: "TC_pdp6_act_deact_pcodns() start" 20241023070540621 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_pcodns() start (logging_vty.c:1172) MTC@c89e190fb335: sending CreatePDP [ 87.719559] tun46: GTPv1-U: new PDP ctx id=1/dc5ba9dc ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023070540625 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023070540626 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262429450504437:9): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2102:: (ggsn.c:617) MTC@c89e190fb335: setverdict(pass): none -> pass 20241023070540628 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262429450504437:9): Deleting PDP context (ggsn.c:401)MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed 20241023070540628 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 87.723419] tun46: GTPv1-U: deleting tunnel id = 1/dc5ba9dc (pdp (____ptrval____)) MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: pass MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp6_act_deact_pcodns finished. Verdict: pass MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns pass'. Wed Oct 23 07:05:43 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_pcodns pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_pcodns.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=21012) Waiting for packet dumper to finish... 1 (prev_count=21012, count=29908) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_pcodns pass' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6'. ------ GGSN_Tests.TC_pdp6_act_deact_icmp6 ------ Wed Oct 23 07:05:45 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6' was executed successfully (exit status: 0). MTC@c89e190fb335: Test case TC_pdp6_act_deact_icmp6 started. MTC@c89e190fb335: GTP1C ConnectionID: 1 MTC@c89e190fb335: "TC_pdp6_act_deact_icmp6() start" 20241023070545779 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_icmp6() start (logging_vty.c:1172) MTC@c89e190fb335: sending CreatePDP [ 92.880087] tun46: GTPv1-U: new PDP ctx id=1/26c588e7 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023070545786 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023070545787 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262424596069920:10): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2103:: (ggsn.c:617) MTC@c89e190fb335: setverdict(pass): none -> pass [ 92.884326] tun46: encap_recv sk=(____ptrval____) [ 92.884463] tun46: received GTP1U packet [ 92.884656] tun46: No PDP ctx for this MS [ 92.884731] tun46: pass up to the process MTC@c89e190fb335: RA with /64 prefix '20010780004421030000000000000000'O [ 92.889382] tun46: encap_recv sk=(____ptrval____) [ 92.889583] tun46: received GTP1U packet [ 92.889691] tun46: No PDP ctx for this MS [ 92.889839] tun46: pass up to the process MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed 20241023070545796 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262424596069920:10): Deleting PDP context (ggsn.c:401) 20241023070545797 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 92.892701] tun46: GTPv1-U: deleting tunnel id = 1/26c588e7 (pdp (____ptrval____)) [38;5;35m20241023070545799 [1;31mDLGTP[0;m[38;5;35m [1;31mERROR[0;m[38;5;35m Packet from 172.18.3.1:2152, length: 72 content: 30 ff 00 40 00 00 00 01 60 00 00 00 00 18 3a ff fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 03 ff 02 00 00 00 00 00 00 00 00 00 01 ff 44 21 03 87 00 ca ce 00 00 00 00 fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 03 : Unknown PDP context: TEI=0x1 (gtp.c:2566)[0;m MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: pass MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp6_act_deact_icmp6 finished. Verdict: pass MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6 pass'. Wed Oct 23 07:05:48 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_icmp6 pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_icmp6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=24028) Waiting for packet dumper to finish... 1 (prev_count=24028, count=34356) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_icmp6 pass' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu'. ------ GGSN_Tests.TC_pdp6_act_deact_mtu ------ Wed Oct 23 07:05:50 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu' was executed successfully (exit status: 0). MTC@c89e190fb335: Test case TC_pdp6_act_deact_mtu started. MTC@c89e190fb335: GTP1C ConnectionID: 1 MTC@c89e190fb335: "TC_pdp6_act_deact_mtu() start" 20241023070550930 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_mtu() start (logging_vty.c:1172) MTC@c89e190fb335: sending CreatePDP [ 98.035484] tun46: GTPv1-U: new PDP ctx id=1/5c5115b1 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023070550941 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023070550941 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262422061605826:15): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2104:: (ggsn.c:617) MTC@c89e190fb335: setverdict(pass): none -> pass [ 98.037759] tun46: encap_recv sk=(____ptrval____) [ 98.037858] tun46: received GTP1U packet [ 98.037907] tun46: No PDP ctx for this MS [ 98.037951] tun46: pass up to the process MTC@c89e190fb335: RA with /64 prefix '20010780004421040000000000000000'O [ 98.038845] tun46: encap_recv sk=(____ptrval____) [ 98.038916] tun46: received GTP1U packet [ 98.038960] tun46: No PDP ctx for this MS [ 98.039000] tun46: pass up to the process MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed 20241023070550944 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262422061605826:15): Deleting PDP context (ggsn.c:401) 20241023070550945 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Deleting SGSN (sgsn.c:21) [ 98.040961] tun46: GTPv1-U: deleting tunnel id = 1/5c5115b1 (pdp (____ptrval____)) [38;5;35m20241023070550946 [1;31mDLGTP[0;m[38;5;35m [1;31mERROR[0;m[38;5;35m Packet from 172.18.3.1:2152, length: 72 content: 30 ff 00 40 00 00 00 01 60 00 00 00 00 18 3a ff fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 04 ff 02 00 00 00 00 00 00 00 00 00 01 ff 44 21 04 87 00 ca cb 00 00 00 00 fe 80 00 00 00 00 00 00 20 01 07 80 00 44 21 04 : Unknown PDP context: TEI=0x1 (gtp.c:2566)[0;m MTC@c89e190fb335: setverdict(pass): pass -> pass, component reason not changed MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: pass MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp6_act_deact_mtu finished. Verdict: pass MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu pass'. Wed Oct 23 07:05:53 UTC 2024 [1;32m====== GGSN_Tests.TC_pdp6_act_deact_mtu pass ======[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_mtu.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=34396) Waiting for packet dumper to finish... 1 (prev_count=34396, count=44708) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_mtu pass' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access'. ------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access ------ Wed Oct 23 07:05:55 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access' was executed successfully (exit status: 0). MTC@c89e190fb335: Test case TC_pdp6_act_deact_gtpu_access started. MTC@c89e190fb335: GTP1C ConnectionID: 1 MTC@c89e190fb335: "TC_pdp6_act_deact_gtpu_access() start" 20241023070556076 [1;33mDLGLOBAL[0;m [1;33mNOTICE[0;m TTCN3 f_logp(): TC_pdp6_act_deact_gtpu_access() start (logging_vty.c:1172) MTC@c89e190fb335: sending CreatePDP [ 103.174307] tun46: GTPv1-U: new PDP ctx id=1/c41bbc64 ssgn=172.18.3.1 ms=32.1.7.128 (pdp=(____ptrval____)) 20241023070556080 [1;32mDGGSN[0;m [1;32mINFO[0;m SGSN(172.18.3.1): Discovered (sgsn.c:83) 20241023070556080 [1;32mDGGSN[0;m [1;32mINFO[0;m PDP(262422072818758:11): Successful PDP Context Creation: APN=inet6(inet46), TEIC=1, IPv4=none, IPv6=2001:780:44:2105:: (ggsn.c:617) MTC@c89e190fb335: setverdict(pass): none -> pass [ 103.176244] tun46: encap_recv sk=(____ptrval____) [ 103.176323] tun46: received GTP1U packet [ 103.176370] tun46: No PDP ctx for this MS [ 103.176411] tun46: pass up to the process MTC@c89e190fb335: RA with /64 prefix '20010780004421050000000000000000'O [ 103.177242] tun46: encap_recv sk=(____ptrval____) [ 103.177303] tun46: received GTP1U packet [ 103.177344] tun46: No PDP ctx for this MS [ 103.177394] tun46: pass up to the process [ 103.177461] tun46: encap_recv sk=(____ptrval____) [ 103.177505] tun46: received GTP1U packet [ 103.177607] tun46: forwarding packet from GGSN to uplink [ 103.181496] tun46: found PDP context (____ptrval____) [ 103.181671] tun46: gtp -> IP src: 2001:0780:0044:2100:0000:0000:0000:0000 dst: 2001:0780:0044:2105:1234:1234:1234:1234 [ 103.182386] osmo-ggsn[752]: segfault at 58 ip 00007fb522e83de4 sp 00007ffcb19d1500 error 4 in libosmocore.so.22.0.0[39de4,7fb522e59000+30000] likely on CPU 0 (core 0, socket 0) [ 103.182850] Code: 89 fb 48 8d 7f 38 e8 cb 69 fd ff 83 43 34 01 31 c0 83 4b 14 02 5b c3 0f 1f 80 00 00 00 00 b8 e4 ff ff ff c3 66 90 53 48 89 fb <8b> 47 30 39 47 34 73 0c 5b e9 ee 55 fd ff 66 0f 1f 44 00 00 48 8b [ 103.187449] osmo-ggsn (752) used greatest stack depth: 13048 bytes left Segmentation fault + true + poweroff -f [ 103.197041] ACPI: PM: Preparing to enter system sleep state S5 [ 103.197525] reboot: Power down [1;34m[testenv][osmo_ggsn_v4v6_only] Looking for a coredump[0m [0;94m[testenv][osmo_ggsn_v4v6_only] coredumpctl is not available, won't try to get coredump[0m [1;91m[testenv][osmo_ggsn_v4v6_only] ggsn crashed during GGSN_Tests.TC_pdp6_act_deact_gtpu_access![0m [0;94m[testenv][osmo_ggsn_v4v6_only] Waiting until test has stopped...[0m MTC@c89e190fb335: setverdict(fail): pass -> fail reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"", new component reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"" MTC@c89e190fb335: Stopping testcase execution from "GGSN_Tests.ttcn":377 MTC@c89e190fb335: Setting final verdict of the test case. MTC@c89e190fb335: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:377 : pingpong T_default timeout"" MTC@c89e190fb335: No PTCs were created. MTC@c89e190fb335: Test case TC_pdp6_act_deact_gtpu_access finished. Verdict: fail reason: "GGSN_Tests.ttcn:377 : pingpong T_default timeout" MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail'. Wed Oct 23 07:06:00 UTC 2024 [1;31m------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail ------[0m Saving talloc report from 172.18.3.2:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access.talloc ERROR: failed to get talloc report via vty Waiting for packet dumper to finish... 0 (prev_count=-1, count=21284) MTC@c89e190fb335: External command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail' was executed successfully (exit status: 0). MTC@c89e190fb335: Starting external command `<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/ws/…
> GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr'. ------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr ------ Wed Oct 23 07:06:06 UTC 2024 /usr/bin/dumpcap -q -s 1520 -n -i any -w "<
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
"> ><
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
> 2>/tmp/cmderr & Waiting for packet dumper to start... 0 [1;34m[testenv][osmo_ggsn_v4v6_only] Stopping podman container[0m [0;94m[testenv][osmo_ggsn_v4v6_only] + ['podman', 'kill', 'testenv-ggsn_tests-osmo_ggsn_v_only-osmocom-nightly-20241023-0701-c3e1f5b9-1'][0m testenv-ggsn_tests-osmo_ggsn_v_only-osmocom-nightly-20241023-0701-c3e1f5b9-1 [0;94m[testenv][osmo_ggsn_v4v6_only] Skipping clean up scripts, podman container has already stopped[0m [1;34m[testenv][osmo_ggsn_v4v6_only] Stopping testsuite (2254565)[0m [1;34m[testenv][osmo_ggsn_v4v6_only] Logs saved to:
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-kernel-net-next/165…
[0m Build step 'Execute shell' marked build as failure Recording test results [Checks API] No suitable checks publisher found.
1
0
0
0
Jenkins build became unstable: ttcn3-stp-test #1850
by jenkins@lists.osmocom.org
23 Oct '24
23 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-stp-test/1850/display/redirec…
>
1
1
0
0
Jenkins build became unstable: ttcn3-hlr-test-asan #137
by jenkins@lists.osmocom.org
22 Oct '24
22 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-hlr-test-asan/137/display/red…
>
1
1
0
0
Jenkins build became unstable: ttcn3-ggsn-test-latest #2208
by jenkins@lists.osmocom.org
22 Oct '24
22 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-latest/2208/display…
>
1
0
0
0
Jenkins build became unstable: ttcn3-ggsn-test-asan #137
by jenkins@lists.osmocom.org
21 Oct '24
21 Oct '24
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-ggsn-test-asan/137/display/re…
>
1
0
0
0
← Newer
1
...
170
171
172
173
174
175
176
...
596
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
Results per page:
10
25
50
100
200