Skip to content
Unstable

Console Output

Skipping 335 KB.. Full Log
+ docker run --rm --user build -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/_cache:/cache -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/scripts/kernel-test:/kernel-test:ro -e KERNEL_BRANCH= -e KERNEL_BUILD= -e KERNEL_CONFIG_BASE=defconfig -e KERNEL_REMOTE_NAME= -e KERNEL_URL= -e KERNEL_SKIP_REBUILD= -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only:/data osmocom-build/osmo-ggsn-master /kernel-test/prepare.sh
+ KERNEL_BUILD=0
+ /kernel-test/initrd-build.sh
+ mkdir -p /tmp/initrd
+ cd /tmp/initrd
+ ln -s usr/bin bin
+ ln -s usr/sbin sbin
+ ln -s usr/lib lib
+ ln -s usr/lib64 lib64
+ mkdir -p dev/net proc sys tmp usr/bin usr/sbin
+ initrd_add_bin busybox
+ local bin
+ local bin_path
+ local file
+ which busybox
+ local bin_path=/usr/bin/busybox
+ [ -z /usr/bin/busybox ]
+ lddtree -l /usr/bin/busybox
+ lddtree_out=/usr/bin/busybox
+ [ -z /usr/bin/busybox ]
+ initrd_add_file /usr/bin/busybox
+ local i
+ cp -a --parents /usr/bin/busybox /tmp/initrd
+ [ -L /usr/bin/busybox ]
+ initrd_add_mod virtio_net virtio_pci
+ [ 0 = 1 ]
+ basename /lib/modules/6.1.0-25-amd64
+ local kernel=6.1.0-25-amd64
+ modprobe -a --dry-run --show-depends --set-version=6.1.0-25-amd64 virtio_net virtio_pci
+ sort -u
+ cut -d   -f 2
+ local files=/lib/modules/6.1.0-25-amd64/kernel/drivers/net/net_failover.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/net/virtio_net.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_legacy_dev.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_modern_dev.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_ring.ko
/lib/modules/6.1.0-25-amd64/kernel/net/core/failover.ko
+ initrd_add_file /lib/modules/6.1.0-25-amd64/kernel/drivers/net/net_failover.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/net/virtio_net.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_legacy_dev.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_modern_dev.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_ring.ko /lib/modules/6.1.0-25-amd64/kernel/net/core/failover.ko
+ local i
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/net/net_failover.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/net/virtio_net.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_legacy_dev.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_pci_modern_dev.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/virtio/virtio_ring.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/net/core/failover.ko /tmp/initrd/usr
+ echo virtio_net
+ echo virtio_pci
+ initrd_add_file /lib/modules/6.1.0-25-amd64/modules.dep
+ local i
+ cp -a --parents /lib/modules/6.1.0-25-amd64/modules.dep /tmp/initrd/usr
+ cp /kernel-test/initrd-init.sh init
+ . /cache/kernel-test/initrd-project-script.sh
+ initrd_add_mod gtp tun
+ [ 0 = 1 ]
+ basename /lib/modules/6.1.0-25-amd64
+ local kernel=6.1.0-25-amd64
+ modprobe -a --dry-run --show-depends --set-version=6.1.0-25-amd64 gtp tun
+ sort -u
+ cut -d   -f 2
+ local files=/lib/modules/6.1.0-25-amd64/kernel/drivers/net/gtp.ko
/lib/modules/6.1.0-25-amd64/kernel/drivers/net/tun.ko
/lib/modules/6.1.0-25-amd64/kernel/net/ipv4/udp_tunnel.ko
+ initrd_add_file /lib/modules/6.1.0-25-amd64/kernel/drivers/net/gtp.ko /lib/modules/6.1.0-25-amd64/kernel/drivers/net/tun.ko /lib/modules/6.1.0-25-amd64/kernel/net/ipv4/udp_tunnel.ko
+ local i
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/net/gtp.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/drivers/net/tun.ko /tmp/initrd/usr
+ cp -a --parents /lib/modules/6.1.0-25-amd64/kernel/net/ipv4/udp_tunnel.ko /tmp/initrd/usr
+ echo gtp
+ echo tun
+ initrd_add_bin osmo-ggsn
+ local bin
+ local bin_path
+ local file
+ which osmo-ggsn
+ local bin_path=/usr/local/bin/osmo-ggsn
+ [ -z /usr/local/bin/osmo-ggsn ]
+ lddtree -l /usr/local/bin/osmo-ggsn
+ lddtree_out=/usr/local/bin/osmo-ggsn
/lib64/ld-linux-x86-64.so.2
/usr/local/lib/libgtp.so.10
/lib/x86_64-linux-gnu/libosmoctrl.so.0
/lib/x86_64-linux-gnu/libosmogsm.so.20
/lib/x86_64-linux-gnu/libosmoisdn.so.0
/lib/x86_64-linux-gnu/libgnutls.so.30
/lib/x86_64-linux-gnu/libp11-kit.so.0
/lib/x86_64-linux-gnu/libffi.so.8
/lib/x86_64-linux-gnu/libidn2.so.0
/lib/x86_64-linux-gnu/libunistring.so.2
/lib/x86_64-linux-gnu/libtasn1.so.6
/lib/x86_64-linux-gnu/libnettle.so.8
/lib/x86_64-linux-gnu/libhogweed.so.6
/lib/x86_64-linux-gnu/libgmp.so.10
/lib/x86_64-linux-gnu/libosmovty.so.13
/lib/x86_64-linux-gnu/libosmocore.so.22
/lib/x86_64-linux-gnu/libsctp.so.1
/lib/x86_64-linux-gnu/liburing.so.2
/lib/x86_64-linux-gnu/libsystemd.so.0
/lib/x86_64-linux-gnu/libcap.so.2
/lib/x86_64-linux-gnu/libgcrypt.so.20
/lib/x86_64-linux-gnu/libgpg-error.so.0
/lib/x86_64-linux-gnu/liblzma.so.5
/lib/x86_64-linux-gnu/libzstd.so.1
/lib/x86_64-linux-gnu/liblz4.so.1
/lib/x86_64-linux-gnu/libmnl.so.0
/lib/x86_64-linux-gnu/libtalloc.so.2
/lib/x86_64-linux-gnu/libgtpnl.so.0
/lib/x86_64-linux-gnu/libc.so.6
+ [ -z /usr/local/bin/osmo-ggsn
/lib64/ld-linux-x86-64.so.2
/usr/local/lib/libgtp.so.10
/lib/x86_64-linux-gnu/libosmoctrl.so.0
/lib/x86_64-linux-gnu/libosmogsm.so.20
/lib/x86_64-linux-gnu/libosmoisdn.so.0
/lib/x86_64-linux-gnu/libgnutls.so.30
/lib/x86_64-linux-gnu/libp11-kit.so.0
/lib/x86_64-linux-gnu/libffi.so.8
/lib/x86_64-linux-gnu/libidn2.so.0
/lib/x86_64-linux-gnu/libunistring.so.2
/lib/x86_64-linux-gnu/libtasn1.so.6
/lib/x86_64-linux-gnu/libnettle.so.8
/lib/x86_64-linux-gnu/libhogweed.so.6
/lib/x86_64-linux-gnu/libgmp.so.10
/lib/x86_64-linux-gnu/libosmovty.so.13
/lib/x86_64-linux-gnu/libosmocore.so.22
/lib/x86_64-linux-gnu/libsctp.so.1
/lib/x86_64-linux-gnu/liburing.so.2
/lib/x86_64-linux-gnu/libsystemd.so.0
/lib/x86_64-linux-gnu/libcap.so.2
/lib/x86_64-linux-gnu/libgcrypt.so.20
/lib/x86_64-linux-gnu/libgpg-error.so.0
/lib/x86_64-linux-gnu/liblzma.so.5
/lib/x86_64-linux-gnu/libzstd.so.1
/lib/x86_64-linux-gnu/liblz4.so.1
/lib/x86_64-linux-gnu/libmnl.so.0
/lib/x86_64-linux-gnu/libtalloc.so.2
/lib/x86_64-linux-gnu/libgtpnl.so.0
/lib/x86_64-linux-gnu/libc.so.6 ]
+ initrd_add_file /usr/local/bin/osmo-ggsn
+ local i
+ cp -a --parents /usr/local/bin/osmo-ggsn /tmp/initrd
+ [ -L /usr/local/bin/osmo-ggsn ]
+ initrd_add_file /lib64/ld-linux-x86-64.so.2
+ local i
+ cp -a --parents /lib64/ld-linux-x86-64.so.2 /tmp/initrd/usr
+ [ -L /lib64/ld-linux-x86-64.so.2 ]
+ realpath /lib64/ld-linux-x86-64.so.2
+ initrd_add_file /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /tmp/initrd
+ initrd_add_file /usr/local/lib/libgtp.so.10
+ local i
+ cp -a --parents /usr/local/lib/libgtp.so.10 /tmp/initrd
+ [ -L /usr/local/lib/libgtp.so.10 ]
+ realpath /usr/local/lib/libgtp.so.10
+ initrd_add_file /usr/local/lib/libgtp.so.10.0.0
+ local i
+ cp -a --parents /usr/local/lib/libgtp.so.10.0.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libosmoctrl.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libosmoctrl.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libosmoctrl.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libosmoctrl.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libosmoctrl.so.0.9.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libosmoctrl.so.0.9.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libosmogsm.so.20
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libosmogsm.so.20 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libosmogsm.so.20 ]
+ realpath /lib/x86_64-linux-gnu/libosmogsm.so.20
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libosmogsm.so.20.1.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libosmogsm.so.20.1.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libosmoisdn.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libosmoisdn.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libosmoisdn.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libosmoisdn.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libosmoisdn.so.0.2.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libosmoisdn.so.0.2.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libgnutls.so.30
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libgnutls.so.30 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libgnutls.so.30 ]
+ realpath /lib/x86_64-linux-gnu/libgnutls.so.30
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libgnutls.so.30.34.3
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libgnutls.so.30.34.3 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libp11-kit.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libp11-kit.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libp11-kit.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libp11-kit.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libffi.so.8
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libffi.so.8 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libffi.so.8 ]
+ realpath /lib/x86_64-linux-gnu/libffi.so.8
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libffi.so.8.1.2
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libffi.so.8.1.2 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libidn2.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libidn2.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libidn2.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libidn2.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.8
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.8 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libunistring.so.2
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libunistring.so.2 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libunistring.so.2 ]
+ realpath /lib/x86_64-linux-gnu/libunistring.so.2
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libtasn1.so.6
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libtasn1.so.6 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libtasn1.so.6 ]
+ realpath /lib/x86_64-linux-gnu/libtasn1.so.6
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.3
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.3 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libnettle.so.8
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libnettle.so.8 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libnettle.so.8 ]
+ realpath /lib/x86_64-linux-gnu/libnettle.so.8
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libnettle.so.8.6
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libnettle.so.8.6 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libhogweed.so.6
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libhogweed.so.6 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libhogweed.so.6 ]
+ realpath /lib/x86_64-linux-gnu/libhogweed.so.6
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libhogweed.so.6.6
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libhogweed.so.6.6 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libgmp.so.10
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libgmp.so.10 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libgmp.so.10 ]
+ realpath /lib/x86_64-linux-gnu/libgmp.so.10
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libosmovty.so.13
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libosmovty.so.13 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libosmovty.so.13 ]
+ realpath /lib/x86_64-linux-gnu/libosmovty.so.13
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libosmovty.so.13.0.1
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libosmovty.so.13.0.1 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libosmocore.so.22
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libosmocore.so.22 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libosmocore.so.22 ]
+ realpath /lib/x86_64-linux-gnu/libosmocore.so.22
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libosmocore.so.22.0.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libosmocore.so.22.0.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libsctp.so.1
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libsctp.so.1 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libsctp.so.1 ]
+ realpath /lib/x86_64-linux-gnu/libsctp.so.1
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libsctp.so.1.0.19
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libsctp.so.1.0.19 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/liburing.so.2
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/liburing.so.2 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/liburing.so.2 ]
+ realpath /lib/x86_64-linux-gnu/liburing.so.2
+ initrd_add_file /usr/lib/x86_64-linux-gnu/liburing.so.2.3
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/liburing.so.2.3 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libsystemd.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libsystemd.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libsystemd.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libsystemd.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libsystemd.so.0.35.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libsystemd.so.0.35.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libcap.so.2
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libcap.so.2 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libcap.so.2 ]
+ realpath /lib/x86_64-linux-gnu/libcap.so.2
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libcap.so.2.66
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libcap.so.2.66 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libgcrypt.so.20
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libgcrypt.so.20 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libgcrypt.so.20 ]
+ realpath /lib/x86_64-linux-gnu/libgcrypt.so.20
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.4.1
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.4.1 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libgpg-error.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libgpg-error.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libgpg-error.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libgpg-error.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.33.1
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libgpg-error.so.0.33.1 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/liblzma.so.5
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/liblzma.so.5 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/liblzma.so.5 ]
+ realpath /lib/x86_64-linux-gnu/liblzma.so.5
+ initrd_add_file /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libzstd.so.1
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libzstd.so.1 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libzstd.so.1 ]
+ realpath /lib/x86_64-linux-gnu/libzstd.so.1
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.4
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.4 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/liblz4.so.1
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/liblz4.so.1 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/liblz4.so.1 ]
+ realpath /lib/x86_64-linux-gnu/liblz4.so.1
+ initrd_add_file /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.4
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/liblz4.so.1.9.4 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libmnl.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libmnl.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libmnl.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libmnl.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libmnl.so.0.2.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libmnl.so.0.2.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libtalloc.so.2
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libtalloc.so.2 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libtalloc.so.2 ]
+ realpath /lib/x86_64-linux-gnu/libtalloc.so.2
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libtalloc.so.2.4.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libtalloc.so.2.4.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libgtpnl.so.0
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libgtpnl.so.0 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libgtpnl.so.0 ]
+ realpath /lib/x86_64-linux-gnu/libgtpnl.so.0
+ initrd_add_file /usr/lib/x86_64-linux-gnu/libgtpnl.so.0.2.0
+ local i
+ cp -a --parents /usr/lib/x86_64-linux-gnu/libgtpnl.so.0.2.0 /tmp/initrd
+ initrd_add_file /lib/x86_64-linux-gnu/libc.so.6
+ local i
+ cp -a --parents /lib/x86_64-linux-gnu/libc.so.6 /tmp/initrd/usr
+ [ -L /lib/x86_64-linux-gnu/libc.so.6 ]
+ initrd_add_file /data/osmo-ggsn.cfg
+ local i
+ cp -a --parents /data/osmo-ggsn.cfg /tmp/initrd
+ initrd_add_cmd mount -t debugfs none /sys/kernel/debug || true (cat /sys/kernel/debug/dynamic_debug/control | grep gtp) || true echo -n 'module gtp +p' > /sys/kernel/debug/dynamic_debug/control || true
+ local i
+ [ -e /tmp/initrd/cmd.sh ]
+ echo #!/bin/sh -ex
+ chmod +x /tmp/initrd/cmd.sh
+ echo mount -t debugfs none /sys/kernel/debug || true
+ echo (cat /sys/kernel/debug/dynamic_debug/control | grep gtp) || true
+ echo echo -n 'module gtp +p' > /sys/kernel/debug/dynamic_debug/control || true
+ initrd_add_cmd ip addr add 172.18.83.201/24 brd 172.18.83.255 dev eth0 ip route add default via 172.18.83.1 dev eth0 osmo-ggsn -c /data/osmo-ggsn.cfg
+ local i
+ [ -e /tmp/initrd/cmd.sh ]
+ echo ip addr add 172.18.83.201/24 brd 172.18.83.255 dev eth0
+ echo ip route add default via 172.18.83.1 dev eth0
+ echo osmo-ggsn -c /data/osmo-ggsn.cfg
+ find . -print0
+ cpio --quiet -o -0 -H newc
+ gzip -1
+ [ 0 = 1 ]
+ cp /boot/vmlinuz-6.1.0-25-amd64 /cache/kernel-test/linux
+ [  != 1 ]
+ docker_kvm_param
+ [ 0 != 0 ]
+ docker run --rm --cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/_cache:/cache -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/scripts/kernel-test:/kernel-test:ro -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only:/data osmocom-build/osmo-ggsn-master /kernel-test/smoke-test.sh
+ LOG=/tmp/smoke_test.log
+ /kernel-test/run-qemu.sh SMOKE_TEST
+ tee /tmp/smoke_test.log
+ KERNEL_CMDLINE=
	root=/dev/ram0
	console=ttyS0
	panic=-1
	init=/init
	loglevel=8
	SMOKE_TEST

+ [ -e /dev/kvm ]
+ MACHINE_ARG=-machine pc
+ random_mac
+ printf 52:54:
+ date +%c %N
+ sha1sum
+ sed s/\(.\{2\}\)/\1:/g
+ cut -d: -f 1-4
+ qemu-system-x86_64 -machine pc -smp 1 -m 512M -no-user-config -nodefaults -display none -gdb unix:/cache/kernel-test/gdb.pipe,server=on,wait=off -no-reboot -kernel /cache/kernel-test/linux -initrd /cache/kernel-test/initrd -append 
	root=/dev/ram0
	console=ttyS0
	panic=-1
	init=/init
	loglevel=8
	SMOKE_TEST
 -serial stdio -chardev socket,id=charserial1,path=/cache/kernel-test/gdb-serial.pipe,server=on,wait=off -device isa-serial,chardev=charserial1,id=serial1 -netdev tap,id=nettest,script=/kernel-test/qemu-ifup.sh,downscript=/kernel-test/qemu-ifdown.sh -device virtio-net-pci,netdev=nettest,mac=52:54:59:6a:d6:eb
[host] qemu-ifup: br-test, tap0, eth0
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: tap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-test state UNKNOWN group default qlen 1000
    link/ether 4a:fa:45:ba:87:3b brd ff:ff:ff:ff:ff:ff
3: br-test: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff
27294: eth0@if27295: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-test state UP group default 
    link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 172.17.0.3/16 brd 172.17.255.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fd02:db8:1::242:ac11:3/64 scope global nodad 
       valid_lft forever preferred_lft forever
    inet6 fe80::42:acff:fe11:3/64 scope link tentative 
       valid_lft forever preferred_lft forever
default via 172.17.0.1 dev eth0 
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.3 
[    0.000000] Linux version 6.1.0-25-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26)
[    0.000000] Command line: 
[    0.000000] 	root=/dev/ram0
[    0.000000] 	console=ttyS0
[    0.000000] 	panic=-1
[    0.000000] 	init=/init
[    0.000000] 	loglevel=8
[    0.000000] 	SMOKE_TEST
[    0.000000] 
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001ffe0000-0x000000001fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3593.135 MHz processor
[    0.004947] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.005105] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.006938] AGP: No AGP bridge found
[    0.007158] last_pfn = 0x1ffe0 max_arch_pfn = 0x400000000
[    0.007935] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.026627] found SMP MP-table at [mem 0x000f5ba0-0x000f5baf]
[    0.031334] RAMDISK: [mem 0x1f87e000-0x1ffdffff]
[    0.031735] ACPI: Early table checksum verification disabled
[    0.032046] ACPI: RSDP 0x00000000000F59D0 000014 (v00 BOCHS )
[    0.032324] ACPI: RSDT 0x000000001FFE1AA0 000034 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.032806] ACPI: FACP 0x000000001FFE1954 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.033334] ACPI: DSDT 0x000000001FFE0040 001914 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.033407] ACPI: FACS 0x000000001FFE0000 000040
[    0.033459] ACPI: APIC 0x000000001FFE19C8 000078 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.033483] ACPI: HPET 0x000000001FFE1A40 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.033505] ACPI: WAET 0x000000001FFE1A78 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.033573] ACPI: Reserving FACP table memory at [mem 0x1ffe1954-0x1ffe19c7]
[    0.033596] ACPI: Reserving DSDT table memory at [mem 0x1ffe0040-0x1ffe1953]
[    0.033603] ACPI: Reserving FACS table memory at [mem 0x1ffe0000-0x1ffe003f]
[    0.033609] ACPI: Reserving APIC table memory at [mem 0x1ffe19c8-0x1ffe1a3f]
[    0.033615] ACPI: Reserving HPET table memory at [mem 0x1ffe1a40-0x1ffe1a77]
[    0.033621] ACPI: Reserving WAET table memory at [mem 0x1ffe1a78-0x1ffe1a9f]
[    0.035879] No NUMA configuration found
[    0.035898] Faking a node at [mem 0x0000000000000000-0x000000001ffdffff]
[    0.036521] NODE_DATA(0) allocated [mem 0x1f853000-0x1f87dfff]
[    0.040054] Zone ranges:
[    0.040082]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.040143]   DMA32    [mem 0x0000000001000000-0x000000001ffdffff]
[    0.040154]   Normal   empty
[    0.040167]   Device   empty
[    0.040178] Movable zone start for each node
[    0.040213] Early memory node ranges
[    0.040241]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.040363]   node   0: [mem 0x0000000000100000-0x000000001ffdffff]
[    0.040579] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdffff]
[    0.041559] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.041825] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.044791] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.045064] ACPI: PM-Timer IO Port: 0x608
[    0.045444] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.045760] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.045869] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.046088] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.046126] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.046199] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.046208] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.046363] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.046408] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.046680] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.047464] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.047501] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.047520] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.047526] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.047618] [mem 0x20000000-0xfffbffff] available for PCI devices
[    0.047643] Booting paravirtualized kernel on bare hardware
[    0.047895] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.056080] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.106313] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u2097152
[    0.106667] pcpu-alloc: s212992 r8192 d28672 u2097152 alloc=1*2097152
[    0.106738] pcpu-alloc: [0] 0 
[    0.107950] Fallback order for Node 0: 0 
[    0.108186] Built 1 zonelists, mobility grouping on.  Total pages: 128736
[    0.108203] Policy zone: DMA32
[    0.108347] Kernel command line: 
[    0.108347] 	root=/dev/ram0
[    0.108347] 	console=ttyS0
[    0.108347] 	panic=-1
[    0.108347] 	init=/init
[    0.108347] 	loglevel=8
[    0.108347] 	SMOKE_TEST
[    0.108347] 
[    0.109392] Unknown kernel command line parameters "SMOKE_TEST", will be passed to user space.
[    0.110733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.111343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.112737] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.112866] AGP: Checking aperture...
[    0.114434] AGP: No AGP bridge found
[    0.126100] Memory: 217852K/523768K available (14342K kernel code, 2335K rwdata, 9072K rodata, 2796K init, 17396K bss, 70952K reserved, 0K cma-reserved)
[    0.131959] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.134141] ftrace: allocating 40246 entries in 158 pages
[    0.173437] ftrace: allocated 158 pages with 5 groups
[    0.181616] Dynamic Preempt: voluntary
[    0.184203] rcu: Preemptible hierarchical RCU implementation.
[    0.184230] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.184323] 	Trampoline variant of Tasks RCU enabled.
[    0.184330] 	Rude variant of Tasks RCU enabled.
[    0.184336] 	Tracing variant of Tasks RCU enabled.
[    0.184415] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.184441] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.214169] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[    0.218877] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.222839] Console: colour *CGA 80x25
[    0.236099] printk: console [ttyS0] enabled
[    0.237103] ACPI: Core revision 20220331
[    0.241466] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.243108] APIC: Switch to symmetric I/O mode setup
[    0.246273] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.266661] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33cafe25ff9, max_idle_ns: 440795320621 ns
[    0.267293] Calibrating delay loop (skipped), value calculated using timer frequency.. 7186.27 BogoMIPS (lpj=14372540)
[    0.269828] process: using AMD E400 aware idle routine
[    0.270104] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[    0.270216] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[    0.271140] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.271400] Spectre V2 : Mitigation: Retpolines
[    0.271493] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.271645] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.272428] x86/fpu: x87 FPU will use FXSAVE
[    0.561959] Freeing SMP alternatives memory: 36K
[    0.562664] pid_max: default: 32768 minimum: 301
[    0.569095] LSM: Security Framework initializing
[    0.570655] landlock: Up and running.
[    0.570740] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.573450] AppArmor: AppArmor initialized
[    0.573555] TOMOYO Linux initialized
[    0.574021] LSM support for eBPF active
[    0.576397] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.576609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.710194] smpboot: CPU0: AMD QEMU Virtual CPU version 2.5+ (family: 0xf, model: 0x6b, stepping: 0x1)
[    0.712456] cblist_init_generic: Setting adjustable number of callback queues.
[    0.712776] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.713081] cblist_init_generic: Setting adjustable number of callback queues.
[    0.713204] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.713605] cblist_init_generic: Setting adjustable number of callback queues.
[    0.713727] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.714042] Performance Events: PMU not available due to virtualization, using software events only.
[    0.715107] signal: max sigframe size: 1440
[    0.715887] rcu: Hierarchical SRCU implementation.
[    0.715990] rcu: 	Max phase no-delay instances is 1000.
[    0.720224] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.721935] smp: Bringing up secondary CPUs ...
[    0.722098] smp: Brought up 1 node, 1 CPU
[    0.722220] smpboot: Max logical packages: 1
[    0.722358] smpboot: Total of 1 processors activated (7186.27 BogoMIPS)
[    0.733474] node 0 deferred pages initialised in 4ms
[    0.744335] devtmpfs: initialized
[    0.747057] x86/mm: Memory block size: 128MB
[    0.752175] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.752716] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.755105] pinctrl core: initialized pinctrl subsystem
[    0.769379] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.772492] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.773168] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.773406] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.773712] audit: initializing netlink subsys (disabled)
[    0.778569] thermal_sys: Registered thermal governor 'fair_share'
[    0.778594] thermal_sys: Registered thermal governor 'bang_bang'
[    0.778720] thermal_sys: Registered thermal governor 'step_wise'
[    0.778842] thermal_sys: Registered thermal governor 'user_space'
[    0.778946] thermal_sys: Registered thermal governor 'power_allocator'
[    0.779306] audit: type=2000 audit(1726894441.524:1): state=initialized audit_enabled=0 res=1
[    0.780632] cpuidle: using governor ladder
[    0.780825] cpuidle: using governor menu
[    0.781915] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.784279] PCI: Using configuration type 1 for base access
[    0.793428] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.843912] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.844041] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.857125] ACPI: Added _OSI(Module Device)
[    0.857223] ACPI: Added _OSI(Processor Device)
[    0.857297] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.857373] ACPI: Added _OSI(Processor Aggregator Device)
[    0.877078] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.897204] ACPI: Interpreter enabled
[    0.898114] ACPI: PM: (supports S0 S3 S4 S5)
[    0.898218] ACPI: Using IOAPIC for interrupt routing
[    0.898656] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.898822] PCI: Using E820 reservations for host bridge windows
[    0.900046] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.922616] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.923335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.923629] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.924394] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.929226] acpiphp: Slot [2] registered
[    0.929406] acpiphp: Slot [3] registered
[    0.929552] acpiphp: Slot [4] registered
[    0.929686] acpiphp: Slot [5] registered
[    0.929825] acpiphp: Slot [6] registered
[    0.929963] acpiphp: Slot [7] registered
[    0.930096] acpiphp: Slot [8] registered
[    0.930248] acpiphp: Slot [9] registered
[    0.930386] acpiphp: Slot [10] registered
[    0.930533] acpiphp: Slot [11] registered
[    0.930668] acpiphp: Slot [12] registered
[    0.930803] acpiphp: Slot [13] registered
[    0.930938] acpiphp: Slot [14] registered
[    0.931055] acpiphp: Slot [15] registered
[    0.931206] acpiphp: Slot [16] registered
[    0.931343] acpiphp: Slot [17] registered
[    0.931482] acpiphp: Slot [18] registered
[    0.931623] acpiphp: Slot [19] registered
[    0.931756] acpiphp: Slot [20] registered
[    0.931895] acpiphp: Slot [21] registered
[    0.932045] acpiphp: Slot [22] registered
[    0.932180] acpiphp: Slot [23] registered
[    0.932313] acpiphp: Slot [24] registered
[    0.932449] acpiphp: Slot [25] registered
[    0.932580] acpiphp: Slot [26] registered
[    0.932714] acpiphp: Slot [27] registered
[    0.932857] acpiphp: Slot [28] registered
[    0.933010] acpiphp: Slot [29] registered
[    0.933146] acpiphp: Slot [30] registered
[    0.933287] acpiphp: Slot [31] registered
[    0.933576] PCI host bridge to bus 0000:00
[    0.933822] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.934085] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.934223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.934415] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]
[    0.934564] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.934884] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.936142] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.942059] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.944393] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.946073] pci 0000:00:01.1: reg 0x20: [io  0xc020-0xc02f]
[    0.946900] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.947019] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.947180] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.947343] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.947811] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.948248] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.948426] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.948959] pci 0000:00:02.0: [1af4:1000] type 00 class 0x020000
[    0.949961] pci 0000:00:02.0: reg 0x10: [io  0xc000-0xc01f]
[    0.950993] pci 0000:00:02.0: reg 0x14: [mem 0xfebc0000-0xfebc0fff]
[    0.953814] pci 0000:00:02.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
[    0.954994] pci 0000:00:02.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.960608] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.961189] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.961582] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.961988] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.962249] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.965092] iommu: Default domain type: Translated 
[    0.965202] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.966219] pps_core: LinuxPPS API ver. 1 registered
[    0.966312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.966556] PTP clock support registered
[    0.966846] EDAC MC: Ver: 3.0.0
[    0.975423] NetLabel: Initializing
[    0.975507] NetLabel:  domain hash size = 128
[    0.975598] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.976341] NetLabel:  unlabeled traffic allowed by default
[    0.976478] PCI: Using ACPI for IRQ routing
[    0.976678] PCI: pci_cache_line_size set to 64 bytes
[    0.977128] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.977377] e820: reserve RAM buffer [mem 0x1ffe0000-0x1fffffff]
[    0.980104] vgaarb: loaded
[    0.980718] hpet: 3 channels of 0 reserved for per-cpu timers
[    0.981037] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.981197] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.985921] clocksource: Switched to clocksource tsc-early
[    1.041613] VFS: Disk quotas dquot_6.6.0
[    1.041863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.045296] AppArmor: AppArmor Filesystem Enabled
[    1.045629] pnp: PnP ACPI init
[    1.049308] pnp 00:03: [dma 2]
[    1.050530] pnp: PnP ACPI: found 6 devices
[    1.066227] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.067134] NET: Registered PF_INET protocol family
[    1.068139] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.076200] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.076518] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.076724] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.077051] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.077701] TCP: Hash tables configured (established 4096 bind 4096)
[    1.081082] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[    1.081755] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.082305] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.085006] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.085843] NET: Registered PF_XDP protocol family
[    1.086597] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.086716] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.086820] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.086933] pci_bus 0000:00: resource 7 [mem 0x20000000-0xfebfffff window]
[    1.087049] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    1.087580] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.087745] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.087921] PCI: CLS 0 bytes, default 64
[    1.091937] Trying to unpack rootfs image as initramfs...
[    1.098854] Initialise system trusted keyrings
[    1.100433] Key type blacklist registered
[    1.103918] workingset: timestamp_bits=36 max_order=17 bucket_order=0
[    1.120692] zbud: loaded
[    1.130433] integrity: Platform Keyring initialized
[    1.130761] integrity: Machine keyring initialized
[    1.130859] Key type asymmetric registered
[    1.131036] Asymmetric key parser 'x509' registered
[    1.347364] Freeing initrd memory: 7560K
[    1.367978] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.368326] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    1.369012] io scheduler mq-deadline registered
[    1.375295] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.378201] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.380016] 00:00: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.382417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.385436] Linux agpgart interface v0.103
[    1.386790] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.389697] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.392344] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.392584] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.393908] mousedev: PS/2 mouse device common for all mice
[    1.396476] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.398144] rtc_cmos 00:05: RTC can wake from S4
[    1.401861] rtc_cmos 00:05: registered as rtc0
[    1.402403] rtc_cmos 00:05: setting system clock to 2024-09-21T04:54:02 UTC (1726894442)
[    1.403906] rtc_cmos 00:05: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    1.404428] ledtrig-cpu: registered to indicate activity on CPUs
[    1.444970] NET: Registered PF_INET6 protocol family
[    1.453423] Segment Routing with IPv6
[    1.453646] In-situ OAM (IOAM) with IPv6
[    1.454006] mip6: Mobile IPv6
[    1.454267] NET: Registered PF_PACKET protocol family
[    1.454608] mpls_gso: MPLS GSO support
[    1.456132] IPI shorthand broadcast: enabled
[    1.456578] sched_clock: Marking stable (1428040015, 27661808)->(1461887887, -6186064)
[    1.458556] registered taskstats version 1
[    1.458820] Loading compiled-in X.509 certificates
[    1.511252] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.511518] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    1.514862] zswap: loaded using pool lzo/zbud
[    1.516414] Key type .fscrypt registered
[    1.516507] Key type fscrypt-provisioning registered
[    1.523639] Key type encrypted registered
[    1.523838] AppArmor: AppArmor sha1 policy hashing enabled
[    1.524313] ima: No TPM chip found, activating TPM-bypass!
[    1.524438] ima: Allocated hash algorithm: sha256
[    1.525917] ima: No architecture policies found
[    1.526369] evm: Initialising EVM extended attributes:
[    1.526467] evm: security.selinux
[    1.526543] evm: security.SMACK64 (disabled)
[    1.526614] evm: security.SMACK64EXEC (disabled)
[    1.526690] evm: security.SMACK64TRANSMUTE (disabled)
[    1.526782] evm: security.SMACK64MMAP (disabled)
[    1.526871] evm: security.apparmor
[    1.526932] evm: security.ima
[    1.526985] evm: security.capability
[    1.527058] evm: HMAC attrs: 0x1
[    1.780995] clk: Disabling unused clocks
[    1.791551] Freeing unused decrypted memory: 2036K
[    1.852342] Freeing unused kernel image (initmem) memory: 2796K
[    1.852627] Write protecting the kernel read-only data: 26624k
[    1.855941] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.857128] Freeing unused kernel image (rodata/data gap) memory: 1168K
[    1.994572] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.994921] Run /init as init process
[    1.995048]   with arguments:
[    1.995138]     /init
[    1.995195]     SMOKE_TEST
[    1.995253]   with environment:
[    1.995328]     HOME=/
[    1.995392]     TERM=linux
Running initrd-init.sh
+ export 'HOME=/root'
+ export 'LD_LIBRARY_PATH=/usr/local/lib'
+ export 'PATH=/usr/local/bin:/usr/bin:/bin:/sbin:/usr/local/sbin:/usr/sbin'
+ export 'TERM=screen'
+ /bin/busybox --install -s
+ mknod /dev/null c 1 3
+ mknod /dev/net/tun c 10 200
+ hostname qemu
+ mount -t proc proc /proc
+ mount -t sysfs sys /sys
+ '[' -e /modules ]
+ xargs -t -n1 modprobe
+ cat /modules
modprobe virtio_net
[    2.103901] tsc: Refined TSC clocksource calibration: 3593.142 MHz
[    2.104315] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb04b291d, max_idle_ns: 440795322532 ns
[    2.104628] clocksource: Switched to clocksource tsc
modprobe virtio_pci
[    2.278393] ACPI: \_SB_.LNKB: Enabled at IRQ 10
modprobe gtp
[    2.303651] gtp: GTP module loaded (pdp ctx size 104 bytes)
modprobe tun
[    2.317214] tun: Universal TUN/TAP device driver, 1.6
+ ip link set lo up
+ ip link set eth0 up
+ echo KERNEL_TEST_VM_IS_READY
KERNEL_TEST_VM_IS_READY
+ grep -q SMOKE_TEST /proc/cmdline
+ echo SMOKE_TEST_SUCCESS
SMOKE_TEST_SUCCESS
+ poweroff -f
[    2.357063] ACPI: PM: Preparing to enter system sleep state S5
[    2.357671] reboot: Power down
[host] qemu-ifdown: br-test and tap0
+ grep -q SMOKE_TEST_SUCCESS /tmp/smoke_test.log
+ GGSN_CMD=/kernel-test/run-qemu.sh
+ docker_network_params 83 200
+ NET=83
+ ADDR_SUFIX=200
+ echo --network ttcn3-ggsn-test-83 --ip 172.18.83.200 --ip6 fd02:db8:83::200
+ docker_kvm_param
+ [ 0 != 0 ]
+ GGSN_DOCKER_ARGS=
			--network ttcn3-ggsn-test-83 --ip 172.18.83.200 --ip6 fd02:db8:83::200
			
			-v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/scripts/kernel-test:/kernel-test:ro
			-v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/_cache:/cache
			
+ OSMO_SUT_HOST=172.18.83.200
+ docker run --rm --cap-add=NET_ADMIN --device /dev/net/tun:/dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only:/data --name jenkins-ttcn3-ggsn-test-kernel-1313-ggsn -d --network ttcn3-ggsn-test-83 --ip 172.18.83.200 --ip6 fd02:db8:83::200 -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/scripts/kernel-test:/kernel-test:ro -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/_cache:/cache osmocom-build/osmo-ggsn-master /bin/sh -c /kernel-test/run-qemu.sh >/data/osmo-ggsn.log 2>&1
36fd8c6460fcd49a7f66b684f83ddaed4798f3c3ed1cb52b4d68e107a8132a16
+ kernel_test_wait_for_vm /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ local log=/home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ local i
+ [ 1 != 1 ]
+ seq 1 15
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ sleep 1
+ grep -q KERNEL_TEST_VM_IS_READY /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-v4v6_only/osmo-ggsn.log
+ return
+ start_testsuite v4v6_only
+ local test_config=v4v6_only
+ docker_network_params 83 202
+ NET=83
+ ADDR_SUFIX=202
+ echo --network ttcn3-ggsn-test-83 --ip 172.18.83.202 --ip6 fd02:db8:83::202
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network ttcn3-ggsn-test-83 --ip 172.18.83.202 --ip6 fd02:db8:83::202 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4v6_only:/data -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.83.200 -e OSMO_SUT_PORT=4260 --name jenkins-ttcn3-ggsn-test-kernel-1313-ggsn-test osmocom-build/ttcn3-ggsn-test
+ SUBDIR=ggsn_tests
+ SUITE=GGSN_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/ggsn_tests/GGSN_Tests GGSN_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli GGSN_Tests.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: 9.0.0                                                        *
* Copyright (c) 2000-2023 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v2.0 *
* which accompanies this distribution, and is available at              *
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html            *
*************************************************************************

Using configuration file: GGSN_Tests.cfg
MC@42f3fc3f1d40: Unix server socket created successfully.
MC@42f3fc3f1d40: Listening on TCP port 35531.
MC2> 42f3fc3f1d40 is the default
spawn /osmo-ttcn3-hacks/ggsn_tests/GGSN_Tests 42f3fc3f1d40 35531
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@42f3fc3f1d40: New HC connected from 172.18.83.202 [172.18.83.202]. 42f3fc3f1d40: Linux 6.1.0-21-amd64 on x86_64.
cmtc
MC@42f3fc3f1d40: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
MC@42f3fc3f1d40: Configuration file was processed on all HCs.
MC@42f3fc3f1d40: Creating MTC on host 172.18.83.202.
MC@42f3fc3f1d40: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact'.
------ GGSN_Tests.TC_pdp4_act_deact ------
Sat Sep 21 04:54:11 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact pass'.
Sat Sep 21 04:54:14 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=17367)
Waiting for packet dumper to finish... 1 (prev_count=17367, count=17431)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_ipcp'.
------ GGSN_Tests.TC_pdp4_act_deact_ipcp ------
Sat Sep 21 04:54:21 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_ipcp.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_ipcp.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_ipcp' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_ipcp started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_ipcp() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_ipcp finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_ipcp pass'.
Sat Sep 21 04:54:24 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_ipcp pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_ipcp.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11492)
Waiting for packet dumper to finish... 1 (prev_count=11492, count=11556)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_ipcp pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken'.
------ GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken ------
Sat Sep 21 04:54:31 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_ipcp_pap_broken started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_ipcp_pap_broken() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_ipcp_pap_broken finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken pass'.
Sat Sep 21 04:54:34 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11620)
Waiting for packet dumper to finish... 1 (prev_count=11620, count=11776)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_pcodns'.
------ GGSN_Tests.TC_pdp4_act_deact_pcodns ------
Sat Sep 21 04:54:41 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_pcodns.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_pcodns.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_pcodns' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_pcodns started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_pcodns() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_pcodns finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_pcodns pass'.
Sat Sep 21 04:54:44 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_pcodns pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_pcodns.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=10951)
Waiting for packet dumper to finish... 1 (prev_count=10951, count=11015)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_pcodns pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access'.
------ GGSN_Tests.TC_pdp4_act_deact_gtpu_access ------
Sat Sep 21 04:54:51 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_gtpu_access() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access pass'.
Sat Sep 21 04:54:54 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_gtpu_access pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_gtpu_access.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11080)
Waiting for packet dumper to finish... 1 (prev_count=11080, count=11144)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr'.
------ GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr ------
Sat Sep 21 04:55:01 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access_wrong_saddr started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_gtpu_access_wrong_saddr() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: Warning: Stopping inactive timer T_default.
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access_wrong_saddr finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr pass'.
Sat Sep 21 04:55:07 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11983)
Waiting for packet dumper to finish... 1 (prev_count=11983, count=12047)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4'.
------ GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4 ------
Sat Sep 21 04:55:14 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access_ipv6_apn4 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_gtpu_access_ipv6_apn4() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: Warning: Stopping inactive timer T_default.
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_gtpu_access_ipv6_apn4 finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4 pass'.
Sat Sep 21 04:55:21 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4 pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11898)
Waiting for packet dumper to finish... 1 (prev_count=11898, count=11962)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4 pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_clients_interact_with_txseq'.
------ GGSN_Tests.TC_pdp4_clients_interact_with_txseq ------
Sat Sep 21 04:55:28 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_clients_interact_with_txseq.pcap" >/data/GGSN_Tests.TC_pdp4_clients_interact_with_txseq.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_clients_interact_with_txseq' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_clients_interact_with_txseq started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_clients_interact_with_txseq() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(fail): pass -> fail
MTC@42f3fc3f1d40: Warning: Stopping inactive timer T_default.
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_clients_interact_with_txseq finished. Verdict: fail
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_clients_interact_with_txseq fail'.
Sat Sep 21 04:55:34 UTC 2024
------ GGSN_Tests.TC_pdp4_clients_interact_with_txseq fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_clients_interact_with_txseq.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=14626)
Waiting for packet dumper to finish... 1 (prev_count=14626, count=14690)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_clients_interact_with_txseq fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_clients_interact_without_txseq'.
------ GGSN_Tests.TC_pdp4_clients_interact_without_txseq ------
Sat Sep 21 04:55:41 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_clients_interact_without_txseq.pcap" >/data/GGSN_Tests.TC_pdp4_clients_interact_without_txseq.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_clients_interact_without_txseq' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_clients_interact_without_txseq started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_clients_interact_without_txseq() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(fail): pass -> fail
MTC@42f3fc3f1d40: Warning: Stopping inactive timer T_default.
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_clients_interact_without_txseq finished. Verdict: fail
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_clients_interact_without_txseq fail'.
Sat Sep 21 04:55:47 UTC 2024
------ GGSN_Tests.TC_pdp4_clients_interact_without_txseq fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_clients_interact_without_txseq.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=14650)
Waiting for packet dumper to finish... 1 (prev_count=14650, count=14714)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_clients_interact_without_txseq fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_with_single_dns'.
------ GGSN_Tests.TC_pdp4_act_deact_with_single_dns ------
Sat Sep 21 04:55:54 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_with_single_dns.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_with_single_dns.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_with_single_dns' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_with_single_dns started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_with_single_dns() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_with_single_dns finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_with_single_dns pass'.
Sat Sep 21 04:55:57 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_with_single_dns pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_with_single_dns.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=16318)
Waiting for packet dumper to finish... 1 (prev_count=16318, count=16382)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_with_single_dns pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_with_separate_dns'.
------ GGSN_Tests.TC_pdp4_act_deact_with_separate_dns ------
Sat Sep 21 04:56:04 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_deact_with_separate_dns.pcap" >/data/GGSN_Tests.TC_pdp4_act_deact_with_separate_dns.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_deact_with_separate_dns' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_with_separate_dns started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_deact_with_separate_dns() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_deact_with_separate_dns finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_with_separate_dns pass'.
Sat Sep 21 04:56:07 UTC 2024
====== GGSN_Tests.TC_pdp4_act_deact_with_separate_dns pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_deact_with_separate_dns.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=11673)
Waiting for packet dumper to finish... 1 (prev_count=11673, count=11737)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_deact_with_separate_dns pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_update_teic'.
------ GGSN_Tests.TC_pdp4_act_update_teic ------
Sat Sep 21 04:56:14 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_update_teic.pcap" >/data/GGSN_Tests.TC_pdp4_act_update_teic.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_update_teic' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_update_teic started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_update_teic() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: sending UpdatePDP
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_update_teic finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_update_teic pass'.
Sat Sep 21 04:56:17 UTC 2024
====== GGSN_Tests.TC_pdp4_act_update_teic pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_update_teic.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=12524)
Waiting for packet dumper to finish... 1 (prev_count=12524, count=12588)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_update_teic pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_update_teid'.
------ GGSN_Tests.TC_pdp4_act_update_teid ------
Sat Sep 21 04:56:24 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp4_act_update_teid.pcap" >/data/GGSN_Tests.TC_pdp4_act_update_teid.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp4_act_update_teid' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp4_act_update_teid started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp4_act_update_teid() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: sending UpdatePDP
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp4_act_update_teid finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_update_teid pass'.
Sat Sep 21 04:56:27 UTC 2024
====== GGSN_Tests.TC_pdp4_act_update_teid pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp4_act_update_teid.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=13008)
Waiting for packet dumper to finish... 1 (prev_count=13008, count=13164)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp4_act_update_teid pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact'.
------ GGSN_Tests.TC_pdp6_act_deact ------
Sat Sep 21 04:56:34 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact fail'.
Sat Sep 21 04:56:35 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9877)
Waiting for packet dumper to finish... 1 (prev_count=9877, count=9941)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_pcodns'.
------ GGSN_Tests.TC_pdp6_act_deact_pcodns ------
Sat Sep 21 04:56:42 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_pcodns.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_pcodns.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_pcodns' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_pcodns started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_pcodns() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_pcodns finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_pcodns fail'.
Sat Sep 21 04:56:43 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_pcodns fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_pcodns.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9899)
Waiting for packet dumper to finish... 1 (prev_count=9899, count=9963)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_pcodns fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_icmp6'.
------ GGSN_Tests.TC_pdp6_act_deact_icmp6 ------
Sat Sep 21 04:56:50 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_icmp6.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_icmp6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_icmp6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_icmp6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_icmp6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_icmp6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_icmp6 fail'.
Sat Sep 21 04:56:51 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_icmp6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_icmp6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9896)
Waiting for packet dumper to finish... 1 (prev_count=9896, count=9960)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_icmp6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access'.
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access ------
Sat Sep 21 04:56:58 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_gtpu_access() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail'.
Sat Sep 21 04:56:59 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail ------

Saving talloc report from 172.18.83.200: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=9916)
Waiting for packet dumper to finish... 1 (prev_count=9916, count=9980)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr'.
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr ------
Sat Sep 21 04:57:06 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_ll_saddr started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_gtpu_access_ll_saddr() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_ll_saddr finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr fail'.
Sat Sep 21 04:57:07 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9938)
Waiting for packet dumper to finish... 1 (prev_count=9938, count=10002)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr'.
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr ------
Sat Sep 21 04:57:14 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr fail'.
Sat Sep 21 04:57:15 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9959)
Waiting for packet dumper to finish... 1 (prev_count=9959, count=10023)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr'.
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr ------
Sat Sep 21 04:57:22 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_wrong_global_saddr started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_gtpu_access_wrong_global_saddr() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_wrong_global_saddr finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr fail'.
Sat Sep 21 04:57:23 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9971)
Waiting for packet dumper to finish... 1 (prev_count=9971, count=10035)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6'.
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6 ------
Sat Sep 21 04:57:30 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6.pcap" >/data/GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_ipv4_apn6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_act_deact_gtpu_access_ipv4_apn6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_act_deact_gtpu_access_ipv4_apn6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6 fail'.
Sat Sep 21 04:57:32 UTC 2024
------ GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9950)
Waiting for packet dumper to finish... 1 (prev_count=9950, count=10014)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_clients_interact'.
------ GGSN_Tests.TC_pdp6_clients_interact ------
Sat Sep 21 04:57:39 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp6_clients_interact.pcap" >/data/GGSN_Tests.TC_pdp6_clients_interact.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp6_clients_interact' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp6_clients_interact started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp6_clients_interact() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp6_clients_interact finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_clients_interact fail'.
Sat Sep 21 04:57:40 UTC 2024
------ GGSN_Tests.TC_pdp6_clients_interact fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp6_clients_interact.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9892)
Waiting for packet dumper to finish... 1 (prev_count=9892, count=9956)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp6_clients_interact fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact'.
------ GGSN_Tests.TC_pdp46_act_deact ------
Sat Sep 21 04:57:47 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact fail'.
Sat Sep 21 04:57:48 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9894)
Waiting for packet dumper to finish... 1 (prev_count=9894, count=9958)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_ipcp'.
------ GGSN_Tests.TC_pdp46_act_deact_ipcp ------
Sat Sep 21 04:57:55 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_ipcp.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_ipcp.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_ipcp' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_ipcp started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_ipcp() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_ipcp finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_ipcp fail'.
Sat Sep 21 04:57:56 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_ipcp fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_ipcp.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9768)
Waiting for packet dumper to finish... 1 (prev_count=9768, count=9832)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_ipcp fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_icmp6'.
------ GGSN_Tests.TC_pdp46_act_deact_icmp6 ------
Sat Sep 21 04:58:03 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_icmp6.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_icmp6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_icmp6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_icmp6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_icmp6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_icmp6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_icmp6 fail'.
Sat Sep 21 04:58:04 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_icmp6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_icmp6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9750)
Waiting for packet dumper to finish... 1 (prev_count=9750, count=9814)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_icmp6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_pcodns4'.
------ GGSN_Tests.TC_pdp46_act_deact_pcodns4 ------
Sat Sep 21 04:58:11 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_pcodns4.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_pcodns4.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_pcodns4' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_pcodns4 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_pcodns4() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_pcodns4 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_pcodns4 fail'.
Sat Sep 21 04:58:12 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_pcodns4 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_pcodns4.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9675)
Waiting for packet dumper to finish... 1 (prev_count=9675, count=9739)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_pcodns4 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_pcodns6'.
------ GGSN_Tests.TC_pdp46_act_deact_pcodns6 ------
Sat Sep 21 04:58:19 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_pcodns6.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_pcodns6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_pcodns6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_pcodns6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_pcodns6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_pcodns6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_pcodns6 fail'.
Sat Sep 21 04:58:20 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_pcodns6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_pcodns6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9673)
Waiting for packet dumper to finish... 1 (prev_count=9673, count=9737)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_pcodns6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access'.
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access ------
Sat Sep 21 04:58:27 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_gtpu_access() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access fail'.
Sat Sep 21 04:58:28 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_gtpu_access.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9680)
Waiting for packet dumper to finish... 1 (prev_count=9680, count=9744)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4'.
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 ------
Sat Sep 21 04:58:35 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 fail'.
Sat Sep 21 04:58:36 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9738)
Waiting for packet dumper to finish... 1 (prev_count=9738, count=9802)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6'.
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 ------
Sat Sep 21 04:58:43 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 fail'.
Sat Sep 21 04:58:44 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9745)
Waiting for packet dumper to finish... 1 (prev_count=9745, count=9809)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6'.
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 ------
Sat Sep 21 04:58:51 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6.pcap" >/data/GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 fail'.
Sat Sep 21 04:58:52 UTC 2024
------ GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9846)
Waiting for packet dumper to finish... 1 (prev_count=9846, count=9910)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_clients_interact'.
------ GGSN_Tests.TC_pdp46_clients_interact ------
Sat Sep 21 04:58:59 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp46_clients_interact.pcap" >/data/GGSN_Tests.TC_pdp46_clients_interact.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp46_clients_interact' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp46_clients_interact started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp46_clients_interact() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp46_clients_interact finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_clients_interact fail'.
Sat Sep 21 04:59:00 UTC 2024
------ GGSN_Tests.TC_pdp46_clients_interact fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp46_clients_interact.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9663)
Waiting for packet dumper to finish... 1 (prev_count=9663, count=9727)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp46_clients_interact fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_echo_req_resp'.
------ GGSN_Tests.TC_echo_req_resp ------
Sat Sep 21 04:59:07 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_echo_req_resp.pcap" >/data/GGSN_Tests.TC_echo_req_resp.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_echo_req_resp' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_echo_req_resp started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_echo_req_resp() start"
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_echo_req_resp finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_echo_req_resp pass'.
Sat Sep 21 04:59:10 UTC 2024
====== GGSN_Tests.TC_echo_req_resp pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_echo_req_resp.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=6986)
Waiting for packet dumper to finish... 1 (prev_count=6986, count=7050)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_echo_req_resp pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_echo_req_resp_gtpu'.
------ GGSN_Tests.TC_echo_req_resp_gtpu ------
Sat Sep 21 04:59:17 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_echo_req_resp_gtpu.pcap" >/data/GGSN_Tests.TC_echo_req_resp_gtpu.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_echo_req_resp_gtpu' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_echo_req_resp_gtpu started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_echo_req_resp_gtpu() start"
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: setverdict(pass): pass -> pass, component reason not changed
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: pass
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_echo_req_resp_gtpu finished. Verdict: pass
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_echo_req_resp_gtpu pass'.
Sat Sep 21 04:59:20 UTC 2024
====== GGSN_Tests.TC_echo_req_resp_gtpu pass ======

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_echo_req_resp_gtpu.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=7093)
Waiting for packet dumper to finish... 1 (prev_count=7093, count=7157)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_echo_req_resp_gtpu pass' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp_act_restart_ctr_echo'.
------ GGSN_Tests.TC_pdp_act_restart_ctr_echo ------
Sat Sep 21 04:59:27 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_pdp_act_restart_ctr_echo.pcap" >/data/GGSN_Tests.TC_pdp_act_restart_ctr_echo.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_pdp_act_restart_ctr_echo' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_pdp_act_restart_ctr_echo started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_pdp_act_restart_ctr_echo() start"
MTC@42f3fc3f1d40: sending CreatePDP
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_pdp_act_restart_ctr_echo finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp_act_restart_ctr_echo fail'.
Sat Sep 21 04:59:28 UTC 2024
------ GGSN_Tests.TC_pdp_act_restart_ctr_echo fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_pdp_act_restart_ctr_echo.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9776)
Waiting for packet dumper to finish... 1 (prev_count=9776, count=9840)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_pdp_act_restart_ctr_echo fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_lots_of_concurrent_pdp_ctx'.
------ GGSN_Tests.TC_lots_of_concurrent_pdp_ctx ------
Sat Sep 21 04:59:35 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_lots_of_concurrent_pdp_ctx.pcap" >/data/GGSN_Tests.TC_lots_of_concurrent_pdp_ctx.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_lots_of_concurrent_pdp_ctx' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_lots_of_concurrent_pdp_ctx started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_lots_of_concurrent_pdp_ctx() start"
MTC@42f3fc3f1d40: setverdict(fail): none -> fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"", new component reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":414
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_lots_of_concurrent_pdp_ctx finished. Verdict: fail reason: "GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_lots_of_concurrent_pdp_ctx fail'.
Sat Sep 21 04:59:37 UTC 2024
------ GGSN_Tests.TC_lots_of_concurrent_pdp_ctx fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_lots_of_concurrent_pdp_ctx.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9820)
Waiting for packet dumper to finish... 1 (prev_count=9820, count=9884)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_lots_of_concurrent_pdp_ctx fail' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_addr_pool_exhaustion'.
------ GGSN_Tests.TC_addr_pool_exhaustion ------
Sat Sep 21 04:59:44 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/GGSN_Tests.TC_addr_pool_exhaustion.pcap" >/data/GGSN_Tests.TC_addr_pool_exhaustion.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-start.sh GGSN_Tests.TC_addr_pool_exhaustion' was executed successfully (exit status: 0).
MTC@42f3fc3f1d40: Test case TC_addr_pool_exhaustion started.
MTC@42f3fc3f1d40: GTP1C ConnectionID: 1
MTC@42f3fc3f1d40: "TC_addr_pool_exhaustion() start"
MTC@42f3fc3f1d40: Successfully created 0 PDP contexts before exhausting the pool
MTC@42f3fc3f1d40: setverdict(pass): none -> pass
MTC@42f3fc3f1d40: Warning: Re-starting timer T_next, which is already active (running or expired).
MTC@42f3fc3f1d40: setverdict(fail): pass -> fail reason: ""GGSN_Tests.ttcn:344 : pingpong T_default timeout"", new component reason: ""GGSN_Tests.ttcn:344 : pingpong T_default timeout""
MTC@42f3fc3f1d40: Stopping testcase execution from "GGSN_Tests.ttcn":344
MTC@42f3fc3f1d40: Setting final verdict of the test case.
MTC@42f3fc3f1d40: Local verdict of MTC: fail reason: ""GGSN_Tests.ttcn:344 : pingpong T_default timeout""
MTC@42f3fc3f1d40: No PTCs were created.
MTC@42f3fc3f1d40: Test case TC_addr_pool_exhaustion finished. Verdict: fail reason: "GGSN_Tests.ttcn:344 : pingpong T_default timeout"
MTC@42f3fc3f1d40: Starting external command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_addr_pool_exhaustion fail'.
Sat Sep 21 05:01:45 UTC 2024
------ GGSN_Tests.TC_addr_pool_exhaustion fail ------

Saving talloc report from 172.18.83.200:4260 to GGSN_Tests.TC_addr_pool_exhaustion.talloc

ERROR: failed to get talloc report via vty

Waiting for packet dumper to finish... 0 (prev_count=-1, count=9882)
Waiting for packet dumper to finish... 1 (prev_count=9882, count=10202)
MTC@42f3fc3f1d40: External command `../ttcn3-tcpdump-stop.sh GGSN_Tests.TC_addr_pool_exhaustion fail' was executed successfully (exit status: 0).
MC@42f3fc3f1d40: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@42f3fc3f1d40: Terminating MTC.
MC@42f3fc3f1d40: MTC terminated.
MC2> exit
MC@42f3fc3f1d40: Shutting down session.
MC@42f3fc3f1d40: Shutdown complete.

Comparing expected results '/osmo-ttcn3-hacks/ggsn_tests/expected-results.xml' against results in 'junit-xml-21.log'
--------------------
pass GGSN_Tests.TC_pdp4_act_deact
pass GGSN_Tests.TC_pdp4_act_deact_ipcp
pass GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken
pass GGSN_Tests.TC_pdp4_act_deact_pcodns
pass GGSN_Tests.TC_pdp4_act_deact_gtpu_access
pass->FAIL GGSN_Tests.TC_pdp4_clients_interact_with_txseq
pass->FAIL GGSN_Tests.TC_pdp4_clients_interact_without_txseq
pass GGSN_Tests.TC_pdp4_act_deact_with_single_dns
pass GGSN_Tests.TC_pdp4_act_deact_with_separate_dns
pass->FAIL GGSN_Tests.TC_pdp6_act_deact
pass->FAIL GGSN_Tests.TC_pdp6_act_deact_pcodns
pass->FAIL GGSN_Tests.TC_pdp6_act_deact_icmp6
pass->FAIL GGSN_Tests.TC_pdp6_act_deact_gtpu_access
pass->FAIL GGSN_Tests.TC_pdp6_clients_interact
pass->FAIL GGSN_Tests.TC_pdp46_act_deact
pass->FAIL GGSN_Tests.TC_pdp46_act_deact_ipcp
pass->FAIL GGSN_Tests.TC_pdp46_act_deact_icmp6
pass->FAIL GGSN_Tests.TC_pdp46_act_deact_pcodns4
pass->FAIL GGSN_Tests.TC_pdp46_act_deact_pcodns6
pass->FAIL GGSN_Tests.TC_pdp46_act_deact_gtpu_access
pass->FAIL GGSN_Tests.TC_pdp46_clients_interact
pass GGSN_Tests.TC_echo_req_resp
pass->FAIL GGSN_Tests.TC_pdp_act_restart_ctr_echo
NEW: PASS GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr
NEW: PASS GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4
NEW: PASS GGSN_Tests.TC_pdp4_act_update_teic
NEW: PASS GGSN_Tests.TC_pdp4_act_update_teid
NEW: FAIL GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr
NEW: FAIL GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr
NEW: FAIL GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr
NEW: FAIL GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6
NEW: FAIL GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4
NEW: FAIL GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6
NEW: FAIL GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6
NEW: PASS GGSN_Tests.TC_echo_req_resp_gtpu
NEW: FAIL GGSN_Tests.TC_lots_of_concurrent_pdp_ctx
NEW: FAIL GGSN_Tests.TC_addr_pool_exhaustion

Summary:
  pass->FAIL: 15
  NEW: FAIL: 9
  pass: 8
  NEW: PASS: 5
  skip: 3


+ exit_code=0
+ /osmo-ttcn3-hacks/log_merge.sh GGSN_Tests --rm
Generated GGSN_Tests.TC_addr_pool_exhaustion.merged
Generated GGSN_Tests.TC_echo_req_resp.merged
Generated GGSN_Tests.TC_echo_req_resp_gtpu.merged
Generated GGSN_Tests.TC_lots_of_concurrent_pdp_ctx.merged
Generated GGSN_Tests.TC_pdp46_act_deact.merged
Generated GGSN_Tests.TC_pdp46_act_deact_gtpu_access.merged
Generated GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6.merged
Generated GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6.merged
Generated GGSN_Tests.TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4.merged
Generated GGSN_Tests.TC_pdp46_act_deact_icmp6.merged
Generated GGSN_Tests.TC_pdp46_act_deact_ipcp.merged
Generated GGSN_Tests.TC_pdp46_act_deact_pcodns4.merged
Generated GGSN_Tests.TC_pdp46_act_deact_pcodns6.merged
Generated GGSN_Tests.TC_pdp46_clients_interact.merged
Generated GGSN_Tests.TC_pdp4_act_deact.merged
Generated GGSN_Tests.TC_pdp4_act_deact_gtpu_access.merged
Generated GGSN_Tests.TC_pdp4_act_deact_gtpu_access_ipv6_apn4.merged
Generated GGSN_Tests.TC_pdp4_act_deact_gtpu_access_wrong_saddr.merged
Generated GGSN_Tests.TC_pdp4_act_deact_ipcp.merged
Generated GGSN_Tests.TC_pdp4_act_deact_ipcp_pap_broken.merged
Generated GGSN_Tests.TC_pdp4_act_deact_pcodns.merged
Generated GGSN_Tests.TC_pdp4_act_deact_with_separate_dns.merged
Generated GGSN_Tests.TC_pdp4_act_deact_with_single_dns.merged
Generated GGSN_Tests.TC_pdp4_act_update_teic.merged
Generated GGSN_Tests.TC_pdp4_act_update_teid.merged
Generated GGSN_Tests.TC_pdp4_clients_interact_with_txseq.merged
Generated GGSN_Tests.TC_pdp4_clients_interact_without_txseq.merged
Generated GGSN_Tests.TC_pdp6_act_deact.merged
Generated GGSN_Tests.TC_pdp6_act_deact_gtpu_access.merged
Generated GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ipv4_apn6.merged
Generated GGSN_Tests.TC_pdp6_act_deact_gtpu_access_ll_saddr.merged
Generated GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_global_saddr.merged
Generated GGSN_Tests.TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr.merged
Generated GGSN_Tests.TC_pdp6_act_deact_icmp6.merged
Generated GGSN_Tests.TC_pdp6_act_deact_pcodns.merged
Generated GGSN_Tests.TC_pdp6_clients_interact.merged
Generated GGSN_Tests.TC_pdp_act_restart_ctr_echo.merged
Removing Input log files !!!
+ exit 0
+ docker_kill_wait jenkins-ttcn3-ggsn-test-kernel-1313-ggsn
+ docker kill jenkins-ttcn3-ggsn-test-kernel-1313-ggsn
jenkins-ttcn3-ggsn-test-kernel-1313-ggsn
+ docker wait jenkins-ttcn3-ggsn-test-kernel-1313-ggsn
137
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ clean_up
+ local i
+ local log
+ [ all = all ]
+ continue
+ [ v4_only = all ]
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4_only/junit-xml-21.log ]
+ sed -i s/classname='\([^']\+\)'/classname='\1_v4_only'/g /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4_only/junit-xml-21.log
+ [ v6_only = all ]
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v6_only/junit-xml-21.log ]
+ sed -i s/classname='\([^']\+\)'/classname='\1_v6_only'/g /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v6_only/junit-xml-21.log
+ [ v4v6_only = all ]
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4v6_only/junit-xml-21.log ]
+ sed -i s/classname='\([^']\+\)'/classname='\1_v4v6_only'/g /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4v6_only/junit-xml-21.log
+ network_clean
+ docker network inspect ttcn3-ggsn-test-83
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=
+ [ -n  ]
+ network_remove
+ set +x
Removing network ttcn3-ggsn-test-83
+ docker network remove ttcn3-ggsn-test-83
ttcn3-ggsn-test-83
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/_cache:/cache --name jenkins-ttcn3-ggsn-test-kernel-1313-cleaner debian:bookworm sh -e -x -c 
				chmod -R a+rX /data/ /cache/
				chown -R 1000:1000 /data /cache
			
+ chmod -R a+rX /data/ /cache/
+ chown -R 1000:1000 /data /cache
+ collect_logs
+ cat /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4_only/junit-xml-21.log /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v4v6_only/junit-xml-21.log /home/osmocom-build/jenkins/workspace/ttcn3-ggsn-test-kernel/logs/ggsn-tester-v6_only/junit-xml-21.log
<?xml version="1.0"?>
<testsuite name='GGSN_Tests' tests='20' failures='2' errors='0' skipped='0' inconc='0' time='258.00'>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact' time='2.061628'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_ipcp' time='2.025025'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_ipcp_pap_broken' time='2.022511'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_pcodns' time='2.018304'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_gtpu_access' time='2.026759'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_gtpu_access_wrong_saddr' time='5.025347'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_gtpu_access_ipv6_apn4' time='5.023615'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_clients_interact_with_txseq' time='5.034000'>
    <failure type='fail-verdict'>
      GGSN_Tests.ttcn:2282 GGSN_Tests control part
      GGSN_Tests.ttcn:1405 TC_pdp4_clients_interact_with_txseq testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_clients_interact_without_txseq' time='5.032119'>
    <failure type='fail-verdict'>
      GGSN_Tests.ttcn:2283 GGSN_Tests control part
      GGSN_Tests.ttcn:1412 TC_pdp4_clients_interact_without_txseq testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_with_single_dns' time='2.028018'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_deact_with_separate_dns' time='2.025550'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_update_teic' time='2.025975'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp4_act_update_teid' time='2.026975'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_echo_req_resp' time='2.012432'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_echo_req_resp_gtpu' time='2.018670'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp_act2_recovery' time='2.026545'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_act_deact_retrans_duplicate' time='3.024902'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_pdp_act_restart_ctr_echo' time='12.030189'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_lots_of_concurrent_pdp_ctx' time='23.418435'/>
  <testcase classname='GGSN_Tests_v4_only' name='TC_addr_pool_exhaustion' time='13.785647'/>
</testsuite>
<?xml version="1.0"?>
<testsuite name='GGSN_Tests' tests='37' failures='24' errors='0' skipped='0' inconc='0' time='461.00'>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact' time='2.057721'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_ipcp' time='2.023827'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_ipcp_pap_broken' time='2.022584'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_pcodns' time='2.020997'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_gtpu_access' time='2.028177'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_gtpu_access_wrong_saddr' time='5.024196'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_gtpu_access_ipv6_apn4' time='5.026100'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_clients_interact_with_txseq' time='5.045217'>
    <failure type='fail-verdict'>
      GGSN_Tests.ttcn:2282 GGSN_Tests control part
      GGSN_Tests.ttcn:1405 TC_pdp4_clients_interact_with_txseq testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_clients_interact_without_txseq' time='5.042222'>
    <failure type='fail-verdict'>
      GGSN_Tests.ttcn:2283 GGSN_Tests control part
      GGSN_Tests.ttcn:1412 TC_pdp4_clients_interact_without_txseq testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_with_single_dns' time='2.025352'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_deact_with_separate_dns' time='2.022491'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_update_teic' time='2.023986'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp4_act_update_teid' time='2.026276'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact' time='0.020503'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2291 GGSN_Tests control part
      GGSN_Tests.ttcn:1015 TC_pdp6_act_deact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_pcodns' time='0.018501'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2292 GGSN_Tests control part
      GGSN_Tests.ttcn:1026 TC_pdp6_act_deact_pcodns testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_icmp6' time='0.016852'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2293 GGSN_Tests control part
      GGSN_Tests.ttcn:1050 TC_pdp6_act_deact_icmp6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_gtpu_access' time='0.020627'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2294 GGSN_Tests control part
      GGSN_Tests.ttcn:1068 TC_pdp6_act_deact_gtpu_access testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_gtpu_access_ll_saddr' time='0.019033'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2295 GGSN_Tests control part
      GGSN_Tests.ttcn:1100 TC_pdp6_act_deact_gtpu_access_ll_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr' time='0.019403'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2296 GGSN_Tests control part
      GGSN_Tests.ttcn:1145 TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_gtpu_access_wrong_global_saddr' time='0.018209'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2297 GGSN_Tests control part
      GGSN_Tests.ttcn:1165 TC_pdp6_act_deact_gtpu_access_wrong_global_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_act_deact_gtpu_access_ipv4_apn6' time='0.020032'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2298 GGSN_Tests control part
      GGSN_Tests.ttcn:1186 TC_pdp6_act_deact_gtpu_access_ipv4_apn6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp6_clients_interact' time='0.019894'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2299 GGSN_Tests control part
      GGSN_Tests.ttcn:1206 TC_pdp6_clients_interact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact' time='0.019552'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2303 GGSN_Tests control part
      GGSN_Tests.ttcn:1572 TC_pdp46_act_deact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_ipcp' time='0.017500'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2304 GGSN_Tests control part
      GGSN_Tests.ttcn:1584 TC_pdp46_act_deact_ipcp testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_icmp6' time='0.015856'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2305 GGSN_Tests control part
      GGSN_Tests.ttcn:1609 TC_pdp46_act_deact_icmp6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_pcodns4' time='0.018763'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2306 GGSN_Tests control part
      GGSN_Tests.ttcn:1625 TC_pdp46_act_deact_pcodns4 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_pcodns6' time='0.019340'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2307 GGSN_Tests control part
      GGSN_Tests.ttcn:1649 TC_pdp46_act_deact_pcodns6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_gtpu_access' time='0.017963'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2308 GGSN_Tests control part
      GGSN_Tests.ttcn:1673 TC_pdp46_act_deact_gtpu_access testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4' time='0.017805'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2309 GGSN_Tests control part
      GGSN_Tests.ttcn:1691 TC_pdp46_act_deact_gtpu_access_wrong_saddr_ipv4 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6' time='0.018640'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2310 GGSN_Tests control part
      GGSN_Tests.ttcn:1708 TC_pdp46_act_deact_gtpu_access_wrong_ll_saddr_ipv6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6' time='0.016838'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2311 GGSN_Tests control part
      GGSN_Tests.ttcn:1724 TC_pdp46_act_deact_gtpu_access_wrong_global_saddr_ipv6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp46_clients_interact' time='0.017497'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2312 GGSN_Tests control part
      GGSN_Tests.ttcn:1745 TC_pdp46_clients_interact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_echo_req_resp' time='2.017704'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_echo_req_resp_gtpu' time='2.015600'/>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_pdp_act_restart_ctr_echo' time='0.016080'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2328 GGSN_Tests control part
      GGSN_Tests.ttcn:1908 TC_pdp_act_restart_ctr_echo testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_lots_of_concurrent_pdp_ctx' time='0.414940'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2330 GGSN_Tests control part
      GGSN_Tests.ttcn:1995 TC_lots_of_concurrent_pdp_ctx testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v4v6_only' name='TC_addr_pool_exhaustion' time='120.115176'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:344 : pingpong T_default timeout"
      GGSN_Tests.ttcn:2332 GGSN_Tests control part
      GGSN_Tests.ttcn:2134 TC_addr_pool_exhaustion testcase
    </failure>
  </testcase>
</testsuite>
<?xml version="1.0"?>
<testsuite name='GGSN_Tests' tests='11' failures='9' errors='0' skipped='0' inconc='0' time='92.00'>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact' time='0.050559'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2291 GGSN_Tests control part
      GGSN_Tests.ttcn:1015 TC_pdp6_act_deact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_pcodns' time='0.019038'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2292 GGSN_Tests control part
      GGSN_Tests.ttcn:1026 TC_pdp6_act_deact_pcodns testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_icmp6' time='0.020790'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2293 GGSN_Tests control part
      GGSN_Tests.ttcn:1050 TC_pdp6_act_deact_icmp6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_gtpu_access' time='0.019162'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2294 GGSN_Tests control part
      GGSN_Tests.ttcn:1068 TC_pdp6_act_deact_gtpu_access testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_gtpu_access_ll_saddr' time='0.019085'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2295 GGSN_Tests control part
      GGSN_Tests.ttcn:1100 TC_pdp6_act_deact_gtpu_access_ll_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr' time='0.017698'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2296 GGSN_Tests control part
      GGSN_Tests.ttcn:1145 TC_pdp6_act_deact_gtpu_access_wrong_ll_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_gtpu_access_wrong_global_saddr' time='0.021977'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2297 GGSN_Tests control part
      GGSN_Tests.ttcn:1165 TC_pdp6_act_deact_gtpu_access_wrong_global_saddr testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_act_deact_gtpu_access_ipv4_apn6' time='0.019690'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2298 GGSN_Tests control part
      GGSN_Tests.ttcn:1186 TC_pdp6_act_deact_gtpu_access_ipv4_apn6 testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_pdp6_clients_interact' time='0.017075'>
    <failure type='fail-verdict'>"GGSN_Tests.ttcn:414 : CreatePDPContextResp: cause expectancies didn't match"
      GGSN_Tests.ttcn:2299 GGSN_Tests control part
      GGSN_Tests.ttcn:1206 TC_pdp6_clients_interact testcase
    </failure>
  </testcase>
  <testcase classname='GGSN_Tests_v6_only' name='TC_echo_req_resp' time='2.016740'/>
  <testcase classname='GGSN_Tests_v6_only' name='TC_echo_req_resp_gtpu' time='2.018185'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Archiving artifacts
Finished: UNSTABLE