Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/docker-playground
 > git init /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/arehbein/devtests
Seen branch in repository origin/arehbein/devtests%topic=fixes
Seen branch in repository origin/daniel/bscnat_tests
Seen branch in repository origin/daniel/training
Seen branch in repository origin/daniel/wip
Seen branch in repository origin/fixeria/confmerge
Seen branch in repository origin/fixeria/sccplite
Seen branch in repository origin/fixeria/testing
Seen branch in repository origin/jolly/testing
Seen branch in repository origin/laforge/ergw
Seen branch in repository origin/laforge/fr
Seen branch in repository origin/laforge/ns
Seen branch in repository origin/laforge/podman
Seen branch in repository origin/lynxis/gerrit-comment-ci
Seen branch in repository origin/master
Seen branch in repository origin/neels/hnbgw-pfcp
Seen branch in repository origin/neels/wip
Seen branch in repository origin/osmith/fix-registry-pull
Seen branch in repository origin/osmith/fix-rpi-gnutls
Seen branch in repository origin/osmith/obs-2021q1
Seen branch in repository origin/osmith/rpm-local
Seen branch in repository origin/osmith/ttcn3-pass-args
Seen branch in repository origin/osmith/wip
Seen branch in repository origin/osmith/wip-4g-only
Seen branch in repository origin/osmith/wip-asan
Seen branch in repository origin/pespin/bb
Seen branch in repository origin/pespin/bts-perf
Seen branch in repository origin/pespin/ergw
Seen branch in repository origin/pespin/gtp1
Seen branch in repository origin/pespin/master
Seen branch in repository origin/pmaier/pcuif
Seen branch in repository origin/refsf/for/master/dyn-pdch
Seen 32 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 9f3fa5ab3c64179efdb6ad9367071b9bbf774d8c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f3fa5ab3c64179efdb6ad9367071b9bbf774d8c # timeout=10
Commit message: "ttcn3-bts: Allow running osmo-bts-trx with rt prio"
 > git rev-list --no-walk 9f3fa5ab3c64179efdb6ad9367071b9bbf774d8c # timeout=10
[ttcn3-bts-test-io_uring] $ /bin/sh -xe /tmp/jenkins15187921936190677869.sh
+ export REGISTRY_HOST=registry.osmocom.org
+ echo ttcn3-bts-test-io_uring
+ sed s/-io_uring$//
+ DIR=ttcn3-bts-test
+ export DOCKER_ARGS=
          -e LIBOSMO_IO_BACKEND=IO_URING
          --ulimit memlock=-1
          --security-opt seccomp=../seccomp_profile.json
        
+ cd ttcn3-bts-test
+ ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring = x ]
+ VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs
+ mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs
+ [ ! -d /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs ]
+ [ xjenkins-ttcn3-bts-test-io_uring-314 = x ]
+ basename /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/ttcn3-bts-test
+ SUITE_NAME=ttcn3-bts-test
+ IMAGE_SUFFIX=master
+ docker_images_require osmo-bsc-master osmo-bts-master osmocom-bb-host-master ttcn3-bts-test
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends osmo-bsc-master
+ local feed
+ echo debian-bookworm-build
+ depends=debian-bookworm-build
+ [ -n debian-bookworm-build ]
+ docker_images_require debian-bookworm-build
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends debian-bookworm-build
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name debian-bookworm-build
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian-bookworm-build
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name debian-bookworm-build
+ echo debian-bookworm-build
+ dir=debian-bookworm-build
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-bookworm-build/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ set +x
Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/debian-bookworm-build'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	--pull -t osmocom-build/debian-bookworm-build:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 5.80kB done
#1 DONE 0.1s

#2 [auth] sharing credentials for registry.osmocom.org
#2 DONE 0.0s

#3 [internal] load metadata for registry.osmocom.org/debian:bookworm
#3 DONE 0.1s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s

#5 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:30c92cee105dd5e0b358aad92c408f38bae576fd60da2310538f86ea7e9d23c2
#5 DONE 0.0s

#6 [ 7/16] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#6 DONE 0.1s

#7 [internal] load build context
#7 transferring context: 1.96kB done
#7 DONE 0.1s

#8 [11/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit
#8 DONE 0.3s

#9 [ 9/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#9 DONE 0.3s

#10 [15/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release
#10 DONE 0.3s

#11 [13/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit
#11 DONE 0.4s

#12 [ 8/16] RUN	SET -x && 	cat /tmp/pysim_requirements.txt && 	pip3 install --break-system-packages 		'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 		'git+https://github.com/osmocom/sphinx-argparse@inside-classes#egg=sphinx-argparse' 		'git+https://github.com/podshumok/python-smpplib.git' 		'pydbus' 		'pysispm' 		'ruff' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#12 CACHED

#13 [ 3/16] COPY	.COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc
#13 CACHED

#14 [14/16] RUN	GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals
#14 CACHED

#15 [15/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release
#15 CACHED

#16 [12/16] RUN 	set -x && 	git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && 	su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && 	rm -rf osmo-ci
#16 CACHED

#17 [ 2/16] COPY	.COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#17 CACHED

#18 [10/16] RUN	SET -x && 	git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && 	cd osmo-python-tests && 	python3 setup.py clean build install && 	cd .. && 	rm -rf osmo-python-tests
#18 CACHED

#19 [ 7/16] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#19 CACHED

#20 [11/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit
#20 CACHED

#21 [ 9/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#21 CACHED

#22 [ 4/16] RUN	SET -x && 	useradd --uid=1000 -d /build -m build && 	chown -R build:build /usr/local && 		echo "path-exclude=/usr/share/man/*" 		> /etc/dpkg/dpkg.cfg.d/exclude-man-pages && 	rm -rf /usr/share/man/
#22 CACHED

#23 [13/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit
#23 CACHED

#24 [ 6/16] RUN	SET -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		asciidoc 		asciidoc-dblatex 		autoconf 		autoconf-archive 		autogen 		automake 		bc 		bison 		build-essential 		bzip2 		ca-certificates 		ccache 		clang-format 		cmake 		coccinelle 		cppcheck 		curl 		dahdi-source 		dblatex 		dbus 		debhelper 		devscripts 		dh-autoreconf 		docbook5-xml 		doxygen 		equivs 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		ghostscript 		git 		gnupg 		graphviz 		htop 		iproute2 		latexmk 		lcov 		libaio-dev 		libasound2-dev 		libbladerf-dev 		libboost-all-dev 		libc-ares-dev 		libcdk5-dev 		libcsv-dev 		libdbd-sqlite3 		libdbi-dev 		libelf-dev 		libffi-dev 		libfftw3-dev 		libgmp-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libjansson-dev 		liblua5.3-dev 		libmnl-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libnftables-dev 		libnftnl-dev 		libnl-3-dev 		libnl-route-3-dev 		liboping-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libreadline-dev 		librsvg2-bin 		libsctp-dev 		libsigsegv-dev 		libsnmp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libtalloc-dev 		libtinfo5 		libtool 		liburing-dev 		libusb-1.0-0-dev 		libusb-dev 		libxml2-utils 		libzmq3-dev 		locales 		lua-socket 		make 		mscgen 		ofono 		openssh-client 		patchelf 		picolibc-arm-none-eabi 		pkg-config 		pylint 		python3 		python3-gi 		python3-mako 		python3-nwdiag 		python3-pip 		python3-pyflakes 		python3-setuptools 		python3-usb 		python3-yaml 		rsync 		sdcc 		source-highlight 		sqlite3 		stow 		sudo 		swig 		systemd 		tcpdump 		telnet 		tex-gyre 		texinfo 		unzip 		virtualenv 		xsltproc 		xxd 		&& 	apt-get clean
#24 CACHED

#25 [ 5/16] RUN	IF [ "$(arch)" != "x86_64" ]; then 		echo "ERROR: use debian-bookworm-build-arm instead"; 		exit 1; 	fi && 	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		libtinfo5 		wget 		&& 	apt-get clean && 	wget https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-14.0.0/LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	tar -xf LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	rm LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	mv LLVMEmbeddedToolchainForArm-14.0.0 /opt/llvm-arm && 	/opt/llvm-arm/bin/clang --version && 	/opt/llvm-arm/bin/clang --print-targets
#25 CACHED

#26 [16/16] RUN	SET -x && 	echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./" 		> /etc/apt/sources.list.d/osmocom-nightly.list && 	apt-get update && 	apt-get install -y --no-install-recommends 		liblimesuite-dev 		libuhd-dev 		libulfius-dev 		&& 	apt-get clean
#26 CACHED

#27 exporting to image
#27 exporting layers done
#27 writing image sha256:bb77fd237ba3d847cc01777ce1b6f5028160bb44d259550c5e0df60a89aedfee done
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done
#27 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/debian-bookworm-build'
+ docker_image_exists debian-bookworm-build
+ docker images -q osmocom-build/debian-bookworm-build
+ test -n bb77fd237ba3
+ list_osmo_packages debian-bookworm debian-bookworm-build
+ local distro=debian-bookworm
+ local image=debian-bookworm-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-bsc-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-bsc-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-bsc-master
+ echo osmo-bsc-master
+ dir=osmo-bsc-master
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-bsc-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-bsc-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-bsc-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-bsc-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmo-bsc-master'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/osmo-bsc-master:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 1.39kB done
#1 DONE 0.3s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.3s

#4 [internal] load build context
#4 DONE 0.0s

#5 [1/8] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#5 CACHED

#6 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BSC/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bsc
#6 DONE 0.5s

#7 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-netif-dev 			libosmo-sigtran-dev 			libosmo-mgcp-client-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmo-mgcp-client)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmo-sigtran)" 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 		;; 	esac
#7 ...

#6 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BSC/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bsc
#6 DONE 0.6s

#4 [internal] load build context
#4 transferring context: 4.21kB done
#4 DONE 0.2s

#7 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-netif-dev 			libosmo-sigtran-dev 			libosmo-mgcp-client-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmo-mgcp-client)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmo-sigtran)" 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 		;; 	esac
#7 0.610 Hit:1 http://deb.debian.org/debian bookworm InRelease
#7 0.610 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#7 0.610 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#7 0.864 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#7 0.977 Reading package lists...
#7 1.287 Reading package lists...
#7 1.557 Building dependency tree...
#7 1.618 Reading state information...
#7 1.683 The following additional packages will be installed:
#7 1.683   libosmo-mgcp-client14 libosmo-sigtran11 libosmoabis15 libosmocodec4
#7 1.683   libosmocoding0 libosmocore libosmocore22 libosmoctrl0 libosmogb14
#7 1.683   libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 libosmotrau11
#7 1.683   libosmousb0 libosmovty13 osmocom-nightly
#7 1.695 The following NEW packages will be installed:
#7 1.695   libosmo-abis-dev libosmo-mgcp-client-dev libosmo-mgcp-client14
#7 1.695   libosmo-netif-dev libosmo-sigtran-dev libosmo-sigtran11 libosmoabis15
#7 1.695   libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore22
#7 1.695   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#7 1.695   libosmosim2 libosmotrau11 libosmousb0 libosmovty13 osmocom-nightly
#7 1.712 0 upgraded, 22 newly installed, 0 to remove and 2 not upgraded.
#7 1.712 Need to get 3206 kB of archives.
#7 1.712 After this operation, 12.2 MB of additional disk space will be used.
#7 1.712 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202503212026 [1180 B]
#7 1.714 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.11.0.11.8111.202503212026 [170 kB]
#7 1.716 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.11.0.11.8111.202503212026 [52.1 kB]
#7 1.716 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau11 2.0.0.17.d2e8.202503212026 [34.5 kB]
#7 1.717 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.11.0.11.8111.202503212026 [71.2 kB]
#7 1.717 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.11.0.11.8111.202503212026 [229 kB]
#7 1.719 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.6.0.2.1b40.202503212026 [60.0 kB]
#7 1.720 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.11.0.11.8111.202503212026 [104 kB]
#7 1.721 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis15 2.0.0.17.d2e8.202503212026 [71.0 kB]
#7 1.722 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.11.0.11.8111.202503212026 [71.7 kB]
#7 1.722 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.11.0.11.8111.202503212026 [179 kB]
#7 1.724 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.11.0.11.8111.202503212026 [60.4 kB]
#7 1.724 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.11.0.11.8111.202503212026 [64.3 kB]
#7 1.725 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.11.0.11.8111.202503212026 [51.0 kB]
#7 1.726 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.11.0.11.8111.202503212026 [44.3 kB]
#7 1.726 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.11.0.11.8111.202503212026 [849 kB]
#7 1.737 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.6.0.2.1b40.202503212026 [72.6 kB]
#7 1.738 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 2.0.0.17.d2e8.202503212026 [114 kB]
#7 1.739 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran11 2.1.0.49.23d1.202503212026 [136 kB]
#7 1.740 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.1.0.49.23d1.202503212026 [644 kB]
#7 1.751 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-mgcp-client14 1.14.0.28.4a09a.202503212026 [58.8 kB]
#7 1.751 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-mgcp-client-dev 1.14.0.28.4a09a.202503212026 [67.8 kB]
#7 1.865 debconf: delaying package configuration, since apt-utils is not installed
#7 1.906 Fetched 3206 kB in 0s (59.6 MB/s)
#7 1.967 Selecting previously unselected package osmocom-nightly.
#7 1.967 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 117460 files and directories currently installed.)
#7 1.992 Preparing to unpack .../00-osmocom-nightly_202503212026_amd64.deb ...
#7 2.015 Unpacking osmocom-nightly (202503212026) ...
#7 2.153 Selecting previously unselected package libosmocore22:amd64.
#7 2.158 Preparing to unpack .../01-libosmocore22_1.11.0.11.8111.202503212026_amd64.deb ...
#7 2.203 Unpacking libosmocore22:amd64 (1.11.0.11.8111.202503212026) ...
#7 2.351 Selecting previously unselected package libosmocodec4:amd64.
#7 2.356 Preparing to unpack .../02-libosmocodec4_1.11.0.11.8111.202503212026_amd64.deb ...
#7 2.375 Unpacking libosmocodec4:amd64 (1.11.0.11.8111.202503212026) ...
#7 2.503 Selecting previously unselected package libosmotrau11:amd64.
#7 2.508 Preparing to unpack .../03-libosmotrau11_2.0.0.17.d2e8.202503212026_amd64.deb ...
#7 2.525 Unpacking libosmotrau11:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 2.671 Selecting previously unselected package libosmoisdn0:amd64.
#7 2.679 Preparing to unpack .../04-libosmoisdn0_1.11.0.11.8111.202503212026_amd64.deb ...
#7 2.699 Unpacking libosmoisdn0:amd64 (1.11.0.11.8111.202503212026) ...
#7 2.846 Selecting previously unselected package libosmogsm20:amd64.
#7 2.850 Preparing to unpack .../05-libosmogsm20_1.11.0.11.8111.202503212026_amd64.deb ...
#7 2.867 Unpacking libosmogsm20:amd64 (1.11.0.11.8111.202503212026) ...
#7 3.042 Selecting previously unselected package libosmonetif11:amd64.
#7 3.048 Preparing to unpack .../06-libosmonetif11_1.6.0.2.1b40.202503212026_amd64.deb ...
#7 3.077 Unpacking libosmonetif11:amd64 (1.6.0.2.1b40.202503212026) ...
#7 3.352 Selecting previously unselected package libosmovty13:amd64.
#7 3.357 Preparing to unpack .../07-libosmovty13_1.11.0.11.8111.202503212026_amd64.deb ...
#7 3.377 Unpacking libosmovty13:amd64 (1.11.0.11.8111.202503212026) ...
#7 3.560 Selecting previously unselected package libosmoabis15:amd64.
#7 3.568 Preparing to unpack .../08-libosmoabis15_2.0.0.17.d2e8.202503212026_amd64.deb ...
#7 3.597 Unpacking libosmoabis15:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 3.854 Selecting previously unselected package libosmocoding0:amd64.
#7 3.863 Preparing to unpack .../09-libosmocoding0_1.11.0.11.8111.202503212026_amd64.deb ...
#7 3.901 Unpacking libosmocoding0:amd64 (1.11.0.11.8111.202503212026) ...
#7 4.272 Selecting previously unselected package libosmogb14:amd64.
#7 4.280 Preparing to unpack .../10-libosmogb14_1.11.0.11.8111.202503212026_amd64.deb ...
#7 4.317 Unpacking libosmogb14:amd64 (1.11.0.11.8111.202503212026) ...
#7 4.577 Selecting previously unselected package libosmoctrl0:amd64.
#7 4.585 Preparing to unpack .../11-libosmoctrl0_1.11.0.11.8111.202503212026_amd64.deb ...
#7 4.620 Unpacking libosmoctrl0:amd64 (1.11.0.11.8111.202503212026) ...
#7 4.877 Selecting previously unselected package libosmosim2:amd64.
#7 4.895 Preparing to unpack .../12-libosmosim2_1.11.0.11.8111.202503212026_amd64.deb ...
#7 4.931 Unpacking libosmosim2:amd64 (1.11.0.11.8111.202503212026) ...
#7 5.157 Selecting previously unselected package libosmousb0:amd64.
#7 5.166 Preparing to unpack .../13-libosmousb0_1.11.0.11.8111.202503212026_amd64.deb ...
#7 5.195 Unpacking libosmousb0:amd64 (1.11.0.11.8111.202503212026) ...
#7 5.442 Selecting previously unselected package libosmocore.
#7 5.451 Preparing to unpack .../14-libosmocore_1.11.0.11.8111.202503212026_amd64.deb ...
#7 5.473 Unpacking libosmocore (1.11.0.11.8111.202503212026) ...
#7 5.676 Selecting previously unselected package libosmocore-dev:amd64.
#7 5.684 Preparing to unpack .../15-libosmocore-dev_1.11.0.11.8111.202503212026_amd64.deb ...
#7 5.720 Unpacking libosmocore-dev:amd64 (1.11.0.11.8111.202503212026) ...
#7 5.957 Selecting previously unselected package libosmo-netif-dev:amd64.
#7 5.965 Preparing to unpack .../16-libosmo-netif-dev_1.6.0.2.1b40.202503212026_amd64.deb ...
#7 5.995 Unpacking libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503212026) ...
#7 6.188 Selecting previously unselected package libosmo-abis-dev:amd64.
#7 6.193 Preparing to unpack .../17-libosmo-abis-dev_2.0.0.17.d2e8.202503212026_amd64.deb ...
#7 6.214 Unpacking libosmo-abis-dev:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 6.455 Selecting previously unselected package libosmo-sigtran11:amd64.
#7 6.463 Preparing to unpack .../18-libosmo-sigtran11_2.1.0.49.23d1.202503212026_amd64.deb ...
#7 6.500 Unpacking libosmo-sigtran11:amd64 (2.1.0.49.23d1.202503212026) ...
#7 6.712 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#7 6.720 Preparing to unpack .../19-libosmo-sigtran-dev_2.1.0.49.23d1.202503212026_amd64.deb ...
#7 6.753 Unpacking libosmo-sigtran-dev:amd64 (2.1.0.49.23d1.202503212026) ...
#7 7.049 Selecting previously unselected package libosmo-mgcp-client14:amd64.
#7 7.058 Preparing to unpack .../20-libosmo-mgcp-client14_1.14.0.28.4a09a.202503212026_amd64.deb ...
#7 7.082 Unpacking libosmo-mgcp-client14:amd64 (1.14.0.28.4a09a.202503212026) ...
#7 7.285 Selecting previously unselected package libosmo-mgcp-client-dev:amd64.
#7 7.293 Preparing to unpack .../21-libosmo-mgcp-client-dev_1.14.0.28.4a09a.202503212026_amd64.deb ...
#7 7.326 Unpacking libosmo-mgcp-client-dev:amd64 (1.14.0.28.4a09a.202503212026) ...
#7 7.564 Setting up osmocom-nightly (202503212026) ...
#7 7.685 Setting up libosmocore22:amd64 (1.11.0.11.8111.202503212026) ...
#7 7.796 Setting up libosmocodec4:amd64 (1.11.0.11.8111.202503212026) ...
#7 7.897 Setting up libosmovty13:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.000 Setting up libosmoisdn0:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.110 Setting up libosmotrau11:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 8.225 Setting up libosmousb0:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.292 Setting up libosmo-mgcp-client14:amd64 (1.14.0.28.4a09a.202503212026) ...
#7 8.356 Setting up libosmogsm20:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.425 Setting up libosmoctrl0:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.552 Setting up libosmogb14:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.662 Setting up libosmonetif11:amd64 (1.6.0.2.1b40.202503212026) ...
#7 8.720 Setting up libosmo-mgcp-client-dev:amd64 (1.14.0.28.4a09a.202503212026) ...
#7 8.773 Setting up libosmocoding0:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.832 Setting up libosmosim2:amd64 (1.11.0.11.8111.202503212026) ...
#7 8.883 Setting up libosmocore (1.11.0.11.8111.202503212026) ...
#7 8.974 Setting up libosmoabis15:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 9.092 Setting up libosmo-sigtran11:amd64 (2.1.0.49.23d1.202503212026) ...
#7 9.203 Setting up libosmocore-dev:amd64 (1.11.0.11.8111.202503212026) ...
#7 9.331 Setting up libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503212026) ...
#7 9.450 Setting up libosmo-sigtran-dev:amd64 (2.1.0.49.23d1.202503212026) ...
#7 9.579 Setting up libosmo-abis-dev:amd64 (2.0.0.17.d2e8.202503212026) ...
#7 9.707 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#7 DONE 10.5s

#8 [3/8] WORKDIR	/TMP
#8 DONE 1.1s

#9 [4/8] RUN	GIT clone https://gerrit.osmocom.org/osmo-bsc.git
#9 0.759 Cloning into 'osmo-bsc'...
#9 DONE 2.3s

#10 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BSC/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bsc
#10 DONE 0.5s

#11 [6/8] RUN	CD osmo-bsc && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && 	autoreconf -fi && 	./configure && 	make "-j$(nproc)" install
#11 0.506 Already on 'master'
#11 0.507 Your branch is up to date with 'origin/master'.
#11 0.508 refs/heads/master
#11 0.513 HEAD is now at 2d52cb2c2 bts_vty: drop NL in 'ncc-permitted' commands
#11 0.514 master
#11 0.515 2d52cb2c23d04f495f596937b0840ad6169d38a9
#11 2.495 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
#11 2.495 libtoolize: copying file './ltmain.sh'
#11 2.568 libtoolize: putting macros in 'm4'.
#11 2.568 libtoolize: copying file 'm4/libtool.m4'
#11 2.608 libtoolize: copying file 'm4/ltoptions.m4'
#11 2.643 libtoolize: copying file 'm4/ltsugar.m4'
#11 2.651 libtoolize: copying file 'm4/ltversion.m4'
#11 2.661 libtoolize: copying file 'm4/lt~obsolete.m4'
#11 2.687 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
#11 2.687 libtoolize: and rerunning libtoolize and aclocal.
#11 3.469 configure.ac:74: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 3.469 configure.ac:74: You should run autoupdate.
#11 3.469 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 3.469 configure.ac:74: the top level
#11 3.469 configure.ac:130: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.469 configure.ac:130: You should run autoupdate.
#11 3.469 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.469 configure.ac:130: the top level
#11 3.469 configure.ac:150: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.469 configure.ac:150: You should run autoupdate.
#11 3.469 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.469 configure.ac:150: the top level
#11 3.469 configure.ac:228: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 3.469 configure.ac:228: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 3.469 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 3.469 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
#11 3.469 configure.ac:228: the top level
#11 3.469 configure.ac:230: warning: AC_OUTPUT should be used without arguments.
#11 3.469 configure.ac:230: You should run autoupdate.
#11 3.913 configure.ac:23: installing './compile'
#11 3.914 configure.ac:25: installing './config.guess'
#11 3.915 configure.ac:25: installing './config.sub'
#11 3.916 configure.ac:9: installing './install-sh'
#11 3.917 configure.ac:9: installing './missing'
#11 3.945 doc/Makefile.am:34: warning: '%'-style pattern rules are a GNU make extension
#11 3.945 doc/Makefile.am:37: warning: '%'-style pattern rules are a GNU make extension
#11 3.999 src/ipaccess/Makefile.am: installing './depcomp'
#11 4.180 checking for a BSD-compatible install... /usr/bin/install -c
#11 4.185 checking whether build environment is sane... yes
#11 4.191 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 4.193 checking for gawk... gawk
#11 4.193 checking whether make sets $(MAKE)... yes
#11 4.202 checking whether make supports nested variables... yes
#11 4.211 checking whether make supports nested variables... (cached) yes
#11 4.211 checking whether make sets $(MAKE)... (cached) yes
#11 4.215 checking for gcc... gcc
#11 4.242 checking whether the C compiler works... yes
#11 4.260 checking for C compiler default output file name... a.out
#11 4.261 checking for suffix of executables... 
#11 4.279 checking whether we are cross compiling... no
#11 4.306 checking for suffix of object files... o
#11 4.325 checking whether the compiler supports GNU C... yes
#11 4.346 checking whether gcc accepts -g... yes
#11 4.369 checking for gcc option to enable C11 features... none needed
#11 4.394 checking whether gcc understands -c and -o together... yes
#11 4.417 checking whether make supports the include directive... yes (GNU style)
#11 4.431 checking dependency style of gcc... gcc3
#11 4.506 checking build system type... x86_64-pc-linux-gnu
#11 4.553 checking host system type... x86_64-pc-linux-gnu
#11 4.553 checking how to print strings... printf
#11 4.571 checking for a sed that does not truncate output... /usr/bin/sed
#11 4.573 checking for grep that handles long lines and -e... /usr/bin/grep
#11 4.574 checking for egrep... /usr/bin/grep -E
#11 4.574 checking for fgrep... /usr/bin/grep -F
#11 4.575 checking for ld used by gcc... /usr/bin/ld
#11 4.577 checking if the linker (/usr/bin/ld) is GNU ld... yes
#11 4.578 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#11 4.579 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#11 4.589 checking whether ln -s works... yes
#11 4.589 checking the maximum length of command line arguments... 1572864
#11 4.593 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#11 4.593 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#11 4.593 checking for /usr/bin/ld option to reload object files... -r
#11 4.593 checking for file... file
#11 4.593 checking for objdump... objdump
#11 4.593 checking how to recognize dependent libraries... pass_all
#11 4.594 checking for dlltool... no
#11 4.594 checking how to associate runtime and link libraries... printf %s\n
#11 4.594 checking for ar... ar
#11 4.594 checking for archiver @FILE support... @
#11 4.626 checking for strip... strip
#11 4.627 checking for ranlib... ranlib
#11 4.627 checking command to parse /usr/bin/nm -B output from gcc object... ok
#11 4.696 checking for sysroot... no
#11 4.697 checking for a working dd... /usr/bin/dd
#11 4.700 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#11 4.723 checking for mt... no
#11 4.724 checking if : is a manifest tool... no
#11 4.732 checking for stdio.h... yes
#11 4.760 checking for stdlib.h... yes
#11 4.785 checking for string.h... yes
#11 4.811 checking for inttypes.h... yes
#11 4.836 checking for stdint.h... yes
#11 4.858 checking for strings.h... yes
#11 4.880 checking for sys/stat.h... yes
#11 4.897 checking for sys/types.h... yes
#11 4.913 checking for unistd.h... yes
#11 4.925 checking for dlfcn.h... yes
#11 4.937 checking for objdir... .libs
#11 4.985 checking if gcc supports -fno-rtti -fno-exceptions... no
#11 4.998 checking for gcc option to produce PIC... -fPIC -DPIC
#11 4.998 checking if gcc PIC flag -fPIC -DPIC works... yes
#11 5.012 checking if gcc static flag -static works... yes
#11 5.048 checking if gcc supports -c -o file.o... yes
#11 5.060 checking if gcc supports -c -o file.o... (cached) yes
#11 5.060 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#11 5.064 checking whether -lc should be explicitly linked in... no
#11 5.081 checking dynamic linker characteristics... GNU/Linux ld.so
#11 5.119 checking how to hardcode library paths into programs... immediate
#11 5.119 checking whether stripping libraries is possible... yes
#11 5.120 checking if libtool supports shared libraries... yes
#11 5.120 checking whether to build shared libraries... yes
#11 5.120 checking whether to build static libraries... yes
#11 5.120 checking for pkg-config... /usr/bin/pkg-config
#11 5.120 checking for pkg-config... /usr/bin/pkg-config
#11 5.120 checking pkg-config is at least version 0.20... yes
#11 5.121 checking for libosmocore >= 1.11.0... yes
#11 5.125 checking for libosmovty >= 1.11.0... yes
#11 5.131 checking for libosmoctrl >= 1.11.0... yes
#11 5.141 checking for libosmogsm >= 1.11.0... yes
#11 5.155 checking for libosmoabis >= 2.0.0... yes
#11 5.172 checking for libosmo-netif >= 1.6.0... yes
#11 5.190 checking for libosmo-sigtran >= 2.1.0... yes
#11 5.209 checking for libosmo-mgcp-client >= 1.14.0... yes
#11 5.224 checking for egrep... (cached) /usr/bin/grep -E
#11 5.225 checking if gcc supports -fvisibility=hidden... yes
#11 5.250 checking whether to enable code coverage support... no
#11 5.251 checking whether to enable VTY/CTRL tests... no
#11 5.256 CFLAGS=" -std=gnu11"
#11 5.256 CPPFLAGS=""
#11 5.300 checking that generated files are newer than configure... done
#11 5.301 configure: creating ./config.status
#11 5.761 config.status: creating include/Makefile
#11 5.794 config.status: creating include/osmocom/Makefile
#11 5.829 config.status: creating include/osmocom/bsc/Makefile
#11 5.866 config.status: creating src/Makefile
#11 5.881 config.status: creating src/osmo-bsc/Makefile
#11 5.888 config.status: creating src/ipaccess/Makefile
#11 5.894 config.status: creating src/utils/Makefile
#11 5.901 config.status: creating tests/Makefile
#11 5.907 config.status: creating tests/atlocal
#11 5.913 config.status: creating tests/abis/Makefile
#11 5.920 config.status: creating tests/acc/Makefile
#11 5.930 config.status: creating tests/bsc/Makefile
#11 5.943 config.status: creating tests/codec_pref/Makefile
#11 5.965 config.status: creating tests/gsm0408/Makefile
#11 5.997 config.status: creating tests/handover/Makefile
#11 6.030 config.status: creating tests/nanobts_omlattr/Makefile
#11 6.039 config.status: creating tests/paging/Makefile
#11 6.046 config.status: creating tests/subscr/Makefile
#11 6.056 config.status: creating doc/Makefile
#11 6.073 config.status: creating doc/examples/Makefile
#11 6.101 config.status: creating doc/manuals/Makefile
#11 6.135 config.status: creating contrib/Makefile
#11 6.171 config.status: creating contrib/systemd/Makefile
#11 6.185 config.status: creating Makefile
#11 6.190 config.status: creating bscconfig.h
#11 6.195 config.status: executing tests/atconfig commands
#11 6.196 config.status: executing depfiles commands
#11 6.590 config.status: executing libtool commands
#11 6.684 echo 1.13.0.7-2d52c > .version-t && mv .version-t .version
#11 6.685 make  install-recursive
#11 6.687 make[1]: Entering directory '/tmp/osmo-bsc'
#11 6.688 Making install in include
#11 6.689 make[2]: Entering directory '/tmp/osmo-bsc/include'
#11 6.691 Making install in osmocom
#11 6.692 make[3]: Entering directory '/tmp/osmo-bsc/include/osmocom'
#11 6.693 Making install in bsc
#11 6.694 make[4]: Entering directory '/tmp/osmo-bsc/include/osmocom/bsc'
#11 6.695 make[5]: Entering directory '/tmp/osmo-bsc/include/osmocom/bsc'
#11 6.695 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.695 make[5]: Nothing to be done for 'install-data-am'.
#11 6.695 make[5]: Leaving directory '/tmp/osmo-bsc/include/osmocom/bsc'
#11 6.695 make[4]: Leaving directory '/tmp/osmo-bsc/include/osmocom/bsc'
#11 6.696 make[4]: Entering directory '/tmp/osmo-bsc/include/osmocom'
#11 6.697 make[5]: Entering directory '/tmp/osmo-bsc/include/osmocom'
#11 6.697 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.697 make[5]: Nothing to be done for 'install-data-am'.
#11 6.697 make[5]: Leaving directory '/tmp/osmo-bsc/include/osmocom'
#11 6.697 make[4]: Leaving directory '/tmp/osmo-bsc/include/osmocom'
#11 6.697 make[3]: Leaving directory '/tmp/osmo-bsc/include/osmocom'
#11 6.698 make[3]: Entering directory '/tmp/osmo-bsc/include'
#11 6.699 make[4]: Entering directory '/tmp/osmo-bsc/include'
#11 6.699 make[4]: Nothing to be done for 'install-exec-am'.
#11 6.699 make[4]: Nothing to be done for 'install-data-am'.
#11 6.699 make[4]: Leaving directory '/tmp/osmo-bsc/include'
#11 6.699 make[3]: Leaving directory '/tmp/osmo-bsc/include'
#11 6.699 make[2]: Leaving directory '/tmp/osmo-bsc/include'
#11 6.700 Making install in src
#11 6.700 make[2]: Entering directory '/tmp/osmo-bsc/src'
#11 6.702 Making install in osmo-bsc
#11 6.703 make[3]: Entering directory '/tmp/osmo-bsc/src/osmo-bsc'
#11 6.704   CC       osmo_bsc_main.o
#11 6.704   CC       a_reset.lo
#11 6.704   CC       abis_nm.lo
#11 6.704   CC       abis_nm_vty.lo
#11 6.704   CC       abis_om2000.lo
#11 6.704   CC       abis_om2000_vty.lo
#11 6.706   CC       abis_osmo.lo
#11 6.706   CC       abis_rsl.lo
#11 6.706   CC       assignment_fsm.lo
#11 6.707   CC       acc.lo
#11 6.707   CC       bsc_ctrl_lookup.lo
#11 6.707   CC       bsc_ctrl.lo
#11 6.708   CC       bsc_init.lo
#11 6.708   CC       bsc_rf_ctrl.lo
#11 6.709   CC       bsc_rll.lo
#11 6.709   CC       bsc_sccp.lo
#11 6.709   CC       bsc_stats.lo
#11 6.710   CC       bsc_subscr_conn_fsm.lo
#11 6.711   CC       bsc_vty.lo
#11 6.711   CC       bsc_subscriber.lo
#11 6.814 bsc_ctrl.c: In function 'msc_get_ss7_as':
#11 6.814 bsc_ctrl.c:637:9: warning: 'osmo_ss7_route_lookup' is deprecated: Use internal ss7_instance_lookup_route() instead [-Wdeprecated-declarations]
#11 6.814   637 |         rt = osmo_ss7_route_lookup(ss7, msc->a.msc_addr.pc);
#11 6.814       |         ^~
#11 6.814 In file included from ../../include/osmocom/bsc/bsc_msc_data.h:40,
#11 6.814                  from bsc_ctrl.c:41:
#11 6.814 /usr/include/osmocom/sigtran/osmo_ss7.h:128:1: note: declared here
#11 6.814   128 | osmo_ss7_route_lookup(struct osmo_ss7_instance *inst, uint32_t dpc)
#11 6.814       | ^~~~~~~~~~~~~~~~~~~~~
#11 6.850   CC       bts.lo
#11 6.881   CC       bts_trx.lo
#11 6.886   CC       bts_trx_ctrl.lo
#11 6.897   CC       bts_trx_ts_ctrl.lo
#11 6.899   CC       bts_trx_ts_lchan_ctrl.lo
#11 6.907   CC       bts_ericsson_rbs2000.lo
#11 6.910   CC       bts_init.lo
#11 6.914   CC       bts_ipaccess_nanobts.lo
#11 6.941   CC       bts_ipaccess_nanobts_omlattr.lo
#11 6.963   CC       bts_nokia_site.lo
#11 6.981   CC       bts_siemens_bs11.lo
#11 6.995   CC       bts_sm.lo
#11 6.996   CC       bts_osmobts.lo
#11 7.010   CC       bts_unknown.lo
#11 7.089   CC       bts_ctrl.lo
#11 7.096   CC       bts_setup_ramp.lo
#11 7.116   CC       bts_vty.lo
#11 7.135   CC       bts_trx_vty.lo
#11 7.142   CC       chan_alloc.lo
#11 7.171   CC       chan_counts.lo
#11 7.173   CC       codec_pref.lo
#11 7.181   CC       data_rate_pref.lo
#11 7.196   CC       e1_config.lo
#11 7.199   CC       gsm_04_08_rr.lo
#11 7.205   CC       gsm_data.lo
#11 7.216   CC       handover_cfg.lo
#11 7.238   CC       handover_ctrl.lo
#11 7.255   CC       handover_decision.lo
#11 7.264   CC       handover_decision_2.lo
#11 7.317   CC       handover_fsm.lo
#11 7.343   CC       handover_logic.lo
#11 7.354   CC       handover_vty.lo
#11 7.384   CC       vgcs_fsm.lo
#11 7.405   CC       lb.lo
#11 7.418   CC       lchan.lo
#11 7.443   CC       lchan_fsm.lo
#11 7.456   CC       lchan_rtp_fsm.lo
#11 7.467   CC       lchan_select.lo
#11 7.488   CC       lcs_loc_req.lo
#11 7.501   CC       meas_feed.lo
#11 7.502   CC       lcs_ta_req.lo
#11 7.536   CC       meas_rep.lo
#11 7.548   CC       neighbor_ident.lo
#11 7.609 lchan_rtp_fsm.c: In function 'mgcp_pick_codec':
#11 7.609 lchan_rtp_fsm.c:926:17: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
#11 7.609   926 |                 verb_info->codecs_len = 0;
#11 7.609       |                 ^~~~~~~~~
#11 7.609 In file included from /usr/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h:4,
#11 7.609                  from lchan_rtp_fsm.c:26:
#11 7.609 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
#11 7.609    35 |         unsigned int codecs_len
#11 7.609       |                      ^~~~~~~~~~
#11 7.609 lchan_rtp_fsm.c:930:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
#11 7.609   930 |         verb_info->codecs[0] = codec;
#11 7.609       |         ^~~~~~~~~
#11 7.609 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
#11 7.609    33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
#11 7.609       |                          ^~~~~~
#11 7.609 lchan_rtp_fsm.c:931:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
#11 7.609   931 |         verb_info->codecs_len = 1;
#11 7.609       |         ^~~~~~~~~
#11 7.609 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
#11 7.609    35 |         unsigned int codecs_len
#11 7.609       |                      ^~~~~~~~~~
#11 7.609 lchan_rtp_fsm.c:942:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
#11 7.609   942 |         if (verb_info->codecs[0] == CODEC_AMR_8000_1) {
#11 7.609       |         ^~
#11 7.609 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
#11 7.609    33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
#11 7.609       |                          ^~~~~~
#11 7.610 lchan_rtp_fsm.c:947:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
#11 7.610   947 |         if (bss_side && verb_info->codecs[0] == CODEC_AMR_8000_1) {
#11 7.610       |         ^~
#11 7.610 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
#11 7.610    33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
#11 7.610       |                          ^~~~~~
#11 7.610 lchan_rtp_fsm.c:955:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
#11 7.610   955 |         else if (!bss_side && verb_info->codecs[0] == CODEC_AMR_8000_1) {
#11 7.610       |         ^~~~
#11 7.610 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
#11 7.610    33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
#11 7.610       |                          ^~~~~~
#11 7.610 lchan_rtp_fsm.c: In function 'mgcp_codec_is_picked':
#11 7.610 lchan_rtp_fsm.c:991:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
#11 7.610   991 |         return verb_info->codecs[0] == codec;
#11 7.610       |         ^~~~~~
#11 7.610 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
#11 7.610    33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
#11 7.610       |                          ^~~~~~
#11 7.635   CC       neighbor_ident_vty.lo
#11 7.663   CC       neighbor_ident_ctrl.lo
#11 7.668   CC       net_init.lo
#11 7.674   CC       nm_common_fsm.lo
#11 7.685 neighbor_ident.c: In function 'neighbor_controlif_setup':
#11 7.685 neighbor_ident.c:494:9: warning: 'ctrl_interface_setup_dynip2' is deprecated: For internal use inside libosmocore only. [-Wdeprecated-declarations]
#11 7.685   494 |         return ctrl_interface_setup_dynip2(net, net->neigh_ctrl.addr, net->neigh_ctrl.port,
#11 7.685       |         ^~~~~~
#11 7.685 In file included from neighbor_ident.c:37:
#11 7.685 /usr/include/osmocom/ctrl/control_if.h:46:21: note: declared here
#11 7.685    46 | struct ctrl_handle *ctrl_interface_setup_dynip2(void *data,
#11 7.685       |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#11 7.711   CC       nm_bb_transc_fsm.lo
#11 7.746   CC       nm_bts_sm_fsm.lo
#11 7.769   CC       nm_bts_fsm.lo
#11 7.770   CC       nm_gprs_cell_fsm.lo
#11 7.771   CC       nm_gprs_nse_fsm.lo
#11 7.772   CC       nm_gprs_nsvc_fsm.lo
#11 7.811   CC       nm_channel_fsm.lo
#11 7.873   CC       nm_rcarrier_fsm.lo
#11 7.889   CC       gsm_08_08.lo
#11 7.892   CC       osmo_bsc_bssap.lo
#11 7.897   CC       osmo_bsc_filter.lo
#11 7.900   CC       osmo_bsc_grace.lo
#11 7.914   CC       osmo_bsc_lcls.lo
#11 7.936   CC       osmo_bsc_mgcp.lo
#11 7.947   CC       osmo_bsc_msc.lo
#11 7.980   CC       osmo_bsc_sigtran.lo
#11 7.982   CC       paging.lo
#11 7.993   CC       pcu_sock.lo
#11 7.993   CC       penalty_timers.lo
#11 7.999   CC       bssmap_reset.lo
#11 8.002   CC       system_information.lo
#11 8.008   CC       timeslot_fsm.lo
#11 8.037   CC       smscb.lo
#11 8.069   CC       smscb_vty.lo
#11 8.079   CC       cbch_scheduler.lo
#11 8.090   CC       cbsp_link.lo
#11 8.110   CC       power_control.lo
#11 8.452   CCLD     libbsc.la
#11 9.446   CCLD     osmo-bsc
#11 9.983 make[4]: Entering directory '/tmp/osmo-bsc/src/osmo-bsc'
#11 9.983 make[4]: Nothing to be done for 'install-data-am'.
#11 9.983  /usr/bin/mkdir -p '/usr/local/bin'
#11 9.985   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bsc '/usr/local/bin'
#11 9.998 libtool: install: /usr/bin/install -c osmo-bsc /usr/local/bin/osmo-bsc
#11 10.00 make[4]: Leaving directory '/tmp/osmo-bsc/src/osmo-bsc'
#11 10.00 make[3]: Leaving directory '/tmp/osmo-bsc/src/osmo-bsc'
#11 10.00 Making install in utils
#11 10.00 make[3]: Entering directory '/tmp/osmo-bsc/src/utils'
#11 10.00   CC       bs11_config.o
#11 10.00   CC       isdnsync.o
#11 10.00   CC       meas_json-meas_json.o
#11 10.02   CCLD     isdnsync
#11 10.04   CCLD     meas_json
#11 10.06   CCLD     bs11_config
#11 10.25 make[4]: Entering directory '/tmp/osmo-bsc/src/utils'
#11 10.25 make[4]: Nothing to be done for 'install-data-am'.
#11 10.25  /usr/bin/mkdir -p '/usr/local/bin'
#11 10.25   /bin/bash ../../libtool   --mode=install /usr/bin/install -c bs11_config isdnsync meas_json '/usr/local/bin'
#11 10.27 libtool: install: /usr/bin/install -c bs11_config /usr/local/bin/bs11_config
#11 10.27 libtool: install: /usr/bin/install -c isdnsync /usr/local/bin/isdnsync
#11 10.28 libtool: install: /usr/bin/install -c meas_json /usr/local/bin/meas_json
#11 10.28 make[4]: Leaving directory '/tmp/osmo-bsc/src/utils'
#11 10.28 make[3]: Leaving directory '/tmp/osmo-bsc/src/utils'
#11 10.28 Making install in ipaccess
#11 10.28 make[3]: Entering directory '/tmp/osmo-bsc/src/ipaccess'
#11 10.28   CC       abisip-find.o
#11 10.28   CC       stubs.o
#11 10.28   CC       ipaccess-config.o
#11 10.28   CC       ipaccess-config-e1-driver.o
#11 10.28   CC       ipaccess-firmware.o
#11 10.28   CC       network_listen.o
#11 10.28   CC       ipaccess-proxy.o
#11 10.35   CCLD     abisip-find
#11 10.37   CCLD     ipaccess-proxy
#11 10.38   CCLD     ipaccess-config
#11 10.56 make[4]: Entering directory '/tmp/osmo-bsc/src/ipaccess'
#11 10.56 make[4]: Nothing to be done for 'install-data-am'.
#11 10.56  /usr/bin/mkdir -p '/usr/local/bin'
#11 10.56   /bin/bash ../../libtool   --mode=install /usr/bin/install -c abisip-find ipaccess-config ipaccess-proxy '/usr/local/bin'
#11 10.58 libtool: install: /usr/bin/install -c abisip-find /usr/local/bin/abisip-find
#11 10.58 libtool: install: /usr/bin/install -c ipaccess-config /usr/local/bin/ipaccess-config
#11 10.58 libtool: install: /usr/bin/install -c ipaccess-proxy /usr/local/bin/ipaccess-proxy
#11 10.59 make[4]: Leaving directory '/tmp/osmo-bsc/src/ipaccess'
#11 10.59 make[3]: Leaving directory '/tmp/osmo-bsc/src/ipaccess'
#11 10.59 make[3]: Entering directory '/tmp/osmo-bsc/src'
#11 10.59 make[4]: Entering directory '/tmp/osmo-bsc/src'
#11 10.59 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.59 make[4]: Nothing to be done for 'install-data-am'.
#11 10.59 make[4]: Leaving directory '/tmp/osmo-bsc/src'
#11 10.59 make[3]: Leaving directory '/tmp/osmo-bsc/src'
#11 10.59 make[2]: Leaving directory '/tmp/osmo-bsc/src'
#11 10.59 Making install in tests
#11 10.59 make[2]: Entering directory '/tmp/osmo-bsc/tests'
#11 10.59 Making install in abis
#11 10.59 make[3]: Entering directory '/tmp/osmo-bsc/tests/abis'
#11 10.59 make[4]: Entering directory '/tmp/osmo-bsc/tests/abis'
#11 10.59 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.59 make[4]: Nothing to be done for 'install-data-am'.
#11 10.59 make[4]: Leaving directory '/tmp/osmo-bsc/tests/abis'
#11 10.59 make[3]: Leaving directory '/tmp/osmo-bsc/tests/abis'
#11 10.59 Making install in acc
#11 10.59 make[3]: Entering directory '/tmp/osmo-bsc/tests/acc'
#11 10.59 make[4]: Entering directory '/tmp/osmo-bsc/tests/acc'
#11 10.59 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.59 make[4]: Nothing to be done for 'install-data-am'.
#11 10.59 make[4]: Leaving directory '/tmp/osmo-bsc/tests/acc'
#11 10.59 make[3]: Leaving directory '/tmp/osmo-bsc/tests/acc'
#11 10.59 Making install in bsc
#11 10.60 make[3]: Entering directory '/tmp/osmo-bsc/tests/bsc'
#11 10.60 make[4]: Entering directory '/tmp/osmo-bsc/tests/bsc'
#11 10.60 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.60 make[4]: Nothing to be done for 'install-data-am'.
#11 10.60 make[4]: Leaving directory '/tmp/osmo-bsc/tests/bsc'
#11 10.60 make[3]: Leaving directory '/tmp/osmo-bsc/tests/bsc'
#11 10.60 Making install in codec_pref
#11 10.60 make[3]: Entering directory '/tmp/osmo-bsc/tests/codec_pref'
#11 10.60 make[4]: Entering directory '/tmp/osmo-bsc/tests/codec_pref'
#11 10.60 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.60 make[4]: Nothing to be done for 'install-data-am'.
#11 10.60 make[4]: Leaving directory '/tmp/osmo-bsc/tests/codec_pref'
#11 10.60 make[3]: Leaving directory '/tmp/osmo-bsc/tests/codec_pref'
#11 10.60 Making install in gsm0408
#11 10.60 make[3]: Entering directory '/tmp/osmo-bsc/tests/gsm0408'
#11 10.60 make[4]: Entering directory '/tmp/osmo-bsc/tests/gsm0408'
#11 10.60 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.60 make[4]: Nothing to be done for 'install-data-am'.
#11 10.60 make[4]: Leaving directory '/tmp/osmo-bsc/tests/gsm0408'
#11 10.60 make[3]: Leaving directory '/tmp/osmo-bsc/tests/gsm0408'
#11 10.60 Making install in handover
#11 10.60 make[3]: Entering directory '/tmp/osmo-bsc/tests/handover'
#11 10.60 make[4]: Entering directory '/tmp/osmo-bsc/tests/handover'
#11 10.60 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.60 make[4]: Nothing to be done for 'install-data-am'.
#11 10.60 make[4]: Leaving directory '/tmp/osmo-bsc/tests/handover'
#11 10.60 make[3]: Leaving directory '/tmp/osmo-bsc/tests/handover'
#11 10.60 Making install in nanobts_omlattr
#11 10.60 make[3]: Entering directory '/tmp/osmo-bsc/tests/nanobts_omlattr'
#11 10.61 make[4]: Entering directory '/tmp/osmo-bsc/tests/nanobts_omlattr'
#11 10.61 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.61 make[4]: Nothing to be done for 'install-data-am'.
#11 10.61 make[4]: Leaving directory '/tmp/osmo-bsc/tests/nanobts_omlattr'
#11 10.61 make[3]: Leaving directory '/tmp/osmo-bsc/tests/nanobts_omlattr'
#11 10.61 Making install in paging
#11 10.61 make[3]: Entering directory '/tmp/osmo-bsc/tests/paging'
#11 10.61 make[4]: Entering directory '/tmp/osmo-bsc/tests/paging'
#11 10.61 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.61 make[4]: Nothing to be done for 'install-data-am'.
#11 10.61 make[4]: Leaving directory '/tmp/osmo-bsc/tests/paging'
#11 10.61 make[3]: Leaving directory '/tmp/osmo-bsc/tests/paging'
#11 10.61 Making install in subscr
#11 10.61 make[3]: Entering directory '/tmp/osmo-bsc/tests/subscr'
#11 10.61 make[4]: Entering directory '/tmp/osmo-bsc/tests/subscr'
#11 10.61 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.61 make[4]: Nothing to be done for 'install-data-am'.
#11 10.61 make[4]: Leaving directory '/tmp/osmo-bsc/tests/subscr'
#11 10.61 make[3]: Leaving directory '/tmp/osmo-bsc/tests/subscr'
#11 10.61 make[3]: Entering directory '/tmp/osmo-bsc/tests'
#11 10.61 make[4]: Entering directory '/tmp/osmo-bsc/tests'
#11 10.61 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.61 make[4]: Nothing to be done for 'install-data-am'.
#11 10.61 make[4]: Leaving directory '/tmp/osmo-bsc/tests'
#11 10.61 make[3]: Leaving directory '/tmp/osmo-bsc/tests'
#11 10.61 make[2]: Leaving directory '/tmp/osmo-bsc/tests'
#11 10.61 Making install in doc
#11 10.61 make[2]: Entering directory '/tmp/osmo-bsc/doc'
#11 10.61 Making install in examples
#11 10.62 make[3]: Entering directory '/tmp/osmo-bsc/doc/examples'
#11 10.62 make[4]: Entering directory '/tmp/osmo-bsc/doc/examples'
#11 10.62 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.62  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 10.62  /usr/bin/install -c -m 644 osmo-bsc/osmo-bsc.cfg '/usr/local/etc/osmocom'
#11 10.62 make  install-data-hook
#11 10.62 make[5]: Entering directory '/tmp/osmo-bsc/doc/examples'
#11 10.62 for f in $(find . -name '*.cfg*' -o -name '*.confmerge*' | sed -e 's,^.,,'); do \
#11 10.62 	j="/usr/local/share/doc/osmo-bsc/examples/$f" && \
#11 10.62 	mkdir -p "$(dirname $j)" && \
#11 10.62 	/usr/bin/install -c -m 644 ./$f $j; \
#11 10.62 done
#11 10.67 make[5]: Leaving directory '/tmp/osmo-bsc/doc/examples'
#11 10.67 make[4]: Leaving directory '/tmp/osmo-bsc/doc/examples'
#11 10.67 make[3]: Leaving directory '/tmp/osmo-bsc/doc/examples'
#11 10.67 Making install in manuals
#11 10.67 make[3]: Entering directory '/tmp/osmo-bsc/doc/manuals'
#11 10.68 make[4]: Entering directory '/tmp/osmo-bsc/doc/manuals'
#11 10.68 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.68 make[4]: Nothing to be done for 'install-data-am'.
#11 10.68 make[4]: Leaving directory '/tmp/osmo-bsc/doc/manuals'
#11 10.68 make[3]: Leaving directory '/tmp/osmo-bsc/doc/manuals'
#11 10.68 make[3]: Entering directory '/tmp/osmo-bsc/doc'
#11 10.68 make[4]: Entering directory '/tmp/osmo-bsc/doc'
#11 10.68 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.68 make[4]: Nothing to be done for 'install-data-am'.
#11 10.68 make[4]: Leaving directory '/tmp/osmo-bsc/doc'
#11 10.68 make[3]: Leaving directory '/tmp/osmo-bsc/doc'
#11 10.68 make[2]: Leaving directory '/tmp/osmo-bsc/doc'
#11 10.68 Making install in contrib
#11 10.69 make[2]: Entering directory '/tmp/osmo-bsc/contrib'
#11 10.69 Making install in systemd
#11 10.70 make[3]: Entering directory '/tmp/osmo-bsc/contrib/systemd'
#11 10.70 make[4]: Entering directory '/tmp/osmo-bsc/contrib/systemd'
#11 10.70 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.70  /usr/bin/mkdir -p '/lib/systemd/system'
#11 10.71  /usr/bin/install -c -m 644 osmo-bsc.service '/lib/systemd/system'
#11 10.71 make[4]: Leaving directory '/tmp/osmo-bsc/contrib/systemd'
#11 10.71 make[3]: Leaving directory '/tmp/osmo-bsc/contrib/systemd'
#11 10.72 make[3]: Entering directory '/tmp/osmo-bsc/contrib'
#11 10.72 make[4]: Entering directory '/tmp/osmo-bsc/contrib'
#11 10.72 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.72 make[4]: Nothing to be done for 'install-data-am'.
#11 10.72 make[4]: Leaving directory '/tmp/osmo-bsc/contrib'
#11 10.72 make[3]: Leaving directory '/tmp/osmo-bsc/contrib'
#11 10.72 make[2]: Leaving directory '/tmp/osmo-bsc/contrib'
#11 10.73 make[2]: Entering directory '/tmp/osmo-bsc'
#11 10.74 make[3]: Entering directory '/tmp/osmo-bsc'
#11 10.74 make[3]: Nothing to be done for 'install-exec-am'.
#11 10.74 make[3]: Nothing to be done for 'install-data-am'.
#11 10.74 make[3]: Leaving directory '/tmp/osmo-bsc'
#11 10.74 make[2]: Leaving directory '/tmp/osmo-bsc'
#11 10.74 make[1]: Leaving directory '/tmp/osmo-bsc'
#11 DONE 10.8s

#12 [7/8] COPY	OSMO-BSC.CFG /data/osmo-bsc.cfg
#12 DONE 0.2s

#13 [8/8] WORKDIR	/DATA
#13 DONE 0.1s

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.5s done
#14 writing image sha256:7d6f6e4639733e4186daaa4ea22d6d47008110535845b98b09cedbe5463e41ae 0.0s done
#14 naming to docker.io/osmocom-build/osmo-bsc-master:latest 0.0s done
#14 DONE 0.6s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmo-bsc-master'
+ docker_image_exists osmo-bsc-master
+ docker images -q osmocom-build/osmo-bsc-master
+ test -n 7d6f6e463973
+ list_osmo_packages debian-bookworm osmo-bsc-master
+ local distro=debian-bookworm
+ local image=osmo-bsc-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bsc-master -c
+ [ -n  ]
+ set +x

### Installed Osmocom packages in: osmo-bsc-master ###

ii  libosmo-abis-dev:amd64                 2.0.0.17.d2e8.202503212026        amd64        Development headers for A-bis interface
ii  libosmo-mgcp-client-dev:amd64          1.14.0.28.4a09a.202503212026      amd64        libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
ii  libosmo-mgcp-client14:amd64            1.14.0.28.4a09a.202503212026      amd64        libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
ii  libosmo-netif-dev:amd64                1.6.0.2.1b40.202503212026         amd64        Development headers for Osmocom network interface
ii  libosmo-sigtran-dev:amd64              2.1.0.49.23d1.202503212026        amd64        Development headers for the Osmocom SIGTRAN library
ii  libosmo-sigtran11:amd64                2.1.0.49.23d1.202503212026        amd64        Osmocom SIGTRAN library (SCCP, SUA, M3UA and more)
ii  libosmoabis15:amd64                    2.0.0.17.d2e8.202503212026        amd64        GSM A-bis handling
ii  libosmocodec4:amd64                    1.11.0.11.8111.202503212026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.11.0.11.8111.202503212026       amd64        Osmo coding library
ii  libosmocore                            1.11.0.11.8111.202503212026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.11.0.11.8111.202503212026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore22:amd64                    1.11.0.11.8111.202503212026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.6.0.2.1b40.202503212026         amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo SIM library
ii  libosmotrau11:amd64                    2.0.0.17.d2e8.202503212026        amd64        GSM trau handling
ii  libosmousb0:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo VTY library
ii  osmocom-nightly                        202503212026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master', 'osmocom-nightly']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends osmo-bts-master
+ local feed
+ echo debian-bookworm-build
+ depends=debian-bookworm-build
+ [ -n debian-bookworm-build ]
+ docker_images_require debian-bookworm-build
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends debian-bookworm-build
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name debian-bookworm-build
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian-bookworm-build
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name debian-bookworm-build
+ echo debian-bookworm-build
+ dir=debian-bookworm-build
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-bookworm-build/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ set +x
Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/debian-bookworm-build'
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	--pull -t osmocom-build/debian-bookworm-build:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 5.80kB done
#1 DONE 0.1s

#2 [auth] sharing credentials for registry.osmocom.org
#2 DONE 0.0s

#3 [internal] load metadata for registry.osmocom.org/debian:bookworm
#3 DONE 0.0s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.1s

#5 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:30c92cee105dd5e0b358aad92c408f38bae576fd60da2310538f86ea7e9d23c2
#5 DONE 0.0s

#6 [internal] load build context
#6 transferring context: 1.96kB done
#6 DONE 0.1s

#7 [ 7/16] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#7 ...

#8 [11/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit
#8 DONE 0.3s

#9 [13/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit
#9 DONE 0.3s

#10 [ 9/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#10 DONE 0.3s

#7 [ 7/16] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#7 DONE 0.4s

#11 [15/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release
#11 DONE 0.4s

#12 [ 5/16] RUN	IF [ "$(arch)" != "x86_64" ]; then 		echo "ERROR: use debian-bookworm-build-arm instead"; 		exit 1; 	fi && 	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		libtinfo5 		wget 		&& 	apt-get clean && 	wget https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-14.0.0/LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	tar -xf LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	rm LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	mv LLVMEmbeddedToolchainForArm-14.0.0 /opt/llvm-arm && 	/opt/llvm-arm/bin/clang --version && 	/opt/llvm-arm/bin/clang --print-targets
#12 CACHED

#13 [ 8/16] RUN	SET -x && 	cat /tmp/pysim_requirements.txt && 	pip3 install --break-system-packages 		'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 		'git+https://github.com/osmocom/sphinx-argparse@inside-classes#egg=sphinx-argparse' 		'git+https://github.com/podshumok/python-smpplib.git' 		'pydbus' 		'pysispm' 		'ruff' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#13 CACHED

#14 [ 7/16] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#14 CACHED

#15 [13/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit
#15 CACHED

#16 [ 2/16] COPY	.COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#16 CACHED

#17 [ 9/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#17 CACHED

#18 [ 4/16] RUN	SET -x && 	useradd --uid=1000 -d /build -m build && 	chown -R build:build /usr/local && 		echo "path-exclude=/usr/share/man/*" 		> /etc/dpkg/dpkg.cfg.d/exclude-man-pages && 	rm -rf /usr/share/man/
#18 CACHED

#19 [11/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit
#19 CACHED

#20 [10/16] RUN	SET -x && 	git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && 	cd osmo-python-tests && 	python3 setup.py clean build install && 	cd .. && 	rm -rf osmo-python-tests
#20 CACHED

#21 [14/16] RUN	GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals
#21 CACHED

#22 [12/16] RUN 	set -x && 	git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && 	su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && 	rm -rf osmo-ci
#22 CACHED

#23 [ 3/16] COPY	.COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc
#23 CACHED

#24 [ 6/16] RUN	SET -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		asciidoc 		asciidoc-dblatex 		autoconf 		autoconf-archive 		autogen 		automake 		bc 		bison 		build-essential 		bzip2 		ca-certificates 		ccache 		clang-format 		cmake 		coccinelle 		cppcheck 		curl 		dahdi-source 		dblatex 		dbus 		debhelper 		devscripts 		dh-autoreconf 		docbook5-xml 		doxygen 		equivs 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		ghostscript 		git 		gnupg 		graphviz 		htop 		iproute2 		latexmk 		lcov 		libaio-dev 		libasound2-dev 		libbladerf-dev 		libboost-all-dev 		libc-ares-dev 		libcdk5-dev 		libcsv-dev 		libdbd-sqlite3 		libdbi-dev 		libelf-dev 		libffi-dev 		libfftw3-dev 		libgmp-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libjansson-dev 		liblua5.3-dev 		libmnl-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libnftables-dev 		libnftnl-dev 		libnl-3-dev 		libnl-route-3-dev 		liboping-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libreadline-dev 		librsvg2-bin 		libsctp-dev 		libsigsegv-dev 		libsnmp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libtalloc-dev 		libtinfo5 		libtool 		liburing-dev 		libusb-1.0-0-dev 		libusb-dev 		libxml2-utils 		libzmq3-dev 		locales 		lua-socket 		make 		mscgen 		ofono 		openssh-client 		patchelf 		picolibc-arm-none-eabi 		pkg-config 		pylint 		python3 		python3-gi 		python3-mako 		python3-nwdiag 		python3-pip 		python3-pyflakes 		python3-setuptools 		python3-usb 		python3-yaml 		rsync 		sdcc 		source-highlight 		sqlite3 		stow 		sudo 		swig 		systemd 		tcpdump 		telnet 		tex-gyre 		texinfo 		unzip 		virtualenv 		xsltproc 		xxd 		&& 	apt-get clean
#24 CACHED

#25 [15/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release
#25 CACHED

#26 [16/16] RUN	SET -x && 	echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./" 		> /etc/apt/sources.list.d/osmocom-nightly.list && 	apt-get update && 	apt-get install -y --no-install-recommends 		liblimesuite-dev 		libuhd-dev 		libulfius-dev 		&& 	apt-get clean
#26 CACHED

#27 exporting to image
#27 exporting layers done
#27 writing image sha256:bb77fd237ba3d847cc01777ce1b6f5028160bb44d259550c5e0df60a89aedfee done
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done
#27 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/debian-bookworm-build'
+ docker_image_exists debian-bookworm-build
+ docker images -q osmocom-build/debian-bookworm-build
+ test -n bb77fd237ba3
+ list_osmo_packages debian-bookworm debian-bookworm-build
+ local distro=debian-bookworm
+ local image=debian-bookworm-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-bts-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-bts-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-bts-master
+ echo osmo-bts-master
+ dir=osmo-bts-master
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-bts-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-bts-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-bts-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-bts-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmo-bts-master'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/osmo-bts-master:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.46kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [ 1/10] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 CACHED

#5 [internal] load build context
#5 DONE 0.0s

#6 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-netif-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocodec)" 			"pkgconfig(libosmocoding)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmotrau)" 			"pkgconfig(libosmovty)" 		;; 	esac
#6 ...

#7 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BTS/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bts
#7 DONE 0.2s

#7 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BTS/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bts
#7 DONE 0.2s

#5 [internal] load build context
#5 transferring context: 1.63kB done
#5 DONE 0.1s

#6 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-netif-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocodec)" 			"pkgconfig(libosmocoding)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmotrau)" 			"pkgconfig(libosmovty)" 		;; 	esac
#6 0.532 Hit:1 http://deb.debian.org/debian bookworm InRelease
#6 0.532 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#6 0.532 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#6 0.532 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#6 0.948 Reading package lists...
#6 1.217 Reading package lists...
#6 1.474 Building dependency tree...
#6 1.530 Reading state information...
#6 1.596 The following additional packages will be installed:
#6 1.596   libosmoabis15 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#6 1.596   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#6 1.597   libosmosim2 libosmotrau11 libosmousb0 libosmovty13 osmocom-nightly
#6 1.607 The following NEW packages will be installed:
#6 1.607   libosmo-abis-dev libosmo-netif-dev libosmoabis15 libosmocodec4
#6 1.607   libosmocoding0 libosmocore libosmocore-dev libosmocore22 libosmoctrl0
#6 1.607   libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2
#6 1.608   libosmotrau11 libosmousb0 libosmovty13 osmocom-nightly
#6 1.629 0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
#6 1.629 Need to get 2299 kB of archives.
#6 1.629 After this operation, 8217 kB of additional disk space will be used.
#6 1.629 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202503212026 [1180 B]
#6 1.631 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.11.0.11.8111.202503212026 [170 kB]
#6 1.635 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.11.0.11.8111.202503212026 [52.1 kB]
#6 1.637 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau11 2.0.0.17.d2e8.202503212026 [34.5 kB]
#6 1.639 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.11.0.11.8111.202503212026 [71.2 kB]
#6 1.642 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.11.0.11.8111.202503212026 [229 kB]
#6 1.647 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.6.0.2.1b40.202503212026 [60.0 kB]
#6 1.649 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.11.0.11.8111.202503212026 [104 kB]
#6 1.652 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis15 2.0.0.17.d2e8.202503212026 [71.0 kB]
#6 1.654 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.11.0.11.8111.202503212026 [71.7 kB]
#6 1.657 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.11.0.11.8111.202503212026 [179 kB]
#6 1.661 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.11.0.11.8111.202503212026 [60.4 kB]
#6 1.664 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.11.0.11.8111.202503212026 [64.3 kB]
#6 1.666 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.11.0.11.8111.202503212026 [51.0 kB]
#6 1.667 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.11.0.11.8111.202503212026 [44.3 kB]
#6 1.668 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.11.0.11.8111.202503212026 [849 kB]
#6 1.677 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.6.0.2.1b40.202503212026 [72.6 kB]
#6 1.678 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 2.0.0.17.d2e8.202503212026 [114 kB]
#6 1.810 debconf: delaying package configuration, since apt-utils is not installed
#6 1.880 Fetched 2299 kB in 0s (33.7 MB/s)
#6 1.970 Selecting previously unselected package osmocom-nightly.
#6 1.970 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 117460 files and directories currently installed.)
#6 2.009 Preparing to unpack .../00-osmocom-nightly_202503212026_amd64.deb ...
#6 2.042 Unpacking osmocom-nightly (202503212026) ...
#6 2.266 Selecting previously unselected package libosmocore22:amd64.
#6 2.274 Preparing to unpack .../01-libosmocore22_1.11.0.11.8111.202503212026_amd64.deb ...
#6 2.346 Unpacking libosmocore22:amd64 (1.11.0.11.8111.202503212026) ...
#6 2.583 Selecting previously unselected package libosmocodec4:amd64.
#6 2.591 Preparing to unpack .../02-libosmocodec4_1.11.0.11.8111.202503212026_amd64.deb ...
#6 2.613 Unpacking libosmocodec4:amd64 (1.11.0.11.8111.202503212026) ...
#6 2.832 Selecting previously unselected package libosmotrau11:amd64.
#6 2.840 Preparing to unpack .../03-libosmotrau11_2.0.0.17.d2e8.202503212026_amd64.deb ...
#6 2.884 Unpacking libosmotrau11:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 3.087 Selecting previously unselected package libosmoisdn0:amd64.
#6 3.105 Preparing to unpack .../04-libosmoisdn0_1.11.0.11.8111.202503212026_amd64.deb ...
#6 3.125 Unpacking libosmoisdn0:amd64 (1.11.0.11.8111.202503212026) ...
#6 3.312 Selecting previously unselected package libosmogsm20:amd64.
#6 3.331 Preparing to unpack .../05-libosmogsm20_1.11.0.11.8111.202503212026_amd64.deb ...
#6 3.351 Unpacking libosmogsm20:amd64 (1.11.0.11.8111.202503212026) ...
#6 3.521 Selecting previously unselected package libosmonetif11:amd64.
#6 3.539 Preparing to unpack .../06-libosmonetif11_1.6.0.2.1b40.202503212026_amd64.deb ...
#6 3.554 Unpacking libosmonetif11:amd64 (1.6.0.2.1b40.202503212026) ...
#6 3.664 Selecting previously unselected package libosmovty13:amd64.
#6 3.669 Preparing to unpack .../07-libosmovty13_1.11.0.11.8111.202503212026_amd64.deb ...
#6 3.685 Unpacking libosmovty13:amd64 (1.11.0.11.8111.202503212026) ...
#6 3.791 Selecting previously unselected package libosmoabis15:amd64.
#6 3.797 Preparing to unpack .../08-libosmoabis15_2.0.0.17.d2e8.202503212026_amd64.deb ...
#6 3.813 Unpacking libosmoabis15:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 3.917 Selecting previously unselected package libosmocoding0:amd64.
#6 3.922 Preparing to unpack .../09-libosmocoding0_1.11.0.11.8111.202503212026_amd64.deb ...
#6 3.938 Unpacking libosmocoding0:amd64 (1.11.0.11.8111.202503212026) ...
#6 4.045 Selecting previously unselected package libosmogb14:amd64.
#6 4.051 Preparing to unpack .../10-libosmogb14_1.11.0.11.8111.202503212026_amd64.deb ...
#6 4.075 Unpacking libosmogb14:amd64 (1.11.0.11.8111.202503212026) ...
#6 4.318 Selecting previously unselected package libosmoctrl0:amd64.
#6 4.326 Preparing to unpack .../11-libosmoctrl0_1.11.0.11.8111.202503212026_amd64.deb ...
#6 4.345 Unpacking libosmoctrl0:amd64 (1.11.0.11.8111.202503212026) ...
#6 4.538 Selecting previously unselected package libosmosim2:amd64.
#6 4.546 Preparing to unpack .../12-libosmosim2_1.11.0.11.8111.202503212026_amd64.deb ...
#6 4.569 Unpacking libosmosim2:amd64 (1.11.0.11.8111.202503212026) ...
#6 4.767 Selecting previously unselected package libosmousb0:amd64.
#6 4.775 Preparing to unpack .../13-libosmousb0_1.11.0.11.8111.202503212026_amd64.deb ...
#6 4.793 Unpacking libosmousb0:amd64 (1.11.0.11.8111.202503212026) ...
#6 4.919 Selecting previously unselected package libosmocore.
#6 4.937 Preparing to unpack .../14-libosmocore_1.11.0.11.8111.202503212026_amd64.deb ...
#6 4.956 Unpacking libosmocore (1.11.0.11.8111.202503212026) ...
#6 5.062 Selecting previously unselected package libosmocore-dev:amd64.
#6 5.074 Preparing to unpack .../15-libosmocore-dev_1.11.0.11.8111.202503212026_amd64.deb ...
#6 5.110 Unpacking libosmocore-dev:amd64 (1.11.0.11.8111.202503212026) ...
#6 5.317 Selecting previously unselected package libosmo-netif-dev:amd64.
#6 5.334 Preparing to unpack .../16-libosmo-netif-dev_1.6.0.2.1b40.202503212026_amd64.deb ...
#6 5.360 Unpacking libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503212026) ...
#6 5.480 Selecting previously unselected package libosmo-abis-dev:amd64.
#6 5.497 Preparing to unpack .../17-libosmo-abis-dev_2.0.0.17.d2e8.202503212026_amd64.deb ...
#6 5.514 Unpacking libosmo-abis-dev:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 5.665 Setting up osmocom-nightly (202503212026) ...
#6 5.717 Setting up libosmocore22:amd64 (1.11.0.11.8111.202503212026) ...
#6 5.771 Setting up libosmocodec4:amd64 (1.11.0.11.8111.202503212026) ...
#6 5.824 Setting up libosmovty13:amd64 (1.11.0.11.8111.202503212026) ...
#6 5.878 Setting up libosmoisdn0:amd64 (1.11.0.11.8111.202503212026) ...
#6 5.931 Setting up libosmotrau11:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 5.985 Setting up libosmousb0:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.038 Setting up libosmogsm20:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.092 Setting up libosmoctrl0:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.145 Setting up libosmogb14:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.199 Setting up libosmonetif11:amd64 (1.6.0.2.1b40.202503212026) ...
#6 6.249 Setting up libosmocoding0:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.302 Setting up libosmosim2:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.355 Setting up libosmocore (1.11.0.11.8111.202503212026) ...
#6 6.406 Setting up libosmoabis15:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 6.457 Setting up libosmocore-dev:amd64 (1.11.0.11.8111.202503212026) ...
#6 6.507 Setting up libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503212026) ...
#6 6.559 Setting up libosmo-abis-dev:amd64 (2.0.0.17.d2e8.202503212026) ...
#6 6.610 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#6 DONE 6.8s

#8 [3/8] WORKDIR	/TMP
#8 DONE 0.1s

#9 [4/8] RUN	GIT clone https://gerrit.osmocom.org/osmo-bts.git
#9 0.253 Cloning into 'osmo-bts'...
#9 DONE 0.9s

#10 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-BTS/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-bts
#10 DONE 0.1s

#11 [6/8] RUN	CD osmo-bts && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && 	autoreconf -fi && 	./configure --enable-trx && 	make "-j$(nproc)" install
#11 0.403 Already on 'master'
#11 0.403 Your branch is up to date with 'origin/master'.
#11 0.404 refs/heads/master
#11 0.406 HEAD is now at 65c497a6 Bump version: 1.8.0.29-b032-dirty → 1.9.0
#11 0.406 master
#11 0.407 65c497a69ac23585847fabc0e1de32007a6fcbc9
#11 2.303 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
#11 2.303 libtoolize: copying file './ltmain.sh'
#11 2.389 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
#11 2.389 libtoolize: and rerunning libtoolize and aclocal.
#11 2.389 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
#11 3.111 configure.ac:40: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 3.111 configure.ac:40: You should run autoupdate.
#11 3.111 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 3.111 configure.ac:40: the top level
#11 3.111 configure.ac:84: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:84: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:84: the top level
#11 3.111 configure.ac:92: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:92: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:92: the top level
#11 3.111 configure.ac:124: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:124: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:124: the top level
#11 3.111 configure.ac:132: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:132: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:132: the top level
#11 3.111 configure.ac:272: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:272: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:272: the top level
#11 3.111 configure.ac:292: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:292: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:292: the top level
#11 3.111 configure.ac:354: warning: The macro `AC_HELP_STRING' is obsolete.
#11 3.111 configure.ac:354: You should run autoupdate.
#11 3.111 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.111 configure.ac:354: the top level
#11 3.111 configure.ac:422: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 3.111 configure.ac:422: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 3.111 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 3.111 aclocal.m4:10177: AM_CONFIG_HEADER is expanded from...
#11 3.111 configure.ac:422: the top level
#11 3.111 configure.ac:424: warning: AC_OUTPUT should be used without arguments.
#11 3.111 configure.ac:424: You should run autoupdate.
#11 3.544 configure.ac:23: installing './compile'
#11 3.545 configure.ac:25: installing './config.guess'
#11 3.546 configure.ac:25: installing './config.sub'
#11 3.547 configure.ac:9: installing './install-sh'
#11 3.548 configure.ac:9: installing './missing'
#11 3.574 contrib/ber/Makefile.am: installing './depcomp'
#11 3.651 src/common/Makefile.am:87: warning: variable 'libbts_la_LDADD' is defined but no program or
#11 3.651 src/common/Makefile.am:87: library has 'libbts_la' as canonical name (possible typo)
#11 3.734 src/osmo-bts-sysmo/Makefile.am:44: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
#11 3.734 src/osmo-bts-sysmo/Makefile.am:44: but option 'subdir-objects' is disabled
#11 3.734 automake: warning: possible forward-incompatibility.
#11 3.734 automake: At least one source file is in a subdirectory, but the 'subdir-objects'
#11 3.734 automake: automake option hasn't been enabled.  For now, the corresponding output
#11 3.734 automake: object file(s) will be placed in the top-level directory.  However, this
#11 3.734 automake: behavior may change in a future Automake major version, with object
#11 3.734 automake: files being placed in the same subdirectory as the corresponding sources.
#11 3.734 automake: You are advised to start using 'subdir-objects' option throughout your
#11 3.734 automake: project, to avoid future incompatibilities.
#11 3.736 src/osmo-bts-sysmo/Makefile.am:73: warning: source file 'misc/sysmobts-calib.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:73: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:73: warning: source file 'misc/sysmobts-layer1.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:73: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_misc.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_nl.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_2050.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_vty.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_nl.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_temp.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_calib.c' is in a subdirectory,
#11 3.736 src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
#11 3.737 src/osmo-bts-sysmo/Makefile.am:92: warning: source file 'misc/sysmobts_util.c' is in a subdirectory,
#11 3.737 src/osmo-bts-sysmo/Makefile.am:92: but option 'subdir-objects' is disabled
#11 3.737 src/osmo-bts-sysmo/Makefile.am:92: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
#11 3.737 src/osmo-bts-sysmo/Makefile.am:92: but option 'subdir-objects' is disabled
#11 3.788 tests/agch/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.788 tests/agch/Makefile.am:26: but option 'subdir-objects' is disabled
#11 3.810 tests/cipher/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.810 tests/cipher/Makefile.am:26: but option 'subdir-objects' is disabled
#11 3.833 tests/handover/Makefile.am:24: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.833 tests/handover/Makefile.am:24: but option 'subdir-objects' is disabled
#11 3.845 tests/meas/Makefile.am:25: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.845 tests/meas/Makefile.am:25: but option 'subdir-objects' is disabled
#11 3.857 tests/misc/Makefile.am:24: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.857 tests/misc/Makefile.am:24: but option 'subdir-objects' is disabled
#11 3.869 tests/paging/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.869 tests/paging/Makefile.am:26: but option 'subdir-objects' is disabled
#11 3.881 tests/power/Makefile.am:28: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.881 tests/power/Makefile.am:28: but option 'subdir-objects' is disabled
#11 3.882 tests/power/Makefile.am:25: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.882 tests/power/Makefile.am:25: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/utils.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_if.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/oml.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_transp_hw.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/tch.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_file.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_fixup.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/misc/sysmobts_par.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/femtobts.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.894 tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/eeprom.c' is in a subdirectory,
#11 3.894 tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
#11 3.923 tests/tx_power/Makefile.am:23: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
#11 3.923 tests/tx_power/Makefile.am:23: but option 'subdir-objects' is disabled
#11 3.985 checking for a BSD-compatible install... /usr/bin/install -c
#11 3.994 checking whether build environment is sane... yes
#11 4.001 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 4.002 checking for gawk... gawk
#11 4.002 checking whether make sets $(MAKE)... yes
#11 4.008 checking whether make supports nested variables... yes
#11 4.011 checking whether make supports nested variables... (cached) yes
#11 4.011 checking whether make sets $(MAKE)... (cached) yes
#11 4.012 checking for gcc... gcc
#11 4.024 checking whether the C compiler works... yes
#11 4.042 checking for C compiler default output file name... a.out
#11 4.042 checking for suffix of executables... 
#11 4.059 checking whether we are cross compiling... no
#11 4.080 checking for suffix of object files... o
#11 4.096 checking whether the compiler supports GNU C... yes
#11 4.105 checking whether gcc accepts -g... yes
#11 4.114 checking for gcc option to enable C11 features... none needed
#11 4.129 checking whether gcc understands -c and -o together... yes
#11 4.146 checking whether make supports the include directive... yes (GNU style)
#11 4.150 checking dependency style of gcc... gcc3
#11 4.177 checking build system type... x86_64-pc-linux-gnu
#11 4.273 checking host system type... x86_64-pc-linux-gnu
#11 4.274 checking how to print strings... printf
#11 4.302 checking for a sed that does not truncate output... /usr/bin/sed
#11 4.305 checking for grep that handles long lines and -e... /usr/bin/grep
#11 4.306 checking for egrep... /usr/bin/grep -E
#11 4.306 checking for fgrep... /usr/bin/grep -F
#11 4.307 checking for ld used by gcc... /usr/bin/ld
#11 4.309 checking if the linker (/usr/bin/ld) is GNU ld... yes
#11 4.311 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#11 4.312 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#11 4.331 checking whether ln -s works... yes
#11 4.331 checking the maximum length of command line arguments... 1572864
#11 4.344 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#11 4.344 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#11 4.345 checking for /usr/bin/ld option to reload object files... -r
#11 4.345 checking for file... file
#11 4.346 checking for objdump... objdump
#11 4.347 checking how to recognize dependent libraries... pass_all
#11 4.348 checking for dlltool... no
#11 4.348 checking how to associate runtime and link libraries... printf %s\n
#11 4.349 checking for ar... ar
#11 4.350 checking for archiver @FILE support... @
#11 4.388 checking for strip... strip
#11 4.389 checking for ranlib... ranlib
#11 4.389 checking command to parse /usr/bin/nm -B output from gcc object... ok
#11 4.486 checking for sysroot... no
#11 4.486 checking for a working dd... /usr/bin/dd
#11 4.489 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#11 4.502 checking for mt... no
#11 4.502 checking if : is a manifest tool... no
#11 4.505 checking for stdio.h... yes
#11 4.527 checking for stdlib.h... yes
#11 4.545 checking for string.h... yes
#11 4.564 checking for inttypes.h... yes
#11 4.585 checking for stdint.h... yes
#11 4.606 checking for strings.h... yes
#11 4.629 checking for sys/stat.h... yes
#11 4.650 checking for sys/types.h... yes
#11 4.664 checking for unistd.h... yes
#11 4.682 checking for dlfcn.h... yes
#11 4.706 checking for objdir... .libs
#11 4.760 checking if gcc supports -fno-rtti -fno-exceptions... no
#11 4.774 checking for gcc option to produce PIC... -fPIC -DPIC
#11 4.774 checking if gcc PIC flag -fPIC -DPIC works... yes
#11 4.798 checking if gcc static flag -static works... yes
#11 4.841 checking if gcc supports -c -o file.o... yes
#11 4.854 checking if gcc supports -c -o file.o... (cached) yes
#11 4.854 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#11 4.859 checking whether -lc should be explicitly linked in... no
#11 4.889 checking dynamic linker characteristics... GNU/Linux ld.so
#11 4.968 checking how to hardcode library paths into programs... immediate
#11 4.968 checking whether stripping libraries is possible... yes
#11 4.969 checking if libtool supports shared libraries... yes
#11 4.969 checking whether to build shared libraries... yes
#11 4.969 checking whether to build static libraries... yes
#11 4.970 checking for pkg-config... /usr/bin/pkg-config
#11 4.970 checking for pkg-config... /usr/bin/pkg-config
#11 4.970 checking pkg-config is at least version 0.20... yes
#11 4.971 checking for egrep... (cached) /usr/bin/grep -E
#11 4.971 checking for libosmocore >= 1.11.0... yes
#11 4.977 checking for libosmovty >= 1.11.0... yes
#11 4.985 checking for libosmogsm >= 1.11.0... yes
#11 4.996 checking for libosmoctrl >= 1.11.0... yes
#11 5.010 checking for libosmocodec >= 1.11.0... yes
#11 5.028 checking for libosmocoding >= 1.11.0... yes
#11 5.051 checking for libosmoabis >= 2.0.0... yes
#11 5.072 checking for libosmotrau >= 2.0.0... yes
#11 5.093 checking for libosmo-netif >= 1.6.0... yes
#11 5.111 checking whether to enable support for sysmobts calibration tool... no
#11 5.112 checking whether to enable support for sysmoBTS L1/PHY support... no
#11 5.113 checking whether to enable support for osmo-trx based L1/PHY support... yes
#11 5.113 checking whether to enable support for Octasic OCTPHY-2G... no
#11 5.116 checking whether to enable NuRAN Wireless Litecell 1.5 hardware support... no
#11 5.116 checking whether to enable NuRAN Wireless OC-2G hardware support... no
#11 5.118 checking whether to enable VTY/CTRL tests... no
#11 5.118 checking whether to include systemtap tracing support... no
#11 5.125 CFLAGS=" -std=gnu11"
#11 5.125 CPPFLAGS=""
#11 5.153 checking that generated files are newer than configure... done
#11 5.153 configure: creating ./config.status
#11 5.318 config.status: creating src/Makefile
#11 5.325 config.status: creating src/common/Makefile
#11 5.331 config.status: creating src/osmo-bts-virtual/Makefile
#11 5.337 config.status: creating src/osmo-bts-omldummy/Makefile
#11 5.343 config.status: creating src/osmo-bts-sysmo/Makefile
#11 5.350 config.status: creating src/osmo-bts-lc15/Makefile
#11 5.356 config.status: creating src/osmo-bts-oc2g/Makefile
#11 5.363 config.status: creating src/osmo-bts-trx/Makefile
#11 5.370 config.status: creating src/osmo-bts-octphy/Makefile
#11 5.376 config.status: creating include/Makefile
#11 5.382 config.status: creating include/osmo-bts/Makefile
#11 5.388 config.status: creating tests/Makefile
#11 5.395 config.status: creating tests/paging/Makefile
#11 5.403 config.status: creating tests/agch/Makefile
#11 5.410 config.status: creating tests/cipher/Makefile
#11 5.417 config.status: creating tests/sysmobts/Makefile
#11 5.424 config.status: creating tests/misc/Makefile
#11 5.430 config.status: creating tests/handover/Makefile
#11 5.437 config.status: creating tests/ta_control/Makefile
#11 5.443 config.status: creating tests/tx_power/Makefile
#11 5.450 config.status: creating tests/power/Makefile
#11 5.456 config.status: creating tests/meas/Makefile
#11 5.462 config.status: creating tests/amr/Makefile
#11 5.468 config.status: creating tests/csd/Makefile
#11 5.474 config.status: creating doc/Makefile
#11 5.480 config.status: creating doc/examples/Makefile
#11 5.487 config.status: creating doc/manuals/Makefile
#11 5.493 config.status: creating contrib/Makefile
#11 5.500 config.status: creating contrib/ber/Makefile
#11 5.507 config.status: creating contrib/systemd/Makefile
#11 5.514 config.status: creating Makefile
#11 5.519 config.status: creating btsconfig.h
#11 5.524 config.status: executing tests/atconfig commands
#11 5.525 config.status: executing depfiles commands
#11 5.898 config.status: executing libtool commands
#11 5.919 echo 1.9.0 > .version-t && mv .version-t .version
#11 5.920 make  install-recursive
#11 5.921 make[1]: Entering directory '/tmp/osmo-bts'
#11 5.923 Making install in include
#11 5.924 make[2]: Entering directory '/tmp/osmo-bts/include'
#11 5.926 Making install in osmo-bts
#11 5.927 make[3]: Entering directory '/tmp/osmo-bts/include/osmo-bts'
#11 5.929 make[4]: Entering directory '/tmp/osmo-bts/include/osmo-bts'
#11 5.929 make[4]: Nothing to be done for 'install-exec-am'.
#11 5.929 make[4]: Nothing to be done for 'install-data-am'.
#11 5.929 make[4]: Leaving directory '/tmp/osmo-bts/include/osmo-bts'
#11 5.929 make[3]: Leaving directory '/tmp/osmo-bts/include/osmo-bts'
#11 5.930 make[3]: Entering directory '/tmp/osmo-bts/include'
#11 5.931 make[4]: Entering directory '/tmp/osmo-bts/include'
#11 5.931 make[4]: Nothing to be done for 'install-exec-am'.
#11 5.931 make[4]: Nothing to be done for 'install-data-am'.
#11 5.931 make[4]: Leaving directory '/tmp/osmo-bts/include'
#11 5.931 make[3]: Leaving directory '/tmp/osmo-bts/include'
#11 5.931 make[2]: Leaving directory '/tmp/osmo-bts/include'
#11 5.932 Making install in src
#11 5.933 make[2]: Entering directory '/tmp/osmo-bts/src'
#11 5.935 Making install in common
#11 5.937 make[3]: Entering directory '/tmp/osmo-bts/src/common'
#11 5.937 make  install-am
#11 5.939 make[4]: Entering directory '/tmp/osmo-bts/src/common'
#11 5.940   CC       gsm_data.o
#11 5.940   CC       sysinfo.o
#11 5.940   CC       logging.o
#11 5.940   CC       abis.o
#11 5.940   CC       abis_osmo.o
#11 5.942   CC       oml.o
#11 5.943   CC       bts.o
#11 5.943   CC       osmux.o
#11 5.945   CC       bts_sm.o
#11 5.945   CC       bts_trx.o
#11 5.946   CC       rtp_input_preen.o
#11 5.946   CC       rsl.o
#11 5.946   CC       vty.o
#11 5.947   CC       measurement.o
#11 5.947   CC       paging.o
#11 5.947   CC       amr.o
#11 5.947   CC       lchan.o
#11 5.948   CC       load_indication.o
#11 5.948   CC       pcu_sock.o
#11 5.960   CC       asci.o
#11 5.993   CC       handover.o
#11 6.005   CC       msg_utils.o
#11 6.009   CC       tx_power.o
#11 6.010   CC       bts_ctrl_commands.o
#11 6.012   CC       bts_ctrl_lookup.o
#11 6.012   CC       bts_shutdown_fsm.o
#11 6.012   CC       csd_rlp.o
#11 6.024   CC       csd_v110.o
#11 6.028   CC       l1sap.o
#11 6.032   CC       cbch.o
#11 6.047   CC       power_control.o
#11 6.060   CC       main.o
#11 6.065   CC       phy_link.o
#11 6.068   CC       dtx_dl_amr_fsm.o
#11 6.070   CC       scheduler_mframe.o
#11 6.071   CC       ta_control.o
#11 6.071   CC       nm_common_fsm.o
#11 6.082   CC       nm_bts_sm_fsm.o
#11 6.084   CC       nm_bts_fsm.o
#11 6.110   CC       nm_bb_transc_fsm.o
#11 6.110   CC       nm_channel_fsm.o
#11 6.111   CC       nm_gprs_nse_fsm.o
#11 6.111   CC       nm_gprs_cell_fsm.o
#11 6.111   CC       nm_gprs_nsvc_fsm.o
#11 6.113   CC       nm_radio_carrier_fsm.o
#11 6.116   CC       notification.o
#11 6.126   CC       scheduler.o
#11 6.232   AR       libl1sched.a
#11 6.232 ar: `u' modifier ignored since `D' is the default (see `U')
#11 6.248   AR       libbts.a
#11 6.249 ar: `u' modifier ignored since `D' is the default (see `U')
#11 6.268 make[5]: Entering directory '/tmp/osmo-bts/src/common'
#11 6.268 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.268 make[5]: Nothing to be done for 'install-data-am'.
#11 6.268 make[5]: Leaving directory '/tmp/osmo-bts/src/common'
#11 6.268 make[4]: Leaving directory '/tmp/osmo-bts/src/common'
#11 6.268 make[3]: Leaving directory '/tmp/osmo-bts/src/common'
#11 6.268 Making install in osmo-bts-virtual
#11 6.269 make[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual'
#11 6.270   CC       main.o
#11 6.270   CC       bts_model.o
#11 6.270   CC       virtualbts_vty.o
#11 6.270   CC       scheduler_virtbts.o
#11 6.270   CC       l1_if.o
#11 6.271   CC       virtual_um.o
#11 6.271   CC       osmo_mcast_sock.o
#11 6.335   CCLD     osmo-bts-virtual
#11 6.991 make[4]: Entering directory '/tmp/osmo-bts/src/osmo-bts-virtual'
#11 6.991 make[4]: Nothing to be done for 'install-data-am'.
#11 6.991  /usr/bin/mkdir -p '/usr/local/bin'
#11 6.993   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bts-virtual '/usr/local/bin'
#11 7.006 libtool: install: /usr/bin/install -c osmo-bts-virtual /usr/local/bin/osmo-bts-virtual
#11 7.008 make[4]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual'
#11 7.008 make[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-virtual'
#11 7.008 Making install in osmo-bts-omldummy
#11 7.009 make[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-omldummy'
#11 7.009   CC       main.o
#11 7.009   CC       bts_model.o
#11 7.067   CCLD     osmo-bts-omldummy
#11 7.330 make[4]: Entering directory '/tmp/osmo-bts/src/osmo-bts-omldummy'
#11 7.330 make[4]: Nothing to be done for 'install-data-am'.
#11 7.331  /usr/bin/mkdir -p '/usr/local/bin'
#11 7.332   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bts-omldummy '/usr/local/bin'
#11 7.346 libtool: install: /usr/bin/install -c osmo-bts-omldummy /usr/local/bin/osmo-bts-omldummy
#11 7.347 make[4]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-omldummy'
#11 7.347 make[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-omldummy'
#11 7.347 Making install in osmo-bts-trx
#11 7.349 make[3]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.349 make  install-am
#11 7.350 make[4]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.351   CC       main.o
#11 7.351   CC       trx_if.o
#11 7.351   CC       l1_if.o
#11 7.351   CC       scheduler_trx.o
#11 7.351   CC       sched_lchan_fcch_sch.o
#11 7.352   CC       sched_lchan_xcch.o
#11 7.352   CC       sched_lchan_rach.o
#11 7.353   CC       sched_lchan_pdtch.o
#11 7.354   CC       sched_lchan_tchh.o
#11 7.354   CC       trx_provision_fsm.o
#11 7.354   CC       sched_lchan_tchf.o
#11 7.356   CC       trx_vty.o
#11 7.356   CC       amr_loop.o
#11 7.470   CCLD     osmo-bts-trx
#11 7.944 make[5]: Entering directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.944 make[5]: Nothing to be done for 'install-data-am'.
#11 7.944  /usr/bin/mkdir -p '/usr/local/bin'
#11 7.946   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bts-trx '/usr/local/bin'
#11 7.965 libtool: install: /usr/bin/install -c osmo-bts-trx /usr/local/bin/osmo-bts-trx
#11 7.967 make[5]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.967 make[4]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.967 make[3]: Leaving directory '/tmp/osmo-bts/src/osmo-bts-trx'
#11 7.969 make[3]: Entering directory '/tmp/osmo-bts/src'
#11 7.971 make[4]: Entering directory '/tmp/osmo-bts/src'
#11 7.971 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.971 make[4]: Nothing to be done for 'install-data-am'.
#11 7.971 make[4]: Leaving directory '/tmp/osmo-bts/src'
#11 7.971 make[3]: Leaving directory '/tmp/osmo-bts/src'
#11 7.972 make[2]: Leaving directory '/tmp/osmo-bts/src'
#11 7.972 Making install in tests
#11 7.974 make[2]: Entering directory '/tmp/osmo-bts/tests'
#11 7.978 Making install in paging
#11 7.981 make[3]: Entering directory '/tmp/osmo-bts/tests/paging'
#11 7.985 make[4]: Entering directory '/tmp/osmo-bts/tests/paging'
#11 7.985 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.985 make[4]: Nothing to be done for 'install-data-am'.
#11 7.985 make[4]: Leaving directory '/tmp/osmo-bts/tests/paging'
#11 7.985 make[3]: Leaving directory '/tmp/osmo-bts/tests/paging'
#11 7.985 Making install in cipher
#11 7.988 make[3]: Entering directory '/tmp/osmo-bts/tests/cipher'
#11 7.991 make[4]: Entering directory '/tmp/osmo-bts/tests/cipher'
#11 7.991 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.991 make[4]: Nothing to be done for 'install-data-am'.
#11 7.991 make[4]: Leaving directory '/tmp/osmo-bts/tests/cipher'
#11 7.991 make[3]: Leaving directory '/tmp/osmo-bts/tests/cipher'
#11 7.992 Making install in agch
#11 7.994 make[3]: Entering directory '/tmp/osmo-bts/tests/agch'
#11 7.998 make[4]: Entering directory '/tmp/osmo-bts/tests/agch'
#11 7.998 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.998 make[4]: Nothing to be done for 'install-data-am'.
#11 7.998 make[4]: Leaving directory '/tmp/osmo-bts/tests/agch'
#11 7.999 make[3]: Leaving directory '/tmp/osmo-bts/tests/agch'
#11 7.999 Making install in misc
#11 8.003 make[3]: Entering directory '/tmp/osmo-bts/tests/misc'
#11 8.007 make[4]: Entering directory '/tmp/osmo-bts/tests/misc'
#11 8.007 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.007 make[4]: Nothing to be done for 'install-data-am'.
#11 8.007 make[4]: Leaving directory '/tmp/osmo-bts/tests/misc'
#11 8.007 make[3]: Leaving directory '/tmp/osmo-bts/tests/misc'
#11 8.008 Making install in handover
#11 8.012 make[3]: Entering directory '/tmp/osmo-bts/tests/handover'
#11 8.017 make[4]: Entering directory '/tmp/osmo-bts/tests/handover'
#11 8.017 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.017 make[4]: Nothing to be done for 'install-data-am'.
#11 8.017 make[4]: Leaving directory '/tmp/osmo-bts/tests/handover'
#11 8.017 make[3]: Leaving directory '/tmp/osmo-bts/tests/handover'
#11 8.018 Making install in tx_power
#11 8.021 make[3]: Entering directory '/tmp/osmo-bts/tests/tx_power'
#11 8.025 make[4]: Entering directory '/tmp/osmo-bts/tests/tx_power'
#11 8.025 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.025 make[4]: Nothing to be done for 'install-data-am'.
#11 8.025 make[4]: Leaving directory '/tmp/osmo-bts/tests/tx_power'
#11 8.025 make[3]: Leaving directory '/tmp/osmo-bts/tests/tx_power'
#11 8.025 Making install in power
#11 8.028 make[3]: Entering directory '/tmp/osmo-bts/tests/power'
#11 8.031 make[4]: Entering directory '/tmp/osmo-bts/tests/power'
#11 8.031 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.031 make[4]: Nothing to be done for 'install-data-am'.
#11 8.031 make[4]: Leaving directory '/tmp/osmo-bts/tests/power'
#11 8.031 make[3]: Leaving directory '/tmp/osmo-bts/tests/power'
#11 8.032 Making install in meas
#11 8.034 make[3]: Entering directory '/tmp/osmo-bts/tests/meas'
#11 8.036 make[4]: Entering directory '/tmp/osmo-bts/tests/meas'
#11 8.036 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.036 make[4]: Nothing to be done for 'install-data-am'.
#11 8.036 make[4]: Leaving directory '/tmp/osmo-bts/tests/meas'
#11 8.036 make[3]: Leaving directory '/tmp/osmo-bts/tests/meas'
#11 8.037 Making install in ta_control
#11 8.039 make[3]: Entering directory '/tmp/osmo-bts/tests/ta_control'
#11 8.041 make[4]: Entering directory '/tmp/osmo-bts/tests/ta_control'
#11 8.041 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.041 make[4]: Nothing to be done for 'install-data-am'.
#11 8.041 make[4]: Leaving directory '/tmp/osmo-bts/tests/ta_control'
#11 8.041 make[3]: Leaving directory '/tmp/osmo-bts/tests/ta_control'
#11 8.041 Making install in amr
#11 8.043 make[3]: Entering directory '/tmp/osmo-bts/tests/amr'
#11 8.045 make[4]: Entering directory '/tmp/osmo-bts/tests/amr'
#11 8.045 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.045 make[4]: Nothing to be done for 'install-data-am'.
#11 8.045 make[4]: Leaving directory '/tmp/osmo-bts/tests/amr'
#11 8.045 make[3]: Leaving directory '/tmp/osmo-bts/tests/amr'
#11 8.045 Making install in csd
#11 8.047 make[3]: Entering directory '/tmp/osmo-bts/tests/csd'
#11 8.050 make[4]: Entering directory '/tmp/osmo-bts/tests/csd'
#11 8.050 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.050 make[4]: Nothing to be done for 'install-data-am'.
#11 8.050 make[4]: Leaving directory '/tmp/osmo-bts/tests/csd'
#11 8.050 make[3]: Leaving directory '/tmp/osmo-bts/tests/csd'
#11 8.051 make[3]: Entering directory '/tmp/osmo-bts/tests'
#11 8.053 make[4]: Entering directory '/tmp/osmo-bts/tests'
#11 8.053 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.053 make[4]: Nothing to be done for 'install-data-am'.
#11 8.053 make[4]: Leaving directory '/tmp/osmo-bts/tests'
#11 8.053 make[3]: Leaving directory '/tmp/osmo-bts/tests'
#11 8.054 make[2]: Leaving directory '/tmp/osmo-bts/tests'
#11 8.054 Making install in doc
#11 8.055 make[2]: Entering directory '/tmp/osmo-bts/doc'
#11 8.058 Making install in examples
#11 8.060 make[3]: Entering directory '/tmp/osmo-bts/doc/examples'
#11 8.062 make[4]: Entering directory '/tmp/osmo-bts/doc/examples'
#11 8.062 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.065  /usr/bin/mkdir -p '/usr/local/share/doc/osmo-bts/examples/osmo-bts-trx'
#11 8.066  /usr/bin/mkdir -p '/usr/local/share/doc/osmo-bts/examples/osmo-bts-virtual'
#11 8.066  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 8.072  /usr/bin/install -c -m 644 virtual/osmo-bts-virtual.cfg '/usr/local/share/doc/osmo-bts/examples/osmo-bts-virtual'
#11 8.072  /usr/bin/install -c -m 644 trx/osmo-bts-trx.cfg trx/osmo-bts-trx-calypso.cfg '/usr/local/share/doc/osmo-bts/examples/osmo-bts-trx'
#11 8.072  /usr/bin/install -c -m 644 virtual/osmo-bts-virtual.cfg trx/osmo-bts-trx.cfg '/usr/local/etc/osmocom'
#11 8.074 make[4]: Leaving directory '/tmp/osmo-bts/doc/examples'
#11 8.074 make[3]: Leaving directory '/tmp/osmo-bts/doc/examples'
#11 8.075 Making install in manuals
#11 8.076 make[3]: Entering directory '/tmp/osmo-bts/doc/manuals'
#11 8.078 make[4]: Entering directory '/tmp/osmo-bts/doc/manuals'
#11 8.078 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.078 make[4]: Nothing to be done for 'install-data-am'.
#11 8.078 make[4]: Leaving directory '/tmp/osmo-bts/doc/manuals'
#11 8.078 make[3]: Leaving directory '/tmp/osmo-bts/doc/manuals'
#11 8.079 make[3]: Entering directory '/tmp/osmo-bts/doc'
#11 8.081 make[4]: Entering directory '/tmp/osmo-bts/doc'
#11 8.081 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.081 make[4]: Nothing to be done for 'install-data-am'.
#11 8.081 make[4]: Leaving directory '/tmp/osmo-bts/doc'
#11 8.081 make[3]: Leaving directory '/tmp/osmo-bts/doc'
#11 8.081 make[2]: Leaving directory '/tmp/osmo-bts/doc'
#11 8.081 Making install in contrib
#11 8.082 make[2]: Entering directory '/tmp/osmo-bts/contrib'
#11 8.085 Making install in systemd
#11 8.087 make[3]: Entering directory '/tmp/osmo-bts/contrib/systemd'
#11 8.089 make[4]: Entering directory '/tmp/osmo-bts/contrib/systemd'
#11 8.089 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.089  /usr/bin/mkdir -p '/lib/systemd/system'
#11 8.091  /usr/bin/install -c -m 644 osmo-bts-virtual.service osmo-bts-trx.service '/lib/systemd/system'
#11 8.092 make[4]: Leaving directory '/tmp/osmo-bts/contrib/systemd'
#11 8.092 make[3]: Leaving directory '/tmp/osmo-bts/contrib/systemd'
#11 8.092 Making install in ber
#11 8.093 make[3]: Entering directory '/tmp/osmo-bts/contrib/ber'
#11 8.094   CC       rtp_ber.o
#11 8.094   CC       rtp_gen_map.o
#11 8.117   CCLD     rtp_gen_map
#11 8.129   CCLD     rtp_ber
#11 8.227 make[4]: Entering directory '/tmp/osmo-bts/contrib/ber'
#11 8.227 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.227 make[4]: Nothing to be done for 'install-data-am'.
#11 8.227 make[4]: Leaving directory '/tmp/osmo-bts/contrib/ber'
#11 8.227 make[3]: Leaving directory '/tmp/osmo-bts/contrib/ber'
#11 8.228 make[3]: Entering directory '/tmp/osmo-bts/contrib'
#11 8.229 make[4]: Entering directory '/tmp/osmo-bts/contrib'
#11 8.229 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.229 make[4]: Nothing to be done for 'install-data-am'.
#11 8.229 make[4]: Leaving directory '/tmp/osmo-bts/contrib'
#11 8.229 make[3]: Leaving directory '/tmp/osmo-bts/contrib'
#11 8.229 make[2]: Leaving directory '/tmp/osmo-bts/contrib'
#11 8.230 make[2]: Entering directory '/tmp/osmo-bts'
#11 8.232 make[3]: Entering directory '/tmp/osmo-bts'
#11 8.232 make[3]: Nothing to be done for 'install-exec-am'.
#11 8.232 make[3]: Nothing to be done for 'install-data-am'.
#11 8.232 make[3]: Leaving directory '/tmp/osmo-bts'
#11 8.232 make[2]: Leaving directory '/tmp/osmo-bts'
#11 8.232 make[1]: Leaving directory '/tmp/osmo-bts'
#11 DONE 8.3s

#12 [7/8] COPY	OSMO-BTS.CFG /data/osmo-bts.cfg
#12 DONE 0.2s

#13 [8/8] WORKDIR	/DATA
#13 DONE 0.2s

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.7s done
#14 writing image sha256:b5ce77b213b4692014f2be1768f6a3fb1ea0f9230496cbf66e653ed27fdcd0b3 done
#14 naming to docker.io/osmocom-build/osmo-bts-master:latest 0.0s done
#14 DONE 0.7s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmo-bts-master'
+ docker_image_exists osmo-bts-master
+ docker images -q osmocom-build/osmo-bts-master
+ test -n b5ce77b213b4
+ list_osmo_packages debian-bookworm osmo-bts-master
+ local distro=debian-bookworm
+ local image=osmo-bts-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bts-master -c
+ [ -n  ]
+ set +x

### Installed Osmocom packages in: osmo-bts-master ###

ii  libosmo-abis-dev:amd64                 2.0.0.17.d2e8.202503212026        amd64        Development headers for A-bis interface
ii  libosmo-netif-dev:amd64                1.6.0.2.1b40.202503212026         amd64        Development headers for Osmocom network interface
ii  libosmoabis15:amd64                    2.0.0.17.d2e8.202503212026        amd64        GSM A-bis handling
ii  libosmocodec4:amd64                    1.11.0.11.8111.202503212026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.11.0.11.8111.202503212026       amd64        Osmo coding library
ii  libosmocore                            1.11.0.11.8111.202503212026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.11.0.11.8111.202503212026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore22:amd64                    1.11.0.11.8111.202503212026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.6.0.2.1b40.202503212026         amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo SIM library
ii  libosmotrau11:amd64                    2.0.0.17.d2e8.202503212026        amd64        GSM trau handling
ii  libosmousb0:amd64                      1.11.0.11.8111.202503212026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.11.0.11.8111.202503212026       amd64        Osmo VTY library
ii  osmocom-nightly                        202503212026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master', 'osmocom-nightly']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends osmocom-bb-host-master
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name osmocom-bb-host-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmocom-bb-host-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmocom-bb-host-master
+ echo osmocom-bb-host-master
+ dir=osmocom-bb-host-master
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../osmocom-bb-host-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmocom-bb-host-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmocom-bb-host-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmocom-bb-host-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmocom-bb-host-master'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/osmocom-bb-host-master:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.00kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/10] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [ 5/10] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMOCOM-BB/+/MASTER?FORMAT=TEXT /tmp/commit-osmocom-bb
#5 DONE 0.1s

#6 [ 4/10] RUN	GIT clone https://gerrit.osmocom.org/osmocom-bb.git
#6 CACHED

#7 [ 7/10] RUN	CD osmocom-bb/src/host/trxcon && 	autoreconf -fi && 	./configure && 	make "-j$(nproc)" install
#7 CACHED

#8 [ 5/10] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMOCOM-BB/+/MASTER?FORMAT=TEXT /tmp/commit-osmocom-bb
#8 CACHED

#9 [ 6/10] RUN	CD osmocom-bb && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#9 CACHED

#10 [ 9/10] RUN	MKDIR -p /data/unix
#10 CACHED

#11 [ 2/10] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		libosmocore-dev && 	apt-get clean
#11 CACHED

#12 [ 3/10] WORKDIR	/TMP
#12 CACHED

#13 [ 8/10] RUN	CD osmocom-bb/src/host/virt_phy && 	autoreconf -fi && 	./configure && 	make "-j$(nproc)" install
#13 CACHED

#14 [10/10] WORKDIR	/DATA
#14 CACHED

#15 exporting to image
#15 exporting layers done
#15 writing image sha256:e5f7c85b7aefac4d126a2c29c741c6056c2a58c4a25e0afca8bb45a8a470e166 done
#15 naming to docker.io/osmocom-build/osmocom-bb-host-master:latest done
#15 DONE 0.0s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/osmocom-bb-host-master'
+ docker_image_exists osmocom-bb-host-master
+ docker images -q osmocom-build/osmocom-bb-host-master
+ test -n e5f7c85b7aef
+ list_osmo_packages debian-bookworm osmocom-bb-host-master
+ local distro=debian-bookworm
+ local image=osmocom-bb-host-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmocom-bb-host-master -c
+ [ -n  ]
+ return
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-bts-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:72e780d1a1263dd8e23ecadfbfe0fe07518e6fe18059066a8dee2deb55361504
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ docker_distro_from_image_name ttcn3-bts-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-bts-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-bts-test
+ echo ttcn3-bts-test
+ dir=ttcn3-bts-test
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-bts-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: ttcn3-bts-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-bts-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-bts-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/ttcn3-bts-test'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/ttcn3-bts-test:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 393B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
#1 WARN: JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
#1 DONE 0.0s

#2 [internal] load metadata for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [1/4] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 876B done
#5 DONE 0.0s

#6 [2/4] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s

#7 [2/4] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

#8 [3/4] RUN	TTCN3-DOCKER-PREPARE "master" bts
#8 CACHED

#9 [4/4] COPY	GENERIC/BTS_TESTS.CFG /data/BTS_Tests.cfg
#9 CACHED

#10 exporting to image
#10 exporting layers done
#10 writing image sha256:bd4500ac905f8b1d66698c48eb7126bd9f7a114a95f46d0a97126426869b0104 0.0s done
#10 naming to docker.io/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 0.0s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/ttcn3-bts-test'
+ docker_image_exists ttcn3-bts-test
+ docker images -q osmocom-build/ttcn3-bts-test
+ test -n bd4500ac905f
+ list_osmo_packages debian-bookworm ttcn3-bts-test
+ local distro=debian-bookworm
+ local image=ttcn3-bts-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-bts-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ network_create
+ SUBNET=2526467
+ seq 1 30
+ echo (2526467 + 1) % 256
+ bc
+ SUBNET=4
+ NET_NAME=ttcn3-bts-test-4
+ SUB4=172.18.4.0/24
+ SUB6=fd02:db8:4::/64
+ set +x
Creating network ttcn3-bts-test-4, trying SUBNET=4...
+ docker network create --internal --subnet 172.18.4.0/24 --ipv6 --subnet fd02:db8:4::/64 ttcn3-bts-test-4
c4d7e417675bdbfde7a7562189d9fb39d866fb6e209e79c27da2e08ac7c13c0c
+ set +x

### Network ttcn3-bts-test-4 created (SUBNET=4) ###

+ return
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic
+ cp generic/BTS_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
+ set_pcuif_version /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
+ osmo_repo_is_2023q1
+ return 1
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy
+ cp virtphy/BTS_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ set_pcuif_version /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ osmo_repo_is_2023q1
+ return 1
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml
+ cp oml/BTS_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
+ set_pcuif_version /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
+ osmo_repo_is_2023q1
+ return 1
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping
+ cp fh/BTS_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg
+ cp /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg.inc
+ cp Makefile /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/Makefile
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg.inc
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/Makefile
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ make -f /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/Makefile cfg
command -v osmo-config-merge
/usr/bin/osmo-config-merge
docker run \
	--rm \
	--user 1000 \
	-v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/ttcn3-bts-test:/data \
	osmocom-build/ttcn3-bts-test \
	cp /osmo-ttcn3-hacks/bts/osmo-bts.cfg /data/osmo-bts.src.cfg
docker run \
	--rm \
	--user 1000 \
	-v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/ttcn3-bts-test:/data \
	osmocom-build/ttcn3-bts-test \
	cp /osmo-ttcn3-hacks/bts/osmo-bsc.cfg /data/osmo-bsc.src.cfg
osmo-config-merge osmo-bts.src.cfg generic/osmo-bts.confmerge > generic/osmo-bts.gen.cfg
sed -i "s/log gsmtap 127.0.0.1/log gsmtap 172.18.4.10/" generic/osmo-bts.gen.cfg
osmo-config-merge osmo-bsc.src.cfg generic/osmo-bsc.confmerge > generic/osmo-bsc.gen.cfg
sed -i "s/log gsmtap 127.0.0.1/log gsmtap 172.18.4.10/" generic/osmo-bsc.gen.cfg
osmo-config-merge generic/osmo-bts.gen.cfg virtphy/osmo-bts.confmerge > virtphy/osmo-bts.gen.cfg
sed -i "/osmotrx/d" virtphy/osmo-bts.gen.cfg
osmo-config-merge generic/osmo-bts.gen.cfg oml/osmo-bts.confmerge > oml/osmo-bts.gen.cfg
osmo-config-merge generic/osmo-bsc.gen.cfg fh/osmo-bsc.confmerge > fh/osmo-bsc.gen.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bsc
+ cp generic/osmo-bsc.gen.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bsc/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts/unix
+ cp generic/osmo-bts.gen.cfg /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/unix
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/fake_trx
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/trxcon
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/virtphy
+ start_config_generic
+ test_config_enabled generic
+ local config=generic
+ local i
+ local valid=0
+ [ generic = generic ]
+ valid=1
+ break
+ [ 1 != 1 ]
+ [ -z generic oml hopping ]
+ [ generic = generic ]
+ return 0
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts/osmo-bts.gen.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg.inc
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-hopping/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-oml/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/Makefile
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bsc/osmo-bsc.gen.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic/BTS_Tests.cfg
Applying SUBNET=4 to: /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-virtphy/BTS_Tests.cfg
+ start_bsc
+ echo Starting container with BSC
Starting container with BSC
+ docker_network_params 4 11
+ NET=4
+ ADDR_SUFIX=11
+ echo --network ttcn3-bts-test-4 --ip 172.18.4.11 --ip6 fd02:db8:4::11
+ docker run --rm --network ttcn3-bts-test-4 --ip 172.18.4.11 --ip6 fd02:db8:4::11 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bsc:/data --name jenkins-ttcn3-bts-test-io_uring-314-bsc -d -e LIBOSMO_IO_BACKEND=IO_URING --ulimit memlock=-1 --security-opt seccomp=../seccomp_profile.json osmocom-build/osmo-bsc-master /bin/sh -c osmo-bsc -c /data/osmo-bsc.gen.cfg >>/data/osmo-bsc.log 2>&1
b2fe01c51a9783b04a9256c7e3f4e65e153c1d43e2a1b4849f6518b4832331d8
+ start_bts trx 1
+ local variant
+ variant=trx
+ echo Starting container with BTS
Starting container with BTS
+ [ -z trx ]
+ docker_network_params 4 20
+ NET=4
+ ADDR_SUFIX=20
+ echo --network ttcn3-bts-test-4 --ip 172.18.4.20 --ip6 fd02:db8:4::20
+ docker run --rm --network ttcn3-bts-test-4 --ip 172.18.4.20 --ip6 fd02:db8:4::20 --cap-add=SYS_ADMIN --ulimit rtprio=99 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/unix:/data/unix --name jenkins-ttcn3-bts-test-io_uring-314-bts -d -e LIBOSMO_IO_BACKEND=IO_URING --ulimit memlock=-1 --security-opt seccomp=../seccomp_profile.json osmocom-build/osmo-bts-master /bin/sh -c osmo-bts-trx -c /data/osmo-bts.gen.cfg >>/data/osmo-bts.log 2>&1
d827eed7a182931664cbbb69707bef8b6ab42e2102cc67d2be84ca4ce4fb195b
+ start_fake_trx
+ echo Starting container with fake_trx
Starting container with fake_trx
+ docker_network_params 4 21
+ NET=4
+ ADDR_SUFIX=21
+ echo --network ttcn3-bts-test-4 --ip 172.18.4.21 --ip6 fd02:db8:4::21
+ docker run --rm --network ttcn3-bts-test-4 --ip 172.18.4.21 --ip6 fd02:db8:4::21 --cap-add=SYS_ADMIN --ulimit rtprio=99 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/fake_trx:/data --name jenkins-ttcn3-bts-test-io_uring-314-fake_trx -d -e LIBOSMO_IO_BACKEND=IO_URING --ulimit memlock=-1 --security-opt seccomp=../seccomp_profile.json osmocom-build/osmocom-bb-host-master /bin/sh -c /tmp/osmocom-bb/src/target/trx_toolkit/fake_trx.py 				--log-file-name /data/fake_trx.log 				--log-file-level DEBUG 				--log-file-time 				--log-level INFO 				--sched-rr-prio 30 				-R 172.18.4.20 				-r 172.18.4.22 				--trx TRX1@172.18.4.20:5700/1 				--trx TRX2@172.18.4.20:5700/2 				--trx TRX3@172.18.4.20:5700/3 				>>/data/fake_trx.out 2>&1
ffc5c927e5dd172e2b7aca1c20801af716f2dd59340c8e8fb72112922de4d488
+ start_trxcon
+ echo Starting container with trxcon
Starting container with trxcon
+ docker_network_params 4 22
+ NET=4
+ ADDR_SUFIX=22
+ echo --network ttcn3-bts-test-4 --ip 172.18.4.22 --ip6 fd02:db8:4::22
+ docker run --rm --network ttcn3-bts-test-4 --ip 172.18.4.22 --ip6 fd02:db8:4::22 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/trxcon:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/unix:/data/unix --name jenkins-ttcn3-bts-test-io_uring-314-trxcon -d -e LIBOSMO_IO_BACKEND=IO_URING --ulimit memlock=-1 --security-opt seccomp=../seccomp_profile.json osmocom-build/osmocom-bb-host-master /bin/sh -c trxcon 				-i 172.18.4.21 				-s /data/unix/osmocom_l2 				>>/data/trxcon.log 2>&1
f94e89f1b52366763227526536385b9dba30193cbaf260fe17943b3750b1ce6b
+ start_testsuite generic
+ echo Starting container with BTS testsuite
Starting container with BTS testsuite
+ variant=generic
+ docker_network_params 4 10
+ NET=4
+ ADDR_SUFIX=10
+ echo --network ttcn3-bts-test-4 --ip 172.18.4.10 --ip6 fd02:db8:4::10
+ docker run --rm --network ttcn3-bts-test-4 --ip 172.18.4.10 --ip6 fd02:db8:4::10 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.4.20 -e OSMO_SUT_PORT=4241 -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/bts-tester-generic:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-bts-test-io_uring/logs/unix:/data/unix --name jenkins-ttcn3-bts-test-io_uring-314-ttcn3-bts-test -e LIBOSMO_IO_BACKEND=IO_URING --ulimit memlock=-1 --security-opt seccomp=../seccomp_profile.json osmocom-build/ttcn3-bts-test
+ SUBDIR=bts
+ SUITE=BTS_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/bts/BTS_Tests BTS_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli BTS_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: BTS_Tests.cfg
MC@aee45c6041aa: Unix server socket created successfully.
MC@aee45c6041aa: Listening on TCP port 45919.
aee45c6041aa is the default
MC2> spawn /osmo-ttcn3-hacks/bts/BTS_Tests aee45c6041aa 45919
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@aee45c6041aa: New HC connected from 172.18.4.10 [172.18.4.10]. aee45c6041aa: Linux 6.1.0-29-amd64 on x86_64.
cmtc
MC@aee45c6041aa: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@aee45c6041aa: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@aee45c6041aa: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@aee45c6041aa: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@aee45c6041aa: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@aee45c6041aa: Configuration file was processed on all HCs.
MC@aee45c6041aa: Creating MTC on host 172.18.4.10.
MC@aee45c6041aa: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_est_dchan'.
------ BTS_Tests.TC_est_dchan ------
Sat Mar 22 06:00:57 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BTS_Tests.TC_est_dchan.pcap" >/data/BTS_Tests.TC_est_dchan.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@aee45c6041aa: External command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_est_dchan' was executed successfully (exit status: 0).
MTC@aee45c6041aa: Test case TC_est_dchan started.
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: Established a new IPA connection (conn_id=2)
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_est_dchan-RSL(4)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=2), waiting for IDENTITY RESPONSE...
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: Established a new IPA connection (conn_id=3)
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_est_dchan-RSL(4)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=3), waiting for IDENTITY RESPONSE...
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: Established a new IPA connection (conn_id=4)
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_est_dchan-RSL(4)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=4), waiting for IDENTITY RESPONSE...
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } } } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: Established a new IPA connection (conn_id=5)
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_est_dchan-RSL(4)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=2): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } } } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL(4)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_est_dchan-RSL(4)@aee45c6041aa: Mapped TRX#0 to TCP/IP conn_id=2
TC_est_dchan-RSL(4)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=5), waiting for IDENTITY RESPONSE...
TC_est_dchan-RSL(4)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=3): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
MTC@aee45c6041aa: 1/4 transceiver(s) connected
TC_est_dchan-RSL(4)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_est_dchan-RSL(4)@aee45c6041aa: Mapped TRX#1 to TCP/IP conn_id=3
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } } } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
MTC@aee45c6041aa: 2/4 transceiver(s) connected
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL(4)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=4): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
TC_est_dchan-RSL(4)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_est_dchan-RSL(4)@aee45c6041aa: Mapped TRX#2 to TCP/IP conn_id=4
MTC@aee45c6041aa: 3/4 transceiver(s) connected
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } } } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_est_dchan-RSL(4)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=5): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
TC_est_dchan-RSL(4)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_est_dchan-RSL(4)@aee45c6041aa: Mapped TRX#3 to TCP/IP conn_id=5
MTC@aee45c6041aa: 1/4 RF Resource Indication(s) received
MTC@aee45c6041aa: 4/4 transceiver(s) connected
MTC@aee45c6041aa: 2/4 RF Resource Indication(s) received
MTC@aee45c6041aa: 3/4 RF Resource Indication(s) received
MTC@aee45c6041aa: 4/4 RF Resource Indication(s) received
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 23, lai := { mcc_mnc := '262F42'H, lac := 42 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_MAY_USE_UL_DTX (0), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '0'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '0'B, si2_quater_ind := { presence := '0'B, ind := omit }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): '49061B001762F224002AC90001074740E504002C2B2B2B'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): '59061A00000000000000000000000000000000FFE50400'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 42 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): '31061C62F224002A4740E50400012B2B2B2B2B2B2B2B2B'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
TC_est_dchan(6)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(6)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(6)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 0 } }, tn := 0 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 24, t2 := 22 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(6)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(6)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(6)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(6)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(7)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(7)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(7)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(7)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(7)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 1 } }, tn := 0 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 4, t2 := 25 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(7)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(7)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(7)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(7)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(8)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(8)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(8)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(8)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(8)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 2 } }, tn := 0 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 14, t2 := 7 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(8)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(8)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(8)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(8)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(9)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(9)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(9)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(9)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch4 := { tag := '001'B, sub_chan := 3 } }, tn := 0 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 4, t2 := 20 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(9)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(9)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(9)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(9)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(10)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(10)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(10)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(10)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(10)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 1 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 14, t2 := 2 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(10)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(10)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(10)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(10)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(11)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(11)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(11)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 2 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 24, t2 := 8 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(11)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(11)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(11)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(11)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(12)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(12)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(12)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 3 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 45, t2 := 25 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(12)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(12)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(12)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(12)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(13)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(13)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(13)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(13)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(13)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { lm := { tag := '0001'B, sub_chan := 0 } }, tn := 4 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 0, t3 := 14, t2 := 17 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(13)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(13)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(13)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(13)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(14)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(14)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(14)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { lm := { tag := '0001'B, sub_chan := 1 } }, tn := 4 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 24, t2 := 23 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(14)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(14)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(14)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(14)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(15)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(15)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(15)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { ch0 := RSL_CHAN_NR_Bm_ACCH (1) }, tn := 4 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 45, t2 := 14 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(15)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(15)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(15)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(15)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(16)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(16)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(16)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { lm := { tag := '0001'B, sub_chan := 0 } }, tn := 5 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 34, t2 := 25 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(16)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(16)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(16)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(16)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(17)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(17)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(17)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { lm := { tag := '0001'B, sub_chan := 1 } }, tn := 5 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 34, t2 := 21 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(17)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(17)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(17)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(17)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(18)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(18)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(18)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(18)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(18)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 0 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 4, t2 := 14 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(18)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(18)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(18)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(18)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(19)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(19)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(19)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 1 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 45, t2 := 3 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(19)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(19)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(19)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(19)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(20)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(20)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(20)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 2 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 45, t2 := 1 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(20)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(20)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(20)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(20)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(21)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(21)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(21)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(21)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 3 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 4, t2 := 9 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(21)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(21)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(21)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(21)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(22)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(22)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(22)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(22)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(22)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 4 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 14, t2 := 17 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(22)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(22)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(22)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(22)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(23)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(23)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(23)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 5 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 1, t3 := 45, t2 := 20 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(23)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(23)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(23)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(23)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(24)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(24)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(24)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(24)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(24)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 6 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 2, t3 := 4, t2 := 2 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(24)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(24)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(24)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(24)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(25)@aee45c6041aa: setverdict(pass): none -> pass reason: "Received CHAN-RQD from RACH REQ", new component reason: "Received CHAN-RQD from RACH REQ"
TC_est_dchan(25)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(25)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '11'B }, skip_indicator := 0, rr_protocol_discriminator := 3, message_type := SYSTEM_INFORMATION_TYPE_14 (1) }, payload := { other := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("++++++++++++++++++++") } }
TC_est_dchan(25)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 5, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := PAGING_REQUEST_TYPE_1 (33) }, payload := { pag_req_1 := { chan_needed := { second := CHAN_NEED_ANY (0), first := CHAN_NEED_ANY (0) }, page_mode := PAGE_MODE_NORMAL (0), mi1 := { lengthIndicator := 1, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { no_identity := { oddevenIndicator := '0'B, fillerDigits := 'F'H } } } }, mi2 := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O ("+++++++++++++++++") } } }
TC_est_dchan(25)@aee45c6041aa: PCH/AGCH DL RR: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := IMMEDIATE_ASSIGNMENT (63) }, payload := { imm_ass := { ded_or_tbf := { spare := '0'B, tma := false, downlink := false, tbf := false }, page_mode := PAGE_MODE_NORMAL (0), chan_desc := { chan_nr := { u := { sdcch8 := { tag := '01'B, sub_chan := 7 } }, tn := 6 }, tsc := 7, h := false, arfcn := 871, maio_hsn := omit }, pkt_chan_desc := omit, req_ref := { ra := '00111110'B, t1p := 2, t3 := 4, t2 := 0 }, timing_advance := 0, mobile_allocation := { len := 0, ma := ''B }, rest_octets := { presence := '00'B, ll := { compressed_irat_ho_info_ind := '0'B }, lh := omit, hl := omit, hh := omit } } } }
TC_est_dchan(25)@aee45c6041aa: Received IMM.ASS for our RACH!
TC_est_dchan(25)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(25)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_est_dchan(25)@aee45c6041aa: Final verdict of PTC: pass reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Stopping testcase execution from "BTS_Tests.ttcn":9064
TC_est_dchan-RSL(4)@aee45c6041aa: Final verdict of PTC: none
TC_est_dchan-RSL-IPA(3)@aee45c6041aa: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(5)@aee45c6041aa: Final verdict of PTC: none
MTC@aee45c6041aa: Setting final verdict of the test case.
MTC@aee45c6041aa: Local verdict of MTC: none
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan-RSL-IPA(3): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan-RSL(4): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC IPA-CTRL-CLI-IPA(5): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(6): pass (none -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(7): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(8): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(9): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(10): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(11): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(12): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(13): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(14): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(15): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(16): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(17): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(18): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(19): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(20): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(21): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(22): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(23): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(24): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Local verdict of PTC TC_est_dchan(25): pass (pass -> pass) reason: "Received CHAN-RQD from RACH REQ"
MTC@aee45c6041aa: Test case TC_est_dchan finished. Verdict: pass reason: Received CHAN-RQD from RACH REQ
MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-stop.sh BTS_Tests.TC_est_dchan pass'.
Sat Mar 22 06:01:14 UTC 2025
====== BTS_Tests.TC_est_dchan pass ======

Saving talloc report from 172.18.4.20:4241 to BTS_Tests.TC_est_dchan.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=14688200)
Waiting for packet dumper to finish... 1 (prev_count=14688200, count=14688695)
MTC@aee45c6041aa: External command `../ttcn3-tcpdump-stop.sh BTS_Tests.TC_est_dchan pass' was executed successfully (exit status: 0).
MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_chan_act_stress'.
------ BTS_Tests.TC_chan_act_stress ------
Sat Mar 22 06:01:18 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BTS_Tests.TC_chan_act_stress.pcap" >/data/BTS_Tests.TC_chan_act_stress.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@aee45c6041aa: External command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_chan_act_stress' was executed successfully (exit status: 0).
MTC@aee45c6041aa: Test case TC_chan_act_stress started.
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: Established a new IPA connection (conn_id=2)
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=2), waiting for IDENTITY RESPONSE...
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: Established a new IPA connection (conn_id=3)
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=3), waiting for IDENTITY RESPONSE...
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: Established a new IPA connection (conn_id=4)
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=4), waiting for IDENTITY RESPONSE...
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } } } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: Established a new IPA connection (conn_id=5)
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=2): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } } } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } } } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL(27)@aee45c6041aa: Mapped TRX#0 to TCP/IP conn_id=2
MTC@aee45c6041aa: 1/4 transceiver(s) connected
TC_chan_act_stress-RSL(27)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=5), waiting for IDENTITY RESPONSE...
TC_chan_act_stress-RSL(27)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=3): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
TC_chan_act_stress-RSL(27)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_stress-RSL(27)@aee45c6041aa: Mapped TRX#1 to TCP/IP conn_id=3
TC_chan_act_stress-RSL(27)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=4): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
MTC@aee45c6041aa: 2/4 transceiver(s) connected
TC_chan_act_stress-RSL(27)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_stress-RSL(27)@aee45c6041aa: Mapped TRX#2 to TCP/IP conn_id=4
MTC@aee45c6041aa: 3/4 transceiver(s) connected
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } } } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@aee45c6041aa: 1/4 RF Resource Indication(s) received
TC_chan_act_stress-RSL(27)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=5): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
MTC@aee45c6041aa: 2/4 RF Resource Indication(s) received
TC_chan_act_stress-RSL(27)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_stress-RSL(27)@aee45c6041aa: Mapped TRX#3 to TCP/IP conn_id=5
MTC@aee45c6041aa: 4/4 transceiver(s) connected
MTC@aee45c6041aa: 3/4 RF Resource Indication(s) received
MTC@aee45c6041aa: 4/4 RF Resource Indication(s) received
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 23, lai := { mcc_mnc := '262F42'H, lac := 42 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_MAY_USE_UL_DTX (0), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '0'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '0'B, si2_quater_ind := { presence := '0'B, ind := omit }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): '49061B001762F224002AC90001074740E504002C2B2B2B'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): '59061A00000000000000000000000000000000FFE50400'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 42 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): '31061C62F224002A4740E50400012B2B2B2B2B2B2B2B2B'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): none -> pass
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_stress(29)@aee45c6041aa: Final verdict of PTC: pass
MTC@aee45c6041aa: Stopping testcase execution from "BTS_Tests.ttcn":1031
TC_chan_act_stress-RSL(27)@aee45c6041aa: Final verdict of PTC: none
TC_chan_act_stress-RSL-IPA(26)@aee45c6041aa: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(28)@aee45c6041aa: Final verdict of PTC: none
MTC@aee45c6041aa: Setting final verdict of the test case.
MTC@aee45c6041aa: Local verdict of MTC: none
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_stress-RSL-IPA(26): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_stress-RSL(27): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC IPA-CTRL-CLI-IPA(28): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_stress(29): pass (none -> pass)
MTC@aee45c6041aa: Test case TC_chan_act_stress finished. Verdict: pass
MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-stop.sh BTS_Tests.TC_chan_act_stress pass'.
Sat Mar 22 06:01:21 UTC 2025
====== BTS_Tests.TC_chan_act_stress pass ======

Saving talloc report from 172.18.4.20:4241 to BTS_Tests.TC_chan_act_stress.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=8578383)
Waiting for packet dumper to finish... 1 (prev_count=8578383, count=8578878)
MTC@aee45c6041aa: External command `../ttcn3-tcpdump-stop.sh BTS_Tests.TC_chan_act_stress pass' was executed successfully (exit status: 0).
MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_chan_act_react'.
------ BTS_Tests.TC_chan_act_react ------
Sat Mar 22 06:01:24 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/BTS_Tests.TC_chan_act_react.pcap" >/data/BTS_Tests.TC_chan_act_react.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@aee45c6041aa: External command `../ttcn3-tcpdump-start.sh BTS_Tests.TC_chan_act_react' was executed successfully (exit status: 0).
MTC@aee45c6041aa: Test case TC_chan_act_react started.
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: Established a new IPA connection (conn_id=2)
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_react-RSL(31)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=2), waiting for IDENTITY RESPONSE...
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: Established a new IPA connection (conn_id=3)
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_react-RSL(31)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=3), waiting for IDENTITY RESPONSE...
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: Established a new IPA connection (conn_id=4)
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_react-RSL(31)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=4), waiting for IDENTITY RESPONSE...
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } } } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: Established a new IPA connection (conn_id=5)
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL(31)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=2): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3000'O } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } } } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL(31)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_react-RSL(31)@aee45c6041aa: Mapped TRX#0 to TCP/IP conn_id=2
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } } } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
MTC@aee45c6041aa: 1/4 transceiver(s) connected
TC_chan_act_react-RSL(31)@aee45c6041aa: A new IPA/RSL connection has been established (conn_id=5), waiting for IDENTITY RESPONSE...
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL(31)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=3): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3100'O } }
TC_chan_act_react-RSL(31)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_react-RSL(31)@aee45c6041aa: Mapped TRX#1 to TCP/IP conn_id=3
TC_chan_act_react-RSL(31)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=4): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3200'O } }
MTC@aee45c6041aa: 2/4 transceiver(s) connected
TC_chan_act_react-RSL(31)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_react-RSL(31)@aee45c6041aa: Mapped TRX#2 to TCP/IP conn_id=4
MTC@aee45c6041aa: 3/4 transceiver(s) connected
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } } } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: IPA ID RESP: { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@aee45c6041aa: 1/4 RF Resource Indication(s) received
TC_chan_act_react-RSL(31)@aee45c6041aa: Got IDENTITY RESPONSE (conn_id=5): { { len := 10, tag := IPAC_IDTAG_UNITNAME (1), data := '6F736D6F2D62747300'O }, { len := 10, tag := IPAC_IDTAG_UNITID (8), data := '313233342F302F3300'O } }
MTC@aee45c6041aa: 2/4 RF Resource Indication(s) received
TC_chan_act_react-RSL(31)@aee45c6041aa: Warning: dec_IpaUnitId(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_react-RSL(31)@aee45c6041aa: Mapped TRX#3 to TCP/IP conn_id=5
MTC@aee45c6041aa: 4/4 transceiver(s) connected
MTC@aee45c6041aa: 3/4 RF Resource Indication(s) received
MTC@aee45c6041aa: 4/4 RF Resource Indication(s) received
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 23, lai := { mcc_mnc := '262F42'H, lac := 42 }, ctrl_chan_desc := { msc_r99 := true, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_MAY_USE_UL_DTX (0), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, si_2ter_ind := '0'B, early_cm_ind := '0'B, sched_where := { presence := '0'B, where := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, umts_early_cm_ind := '0'B, si2_quater_ind := { presence := '0'B, ind := omit }, iu_mode_ind := omit, si21_ind := { presence := '0'B, pos := omit } } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_3 (3): '49061B001762F224002AC90001074740E504002C2B2B2B'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_2 (2): '59061A00000000000000000000000000000000FFE50400'O
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 42 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 7, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := { sel_params := { presence := '0'B, params := omit }, pwr_offset := { presence := '0'B, offset := omit }, gprs_ind := { presence := '1'B, ind := { ra_colour := 0, si13_pos := '0'B } }, s_presence := '0'B, s := omit } } } }
MTC@aee45c6041aa: Setting RSL_SYSTEM_INFO_4 (4): '31061C62F224002A4740E50400012B2B2B2B2B2B2B2B2B'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
MTC@aee45c6041aa: Warning: dec_TrxcMessage(): Data remained at the end of the stream after successful decoding: '00'O
TC_chan_act_react(33)@aee45c6041aa: setverdict(pass): none -> pass
TC_chan_act_react(33)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_react(33)@aee45c6041aa: setverdict(pass): pass -> pass, component reason not changed
TC_chan_act_react(33)@aee45c6041aa: Final verdict of PTC: pass
MTC@aee45c6041aa: Stopping testcase execution from "BTS_Tests.ttcn":1055
TC_chan_act_react-RSL(31)@aee45c6041aa: Final verdict of PTC: none
IPA-CTRL-CLI-IPA(32)@aee45c6041aa: Final verdict of PTC: none
TC_chan_act_react-RSL-IPA(30)@aee45c6041aa: Final verdict of PTC: none
MTC@aee45c6041aa: Setting final verdict of the test case.
MTC@aee45c6041aa: Local verdict of MTC: none
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_react-RSL-IPA(30): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_react-RSL(31): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC IPA-CTRL-CLI-IPA(32): none (none -> none)
MTC@aee45c6041aa: Local verdict of PTC TC_chan_act_react(33): pass (none -> pass)
MTC@aee45c6041aa: Test case TC_chan_act_react finished. Verdict: pass
MTC@aee45c6041aa: Starting external command `../ttcn3-tcpdump-stop.sh BTS_Tests.TC_chan_act_react pass'.
Sat Mar 22 06:01:26 UTC 2025
====== BTS_Tests.TC_chan_act_react pass ======

Saving talloc report from 172.18.4.20:4241 to BTS_Tests.TC_chan_act_react.talloc
FATAL: command execution failed
java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1533)
	at hudson.remoting.Channel.close(Channel.java:1489)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:949)
	at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:915)
	at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:97)
	at jenkins.model.Jenkins.lambda$_cleanUpDisconnectComputers$15(Jenkins.java:3797)
	at hudson.model.Queue._withLock(Queue.java:1409)
	at hudson.model.Queue.withLock(Queue.java:1283)
	at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3793)
	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3674)
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:398)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at Jenkins Main ClassLoader//org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at Jenkins Main ClassLoader//org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.gzip.GzipHandler.doStop(GzipHandler.java:227)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//winstone.Launcher.shutdown(Launcher.java:433)
	at Jenkins Main ClassLoader//winstone.ShutdownHook.run(ShutdownHook.java:28)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@676ce148:build5-deb12build-ansible": Remote call on build5-deb12build-ansible failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:1035)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy67.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:446)
FATAL: Unable to delete script file /tmp/jenkins15187921936190677869.sh
java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1533)
	at hudson.remoting.Channel.close(Channel.java:1489)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:949)
	at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:915)
	at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:97)
	at jenkins.model.Jenkins.lambda$_cleanUpDisconnectComputers$15(Jenkins.java:3797)
	at hudson.model.Queue._withLock(Queue.java:1409)
	at hudson.model.Queue.withLock(Queue.java:1283)
	at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3793)
	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3674)
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:398)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at Jenkins Main ClassLoader//org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at Jenkins Main ClassLoader//org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at Jenkins Main ClassLoader//org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.gzip.GzipHandler.doStop(GzipHandler.java:227)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at Jenkins Main ClassLoader//org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at Jenkins Main ClassLoader//org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at Jenkins Main ClassLoader//winstone.Launcher.shutdown(Launcher.java:433)
	at Jenkins Main ClassLoader//winstone.ShutdownHook.run(ShutdownHook.java:28)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@676ce148:build5-deb12build-ansible": Remote call on build5-deb12build-ansible failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:1035)
	at hudson.FilePath.act(FilePath.java:1229)
	at hudson.FilePath.act(FilePath.java:1218)
	at hudson.FilePath.delete(FilePath.java:1765)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:446)
Build step 'Execute shell' marked build as failure
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ttcn3-bts-test-io_uring #314
Sending e-mails to: jenkins-notifications@lists.osmocom.org
ERROR: Step ‘Archive the artifacts’ failed: no workspace for ttcn3-bts-test-io_uring #314
Finished: FAILURE