Skip to content

Console Output

Skipping 10 KB.. Full Log
#17 CACHED

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

#19 [ 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/
#19 CACHED

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

#21 [ 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
#21 CACHED

#22 [ 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@master#egg=sphinx-argparse' 		'git+https://github.com/podshumok/python-smpplib.git' 		'pydbus' 		'pysispm' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#22 CACHED

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

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

#25 [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
#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:8ef1bd26d4d94001a294ee156e9e5da2a1578805cf366e1c7d1f34f276e90d42 0.0s done
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest 0.0s done
#27 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/debian-bookworm-build'
+ docker_image_exists debian-bookworm-build
+ docker images -q osmocom-build/debian-bookworm-build
+ test -n 8ef1bd26d4d9
+ 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-pcap-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-pcap-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-pcap-master
+ echo osmo-pcap-master
+ dir=osmo-pcap-master
+ pull_arg=--pull
+ grep ^FROM ../osmo-pcap-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-pcap-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-pcap-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/osmo-pcap-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-pcap-client-test/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=jolly/work \
	--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_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=jolly/work \
	 -t osmocom-build/osmo-pcap-master:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-pcap/+/master?format=TEXT
#6 DONE 0.1s

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

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-pcap/+/master?format=TEXT
#6 CACHED

#4 [internal] load build context
#4 transferring context: 251B done
#4 DONE 0.0s

#7 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libzmq3-dev 			&& 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 			"pkgconfig(libzmq)" 		;; 	esac
#7 0.315 Hit:1 http://deb.debian.org/debian bookworm InRelease
#7 0.315 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#7 0.315 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#7 0.316 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#7 0.841 Fetched 48.0 kB in 1s (84.4 kB/s)
#7 0.841 Reading package lists...
#7 1.116 Reading package lists...
#7 1.378 Building dependency tree...
#7 1.446 Reading state information...
#7 1.517 libzmq3-dev is already the newest version (4.3.4-6).
#7 1.517 The following additional packages will be installed:
#7 1.517   libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0
#7 1.517   libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13
#7 1.517   osmocom-nightly
#7 1.529 The following NEW packages will be installed:
#7 1.529   libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore21
#7 1.529   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0
#7 1.529   libosmovty13 osmocom-nightly
#7 1.551 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
#7 1.551 Need to get 1872 kB of archives.
#7 1.551 After this operation, 6772 kB of additional disk space will be used.
#7 1.551 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202406262026 [1180 B]
#7 1.573 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.209.e0c63.202406262026 [164 kB]
#7 1.575 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.209.e0c63.202406262026 [45.9 kB]
#7 1.576 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.209.e0c63.202406262026 [65.4 kB]
#7 1.578 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.209.e0c63.202406262026 [222 kB]
#7 1.581 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.209.e0c63.202406262026 [65.9 kB]
#7 1.582 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.209.e0c63.202406262026 [98.4 kB]
#7 1.585 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.209.e0c63.202406262026 [173 kB]
#7 1.587 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.209.e0c63.202406262026 [54.4 kB]
#7 1.615 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.209.e0c63.202406262026 [58.6 kB]
#7 1.620 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.209.e0c63.202406262026 [45.2 kB]
#7 1.621 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.209.e0c63.202406262026 [38.6 kB]
#7 1.622 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.209.e0c63.202406262026 [840 kB]
#7 1.737 debconf: delaying package configuration, since apt-utils is not installed
#7 1.768 Fetched 1872 kB in 0s (18.9 MB/s)
#7 1.809 Selecting previously unselected package osmocom-nightly.
#7 1.809 (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 ... 117415 files and directories currently installed.)
#7 1.836 Preparing to unpack .../00-osmocom-nightly_202406262026_amd64.deb ...
#7 1.852 Unpacking osmocom-nightly (202406262026) ...
#7 1.957 Selecting previously unselected package libosmocore21:amd64.
#7 1.963 Preparing to unpack .../01-libosmocore21_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 1.994 Unpacking libosmocore21:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.103 Selecting previously unselected package libosmocodec4:amd64.
#7 2.108 Preparing to unpack .../02-libosmocodec4_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.124 Unpacking libosmocodec4:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.219 Selecting previously unselected package libosmoisdn0:amd64.
#7 2.225 Preparing to unpack .../03-libosmoisdn0_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.240 Unpacking libosmoisdn0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.345 Selecting previously unselected package libosmogsm20:amd64.
#7 2.350 Preparing to unpack .../04-libosmogsm20_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.366 Unpacking libosmogsm20:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.476 Selecting previously unselected package libosmocoding0:amd64.
#7 2.481 Preparing to unpack .../05-libosmocoding0_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.497 Unpacking libosmocoding0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.603 Selecting previously unselected package libosmovty13:amd64.
#7 2.619 Preparing to unpack .../06-libosmovty13_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.635 Unpacking libosmovty13:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.740 Selecting previously unselected package libosmogb14:amd64.
#7 2.745 Preparing to unpack .../07-libosmogb14_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.760 Unpacking libosmogb14:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 2.874 Selecting previously unselected package libosmoctrl0:amd64.
#7 2.889 Preparing to unpack .../08-libosmoctrl0_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 2.906 Unpacking libosmoctrl0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.038 Selecting previously unselected package libosmosim2:amd64.
#7 3.053 Preparing to unpack .../09-libosmosim2_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 3.070 Unpacking libosmosim2:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.218 Selecting previously unselected package libosmousb0:amd64.
#7 3.235 Preparing to unpack .../10-libosmousb0_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 3.255 Unpacking libosmousb0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.385 Selecting previously unselected package libosmocore.
#7 3.405 Preparing to unpack .../11-libosmocore_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 3.422 Unpacking libosmocore (1.9.0.209.e0c63.202406262026) ...
#7 3.541 Selecting previously unselected package libosmocore-dev:amd64.
#7 3.546 Preparing to unpack .../12-libosmocore-dev_1.9.0.209.e0c63.202406262026_amd64.deb ...
#7 3.562 Unpacking libosmocore-dev:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.709 Setting up osmocom-nightly (202406262026) ...
#7 3.763 Setting up libosmocore21:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.810 Setting up libosmousb0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.859 Setting up libosmocodec4:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.907 Setting up libosmovty13:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 3.954 Setting up libosmoisdn0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.002 Setting up libosmogsm20:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.049 Setting up libosmoctrl0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.097 Setting up libosmogb14:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.150 Setting up libosmocoding0:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.198 Setting up libosmosim2:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.252 Setting up libosmocore (1.9.0.209.e0c63.202406262026) ...
#7 4.300 Setting up libosmocore-dev:amd64 (1.9.0.209.e0c63.202406262026) ...
#7 4.349 Processing triggers for libc-bin (2.36-9+deb12u7) ...
#7 DONE 4.6s

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

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

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

#11 [6/8] RUN	CD osmo-pcap && 	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.319 Your branch is up to date with 'origin/master'.
#11 0.320 Already on 'master'
#11 0.320 refs/heads/master
#11 0.323 HEAD is now at 61e2810 contrib/systemd: run as osmocom user
#11 0.324 master
#11 0.324 61e2810f4dd4aa139b5bacd59db88b613658e7c1
#11 1.844 configure.ac:72: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 1.844 configure.ac:72: You should run autoupdate.
#11 1.844 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 1.844 configure.ac:72: the top level
#11 1.844 configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.844 configure.ac:120: You should run autoupdate.
#11 1.844 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.844 configure.ac:120: the top level
#11 1.844 configure.ac:136: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.844 configure.ac:136: You should run autoupdate.
#11 1.844 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.844 configure.ac:136: the top level
#11 1.844 configure.ac:172: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.844 configure.ac:172: You should run autoupdate.
#11 1.844 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.844 configure.ac:172: the top level
#11 1.844 configure.ac:183: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 1.844 configure.ac:183: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 1.844 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 1.844 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
#11 1.844 configure.ac:183: the top level
#11 1.844 configure.ac:186: warning: AC_OUTPUT should be used without arguments.
#11 1.844 configure.ac:186: You should run autoupdate.
#11 2.127 configure.ac:60: installing './compile'
#11 2.128 configure.ac:6: installing './install-sh'
#11 2.129 configure.ac:6: installing './missing'
#11 2.194 src/Makefile.am: installing './depcomp'
#11 2.251 checking for a BSD-compatible install... /usr/bin/install -c
#11 2.257 checking whether build environment is sane... yes
#11 2.262 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 2.264 checking for gawk... gawk
#11 2.264 checking whether make sets $(MAKE)... yes
#11 2.271 checking whether make supports nested variables... yes
#11 2.276 checking whether make supports nested variables... (cached) yes
#11 2.276 checking whether make sets $(MAKE)... (cached) yes
#11 2.277 checking for gcc... gcc
#11 2.293 checking whether the C compiler works... yes
#11 2.315 checking for C compiler default output file name... a.out
#11 2.315 checking for suffix of executables... 
#11 2.335 checking whether we are cross compiling... no
#11 2.356 checking for suffix of object files... o
#11 2.367 checking whether the compiler supports GNU C... yes
#11 2.377 checking whether gcc accepts -g... yes
#11 2.387 checking for gcc option to enable C11 features... none needed
#11 2.403 checking whether gcc understands -c and -o together... yes
#11 2.421 checking whether make supports the include directive... yes (GNU style)
#11 2.425 checking dependency style of gcc... gcc3
#11 2.439 checking for ranlib... ranlib
#11 2.440 checking for pkg-config... /usr/bin/pkg-config
#11 2.440 checking for pkg-config... /usr/bin/pkg-config
#11 2.440 checking pkg-config is at least version 0.20... yes
#11 2.440 checking for stdio.h... yes
#11 2.450 checking for stdlib.h... yes
#11 2.460 checking for string.h... yes
#11 2.471 checking for inttypes.h... yes
#11 2.483 checking for stdint.h... yes
#11 2.494 checking for strings.h... yes
#11 2.506 checking for sys/stat.h... yes
#11 2.518 checking for sys/types.h... yes
#11 2.530 checking for unistd.h... yes
#11 2.543 checking for grep that handles long lines and -e... /usr/bin/grep
#11 2.543 checking for egrep... /usr/bin/grep -E
#11 2.545 checking whether to enable VTY tests... no
#11 2.545 checking for pcap-config... /usr/bin/pcap-config
#11 2.547 checking for libosmocore >= 1.9.0... yes
#11 2.550 checking for libosmogb >= 1.9.0... yes
#11 2.553 checking for libosmogsm >= 1.9.0... yes
#11 2.557 checking for libosmovty >= 1.9.0... yes
#11 2.560 checking for libzmq >= 3.2.2... yes
#11 2.565 checking for gnutls... yes
#11 2.569 checking whether to enable code coverage support... no
#11 2.578 checking that generated files are newer than configure... done
#11 3.262 configure: creating ./config.status
#11 3.436 config.status: creating include/Makefile
#11 3.460 config.status: creating include/osmo-pcap/Makefile
#11 3.481 config.status: creating src/Makefile
#11 3.507 config.status: creating contrib/Makefile
#11 3.539 config.status: creating contrib/systemd/Makefile
#11 3.563 config.status: creating contrib/osmo-pcap.spec
#11 3.589 config.status: creating doc/Makefile
#11 3.616 config.status: creating doc/examples/Makefile
#11 3.636 config.status: creating doc/manuals/Makefile
#11 3.655 config.status: creating tests/Makefile
#11 3.674 config.status: creating Makefile
#11 3.686 config.status: creating osmopcapconfig.h
#11 3.697 config.status: executing tests/atconfig commands
#11 3.700 config.status: executing depfiles commands
#11 3.781 echo 0.4.2.3-61e2 > .version-t && mv .version-t .version
#11 3.783 make  install-recursive
#11 3.785 make[1]: Entering directory '/tmp/osmo-pcap'
#11 3.788 Making install in include
#11 3.789 make[2]: Entering directory '/tmp/osmo-pcap/include'
#11 3.792 Making install in osmo-pcap
#11 3.793 make[3]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.795 make[4]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.795 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.795 make[4]: Nothing to be done for 'install-data-am'.
#11 3.795 make[4]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.795 make[3]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.796 make[3]: Entering directory '/tmp/osmo-pcap/include'
#11 3.798 make[4]: Entering directory '/tmp/osmo-pcap/include'
#11 3.798 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.798 make[4]: Nothing to be done for 'install-data-am'.
#11 3.798 make[4]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.798 make[3]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.798 make[2]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.799 Making install in src
#11 3.800 make[2]: Entering directory '/tmp/osmo-pcap/src'
#11 3.801   CC       osmo_client_main.o
#11 3.801   CC       osmo_common.o
#11 3.801   CC       osmo_client_core.o
#11 3.801   CC       osmo_client_vty.o
#11 3.803   CC       osmo_client_network.o
#11 3.804   CC       osmo_tls.o
#11 3.804   CC       osmo_server_main.o
#11 3.804   CC       osmo_server_vty.o
#11 3.805   CC       osmo_server_network.o
#11 3.885 osmo_tls.c: In function 'osmo_tls_init_server_session':
#11 3.885 osmo_tls.c:432:10: warning: #warning "TODO client certificates" [-Wcpp]
#11 3.885   432 |         #warning "TODO client certificates"
#11 3.885       |          ^~~~~~~
#11 3.916   CCLD     osmo-pcap-client
#11 3.920   CCLD     osmo-pcap-server
#11 3.973 make[3]: Entering directory '/tmp/osmo-pcap/src'
#11 3.973 make[3]: Nothing to be done for 'install-data-am'.
#11 3.974  /usr/bin/mkdir -p '/usr/local/bin'
#11 3.975   /usr/bin/install -c osmo-pcap-client osmo-pcap-server '/usr/local/bin'
#11 3.976 make[3]: Leaving directory '/tmp/osmo-pcap/src'
#11 3.976 make[2]: Leaving directory '/tmp/osmo-pcap/src'
#11 3.977 Making install in contrib
#11 3.978 make[2]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.979 Making install in systemd
#11 3.980 make[3]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.981 make[4]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.981 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.981  /usr/bin/mkdir -p '/lib/systemd/system'
#11 3.982  /usr/bin/install -c -m 644 osmo-pcap-client.service osmo-pcap-server.service '/lib/systemd/system'
#11 3.983 make[4]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.983 make[3]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.984 make[3]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.985 make[4]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.985 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.986  /usr/bin/mkdir -p '/usr/local/share/osmo-pcap'
#11 3.987  /usr/bin/install -c -m 644 osmo_pcap_clean_old '/usr/local/share/osmo-pcap'
#11 3.988 make[4]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.988 make[3]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.988 make[2]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.988 Making install in doc
#11 3.989 make[2]: Entering directory '/tmp/osmo-pcap/doc'
#11 3.990 Making install in examples
#11 3.991 make[3]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.992 make[4]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.992 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.993  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 3.994  /usr/bin/install -c -m 644 osmo-pcap-client/osmo-pcap-client.cfg osmo-pcap-server/osmo-pcap-server.cfg '/usr/local/etc/osmocom'
#11 3.995 make  install-data-hook
#11 3.996 make[5]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.996 for f in $(find . -type f -name '*.cfg*' | sed -e 's,^.,,'); do \
#11 3.996 	j="/usr/local/share/doc/osmo-pcap/examples/$f" && \
#11 3.996 	mkdir -p "$(dirname $j)" && \
#11 3.996 	/usr/bin/install -c -m 644 ./$f $j; \
#11 3.996 done
#11 4.003 make[5]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.003 make[4]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.003 make[3]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.003 Making install in manuals
#11 4.004 make[3]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 4.005 make[4]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 4.005 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.005 make[4]: Nothing to be done for 'install-data-am'.
#11 4.005 make[4]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 4.005 make[3]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 4.006 make[3]: Entering directory '/tmp/osmo-pcap/doc'
#11 4.007 make[4]: Entering directory '/tmp/osmo-pcap/doc'
#11 4.007 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.007 make[4]: Nothing to be done for 'install-data-am'.
#11 4.007 make[4]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.007 make[3]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.008 make[2]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.008 Making install in tests
#11 4.008 make[2]: Entering directory '/tmp/osmo-pcap/tests'
#11 4.010 make[3]: Entering directory '/tmp/osmo-pcap/tests'
#11 4.010 make[3]: Nothing to be done for 'install-exec-am'.
#11 4.010 make[3]: Nothing to be done for 'install-data-am'.
#11 4.010 make[3]: Leaving directory '/tmp/osmo-pcap/tests'
#11 4.010 make[2]: Leaving directory '/tmp/osmo-pcap/tests'
#11 4.011 make[2]: Entering directory '/tmp/osmo-pcap'
#11 4.013 make[3]: Entering directory '/tmp/osmo-pcap'
#11 4.013 make[3]: Nothing to be done for 'install-exec-am'.
#11 4.013 make[3]: Nothing to be done for 'install-data-am'.
#11 4.013 make[3]: Leaving directory '/tmp/osmo-pcap'
#11 4.013 make[2]: Leaving directory '/tmp/osmo-pcap'
#11 4.013 make[1]: Leaving directory '/tmp/osmo-pcap'
#11 DONE 4.1s

#12 [7/8] COPY	OSMO-PCAP-CLIENT.CFG /data/osmo-pcap-client.cfg
#12 DONE 0.1s

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

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.4s done
#14 writing image sha256:8016f2112b43a55ad2ee8bf5faf91f9f5c09a3550ba38ea6101d7bce49fb284a 0.0s done
#14 naming to docker.io/osmocom-build/osmo-pcap-master:latest 0.0s done
#14 DONE 0.5s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/osmo-pcap-master'
+ docker_image_exists osmo-pcap-master
+ docker images -q osmocom-build/osmo-pcap-master
+ test -n 8016f2112b43
+ list_osmo_packages debian-bookworm osmo-pcap-master
+ local distro=debian-bookworm
+ local image=osmo-pcap-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-pcap-master -c
+ [ -n  ]
+ set +x

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

ii  libosmocodec4:amd64                    1.9.0.209.e0c63.202406262026      amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.9.0.209.e0c63.202406262026      amd64        Osmo coding library
ii  libosmocore                            1.9.0.209.e0c63.202406262026      amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.9.0.209.e0c63.202406262026      amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore21:amd64                    1.9.0.209.e0c63.202406262026      amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.9.0.209.e0c63.202406262026      amd64        Osmo control library
ii  libosmogb14:amd64                      1.9.0.209.e0c63.202406262026      amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.9.0.209.e0c63.202406262026      amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.9.0.209.e0c63.202406262026      amd64        Osmo ISDN utility library
ii  libosmosim2:amd64                      1.9.0.209.e0c63.202406262026      amd64        Osmo SIM library
ii  libosmousb0:amd64                      1.9.0.209.e0c63.202406262026      amd64        Osmo USB library
ii  libosmovty13:amd64                     1.9.0.209.e0c63.202406262026      amd64        Osmo VTY library
ii  osmocom-nightly                        202406262026                      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 ttcn3-pcap-client-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
Error response from daemon: manifest for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest not found: manifest unknown: manifest unknown
+ continue
+ docker_distro_from_image_name ttcn3-pcap-client-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-pcap-client-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-pcap-client-test
+ echo ttcn3-pcap-client-test
+ dir=ttcn3-pcap-client-test
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-pcap-client-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-pcap-client-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-pcap-client-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-pcap-client-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/ttcn3-pcap-client-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-pcap-client-test/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=jolly/work \
	--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_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=jolly/work \
	 -t osmocom-build/ttcn3-pcap-client-test:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 428B done
#1 DONE 0.0s

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

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

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

#5 [internal] load build context
#5 transferring context: 597B done
#5 DONE 0.1s

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=TEXT
#6 CACHED

#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" pcap-client
#8 0.283 + OSMO_TTCN3_BRANCH=master
#8 0.283 + shift
#8 0.283 + cd /osmo-ttcn3-hacks
#8 0.283 + git fetch
#8 0.378 From https://gerrit.osmocom.org/osmo-ttcn3-hacks
#8 0.378    6088b89f..3c993332  master             -> origin/master
#8 0.379  + 65826935...664afa01 daniel/mme         -> origin/daniel/mme  (forced update)
#8 0.379  + 2dce86f5...60ff270d osmith/wip-testenv -> origin/osmith/wip-testenv  (forced update)
#8 0.380  + b1e400e1...3b5afd4a pespin/asterisk    -> origin/pespin/asterisk  (forced update)
#8 0.380  + 2de9b140...01c12e9a pmaier/ipad        -> origin/pmaier/ipad  (forced update)
#8 0.383 + git checkout master
#8 0.426 Already on 'master'
#8 0.427 Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
#8 0.427   (use "git pull" to update your local branch)
#8 0.427 + git symbolic-ref -q HEAD
#8 0.427 refs/heads/master
#8 0.427 + git reset --hard origin/master
#8 0.440 HEAD is now at 3c993332 asterisk: ims: Fix typo in log message
#8 0.440 + git rev-parse --abbrev-ref HEAD
#8 0.441 master
#8 0.441 + git rev-parse HEAD
#8 0.441 3c9933325e7cd84c0f74d756fc2320a3d0d3471b
#8 0.441 + diff -q /tmp/deps-Makefile deps/Makefile
#8 0.441 Files /tmp/deps-Makefile and deps/Makefile differ
#8 0.441 + make -j8 deps
#8 0.462 (make -j20 -C deps || make -j1 -C deps)
#8 0.463 make[1]: warning: -j20 forced in submake: resetting jobserver mode.
#8 0.463 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 0.704 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi
#8 0.704 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi
#8 0.704 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi
#8 0.704 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi
#8 0.704 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi
#8 0.705 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi
#8 0.705 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi
#8 0.705 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi
#8 0.705 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi
#8 0.705 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi
#8 0.705 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi
#8 0.706 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi
#8 0.706 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi
#8 0.706 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi
#8 0.706 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi
#8 0.706 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi
#8 0.753 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 0.753 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 0.759 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 0.759 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 0.847 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 0.847 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 0.848 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 0.849 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 0.849 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 0.852 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 0.855 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 0.855 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 0.858 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 0.859 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 0.860 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 0.864 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 0.873 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 0.916 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 0.916 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 0.916 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 0.916 origin/c496d298876fed55c2b730278b7ee77982555563
#8 0.916 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 0.916 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 0.917 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 0.917 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 0.917 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 0.918 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 0.919 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 0.920 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 0.920 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 0.921 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 0.921 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 0.921 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 0.922 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 0.922 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 0.923 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 0.923 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 0.926 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 0.926 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 0.927 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 0.927 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 0.927 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 0.927 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.005 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.005 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.007 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.007 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
#8 1.007 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.007 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
#8 1.008 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.008 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
#8 1.008 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
#8 1.008 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.008 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.008 + make pcap-client
#8 1.032 (make -j20 -C deps || make -j1 -C deps)
#8 1.033 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 1.222 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi
#8 1.222 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi
#8 1.222 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi
#8 1.222 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi
#8 1.222 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi
#8 1.222 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi
#8 1.223 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi
#8 1.223 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi
#8 1.223 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi
#8 1.223 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi
#8 1.223 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi
#8 1.223 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi
#8 1.224 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi
#8 1.224 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi
#8 1.224 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi
#8 1.224 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi
#8 1.280 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.280 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.281 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 1.281 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 1.365 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 1.368 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 1.373 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 1.375 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 1.376 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 1.376 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 1.376 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 1.382 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 1.383 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 1.385 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 1.388 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 1.389 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 1.394 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 1.450 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.450 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.450 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.450 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.450 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.450 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.452 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.452 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.452 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.452 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.452 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.452 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.452 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.452 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.452 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.452 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.453 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.453 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.453 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.453 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.453 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.453 + git+  checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.453 git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.453 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.459 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.460 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.527 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.527 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.528 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.528 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.529 Linking TCCInterface_Functions.ttcn
#8 1.530 Linking TCCConversion_Functions.ttcn
#8 1.530 Linking TCCConversion.cc
#8 1.531 Linking TCCInterface.cc
#8 1.531 Linking TCCInterface_ip.h
#8 1.532 Linking TCCEncoding_Functions.ttcn
#8 1.532 Linking TCCEncoding.cc
#8 1.532 Linking Socket_API_Definitions.ttcn
#8 1.533 Linking IPL4asp_Functions.ttcn
#8 1.533 Linking IPL4asp_PT.cc
#8 1.533 Linking IPL4asp_PT.hh
#8 1.534 Linking IPL4asp_PortType.ttcn
#8 1.534 Linking IPL4asp_Types.ttcn
#8 1.534 Linking IPL4asp_discovery.cc
#8 1.535 Linking IPL4asp_protocol_L234.hh
#8 1.535 Linking TELNETasp_PT.cc
#8 1.535 Linking TELNETasp_PT.hh
#8 1.536 Linking TELNETasp_PortType.ttcn
#8 1.536 Linking Misc_Helpers.ttcn
#8 1.536 Linking General_Types.ttcn
#8 1.537 Linking GSM_Types.ttcn
#8 1.537 Linking Osmocom_Types.ttcn
#8 1.537 Linking Native_Functions.ttcn
#8 1.538 Linking Native_FunctionDefs.cc
#8 1.538 Linking Osmocom_VTY_Functions.ttcn
#8 1.538 Linking OPCAP_Types.ttcn
#8 1.539 Linking OPCAP_Templates.ttcn
#8 1.539 Linking OPCAP_CodecPort.ttcn
#8 1.539 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.540 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.540 Linking OPCAP_Adapter.ttcn
#8 1.544 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
#8 1.544 Generating Makefile skeleton...
#8 1.544 Makefile skeleton was generated.
#8 1.550 make -C pcap-client compile
#8 1.551 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.551 /usr/bin/ttcn3_compiler -L -U 8 GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn - GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn
#8 1.553 warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.
#8 1.553 
#8 1.553 Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
#8 1.554 Notify: Parsing TTCN-3 module `General_Types.ttcn'...
#8 1.555 Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
#8 1.555 Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
#8 1.556 Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
#8 1.556 Notify: Parsing TTCN-3 module `Misc_Helpers.ttcn'...
#8 1.556 Notify: Parsing TTCN-3 module `Native_Functions.ttcn'...
#8 1.556 Notify: Parsing TTCN-3 module `OPCAP_Adapter.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `OPCAP_CLIENT_Tests.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `OPCAP_CodecPort.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `OPCAP_CodecPort_CtrlFunct.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `OPCAP_Templates.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `OPCAP_Types.ttcn'...
#8 1.557 Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
#8 1.558 Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
#8 1.559 Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
#8 1.559 Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
#8 1.559 Notify: Parsing TTCN-3 module `TCCEncoding_Functions.ttcn'...
#8 1.560 Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
#8 1.560 Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
#8 1.561 Notify: Checking modules...
#8 1.564 OPCAP_Adapter.ttcn: In TTCN-3 module `OPCAP_Adapter':
#8 1.564  OPCAP_Adapter.ttcn:39.1-58.1: In function definition `f_connect':
#8 1.564   OPCAP_Adapter.ttcn:44.2-47.2: In if statement:
#8 1.564    OPCAP_Adapter.ttcn:45.3-87: In function instance:
#8 1.564     OPCAP_Adapter.ttcn:45.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.564  OPCAP_Adapter.ttcn:61.1-78.1: In function definition `f_bind':
#8 1.564   OPCAP_Adapter.ttcn:65.2-68.2: In if statement:
#8 1.564    OPCAP_Adapter.ttcn:66.3-87: In function instance:
#8 1.564     OPCAP_Adapter.ttcn:66.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.564  OPCAP_Adapter.ttcn:89.1-92.1: In function definition `f_disconnect':
#8 1.564   OPCAP_Adapter.ttcn:90.2-86: In function instance:
#8 1.564    OPCAP_Adapter.ttcn:90.2-86: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.565 OPCAP_CLIENT_Tests.ttcn: In TTCN-3 module `OPCAP_CLIENT_Tests':
#8 1.565  OPCAP_CLIENT_Tests.ttcn:48.9-58.1: In function definition `f_init_one_srv':
#8 1.565   OPCAP_CLIENT_Tests.ttcn:57.2-46: In function instance:
#8 1.565    OPCAP_CLIENT_Tests.ttcn:57.2-46: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 1.565  OPCAP_CLIENT_Tests.ttcn:123.1-135.1: In testcase definition `TC_reconnect':
#8 1.565   OPCAP_CLIENT_Tests.ttcn:133.2-39: In function instance:
#8 1.565    OPCAP_CLIENT_Tests.ttcn:133.2-39: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 1.566 Notify: Generating code...
#8 1.583 Notify: File `GSM_Types.hh' was generated.
#8 1.583 Notify: File `GSM_Types.cc' was generated.
#8 1.583 Notify: File `GSM_Types_part_1.cc' was generated.
#8 1.583 Notify: File `GSM_Types_part_2.cc' was generated.
#8 1.583 Notify: File `GSM_Types_part_3.cc' was generated.
#8 1.584 Notify: File `GSM_Types_part_4.cc' was generated.
#8 1.584 Notify: File `GSM_Types_part_5.cc' was generated.
#8 1.584 Notify: File `GSM_Types_part_6.cc' was generated.
#8 1.584 Notify: File `GSM_Types_part_7.cc' was generated.
#8 1.584 Notify: File `General_Types.hh' was generated.
#8 1.584 Notify: File `General_Types.cc' was generated.
#8 1.584 Notify: File `General_Types_part_1.cc' was generated.
#8 1.584 Notify: File `General_Types_part_2.cc' was generated.
#8 1.584 Notify: File `General_Types_part_3.cc' was generated.
#8 1.584 Notify: File `General_Types_part_4.cc' was generated.
#8 1.584 Notify: File `General_Types_part_5.cc' was generated.
#8 1.584 Notify: File `General_Types_part_6.cc' was generated.
#8 1.584 Notify: File `General_Types_part_7.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions.hh' was generated.
#8 1.584 Notify: File `IPL4asp_Functions.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_1.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_2.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_3.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_4.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_5.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_6.cc' was generated.
#8 1.584 Notify: File `IPL4asp_Functions_part_7.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType.hh' was generated.
#8 1.585 Notify: File `IPL4asp_PortType.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_1.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_2.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_3.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_4.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_5.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_6.cc' was generated.
#8 1.585 Notify: File `IPL4asp_PortType_part_7.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types.hh' was generated.
#8 1.585 Notify: File `IPL4asp_Types.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types_part_1.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types_part_2.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types_part_3.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types_part_4.cc' was generated.
#8 1.585 Notify: File `IPL4asp_Types_part_5.cc' was generated.
#8 1.586 Notify: File `IPL4asp_Types_part_6.cc' was generated.
#8 1.586 Notify: File `IPL4asp_Types_part_7.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers.hh' was generated.
#8 1.586 Notify: File `Misc_Helpers.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_1.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_2.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_3.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_4.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_5.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_6.cc' was generated.
#8 1.586 Notify: File `Misc_Helpers_part_7.cc' was generated.
#8 1.586 Notify: File `Native_Functions.hh' was generated.
#8 1.586 Notify: File `Native_Functions.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_1.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_2.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_3.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_4.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_5.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_6.cc' was generated.
#8 1.586 Notify: File `Native_Functions_part_7.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter.hh' was generated.
#8 1.586 Notify: File `OPCAP_Adapter.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_1.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_2.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_3.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_4.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_5.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_6.cc' was generated.
#8 1.586 Notify: File `OPCAP_Adapter_part_7.cc' was generated.
#8 1.586 Notify: File `OPCAP_CLIENT_Tests.hh' was generated.
#8 1.586 Notify: File `OPCAP_CLIENT_Tests.cc' was generated.
#8 1.586 Notify: File `OPCAP_CLIENT_Tests_part_1.cc' was generated.
#8 1.586 Notify: File `OPCAP_CLIENT_Tests_part_2.cc' was generated.
#8 1.587 Notify: File `OPCAP_CLIENT_Tests_part_3.cc' was generated.
#8 1.587 Notify: File `OPCAP_CLIENT_Tests_part_4.cc' was generated.
#8 1.587 Notify: File `OPCAP_CLIENT_Tests_part_5.cc' was generated.
#8 1.587 Notify: File `OPCAP_CLIENT_Tests_part_6.cc' was generated.
#8 1.587 Notify: File `OPCAP_CLIENT_Tests_part_7.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort.hh' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct.hh' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_1.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_2.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_3.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_4.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_5.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_6.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_CtrlFunct_part_7.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_1.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_2.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_3.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_4.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_5.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_6.cc' was generated.
#8 1.587 Notify: File `OPCAP_CodecPort_part_7.cc' was generated.
#8 1.587 Notify: File `OPCAP_Templates.hh' was generated.
#8 1.587 Notify: File `OPCAP_Templates.cc' was generated.
#8 1.587 Notify: File `OPCAP_Templates_part_1.cc' was generated.
#8 1.587 Notify: File `OPCAP_Templates_part_2.cc' was generated.
#8 1.587 Notify: File `OPCAP_Templates_part_3.cc' was generated.
#8 1.588 Notify: File `OPCAP_Templates_part_4.cc' was generated.
#8 1.588 Notify: File `OPCAP_Templates_part_5.cc' was generated.
#8 1.588 Notify: File `OPCAP_Templates_part_6.cc' was generated.
#8 1.588 Notify: File `OPCAP_Templates_part_7.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types.hh' was generated.
#8 1.588 Notify: File `OPCAP_Types.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_1.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_2.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_3.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_4.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_5.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_6.cc' was generated.
#8 1.588 Notify: File `OPCAP_Types_part_7.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types.hh' was generated.
#8 1.588 Notify: File `Osmocom_Types.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_1.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_2.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_3.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_4.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_5.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_6.cc' was generated.
#8 1.588 Notify: File `Osmocom_Types_part_7.cc' was generated.
#8 1.588 Notify: File `Osmocom_VTY_Functions.hh' was generated.
#8 1.588 Notify: File `Osmocom_VTY_Functions.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_1.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_2.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_3.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_4.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_5.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_6.cc' was generated.
#8 1.589 Notify: File `Osmocom_VTY_Functions_part_7.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions.hh' was generated.
#8 1.589 Notify: File `Socket_API_Definitions.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_1.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_2.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_3.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_4.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_5.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_6.cc' was generated.
#8 1.589 Notify: File `Socket_API_Definitions_part_7.cc' was generated.
#8 1.589 Notify: File `TCCConversion_Functions.hh' was generated.
#8 1.589 Notify: File `TCCConversion_Functions.cc' was generated.
#8 1.589 Notify: File `TCCConversion_Functions_part_1.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_2.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_3.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_4.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_5.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_6.cc' was generated.
#8 1.590 Notify: File `TCCConversion_Functions_part_7.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions.hh' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_1.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_2.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_3.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_4.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_5.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_6.cc' was generated.
#8 1.590 Notify: File `TCCEncoding_Functions_part_7.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions.hh' was generated.
#8 1.590 Notify: File `TCCInterface_Functions.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_1.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_2.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_3.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_4.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_5.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_6.cc' was generated.
#8 1.590 Notify: File `TCCInterface_Functions_part_7.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType.hh' was generated.
#8 1.591 Notify: File `TELNETasp_PortType.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_1.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_2.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_3.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_4.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_5.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_6.cc' was generated.
#8 1.591 Notify: File `TELNETasp_PortType_part_7.cc' was generated.
#8 1.591 Notify: 180 files were updated.
#8 1.594 touch compile
#8 1.595 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.595 make -j20 -C pcap-client
#8 1.598 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.598 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 1.598 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 1.598 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 1.598 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 1.599 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 1.599 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 1.599 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 1.614 Creating dependency file for TELNETasp_PortType.cc
#8 1.616 Creating dependency file for TELNETasp_PT.cc
#8 1.616 Creating dependency file for TCCInterface.cc
#8 1.616 Creating dependency file for TCCEncoding.cc
#8 1.617 Creating dependency file for TCCConversion.cc
#8 1.617 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.617 Creating dependency file for Native_FunctionDefs.cc
#8 1.617 Creating dependency file for IPL4asp_discovery.cc
#8 1.631 Creating dependency file for IPL4asp_PT.cc
#8 1.655 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 1.655 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 1.655 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 1.655 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 1.655 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 1.656 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 1.656 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 1.656 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 1.659 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 1.660 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 1.660 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 1.660 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 1.660 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 1.661 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 1.661 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 1.661 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 1.661 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 1.662 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 1.662 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 1.662 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 1.663 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 1.663 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 1.664 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 1.664 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 1.670 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 1.670 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 1.670 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 1.670 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 1.670 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 1.671 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 1.671 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 1.671 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 1.671 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 1.671 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 1.672 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 1.672 Creating dependency file for Osmocom_Types_part_7.cc
#8 1.672 Creating dependency file for Osmocom_Types_part_6.cc
#8 1.674 Creating dependency file for Osmocom_Types_part_5.cc
#8 1.679 Creating dependency file for Osmocom_Types_part_4.cc
#8 1.679 Creating dependency file for Osmocom_Types_part_3.cc
#8 1.679 Creating dependency file for Osmocom_Types_part_2.cc
#8 1.679 Creating dependency file for Osmocom_Types_part_1.cc
#8 1.680 Creating dependency file for OPCAP_Types_part_7.cc
#8 1.680 Creating dependency file for OPCAP_Types_part_6.cc
#8 1.683 Creating dependency file for OPCAP_Types_part_5.cc
#8 1.685 Creating dependency file for OPCAP_Types_part_4.cc
#8 1.687 Creating dependency file for OPCAP_Types_part_3.cc
#8 1.687 Creating dependency file for OPCAP_Types_part_2.cc
#8 1.687 Creating dependency file for OPCAP_Types_part_1.cc
#8 1.688 Creating dependency file for OPCAP_Templates_part_7.cc
#8 1.688 Creating dependency file for OPCAP_Templates_part_6.cc
#8 1.688 Creating dependency file for OPCAP_Templates_part_5.cc
#8 1.690 Creating dependency file for OPCAP_Templates_part_4.cc
#8 1.692 Creating dependency file for OPCAP_Templates_part_3.cc
#8 1.695 Creating dependency file for OPCAP_Templates_part_2.cc
#8 1.696 Creating dependency file for OPCAP_Templates_part_1.cc
#8 1.696 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 1.699 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 1.699 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 1.699 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 1.703 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 1.703 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 1.706 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 1.706 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 1.707 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 1.709 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 1.709 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 1.709 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 1.715 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 1.716 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 1.717 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 1.718 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 1.725 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 1.725 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 1.726 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 1.726 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 1.726 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 1.727 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 1.728 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 1.728 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 1.728 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 1.728 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 1.730 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 1.730 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 1.733 Creating dependency file for Native_Functions_part_7.cc
#8 1.733 Creating dependency file for Native_Functions_part_6.cc
#8 1.733 Creating dependency file for Native_Functions_part_5.cc
#8 1.734 Creating dependency file for Native_Functions_part_4.cc
#8 1.736 Creating dependency file for Native_Functions_part_3.cc
#8 1.736 Creating dependency file for Native_Functions_part_2.cc
#8 1.737 Creating dependency file for Native_Functions_part_1.cc
#8 1.737 Creating dependency file for Misc_Helpers_part_7.cc
#8 1.738 Creating dependency file for Misc_Helpers_part_6.cc
#8 1.738 Creating dependency file for Misc_Helpers_part_5.cc
#8 1.739 Creating dependency file for Misc_Helpers_part_4.cc
#8 1.739 Creating dependency file for Misc_Helpers_part_2.cc
#8 1.739 Creating dependency file for Misc_Helpers_part_3.cc
#8 1.745 Creating dependency file for Misc_Helpers_part_1.cc
#8 1.745 Creating dependency file for IPL4asp_Types_part_7.cc
#8 1.745 Creating dependency file for IPL4asp_Types_part_5.cc
#8 1.745 Creating dependency file for IPL4asp_Types_part_6.cc
#8 1.746 Creating dependency file for IPL4asp_Types_part_4.cc
#8 1.746 Creating dependency file for IPL4asp_Types_part_3.cc
#8 1.746 Creating dependency file for IPL4asp_Types_part_1.cc
#8 1.746 Creating dependency file for IPL4asp_Types_part_2.cc
#8 1.749 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 1.749 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 1.749 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 1.763 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 1.763 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 1.764 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 1.764 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 1.765 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 1.765 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 1.765 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 1.765 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 1.773 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 1.773 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 1.773 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 1.774 Creating dependency file for General_Types_part_7.cc
#8 1.774 Creating dependency file for General_Types_part_6.cc
#8 1.775 Creating dependency file for General_Types_part_4.cc
#8 1.775 Creating dependency file for General_Types_part_5.cc
#8 1.775 Creating dependency file for General_Types_part_3.cc
#8 1.782 Creating dependency file for General_Types_part_2.cc
#8 1.782 Creating dependency file for General_Types_part_1.cc
#8 1.783 Creating dependency file for GSM_Types_part_7.cc
#8 1.785 Creating dependency file for GSM_Types_part_6.cc
#8 1.786 Creating dependency file for GSM_Types_part_5.cc
#8 1.792 Creating dependency file for GSM_Types_part_4.cc
#8 1.792 Creating dependency file for GSM_Types_part_3.cc
#8 1.792 Creating dependency file for GSM_Types_part_2.cc
#8 1.801 Creating dependency file for GSM_Types_part_1.cc
#8 1.858 Creating dependency file for TCCInterface_Functions.cc
#8 1.858 Creating dependency file for TCCEncoding_Functions.cc
#8 1.858 Creating dependency file for TCCConversion_Functions.cc
#8 1.858 Creating dependency file for Socket_API_Definitions.cc
#8 1.858 Creating dependency file for Osmocom_VTY_Functions.cc
#8 1.858 Creating dependency file for Osmocom_Types.cc
#8 1.859 Creating dependency file for OPCAP_Types.cc
#8 1.859 Creating dependency file for OPCAP_Templates.cc
#8 1.859 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 1.860 Creating dependency file for OPCAP_CodecPort.cc
#8 1.860 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 1.860 Creating dependency file for OPCAP_Adapter.cc
#8 1.860 Creating dependency file for Native_Functions.cc
#8 1.861 Creating dependency file for Misc_Helpers.cc
#8 1.863 Creating dependency file for IPL4asp_Types.cc
#8 1.864 Creating dependency file for IPL4asp_PortType.cc
#8 1.865 Creating dependency file for IPL4asp_Functions.cc
#8 1.867 Creating dependency file for General_Types.cc
#8 1.871 Creating dependency file for GSM_Types.cc
#8 1.964 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types.o GSM_Types.cc
#8 1.964 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types.o General_Types.cc
#8 1.964 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers.o Misc_Helpers.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions.o Native_Functions.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter.o OPCAP_Adapter.cc
#8 1.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests.o OPCAP_CLIENT_Tests.cc
#8 1.966 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort.o OPCAP_CodecPort.cc
#8 1.966 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct.o OPCAP_CodecPort_CtrlFunct.cc
#8 1.966 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates.o OPCAP_Templates.cc
#8 1.966 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types.o OPCAP_Types.cc
#8 1.967 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
#8 1.967 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
#8 1.967 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
#8 1.967 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
#8 1.983 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions.o TCCEncoding_Functions.cc
#8 1.999 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
#8 2.007 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
#8 2.494 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_1.o GSM_Types_part_1.cc
#8 2.547 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_2.o GSM_Types_part_2.cc
#8 2.564 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_3.o GSM_Types_part_3.cc
#8 2.607 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_4.o GSM_Types_part_4.cc
#8 2.656 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_5.o GSM_Types_part_5.cc
#8 2.673 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_6.o GSM_Types_part_6.cc
#8 2.762 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_7.o GSM_Types_part_7.cc
#8 2.793 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_1.o General_Types_part_1.cc
#8 2.803 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_2.o General_Types_part_2.cc
#8 2.829 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_3.o General_Types_part_3.cc
#8 2.864 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_4.o General_Types_part_4.cc
#8 2.865 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_5.o General_Types_part_5.cc
#8 2.873 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_6.o General_Types_part_6.cc
#8 2.887 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_7.o General_Types_part_7.cc
#8 2.893 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_1.cc
#8 2.908 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_2.cc
#8 2.926 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_3.cc
#8 2.928 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_4.cc
#8 2.931 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_5.cc
#8 2.945 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_6.cc
#8 2.947 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_7.o IPL4asp_Functions_part_7.cc
#8 2.949 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_1.cc
#8 2.959 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_2.cc
#8 2.964 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_3.cc
#8 2.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_4.cc
#8 2.967 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_5.cc
#8 2.972 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_6.cc
#8 2.980 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_7.o IPL4asp_PortType_part_7.cc
#8 2.983 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_1.o IPL4asp_Types_part_1.cc
#8 2.983 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_2.o IPL4asp_Types_part_2.cc
#8 2.992 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_3.o IPL4asp_Types_part_3.cc
#8 2.997 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_4.o IPL4asp_Types_part_4.cc
#8 2.998 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_5.o IPL4asp_Types_part_5.cc
#8 2.999 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_6.o IPL4asp_Types_part_6.cc
#8 3.068 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_7.o IPL4asp_Types_part_7.cc
#8 3.089 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_1.o Misc_Helpers_part_1.cc
#8 3.104 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_2.o Misc_Helpers_part_2.cc
#8 3.109 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_3.o Misc_Helpers_part_3.cc
#8 3.125 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_4.o Misc_Helpers_part_4.cc
#8 3.128 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_5.o Misc_Helpers_part_5.cc
#8 3.146 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_6.o Misc_Helpers_part_6.cc
#8 3.149 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_7.o Misc_Helpers_part_7.cc
#8 3.168 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_1.o Native_Functions_part_1.cc
#8 3.169 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_2.o Native_Functions_part_2.cc
#8 3.187 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_3.o Native_Functions_part_3.cc
#8 3.188 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_4.o Native_Functions_part_4.cc
#8 3.220 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_5.o Native_Functions_part_5.cc
#8 3.222 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_6.o Native_Functions_part_6.cc
#8 3.238 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_7.o Native_Functions_part_7.cc
#8 3.253 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_1.cc
#8 3.270 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_2.cc
#8 3.274 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_3.cc
#8 3.289 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_4.cc
#8 3.305 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_5.cc
#8 3.323 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_6.cc
#8 3.327 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_7.o OPCAP_Adapter_part_7.cc
#8 3.342 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_1.cc
#8 3.358 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_2.cc
#8 3.373 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_3.cc
#8 3.378 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_4.cc
#8 3.397 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_5.cc
#8 3.397 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_6.cc
#8 3.416 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_7.o OPCAP_CLIENT_Tests_part_7.cc
#8 3.418 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_1.cc
#8 3.437 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_2.cc
#8 3.462 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_3.cc
#8 3.463 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_4.cc
#8 3.469 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_5.cc
#8 3.481 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_6.cc
#8 3.488 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_part_7.cc
#8 3.489 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 3.501 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 3.505 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 3.505 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 3.507 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 3.507 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 3.523 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 3.534 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_1.o OPCAP_Templates_part_1.cc
#8 3.536 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_2.o OPCAP_Templates_part_2.cc
#8 3.547 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_3.o OPCAP_Templates_part_3.cc
#8 3.548 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_4.o OPCAP_Templates_part_4.cc
#8 3.549 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_5.o OPCAP_Templates_part_5.cc
#8 3.555 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_6.o OPCAP_Templates_part_6.cc
#8 3.556 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_7.o OPCAP_Templates_part_7.cc
#8 3.565 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_1.o OPCAP_Types_part_1.cc
#8 3.566 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_2.o OPCAP_Types_part_2.cc
#8 3.567 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_3.o OPCAP_Types_part_3.cc
#8 3.567 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_4.o OPCAP_Types_part_4.cc
#8 3.571 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_5.o OPCAP_Types_part_5.cc
#8 3.573 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_6.o OPCAP_Types_part_6.cc
#8 3.586 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_7.o OPCAP_Types_part_7.cc
#8 3.589 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_1.o Osmocom_Types_part_1.cc
#8 3.589 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_2.o Osmocom_Types_part_2.cc
#8 3.595 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_3.o Osmocom_Types_part_3.cc
#8 3.599 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_4.o Osmocom_Types_part_4.cc
#8 3.600 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_5.o Osmocom_Types_part_5.cc
#8 3.603 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_6.o Osmocom_Types_part_6.cc
#8 3.606 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_7.o Osmocom_Types_part_7.cc
#8 3.618 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_1.cc
#8 3.620 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_2.cc
#8 3.620 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_3.cc
#8 3.621 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_4.cc
#8 3.622 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_5.cc
#8 3.633 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_6.cc
#8 3.638 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_7.o Osmocom_VTY_Functions_part_7.cc
#8 3.641 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_1.cc
#8 3.648 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_2.cc
#8 3.648 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_3.cc
#8 3.659 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_4.cc
#8 3.660 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_5.cc
#8 3.670 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_6.cc
#8 3.684 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_7.o Socket_API_Definitions_part_7.cc
#8 3.699 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_1.cc
#8 3.703 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_2.cc
#8 3.722 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_3.cc
#8 3.722 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_4.cc
#8 3.740 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_5.cc
#8 3.743 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_6.cc
#8 3.750 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_7.o TCCConversion_Functions_part_7.cc
#8 3.758 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_1.cc
#8 3.762 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_2.cc
#8 3.770 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_3.cc
#8 3.802 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_4.cc
#8 3.812 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_5.cc
#8 3.831 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_6.cc
#8 3.832 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_7.o TCCEncoding_Functions_part_7.cc
#8 3.845 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_1.cc
#8 3.851 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_2.cc
#8 3.853 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_3.cc
#8 3.866 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_4.cc
#8 3.884 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_5.cc
#8 3.885 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_6.cc
#8 3.888 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_7.o TCCInterface_Functions_part_7.cc
#8 3.905 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_1.cc
#8 3.918 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_2.cc
#8 3.922 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_3.cc
#8 3.996 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_4.cc
#8 4.017 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_5.cc
#8 4.030 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_6.cc
#8 4.046 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_7.o TELNETasp_PortType_part_7.cc
#8 4.048 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
#8 4.065 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
#8 4.088 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_FunctionDefs.o Native_FunctionDefs.cc
#8 4.100 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunctdef.o OPCAP_CodecPort_CtrlFunctdef.cc
#8 4.164 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion.o TCCConversion.cc
#8 4.191 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding.o TCCEncoding.cc
#8 4.200 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface.o TCCInterface.cc
#8 4.223 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
#8 4.312 g++  -shared -o GSM_Types.so GSM_Types.o
#8 4.435 g++  -shared -o General_Types.so General_Types.o
#8 4.441 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 4.473 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 4.514 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 4.540 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 4.571 g++  -shared -o Native_Functions.so Native_Functions.o
#8 4.572 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 4.648 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 4.659 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 4.676 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 4.684 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 4.689 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 4.708 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 4.718 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 4.743 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 4.776 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 4.786 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 4.802 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 4.812 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 4.817 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 4.838 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 4.851 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 4.876 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 4.915 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 4.923 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 4.943 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 4.945 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 4.951 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 4.954 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 4.962 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 4.967 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 4.972 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 4.974 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 5.003 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 5.005 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 5.007 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 5.008 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 5.043 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 5.044 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 5.050 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 5.074 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 5.075 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 5.080 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 5.103 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 5.103 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 5.104 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 5.104 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 5.104 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 5.108 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 5.110 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 5.120 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 5.135 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 5.136 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 5.142 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 5.143 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 5.143 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 5.163 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 5.163 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 5.164 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 5.164 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 5.164 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 5.164 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 5.164 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 5.165 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 5.173 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 5.175 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 5.193 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 5.194 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 5.199 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 5.200 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 5.201 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 5.201 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 5.201 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 5.202 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 5.209 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 5.221 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 5.222 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 5.222 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 5.228 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 5.232 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 5.233 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 5.234 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 5.234 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 5.235 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 5.237 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 5.237 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 5.248 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 5.250 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 5.251 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 5.251 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 5.259 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 5.259 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 5.259 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 5.260 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 5.263 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 5.264 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 5.266 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 5.276 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 5.276 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 5.276 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 5.277 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 5.287 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 5.287 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 5.287 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 5.288 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 5.288 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 5.288 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 5.288 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 5.297 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 5.297 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 5.297 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 5.298 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 5.301 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 5.303 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 5.303 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 5.304 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 5.310 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 5.313 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 5.326 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 5.326 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 5.327 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 5.327 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 5.343 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 5.343 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 5.344 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 5.344 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 5.344 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 5.344 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 5.345 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 5.345 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 5.345 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 5.349 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 5.352 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 5.354 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 5.355 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 5.356 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 5.366 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 5.369 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 5.373 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 5.378 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 5.378 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 5.381 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 5.381 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 5.388 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 5.402 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 5.402 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 5.403 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 5.407 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 5.412 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 5.421 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 5.423 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 5.429 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 5.431 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 5.434 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 5.437 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 5.438 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 5.449 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 5.456 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 5.456 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 5.459 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 5.462 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 5.463 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 5.465 g++  -shared -o TCCConversion.so TCCConversion.o
#8 5.492 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 5.500 g++  -shared -o TCCInterface.so TCCInterface.o
#8 5.515 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 5.682 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 5.713 if g++  -L /usr/lib/titan-fPIC  -o OPCAP_CLIENT_Tests -Wl,--no-as-needed GSM_Types.so General_Types.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Misc_Helpers.so Native_Functions.so OPCAP_Adapter.so OPCAP_CLIENT_Tests.so OPCAP_CodecPort.so OPCAP_CodecPort_CtrlFunct.so OPCAP_Templates.so OPCAP_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so Socket_API_Definitions.so TCCConversion_Functions.so TCCEncoding_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so GSM_Types_part_1.so GSM_Types_part_2.so GSM_Types_part_3.so GSM_Types_part_4.so GSM_Types_part_5.so GSM_Types_part_6.so GSM_Types_part_7.so General_Types_part_1.so General_Types_part_2.so General_Types_part_3.so General_Types_part_4.so General_Types_part_5.so General_Types_part_6.so General_Types_part_7.so IPL4asp_Functions_part_1.so IPL4asp_Functions_part_2.so IPL4asp_Functions_part_3.so IPL4asp_Functions_part_4.so IPL4asp_Functions_part_5.so IPL4asp_Functions_part_6.so IPL4asp_Functions_part_7.so IPL4asp_PortType_part_1.so IPL4asp_PortType_part_2.so IPL4asp_PortType_part_3.so IPL4asp_PortType_part_4.so IPL4asp_PortType_part_5.so IPL4asp_PortType_part_6.so IPL4asp_PortType_part_7.so IPL4asp_Types_part_1.so IPL4asp_Types_part_2.so IPL4asp_Types_part_3.so IPL4asp_Types_part_4.so IPL4asp_Types_part_5.so IPL4asp_Types_part_6.so IPL4asp_Types_part_7.so Misc_Helpers_part_1.so Misc_Helpers_part_2.so Misc_Helpers_part_3.so Misc_Helpers_part_4.so Misc_Helpers_part_5.so Misc_Helpers_part_6.so Misc_Helpers_part_7.so Native_Functions_part_1.so Native_Functions_part_2.so Native_Functions_part_3.so Native_Functions_part_4.so Native_Functions_part_5.so Native_Functions_part_6.so Native_Functions_part_7.so OPCAP_Adapter_part_1.so OPCAP_Adapter_part_2.so OPCAP_Adapter_part_3.so OPCAP_Adapter_part_4.so OPCAP_Adapter_part_5.so OPCAP_Adapter_part_6.so OPCAP_Adapter_part_7.so OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_7.so OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_7.so OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_Templates_part_1.so OPCAP_Templates_part_2.so OPCAP_Templates_part_3.so OPCAP_Templates_part_4.so OPCAP_Templates_part_5.so OPCAP_Templates_part_6.so OPCAP_Templates_part_7.so OPCAP_Types_part_1.so OPCAP_Types_part_2.so OPCAP_Types_part_3.so OPCAP_Types_part_4.so OPCAP_Types_part_5.so OPCAP_Types_part_6.so OPCAP_Types_part_7.so Osmocom_Types_part_1.so Osmocom_Types_part_2.so Osmocom_Types_part_3.so Osmocom_Types_part_4.so Osmocom_Types_part_5.so Osmocom_Types_part_6.so Osmocom_Types_part_7.so Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_7.so Socket_API_Definitions_part_1.so Socket_API_Definitions_part_2.so Socket_API_Definitions_part_3.so Socket_API_Definitions_part_4.so Socket_API_Definitions_part_5.so Socket_API_Definitions_part_6.so Socket_API_Definitions_part_7.so TCCConversion_Functions_part_1.so TCCConversion_Functions_part_2.so TCCConversion_Functions_part_3.so TCCConversion_Functions_part_4.so TCCConversion_Functions_part_5.so TCCConversion_Functions_part_6.so TCCConversion_Functions_part_7.so TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_7.so TCCInterface_Functions_part_1.so TCCInterface_Functions_part_2.so TCCInterface_Functions_part_3.so TCCInterface_Functions_part_4.so TCCInterface_Functions_part_5.so TCCInterface_Functions_part_6.so TCCInterface_Functions_part_7.so TELNETasp_PortType_part_1.so TELNETasp_PortType_part_2.so TELNETasp_PortType_part_3.so TELNETasp_PortType_part_4.so TELNETasp_PortType_part_5.so TELNETasp_PortType_part_6.so TELNETasp_PortType_part_7.so IPL4asp_PT.so IPL4asp_discovery.so Native_FunctionDefs.so OPCAP_CodecPort_CtrlFunctdef.so TCCConversion.so TCCEncoding.so TCCInterface.so TELNETasp_PT.so \
#8 5.713 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 5.713 -L/lib -lcrypto \
#8 5.713 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 5.713 then : ; else /usr/bin/titanver GSM_Types.o General_Types.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Misc_Helpers.o Native_Functions.o OPCAP_Adapter.o OPCAP_CLIENT_Tests.o OPCAP_CodecPort.o OPCAP_CodecPort_CtrlFunct.o OPCAP_Templates.o OPCAP_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o Socket_API_Definitions.o TCCConversion_Functions.o TCCEncoding_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o GSM_Types_part_1.o GSM_Types_part_2.o GSM_Types_part_3.o GSM_Types_part_4.o GSM_Types_part_5.o GSM_Types_part_6.o GSM_Types_part_7.o General_Types_part_1.o General_Types_part_2.o General_Types_part_3.o General_Types_part_4.o General_Types_part_5.o General_Types_part_6.o General_Types_part_7.o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_7.o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_7.o IPL4asp_Types_part_1.o IPL4asp_Types_part_2.o IPL4asp_Types_part_3.o IPL4asp_Types_part_4.o IPL4asp_Types_part_5.o IPL4asp_Types_part_6.o IPL4asp_Types_part_7.o Misc_Helpers_part_1.o Misc_Helpers_part_2.o Misc_Helpers_part_3.o Misc_Helpers_part_4.o Misc_Helpers_part_5.o Misc_Helpers_part_6.o Misc_Helpers_part_7.o Native_Functions_part_1.o Native_Functions_part_2.o Native_Functions_part_3.o Native_Functions_part_4.o Native_Functions_part_5.o Native_Functions_part_6.o Native_Functions_part_7.o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_7.o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_7.o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_Templates_part_1.o OPCAP_Templates_part_2.o OPCAP_Templates_part_3.o OPCAP_Templates_part_4.o OPCAP_Templates_part_5.o OPCAP_Templates_part_6.o OPCAP_Templates_part_7.o OPCAP_Types_part_1.o OPCAP_Types_part_2.o OPCAP_Types_part_3.o OPCAP_Types_part_4.o OPCAP_Types_part_5.o OPCAP_Types_part_6.o OPCAP_Types_part_7.o Osmocom_Types_part_1.o Osmocom_Types_part_2.o Osmocom_Types_part_3.o Osmocom_Types_part_4.o Osmocom_Types_part_5.o Osmocom_Types_part_6.o Osmocom_Types_part_7.o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_7.o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_7.o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_7.o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_7.o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_7.o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_7.o IPL4asp_PT.o IPL4asp_discovery.o Native_FunctionDefs.o OPCAP_CodecPort_CtrlFunctdef.o TCCConversion.o TCCEncoding.o TCCInterface.o TELNETasp_PT.o; exit 1; fi
#8 5.811 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 6.0s

#9 [4/4] COPY	OPCAP_CLIENT_TESTS.CFG /data/OPCAP_CLIENT_Tests.cfg
#9 DONE 0.1s

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.4s done
#10 writing image sha256:03938c8e379b7e6cf4181c599e9a76d33d84ec2086630b8b3a203bbe5407e5dd done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest 0.0s done
#10 DONE 0.5s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/ttcn3-pcap-client-test'
+ docker_image_exists ttcn3-pcap-client-test
+ docker images -q osmocom-build/ttcn3-pcap-client-test
+ test -n 03938c8e379b
+ list_osmo_packages debian-bookworm ttcn3-pcap-client-test
+ local distro=debian-bookworm
+ local image=ttcn3-pcap-client-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-pcap-client-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester
+ cp OPCAP_CLIENT_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_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-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client
+ cp osmo-pcap-client.cfg /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client/
+ network_create
+ SUBNET=2310751
+ seq 1 30
+ echo (2310751 + 1) % 256
+ bc
+ SUBNET=96
+ NET_NAME=ttcn3-pcap-client-test-96
+ SUB4=172.18.96.0/24
+ SUB6=fd02:db8:96::/64
+ set +x
Creating network ttcn3-pcap-client-test-96, trying SUBNET=96...
+ docker network create --internal --subnet 172.18.96.0/24 --ipv6 --subnet fd02:db8:96::/64 ttcn3-pcap-client-test-96
f4aeefe50958a410d4ff4d42e67361d5d62770b2a9ac882a5b4a0f1f9d5850d1
+ set +x

### Network ttcn3-pcap-client-test-96 created (SUBNET=96) ###

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=96 to: /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client/osmo-pcap-client.cfg
Applying SUBNET=96 to: /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ echo Starting container with pcap-client
Starting container with pcap-client
+ docker_network_params 96 20
+ NET=96
+ ADDR_SUFIX=20
+ echo --network ttcn3-pcap-client-test-96 --ip 172.18.96.20 --ip6 fd02:db8:96::20
+ docker run --rm --network ttcn3-pcap-client-test-96 --ip 172.18.96.20 --ip6 fd02:db8:96::20 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client:/data --name jenkins-ttcn3-pcap-client-test-1163-pcap-client -d osmocom-build/osmo-pcap-master
c439e846b8a02f810b8282f2463053ed01334bb7a62b6c6044d816592903c56c
+ echo Starting container with pcap-client testsuite
Starting container with pcap-client testsuite
+ docker_network_params 96 10
+ NET=96
+ ADDR_SUFIX=10
+ echo --network ttcn3-pcap-client-test-96 --ip 172.18.96.10 --ip6 fd02:db8:96::10
+ docker run --rm --network ttcn3-pcap-client-test-96 --ip 172.18.96.10 --ip6 fd02:db8:96::10 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester:/data --name jenkins-ttcn3-pcap-client-test-1163-ttcn3-pcap-client-test osmocom-build/ttcn3-pcap-client-test
+ SUBDIR=pcap-client
+ SUITE=OPCAP_CLIENT_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests OPCAP_CLIENT_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli OPCAP_CLIENT_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: OPCAP_CLIENT_Tests.cfg
MC@ad84f4625332: Unix server socket created successfully.
MC@ad84f4625332: Listening on TCP port 39111.
ad84f4625332 is the default
MC2> spawn /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests ad84f4625332 39111
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@ad84f4625332: New HC connected from 172.18.96.10 [172.18.96.10]. ad84f4625332: Linux 6.1.0-13-amd64 on x86_64.
cmtc
MC@ad84f4625332: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@ad84f4625332: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@ad84f4625332: Configuration file was processed on all HCs.
MC@ad84f4625332: Creating MTC on host 172.18.96.10.
MC@ad84f4625332: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_connect_rx_hdr ------
Thu Jun 27 07:33:21 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@ad84f4625332: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@ad84f4625332: Test case TC_connect_rx_hdr started.
MTC@ad84f4625332: Waiting for client-0 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":35315
MTC@ad84f4625332: setverdict(pass): none -> pass
MTC@ad84f4625332: Setting final verdict of the test case.
MTC@ad84f4625332: Local verdict of MTC: pass
MTC@ad84f4625332: No PTCs were created.
MTC@ad84f4625332: Test case TC_connect_rx_hdr finished. Verdict: pass
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass'.
Thu Jun 27 07:33:24 UTC 2024
====== OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=4813)
Waiting for packet dumper to finish... 1 (prev_count=4813, count=6169)
MTC@ad84f4625332: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Thu Jun 27 07:33:26 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap" >/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@ad84f4625332: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@ad84f4625332: Test case TC_reconnect started.
MTC@ad84f4625332: Waiting for client-0 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":41725
MTC@ad84f4625332: Disconnecting client-0
MTC@ad84f4625332: Connection from "172.18.96.20":38275
MTC@ad84f4625332: setverdict(pass): none -> pass
MTC@ad84f4625332: Setting final verdict of the test case.
MTC@ad84f4625332: Local verdict of MTC: pass
MTC@ad84f4625332: No PTCs were created.
MTC@ad84f4625332: Test case TC_reconnect finished. Verdict: pass
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Thu Jun 27 07:33:32 UTC 2024
====== OPCAP_CLIENT_Tests.TC_reconnect pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=2137)
Waiting for packet dumper to finish... 1 (prev_count=2137, count=3149)
MTC@ad84f4625332: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Thu Jun 27 07:33:34 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@ad84f4625332: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@ad84f4625332: Test case TC_capture started.
MTC@ad84f4625332: Waiting for client-0 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":36715
MTC@ad84f4625332: setverdict(pass): none -> pass
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: Setting final verdict of the test case.
MTC@ad84f4625332: Local verdict of MTC: pass
MTC@ad84f4625332: No PTCs were created.
MTC@ad84f4625332: Test case TC_capture finished. Verdict: pass
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Thu Jun 27 07:33:45 UTC 2024
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=21181)
Waiting for packet dumper to finish... 1 (prev_count=21181, count=22417)
MTC@ad84f4625332: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Thu Jun 27 07:33:47 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@ad84f4625332: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@ad84f4625332: Test case TC_multi_connect_rx_hdr started.
MTC@ad84f4625332: Waiting for client-0 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":45125
MTC@ad84f4625332: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@ad84f4625332: Waiting for client-1 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":44317
MTC@ad84f4625332: setverdict(pass): none -> pass
MTC@ad84f4625332: Setting final verdict of the test case.
MTC@ad84f4625332: Local verdict of MTC: pass
MTC@ad84f4625332: No PTCs were created.
MTC@ad84f4625332: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Thu Jun 27 07:33:51 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3744)
Waiting for packet dumper to finish... 1 (prev_count=3744, count=5200)
MTC@ad84f4625332: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Thu Jun 27 07:33:53 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@ad84f4625332: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@ad84f4625332: Test case TC_multi_capture started.
MTC@ad84f4625332: Waiting for client-0 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":34495
MTC@ad84f4625332: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@ad84f4625332: Waiting for client-1 connection...
MTC@ad84f4625332: Connection from "172.18.96.20":42745
MTC@ad84f4625332: setverdict(pass): none -> pass
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: setverdict(pass): pass -> pass, component reason not changed
MTC@ad84f4625332: Setting final verdict of the test case.
MTC@ad84f4625332: Local verdict of MTC: pass
MTC@ad84f4625332: No PTCs were created.
MTC@ad84f4625332: Test case TC_multi_capture finished. Verdict: pass
MTC@ad84f4625332: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Thu Jun 27 07:34:07 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=39140)
Waiting for packet dumper to finish... 1 (prev_count=39140, count=41718)
MTC@ad84f4625332: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@ad84f4625332: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@ad84f4625332: Terminating MTC.
MC@ad84f4625332: MTC terminated.
MC2> exit
MC@ad84f4625332: Shutting down session.
MC@ad84f4625332: Shutdown complete.
No expected results found, not comparing outcome. (/osmo-ttcn3-hacks/pcap-client/expected-results.xml)
+ exit_code=0
+ /osmo-ttcn3-hacks/log_merge.sh OPCAP_CLIENT_Tests --rm
Generated OPCAP_CLIENT_Tests.TC_capture.merged
Generated OPCAP_CLIENT_Tests.TC_connect_rx_hdr.merged
Generated OPCAP_CLIENT_Tests.TC_multi_capture.merged
Generated OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.merged
Generated OPCAP_CLIENT_Tests.TC_reconnect.merged
Removing Input log files !!!
+ exit 0
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ network_clean
+ docker network inspect ttcn3-pcap-client-test-96
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-ttcn3-pcap-client-test-1163-pcap-client
+ [ -n jenkins-ttcn3-pcap-client-test-1163-pcap-client ]
+ docker_kill_wait jenkins-ttcn3-pcap-client-test-1163-pcap-client
+ docker kill jenkins-ttcn3-pcap-client-test-1163-pcap-client
jenkins-ttcn3-pcap-client-test-1163-pcap-client
+ docker wait jenkins-ttcn3-pcap-client-test-1163-pcap-client
137
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-96
+ docker network remove ttcn3-pcap-client-test-96
ttcn3-pcap-client-test-96
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/_cache:/cache --name jenkins-ttcn3-pcap-client-test-1163-cleaner debian:bookworm sh -e -x -c 
				chmod -R a+rX /data/ /cache/
				chown -R 1000:1000 /data /cache
			
+ chmod -R a+rX /data/ /cache/
+ chown -R 1000:1000 /data /cache
+ collect_logs
+ cat /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/logs/pcap-client-tester/junit-xml-20.log
<?xml version="1.0"?>
<testsuite name='Titan' tests='5' failures='0' errors='0' skipped='0' inconc='0' time='48.00'>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_connect_rx_hdr' time='1.670285'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.943320'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.453259'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.953053'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.431053'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS