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
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
----- 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
5622 discussions
Start a n
N
ew thread
Build failed in Jenkins: master-osmo-msc » --disable-iu,0,a3=default,a4=default,osmocom-master #49173
by jenkins@lists.osmocom.org
11 Sep '25
11 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--disable-iu,WIT…
> Changes: ------------------------------------------ [...truncated 460.79 KiB...] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 20.0 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74945 0.0 0.0 19132 11968 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 74952 0.0 0.0 2584 900 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 74954 0.0 0.0 3708 1780 ? S 13:26 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', 41048), 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', 41048), 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.14.0.8-d099/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/74944/fd total 0 lr-x------ 1 build build 64 Sep 10 13:26 0 -> pipe:[3912190119] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 0.6 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74955 0.0 0.0 19132 12052 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 74962 0.0 0.0 2584 916 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 74964 0.0 0.0 3708 1904 ? S 13:26 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', 41060), 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', 41060), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok testShowNetwork (__main__.TestVTYMSC.testShowNetwork) ... Launching: PWD=/build/osmo-msc-1.14.0.8-d099/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/74944/fd total 0 lr-x------ 1 build build 64 Sep 10 13:26 0 -> pipe:[3912190119] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 0.6 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74965 0.0 0.0 19132 11764 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 74972 0.0 0.0 2584 956 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 74974 0.0 0.0 3708 1816 ? S 13:26 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', 41070), 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', 41070), 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.14.0.8-d099/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/74944/fd total 0 lr-x------ 1 build build 64 Sep 10 13:26 0 -> pipe:[3912190119] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 0.4 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74975 0.0 0.0 19132 12056 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 74982 0.0 0.0 2584 932 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 74984 0.0 0.0 3708 1868 ? S 13:26 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', 41086), 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', 41086), raddr=('127.0.0.1', 4254)> (0 sockets open) Process returned code: -11 ERROR testSmppFirst (__main__.TestVTYMSC.testSmppFirst) ... Launching: PWD=/build/osmo-msc-1.14.0.8-d099/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/74944/fd total 0 lr-x------ 1 build build 64 Sep 10 13:26 0 -> pipe:[3912190119] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 0.4 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74985 0.0 0.0 19264 12520 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 74992 0.0 0.0 2584 904 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 74994 0.0 0.0 3708 1824 ? S 13:26 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', 41092), 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', 41092), 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.14.0.8-d099/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg' > ls -l /proc/74944/fd total 0 lr-x------ 1 build build 64 Sep 10 13:26 0 -> pipe:[3912190119] l-wx------ 1 build build 64 Sep 10 13:26 1 -> pipe:[3912190120] l-wx------ 1 build build 64 Sep 10 13:26 2 -> pipe:[3912190121] l-wx------ 1 build build 64 Sep 10 13:26 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 65446 0.0 0.0 3932 3208 ? S 13:26 0:00 /bin/bash -c test -d osmo-msc-1.14.0.8-d099/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd osmo-msc-1.14.0.8-d099/_build/sub \ && ../../configure \ --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \ --enable-werror --enable-smpp --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-msc-1.14.0.8-d099.tar.gz osmo-msc-1.14.0.8-d099.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 build 68981 0.0 0.0 3932 3028 ? S 13:26 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.14.0.8-d099/_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 69034 0.0 0.0 3932 3012 ? S 13:26 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.14.0.8-d099/_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 74944 0.4 0.0 19652 14644 ? S 13:26 0:00 python3 ../../../tests/vty_test_runner.py -w /build/osmo-msc-1.14.0.8-d099/_build/sub -v build 74995 20.0 0.0 19132 12072 ? S 13:26 0:00 ./src/osmo-msc/osmo-msc -c /build/osmo-msc-1.14.0.8-d099/tests/../doc/examples/osmo-msc/osmo-msc.cfg build 75002 0.0 0.0 2584 948 ? S 13:26 0:00 /bin/sh -c ps xua | grep osmo build 75004 0.0 0.0 3708 1800 ? S 13:26 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', 48004), 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', 48004), raddr=('127.0.0.1', 4254)> (0 sockets open) Terminating took 0.897s Process returned code: 0 ok ====================================================================== ERROR: testSi2Q (__main__.TestVTYMSC.testSi2Q) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/osmo-msc-1.14.0.8-d099/_build/sub/tests/../../../tests/vty_test_runner.py", line 70, in tearDown raise Exception("Process returned %d" % rc) Exception: Process returned -11 ---------------------------------------------------------------------- Ran 6 tests in 7.501s FAILED (errors=1) make[8]: *** [Makefile:725: vty-python-test] Error 1 make[8]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[7]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[7]: *** [Makefile:743: vty-test] Error 2 make[6]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[6]: *** [Makefile:713: python-tests] Error 2 make[5]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[5]: *** [Makefile:767: check-local] Error 2 make[4]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[4]: *** [Makefile:572: check-am] Error 2 make[3]: *** [Makefile:422: check-recursive] Error 1 make[3]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub/tests' make[2]: *** [Makefile:471: check-recursive] Error 1 make[2]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_build/sub' make[1]: *** [Makefile:770: check] Error 2 make[1]: Leaving directory '/build/osmo-msc-1.14.0.8-d099/_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 2174588 killed; [ssh-agent] Stopped. Archiving artifacts
1
1
0
0
Build failed in Jenkins: ttcn3-asterisk-ims-ue-test #559
by jenkins@lists.osmocom.org
10 Sep '25
10 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-asterisk-ims-ue-test/559/disp…
> Changes: ------------------------------------------ [...truncated 216.82 KiB...] #18 99.24 Installing file configs/samples/rtp.conf.sample #18 99.24 Installing file configs/samples/say.conf.sample #18 99.25 Installing file configs/samples/sip.conf.sample #18 99.25 Installing file configs/samples/sip_notify.conf.sample #18 99.25 Installing file configs/samples/skinny.conf.sample #18 99.25 Installing file configs/samples/sla.conf.sample #18 99.25 Installing file configs/samples/smdi.conf.sample #18 99.25 Installing file configs/samples/sorcery.conf.sample #18 99.25 Installing file configs/samples/ss7.timers.sample #18 99.25 Installing file configs/samples/stasis.conf.sample #18 99.25 Installing file configs/samples/statsd.conf.sample #18 99.25 Installing file configs/samples/stir_shaken.conf.sample #18 99.25 Installing file configs/samples/test_sorcery.conf.sample #18 99.25 Installing file configs/samples/udptl.conf.sample #18 99.26 Installing file configs/samples/unistim.conf.sample #18 99.26 Installing file configs/samples/users.conf.sample #18 99.26 Installing file configs/samples/voicemail.conf.sample #18 99.26 Installing file configs/samples/xmpp.conf.sample #18 99.26 Updating asterisk.conf #18 99.26 /usr/bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX" #18 99.26 build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk" #18 99.28 Installing file phoneprov/000000000000-directory.xml #18 99.28 Installing file phoneprov/000000000000-phone.cfg #18 99.28 Installing file phoneprov/000000000000.cfg #18 99.28 Installing file phoneprov/polycom.xml #18 99.28 Installing file phoneprov/polycom_line.xml #18 99.29 Installing file phoneprov/snom-mac.xml #18 DONE 99.7s #19 [14/15] RUN SETCAP 'cap_net_admin,cap_sys_resource=ep' /usr/sbin/asterisk #19 DONE 0.6s #20 [15/15] RUN CD asterisk/codec_server && make "-j$(nproc)" && cp cserver /usr/bin/cserver #20 0.363 cc -O3 -ggdb -pthread cserver.c -o cserver #20 DONE 0.5s #21 exporting to image #21 exporting layers #21 exporting layers 3.2s done #21 writing image sha256:4bb8c34028ab0b504c43db7093996c090f9aac2b886d8b15c93d043749047395 done #21 naming to docker.io/osmocom-build/asterisk-master:latest 0.0s done #21 DONE 3.3s [33m1 warning found (use docker --debug to expand): [0m - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 4) rm -rf .common make: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/ttcn3-asterisk-ims-ue-test/ws/aster…
'> + docker_image_exists asterisk-master + docker images -q osmocom-build/asterisk-master + test -n 4bb8c34028ab + list_osmo_packages debian-bookworm asterisk-master + local distro=debian-bookworm + local image=asterisk-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/asterisk-master -c + [ -n ] + return + [
registry.osmocom.org
=
registry.osmocom.org
] + docker_depends ttcn3-asterisk-ims-ue-test + local feed + echo debian-bookworm-titan + depends=debian-bookworm-titan + [ -n debian-bookworm-titan ] + docker_images_require debian-bookworm-titan + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [
registry.osmocom.org
=
registry.osmocom.org
] + docker pull
registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest latest: Pulling from osmocom-build/debian-bookworm-titan Digest: sha256:2b3c045a0787e82aa55f625a5cc48bf746193e4e5c7dd90bb463d5995d0ba55a Status: Image is up to date for
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue + docker_distro_from_image_name ttcn3-asterisk-ims-ue-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name ttcn3-asterisk-ims-ue-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name ttcn3-asterisk-ims-ue-test + echo ttcn3-asterisk-ims-ue-test + dir=ttcn3-asterisk-ims-ue-test + [ -z ] + pull_arg=--pull + grep ^FROM ../ttcn3-asterisk-ims-ue-test/Dockerfile + from_line=FROM $REGISTRY/$USER/debian-bookworm-titan + echo FROM $REGISTRY/$USER/debian-bookworm-titan + grep -q $USER + pull_arg= + set +x Building image: ttcn3-asterisk-ims-ue-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../ttcn3-asterisk-ims-ue-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-asterisk-ims-ue-test OSMO_TTCN3_BRANCH=master make: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/ttcn3-asterisk-ims-ue-test/ws/ttcn3…
'> awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r <
https://jenkins.osmocom.org/jenkins/job/ttcn3-asterisk-ims-ue-test/ws/common
> .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg
REGISTRY=registry.osmocom.org
\ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg
OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org
\ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg
OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org
\ --build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_REMSIM_BRANCH=master \ --build-arg OSMO_S1GW_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/ttcn3-asterisk-ims-ue-test:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 461B done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3) #1 DONE 0.1s #2 [internal] load metadata for
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.1s #4 [1/5] FROM
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#4 DONE 0.0s #5 [2/5] ADD
HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT…
/tmp/commit #5 DONE 0.1s #6 [internal] load build context #6 transferring context: 2.21kB done #6 DONE 0.1s #7 [2/5] ADD
HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT…
/tmp/commit #7 CACHED #8 [3/5] RUN TTCN3-DOCKER-PREPARE "master" asterisk #8 0.302 + OSMO_TTCN3_BRANCH=master #8 0.302 + shift #8 0.302 + cd /osmo-ttcn3-hacks #8 0.302 + git fetch #8 0.341 + git checkout master #8 0.377 Already on 'master' #8 0.377 Your branch is up to date with 'origin/master'. #8 0.377 + git symbolic-ref -q HEAD #8 0.377 refs/heads/master #8 0.377 + git reset --hard origin/master #8 0.380 HEAD is now at 589f2aac mme: Split ConnHdlr to its own file #8 0.381 + git rev-parse --abbrev-ref HEAD #8 0.381 master #8 0.381 + git rev-parse HEAD #8 0.382 589f2aacdd3dc4a1a08a2614c57ac349e00550ba #8 0.382 + diff -q /tmp/deps-Makefile deps/Makefile #8 0.382 Files /tmp/deps-Makefile and deps/Makefile differ #8 0.382 + make -j8 deps #8 0.457 make: Nothing to be done for 'deps'. #8 0.458 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh #8 0.460 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh' #8 0.460 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh #8 0.461 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh' #8 0.462 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh #8 0.463 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh' #8 0.463 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh #8 0.464 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh' #8 0.465 + ln -sv /osmo-ttcn3-hacks/_scripts /_scripts #8 0.466 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts' #8 0.466 + make asterisk #8 0.581 (cd asterisk && ./gen_links.sh && ./regen_makefile.sh) #8 0.627 ttcn3_makefilegen: error: Cannot find any source file for argument `PIPEasp_Templates.ttcn'. #8 0.631 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile. #8 0.632 make: *** [Makefile:131: _build/asterisk/Makefile] Error 1 #8 ERROR: process "/bin/sh -c ttcn3-docker-prepare \"$OSMO_TTCN3_BRANCH\" asterisk" did not complete successfully: exit code: 2 ------ > [3/5] RUN TTCN3-DOCKER-PREPARE "master" asterisk: 0.463 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh' 0.463 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh 0.464 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh' 0.465 + ln -sv /osmo-ttcn3-hacks/_scripts /_scripts 0.466 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts' 0.466 + make asterisk 0.581 (cd asterisk && ./gen_links.sh && ./regen_makefile.sh) 0.627 ttcn3_makefilegen: error: Cannot find any source file for argument `PIPEasp_Templates.ttcn'. 0.631 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile. 0.632 make: *** [Makefile:131: _build/asterisk/Makefile] Error 1 ------ [33m2 warnings found (use docker --debug to expand): [0m - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3) - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 14) Dockerfile:7 -------------------- 5 | 6 | ADD
https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_B…
/tmp/commit 7 | >>> RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" asterisk 8 | 9 | VOLUME /data -------------------- ERROR: failed to solve: process "/bin/sh -c ttcn3-docker-prepare \"$OSMO_TTCN3_BRANCH\" asterisk" did not complete successfully: exit code: 2 make: *** [../make/Makefile:96: docker-build] Error 1 make: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/ttcn3-asterisk-ims-ue-test/ws/ttcn3…
'> + exit 1 + RC=1 + uptime + grep --color=always -o load.* [01;31m[Kload average: 4.81, 2.83, 2.11[m[K + exit 1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
1
1
0
0
Jenkins build became unstable: ttcn3-s1gw-test-latest #336
by jenkins@lists.osmocom.org
09 Sep '25
09 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-s1gw-test-latest/336/display/…
>
1
0
0
0
Jenkins build is back to stable : ttcn3-epdg-test-net-next #113
by jenkins@lists.osmocom.org
09 Sep '25
09 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-epdg-test-net-next/113/displa…
>
1
0
0
0
Jenkins build is back to stable : ttcn3-epdg-test #708
by jenkins@lists.osmocom.org
09 Sep '25
09 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-epdg-test/708/display/redirec…
>
1
0
0
0
Jenkins build became unstable: ttcn3-epdg-test-net-next #111
by jenkins@lists.osmocom.org
07 Sep '25
07 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-epdg-test-net-next/111/displa…
>
1
0
0
0
Jenkins build became unstable: ttcn3-epdg-test #706
by jenkins@lists.osmocom.org
07 Sep '25
07 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-epdg-test/706/display/redirect
>
1
0
0
0
Build failed in Jenkins: master-pyosmocom » pysim,a1=default,a3=default,a4=default,simtester #398
by jenkins@lists.osmocom.org
06 Sep '25
06 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
> Changes: ------------------------------------------ [...truncated 2.04 MiB...] "file_identifier": "a515", "proprietary_information": { "uicc_characteristics": "71", "available_memory": 353360, "supported_filesystem_commands": { "terminal_capability": true } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "00", "pin_status_template_do": [ { "ps_do": "70" }, { "key_reference": 1 }, { "key_reference": 129 }, { "key_reference": 10 }, { "key_reference": 11 } ] } pySIM-shell (00:MF/DF.SYSTEM)> select EF.SIM_AUTH_KEY { "file_descriptor": { "file_descriptor_byte": { "shareable": true, "file_type": "working_ef", "structure": "transparent" }, "record_len": null, "num_of_rec": null }, "file_identifier": "6f20", "proprietary_information": { "unknown_ber_tlv_ie_d0": { "raw": "30" } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "1b1a1a1a1a", "file_size": 33, "short_file_identifier": null } pySIM-shell (00:MF/DF.SYSTEM/EF.SIM_AUTH_KEY)> read_binary 14aabbccddeeffaabbccddeeffaabbccdd12345678901234567890123456789012 -----------------------8<----------------------- Executing: <
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
> -p 6 --script test_csv.script --noprompt --csv <
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
> > pySim-shell_test_1.log 2>&1 pySim-shell logfile content: (pySim-shell_test_1.log) -----------------------8<----------------------- Using reader PCSC[HID Global OMNIKEY 3x21 Smart Card Reader [OMNIKEY 3x21 Smart Card Reader] 06 00] Waiting for card... Info: Card is of type: UICC Detected UICC Add-on "SIM" Detected UICC Add-on "GSM-R" Detected UICC Add-on "RUIM" AIDs on card: USIM: a0000000871002ffffffff8907090000 (EF.DIR) ISIM: a0000000871004ffffffff8907090000 (EF.DIR) ADF.ISD: a000000003000000 ARA-M: a00000015141434c00 Detected CardModel: SysmocomSJA5 debug - was: False now: True echo - was: False now: True pySIM-shell (00:MF)> pySIM-shell (00:MF)> # Verify ADM PIN pySIM-shell (00:MF)> verify_adm found ADM1 '34173960' for ICCID '8949440000001155314' pySIM-shell (00:MF)# pySIM-shell (00:MF)# # Perform an operation that requires ADM access pySIM-shell (00:MF)# select DF.SYSTEM { "file_descriptor": { "file_descriptor_byte": { "shareable": true, "file_type": "df", "structure": "no_info_given" }, "record_len": null, "num_of_rec": null }, "file_identifier": "a515", "proprietary_information": { "uicc_characteristics": "71", "available_memory": 353360, "supported_filesystem_commands": { "terminal_capability": true } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "00", "pin_status_template_do": [ { "ps_do": "70" }, { "key_reference": 1 }, { "key_reference": 129 }, { "key_reference": 10 }, { "key_reference": 11 } ] } pySIM-shell (00:MF/DF.SYSTEM)# select EF.SIM_AUTH_KEY { "file_descriptor": { "file_descriptor_byte": { "shareable": true, "file_type": "working_ef", "structure": "transparent" }, "record_len": null, "num_of_rec": null }, "file_identifier": "6f20", "proprietary_information": { "unknown_ber_tlv_ie_d0": { "raw": "30" } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "1b1a1a1a1a", "file_size": 33, "short_file_identifier": null } pySIM-shell (00:MF/DF.SYSTEM/EF.SIM_AUTH_KEY)# read_binary 14aabbccddeeffaabbccddeeffaabbccdd12345678901234567890123456789012 -----------------------8<----------------------- Template: using template test_direct.template to generate file test_direct.script Executing: <
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
> -p 6 --script test_direct.script --noprompt > pySim-shell_test_2.log 2>&1 pySim-shell logfile content: (pySim-shell_test_2.log) -----------------------8<----------------------- Using reader PCSC[HID Global OMNIKEY 3x21 Smart Card Reader [OMNIKEY 3x21 Smart Card Reader] 06 00] Waiting for card... Info: Card is of type: UICC Detected UICC Add-on "SIM" Detected UICC Add-on "GSM-R" Detected UICC Add-on "RUIM" AIDs on card: USIM: a0000000871002ffffffff8907090000 (EF.DIR) ISIM: a0000000871004ffffffff8907090000 (EF.DIR) ADF.ISD: a000000003000000 ARA-M: a00000015141434c00 Detected CardModel: SysmocomSJA5 debug - was: False now: True { "file_descriptor": { "file_descriptor_byte": { "shareable": true, "file_type": "df", "structure": "no_info_given" }, "record_len": null, "num_of_rec": null }, "file_identifier": "a515", "proprietary_information": { "uicc_characteristics": "71", "available_memory": 353360, "supported_filesystem_commands": { "terminal_capability": true } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "00", "pin_status_template_do": [ { "ps_do": "70" }, { "key_reference": 1 }, { "key_reference": 129 }, { "key_reference": 10 }, { "key_reference": 11 } ] } { "file_descriptor": { "file_descriptor_byte": { "shareable": true, "file_type": "working_ef", "structure": "transparent" }, "record_len": null, "num_of_rec": null }, "file_identifier": "6f20", "proprietary_information": { "unknown_ber_tlv_ie_d0": { "raw": "30" } }, "life_cycle_status_integer": "operational_activated", "security_attrib_compact": "1b1a1a1a1a", "file_size": 33, "short_file_identifier": null } 14aabbccddeeffaabbccddeeffaabbccdd12345678901234567890123456789012 -----------------------8<----------------------- ---------------------------------------------------------------------- testcase execution done -- cleaning up ... ok ====================================================================== FAIL: test_apdu_legacy_scp03 (apdu.test.test_case.test_apdu_legacy_scp03) ---------------------------------------------------------------------- Traceback (most recent call last): File "<
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
",> line 65, in test_apdu_legacy_scp03 self.runPySimShell(cardname, "test_apdu_scp03.script", no_exceptions = True, add_csv = True) File "<
https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=…
",> line 295, in runPySimShell self.assertTrue(False, "Unexpected exceptions occurred!") AssertionError: False is not true : Unexpected exceptions occurred! ---------------------------------------------------------------------- Ran 40 tests in 590.527s FAILED (failures=1) Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2145261 killed; [ssh-agent] Stopped. Archiving artifacts
1
1
0
0
Build failed in Jenkins: master-osmo-msc » --enable-iu,1,a3=default,a4=default,osmocom-master #49125
by jenkins@lists.osmocom.org
05 Sep '25
05 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH…
> Changes: ------------------------------------------ [...truncated 787.83 KiB...] 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 ! cs7 instance 0 point-code 0.23.1 network network country code 001 mobile network code 01 short name OsmoMSC long name OsmoMSC encryption a5 0 encryption uea 1 2 authentication optional rrlp mode none mm info 1 mgw 0 local-port 2728 remote-ip 127.0.0.1 remote-port 2427 msc mncc internal mncc guard-timeout 180 ncss guard-timeout 30 assign-tmsi cs7-instance-a 0 cs7-instance-iu 0 auth-tuple-max-reuse-count 3 auth-tuple-reuse-on-error 1 mncc-int default-codec tch-f fr default-codec tch-h hr smpp local-tcp-port 2775 policy closed no smpp-first hlr remote-ip 127.0.0.1 remote-port 4222 ipa-name unnamed-MSC sgs local-port 29118 local-ip 0.0.0.0 vlr-name
vlr.example.net
smsc queue max-pending 20 queue max-failure 1 database delete-delivered 1 database delete-expired 1 validity-period minimum 1 validity-period default 10080 asci disable gcr end [1;33mDMSC[0;m [1;33mNOTICE[0;m Terminating due to signal 15 (msc_main.c:285) full talloc report on 'osmo_msc' (total 27396 bytes in 102 blocks) asn1 contains 0 bytes in 1 blocks (ref 0) 0x5628abe14010 struct osmo_ss7_instance contains 12543 bytes in 44 blocks (ref 0) 0x5628abe1cf30 struct osmo_ss7_user contains 37 bytes in 2 blocks (ref 0) 0x5628abdfc360 SCCP contains 5 bytes in 1 blocks (ref 0) 0x5628abe17c90 struct osmo_sccp_instance contains 1023 bytes in 8 blocks (ref 0) 0x5628abe240c0 struct osmo_sccp_user contains 93 bytes in 2 blocks (ref 0) 0x5628abe2cc00 OsmoMSC-IuCS contains 13 bytes in 1 blocks (ref 0) 0x5628abe2ccc0 struct osmo_sccp_user contains 90 bytes in 2 blocks (ref 0) 0x5628abe2c9c0 OsmoMSC-A contains 10 bytes in 1 blocks (ref 0) 0x5628abe2ca80 struct osmo_sccp_user contains 96 bytes in 2 blocks (ref 0) 0x5628abe301d0 SCCP Management contains 16 bytes in 1 blocks (ref 0) 0x5628abe2c940 sccp_instance.c:313 contains 560 bytes in 1 blocks (ref 0) 0x5628abe2ff30 struct osmo_ss7_asp contains 3331 bytes in 20 blocks (ref 0) 0x5628abca9f80 struct osmo_stream_cli contains 1002 bytes in 4 blocks (ref 0) 0x5628abe2edf0 localhost contains 10 bytes in 1 blocks (ref 0) 0x5628abe25620 localhost contains 10 bytes in 1 blocks (ref 0) 0x5628abe28650 asp-clnt-OsmoMSC-A-Iu contains 22 bytes in 1 blocks (ref 0) 0x5628abe24380 struct osmo_fsm_inst contains 461 bytes in 4 blocks (ref 0) 0x5628abdf5f60 struct xua_asp_fsm_priv contains 192 bytes in 1 blocks (ref 0) 0x5628abe2ecc0 XUA_ASP(asp-clnt-OsmoMSC-A-Iu)[0x5628abdf5f60] contains 47 bytes in 1 blocks (ref 0) 0x5628abe20590 asp-clnt-OsmoMSC-A-Iu contains 22 bytes in 1 blocks (ref 0) 0x5628abdf6090 struct osmo_fsm_inst contains 284 bytes in 4 blocks (ref 0) 0x5628abdf5d10 struct lm_fsm_priv contains 8 bytes in 1 blocks (ref 0) 0x5628abe12bb0 xua_default_lm(asp-clnt-OsmoMSC-A-Iu)[0x5628abdf5d10] contains 54 bytes in 1 blocks (ref 0) 0x5628abdf5ec0 asp-clnt-OsmoMSC-A-Iu contains 22 bytes in 1 blocks (ref 0) 0x5628abdf5e40 localhost contains 10 bytes in 1 blocks (ref 0) 0x5628abdf5c90 localhost contains 10 bytes in 1 blocks (ref 0) 0x5628abe241e0 ss7_asp.c:733 contains 280 bytes in 1 blocks (ref 0) 0x5628abdf5b10 ss7_asp.c:730 contains 168 bytes in 1 blocks (ref 0) 0x5628abe20240 asp-clnt-OsmoMSC-A-Iu contains 22 bytes in 1 blocks (ref 0) 0x5628abdfbfd0 rate_ctr.c:233 contains 302 bytes in 2 blocks (ref 0) 0x5628abdfbe50 asp-clnt-OsmoMSC-A-Iu contains 22 bytes in 1 blocks (ref 0) 0x5628abe20360 struct osmo_ss7_as contains 5556 bytes in 8 blocks (ref 0) 0x5628abe2cf10 struct osmo_fsm_inst contains 370 bytes in 4 blocks (ref 0) 0x5628abdfbc80 struct xua_as_fsm_priv contains 104 bytes in 1 blocks (ref 0) 0x5628abe12630 XUA_AS(as-clnt-OsmoMSC-A-Iu)[0x5628abdfbc80] contains 45 bytes in 1 blocks (ref 0) 0x5628abdfbdb0 as-clnt-OsmoMSC-A-Iu contains 21 bytes in 1 blocks (ref 0) 0x5628abe17a30 as-clnt-OsmoMSC-A-Iu contains 21 bytes in 1 blocks (ref 0) 0x5628abe12e50 rate_ctr.c:233 contains 2861 bytes in 2 blocks (ref 0) 0x5628abe2d880 as-clnt-OsmoMSC-A-Iu contains 21 bytes in 1 blocks (ref 0) 0x5628abe1d150 struct osmo_ss7_route_table contains 2292 bytes in 5 blocks (ref 0) 0x5628abe14e00 struct osmo_ss7_combined_linkset contains 2128 bytes in 1 blocks (ref 0) 0x5628abe2e400 struct osmo_ss7_route contains 101 bytes in 2 blocks (ref 0) 0x5628abe13150 as-clnt-OsmoMSC-A-Iu contains 21 bytes in 1 blocks (ref 0) 0x5628abe12f10 system contains 7 bytes in 1 blocks (ref 0) 0x5628abe17b90 telnet_connection contains 1 bytes in 1 blocks (ref 0) 0x5628abdf6f50 struct osmo_stream_srv_link contains 1968 bytes in 2 blocks (ref 0) 0x5628abdf5000 0.0.0.0 contains 8 bytes in 1 blocks (ref 0) 0x5628abdf5810 struct sgs_state contains 376 bytes in 1 blocks (ref 0) 0x5628abdf4e20 struct smsc contains 152 bytes in 1 blocks (ref 0) 0x5628abca6710 sms.db contains 7 bytes in 1 blocks (ref 0) 0x5628abd0e260 struct sms_queue_config contains 32 bytes in 1 blocks (ref 0) 0x5628abd0e1d0 struct gsm_network contains 11507 bytes in 32 blocks (ref 0) 0x5628abca8f30 struct sccp_ran_inst contains 152 bytes in 1 blocks (ref 0) 0x5628abe2cb00 struct sccp_ran_inst contains 152 bytes in 1 blocks (ref 0) 0x5628abe13210 struct gsm_sms_queue contains 776 bytes in 4 blocks (ref 0) 0x5628abccb940 rate_ctr.c:233 contains 440 bytes in 1 blocks (ref 0) 0x5628abdf7da0 stat_item.c:195 contains 104 bytes in 2 blocks (ref 0) 0x5628abdf68c0 struct osmo_stat_item contains 56 bytes in 1 blocks (ref 0) 0x5628abdf6960 struct gsup_client_mux contains 682 bytes in 6 blocks (ref 0) 0x5628abdf6680 struct osmo_gsup_client contains 514 bytes in 4 blocks (ref 0) 0x5628abcf1290 struct osmo_fd contains 48 bytes in 1 blocks (ref 0) 0x5628abdf6750 struct ipa_client_conn contains 202 bytes in 2 blocks (ref 0) 0x5628abcab2a0 127.0.0.1 contains 10 bytes in 1 blocks (ref 0) 0x5628abdf67f0 struct ipaccess_unit contains 64 bytes in 1 blocks (ref 0) 0x5628abdf7270 struct ctrl_handle contains 88 bytes in 1 blocks (ref 0) 0x5628abdf6460 127.0.0.1 contains 10 bytes in 1 blocks (ref 0) 0x5628abdf7490 struct vlr_instance contains 2496 bytes in 5 blocks (ref 0) 0x5628abca77e0 rate_ctr.c:233 contains 2040 bytes in 1 blocks (ref 0) 0x5628abddf380 stat_item.c:195 contains 168 bytes in 2 blocks (ref 0) 0x5628abddf200 struct osmo_stat_item contains 112 bytes in 1 blocks (ref 0) 0x5628abddf2a0 struct osmo_nri_ranges contains 16 bytes in 1 blocks (ref 0) 0x5628abddf180 struct mgcp_client_conf contains 1088 bytes in 1 blocks (ref 0) 0x5628abd0dd20 struct mgcp_client_pool contains 2877 bytes in 7 blocks (ref 0) 0x5628abd0dc90 struct mgcp_client_pool_member contains 2716 bytes in 4 blocks (ref 0) 0x5628abdf76a0 struct mgcp_client contains 1580 bytes in 3 blocks (ref 0) 0x5628abdfb700 struct osmo_io_fd contains 284 bytes in 2 blocks (ref 0) 0x5628abcab930 r=127.0.0.1:2427<->l=127.0.0.1:2728 contains 36 bytes in 1 blocks (ref 0) 0x5628abe13350 struct cmd_node contains 121 bytes in 2 blocks (ref 0) 0x5628abca9700 %s(config-mgw)# contains 17 bytes in 1 blocks (ref 0) 0x5628abd30310 127.0.0.1 contains 10 bytes in 1 blocks (ref 0) 0x5628abd0cdb0 stat_item.c:195 contains 296 bytes in 2 blocks (ref 0) 0x5628abd0db00 struct osmo_stat_item contains 224 bytes in 1 blocks (ref 0) 0x5628abcce3f0 rate_ctr.c:233 contains 2520 bytes in 1 blocks (ref 0) 0x5628abd0d0c0 struct sched_vty_opts contains 72 bytes in 1 blocks (ref 0) 0x5628abcfaa60 utils.c:386 contains 203 bytes in 1 blocks (ref 0) 0x5628abc2d5c0 utils.c:386 contains 46 bytes in 1 blocks (ref 0) 0x5628abc2d520 utils.c:386 contains 165 bytes in 1 blocks (ref 0) 0x5628abc2d410 utils.c:386 contains 43 bytes in 1 blocks (ref 0) 0x5628abc2d370 transaction contains 0 bytes in 1 blocks (ref 0) 0x5628abbf6510 gsm_call contains 0 bytes in 1 blocks (ref 0) 0x5628abbf64a0 sms contains 0 bytes in 1 blocks (ref 0) 0x5628abbf6430 osmo_signal contains 280 bytes in 8 blocks (ref 0) 0x5628abbf63c0 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abe204b0 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abe17c00 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abdf6ec0 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abdf6fc0 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abdf7400 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abdf7590 struct signal_handler contains 40 bytes in 1 blocks (ref 0) 0x5628abda46a0 msgb contains 0 bytes in 1 blocks (ref 0) 0x5628abbf6350 full talloc report on 'null_context' (total 24 bytes in 2 blocks) struct lookup_helper contains 24 bytes in 1 blocks (ref 0) 0x5628abdf6d30 signal 15 received Terminating took 0.897s RESULTS: pass: ../../../tests/test_neighbor_ident.vty pass: ../../../tests/test_nodes.vty rm -f ./sms.db* make[8]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[7]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make ctrl-test make[7]: Entering directory '/build/osmo-msc-1.14.0/_build/sub/tests' make ctrl-python-test make[8]: Entering directory '/build/osmo-msc-1.14.0/_build/sub/tests' ../../../tests/ctrl_test_runner.py -w /build/osmo-msc-1.14.0/_build/sub -v testRateCounters (__main__.TestCtrlMSC.testRateCounters) ... ERROR ====================================================================== ERROR: testRateCounters (__main__.TestCtrlMSC.testRateCounters) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/osmo-msc-1.14.0/_build/sub/tests/../../../tests/ctrl_test_runner.py", line 69, in tearDown raise Exception("Process returned %d" % rc) Exception: Process returned -9 ---------------------------------------------------------------------- Ran 1 test in 9.347s confpath /build/osmo-msc-1.14.0/tests/.., workdir /build/osmo-msc-1.14.0/_build/sub Running tests for specific control commands Opening /dev/null Launching: PWD=/build/osmo-msc-1.14.0/_build/sub './src/osmo-msc/osmo-msc' '-c' '/build/osmo-msc-1.14.0/tests/../doc/examples/osmo-msc/osmo-msc.cfg' Connecting to host 127.0.0.1:4255 Sending "GET 1000 rate_ctr.*" Got message: b'ERROR 1000 GET variable contains invalid characters' Decoded replies: {1000: {'mtype': b'ERROR', 'id': 1000, 'var': b'GET', 'value': b'variable contains invalid characters'}} Killed child process Process returned code: -9 FAILED (errors=1) make[8]: *** [Makefile:747: ctrl-python-test] Error 1 make[8]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[7]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[7]: *** [Makefile:758: ctrl-test] Error 2 make[6]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[6]: *** [Makefile:714: python-tests] Error 2 make[5]: *** [Makefile:767: check-local] Error 2 make[5]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[4]: *** [Makefile:572: check-am] Error 2 make[4]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[3]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub/tests' make[3]: *** [Makefile:422: check-recursive] Error 1 make[2]: *** [Makefile:471: check-recursive] Error 1 make[2]: Leaving directory '/build/osmo-msc-1.14.0/_build/sub' make[1]: *** [Makefile:770: check] Error 2 make[1]: Leaving directory '/build/osmo-msc-1.14.0/_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 2466154 killed; [ssh-agent] Stopped. Archiving artifacts
1
1
0
0
Jenkins build became unstable: ttcn3-remsim-test-asan #455
by jenkins@lists.osmocom.org
03 Sep '25
03 Sep '25
See <
https://jenkins.osmocom.org/jenkins/job/ttcn3-remsim-test-asan/455/display/…
>
1
0
0
0
← Newer
1
...
19
20
21
22
23
24
25
...
563
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
Results per page:
10
25
50
100
200