Skip to content

Console Output

Skipping 10 KB.. Full Log
#16 CACHED

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

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

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

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

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

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

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

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

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

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

#27 exporting to image
#27 exporting layers done
#27 writing image sha256:78b2342b90dc08a607f51104e019517b09b3afebae46b769a42b9d9e9f5ea81b done
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest 0.0s done
#27 DONE 0.0s
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 78b2342b90dc
+ 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
+ grep -q $USER
+ echo FROM	$USER/$DISTRO-build
+ 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=sysmocom/master \
	--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=sysmocom/2.14 \
	 -t osmocom-build/osmo-pcap-master:latest .
#0 building with "default" instance using docker driver

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

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

#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 [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
#6 ...

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

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

#6 [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
#6 0.301 Hit:1 http://deb.debian.org/debian bookworm InRelease
#6 0.301 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#6 0.301 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#6 0.301 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#6 0.434 Fetched 48.0 kB in 0s (290 kB/s)
#6 0.434 Reading package lists...
#6 0.689 Reading package lists...
#6 0.935 Building dependency tree...
#6 0.988 Reading state information...
#6 1.050 libzmq3-dev is already the newest version (4.3.4-6).
#6 1.050 The following additional packages will be installed:
#6 1.050   libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0
#6 1.050   libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13
#6 1.050   osmocom-nightly
#6 1.060 The following NEW packages will be installed:
#6 1.060   libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore21
#6 1.060   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0
#6 1.060   libosmovty13 osmocom-nightly
#6 1.082 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
#6 1.082 Need to get 1872 kB of archives.
#6 1.082 After this operation, 6772 kB of additional disk space will be used.
#6 1.082 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202406192026 [1180 B]
#6 1.107 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.209.e0c63.202406192026 [164 kB]
#6 1.111 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.209.e0c63.202406192026 [45.9 kB]
#6 1.112 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.209.e0c63.202406192026 [65.4 kB]
#6 1.121 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.209.e0c63.202406192026 [222 kB]
#6 1.125 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.209.e0c63.202406192026 [66.0 kB]
#6 1.127 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.209.e0c63.202406192026 [98.3 kB]
#6 1.128 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.209.e0c63.202406192026 [172 kB]
#6 1.130 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.209.e0c63.202406192026 [54.5 kB]
#6 1.130 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.209.e0c63.202406192026 [58.6 kB]
#6 1.131 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.209.e0c63.202406192026 [45.3 kB]
#6 1.132 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.209.e0c63.202406192026 [38.6 kB]
#6 1.132 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.209.e0c63.202406192026 [840 kB]
#6 1.253 debconf: delaying package configuration, since apt-utils is not installed
#6 1.307 Fetched 1872 kB in 0s (25.2 MB/s)
#6 1.374 Selecting previously unselected package osmocom-nightly.
#6 1.374 (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.)
#6 1.411 Preparing to unpack .../00-osmocom-nightly_202406192026_amd64.deb ...
#6 1.426 Unpacking osmocom-nightly (202406192026) ...
#6 1.527 Selecting previously unselected package libosmocore21:amd64.
#6 1.531 Preparing to unpack .../01-libosmocore21_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 1.563 Unpacking libosmocore21:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 1.670 Selecting previously unselected package libosmocodec4:amd64.
#6 1.675 Preparing to unpack .../02-libosmocodec4_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 1.690 Unpacking libosmocodec4:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 1.792 Selecting previously unselected package libosmoisdn0:amd64.
#6 1.796 Preparing to unpack .../03-libosmoisdn0_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 1.812 Unpacking libosmoisdn0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 1.918 Selecting previously unselected package libosmogsm20:amd64.
#6 1.922 Preparing to unpack .../04-libosmogsm20_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 1.938 Unpacking libosmogsm20:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.043 Selecting previously unselected package libosmocoding0:amd64.
#6 2.047 Preparing to unpack .../05-libosmocoding0_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.062 Unpacking libosmocoding0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.169 Selecting previously unselected package libosmovty13:amd64.
#6 2.174 Preparing to unpack .../06-libosmovty13_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.190 Unpacking libosmovty13:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.295 Selecting previously unselected package libosmogb14:amd64.
#6 2.299 Preparing to unpack .../07-libosmogb14_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.315 Unpacking libosmogb14:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.422 Selecting previously unselected package libosmoctrl0:amd64.
#6 2.427 Preparing to unpack .../08-libosmoctrl0_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.443 Unpacking libosmoctrl0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.545 Selecting previously unselected package libosmosim2:amd64.
#6 2.549 Preparing to unpack .../09-libosmosim2_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.565 Unpacking libosmosim2:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.669 Selecting previously unselected package libosmousb0:amd64.
#6 2.673 Preparing to unpack .../10-libosmousb0_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.689 Unpacking libosmousb0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 2.778 Selecting previously unselected package libosmocore.
#6 2.783 Preparing to unpack .../11-libosmocore_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.799 Unpacking libosmocore (1.9.0.209.e0c63.202406192026) ...
#6 2.887 Selecting previously unselected package libosmocore-dev:amd64.
#6 2.892 Preparing to unpack .../12-libosmocore-dev_1.9.0.209.e0c63.202406192026_amd64.deb ...
#6 2.908 Unpacking libosmocore-dev:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.077 Setting up osmocom-nightly (202406192026) ...
#6 3.134 Setting up libosmocore21:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.184 Setting up libosmousb0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.236 Setting up libosmocodec4:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.290 Setting up libosmovty13:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.341 Setting up libosmoisdn0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.393 Setting up libosmogsm20:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.443 Setting up libosmoctrl0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.494 Setting up libosmogb14:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.546 Setting up libosmocoding0:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.597 Setting up libosmosim2:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.648 Setting up libosmocore (1.9.0.209.e0c63.202406192026) ...
#6 3.698 Setting up libosmocore-dev:amd64 (1.9.0.209.e0c63.202406192026) ...
#6 3.750 Processing triggers for libc-bin (2.36-9+deb12u7) ...
#6 DONE 4.0s

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

#9 [4/8] RUN	GIT clone https://gerrit.osmocom.org/osmo-pcap.git
#9 0.237 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.278 Already on 'master'
#11 0.278 Your branch is up to date with 'origin/master'.
#11 0.279 refs/heads/master
#11 0.280 HEAD is now at 61e2810 contrib/systemd: run as osmocom user
#11 0.281 master
#11 0.282 61e2810f4dd4aa139b5bacd59db88b613658e7c1
#11 1.781 configure.ac:72: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 1.781 configure.ac:72: You should run autoupdate.
#11 1.781 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 1.781 configure.ac:72: the top level
#11 1.781 configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.781 configure.ac:120: You should run autoupdate.
#11 1.781 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.781 configure.ac:120: the top level
#11 1.781 configure.ac:136: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.781 configure.ac:136: You should run autoupdate.
#11 1.781 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.781 configure.ac:136: the top level
#11 1.781 configure.ac:172: warning: The macro `AC_HELP_STRING' is obsolete.
#11 1.781 configure.ac:172: You should run autoupdate.
#11 1.781 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 1.781 configure.ac:172: the top level
#11 1.781 configure.ac:183: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 1.781 configure.ac:183: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 1.781 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 1.781 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
#11 1.781 configure.ac:183: the top level
#11 1.781 configure.ac:186: warning: AC_OUTPUT should be used without arguments.
#11 1.781 configure.ac:186: You should run autoupdate.
#11 2.065 configure.ac:60: installing './compile'
#11 2.066 configure.ac:6: installing './install-sh'
#11 2.066 configure.ac:6: installing './missing'
#11 2.130 src/Makefile.am: installing './depcomp'
#11 2.183 checking for a BSD-compatible install... /usr/bin/install -c
#11 2.187 checking whether build environment is sane... yes
#11 2.191 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 2.192 checking for gawk... gawk
#11 2.192 checking whether make sets $(MAKE)... yes
#11 2.196 checking whether make supports nested variables... yes
#11 2.199 checking whether make supports nested variables... (cached) yes
#11 2.199 checking whether make sets $(MAKE)... (cached) yes
#11 2.199 checking for gcc... gcc
#11 2.210 checking whether the C compiler works... yes
#11 2.228 checking for C compiler default output file name... a.out
#11 2.228 checking for suffix of executables... 
#11 2.246 checking whether we are cross compiling... no
#11 2.266 checking for suffix of object files... o
#11 2.276 checking whether the compiler supports GNU C... yes
#11 2.284 checking whether gcc accepts -g... yes
#11 2.293 checking for gcc option to enable C11 features... none needed
#11 2.309 checking whether gcc understands -c and -o together... yes
#11 2.325 checking whether make supports the include directive... yes (GNU style)
#11 2.329 checking dependency style of gcc... gcc3
#11 2.343 checking for ranlib... ranlib
#11 2.343 checking for pkg-config... /usr/bin/pkg-config
#11 2.343 checking for pkg-config... /usr/bin/pkg-config
#11 2.343 checking pkg-config is at least version 0.20... yes
#11 2.343 checking for stdio.h... yes
#11 2.352 checking for stdlib.h... yes
#11 2.362 checking for string.h... yes
#11 2.373 checking for inttypes.h... yes
#11 2.383 checking for stdint.h... yes
#11 2.394 checking for strings.h... yes
#11 2.404 checking for sys/stat.h... yes
#11 2.415 checking for sys/types.h... yes
#11 2.427 checking for unistd.h... yes
#11 2.439 checking for grep that handles long lines and -e... /usr/bin/grep
#11 2.440 checking for egrep... /usr/bin/grep -E
#11 2.442 checking whether to enable VTY tests... no
#11 2.442 checking for pcap-config... /usr/bin/pcap-config
#11 2.444 checking for libosmocore >= 1.9.0... yes
#11 2.447 checking for libosmogb >= 1.9.0... yes
#11 2.450 checking for libosmogsm >= 1.9.0... yes
#11 2.454 checking for libosmovty >= 1.9.0... yes
#11 2.456 checking for libzmq >= 3.2.2... yes
#11 2.461 checking for gnutls... yes
#11 2.464 checking whether to enable code coverage support... no
#11 2.471 checking that generated files are newer than configure... done
#11 3.191 configure: creating ./config.status
#11 3.355 config.status: creating include/Makefile
#11 3.373 config.status: creating include/osmo-pcap/Makefile
#11 3.392 config.status: creating src/Makefile
#11 3.408 config.status: creating contrib/Makefile
#11 3.420 config.status: creating contrib/systemd/Makefile
#11 3.431 config.status: creating contrib/osmo-pcap.spec
#11 3.441 config.status: creating doc/Makefile
#11 3.453 config.status: creating doc/examples/Makefile
#11 3.465 config.status: creating doc/manuals/Makefile
#11 3.475 config.status: creating tests/Makefile
#11 3.485 config.status: creating Makefile
#11 3.493 config.status: creating osmopcapconfig.h
#11 3.501 config.status: executing tests/atconfig commands
#11 3.503 config.status: executing depfiles commands
#11 3.570 echo 0.4.2.3-61e2 > .version-t && mv .version-t .version
#11 3.571 make  install-recursive
#11 3.573 make[1]: Entering directory '/tmp/osmo-pcap'
#11 3.575 Making install in include
#11 3.576 make[2]: Entering directory '/tmp/osmo-pcap/include'
#11 3.579 Making install in osmo-pcap
#11 3.580 make[3]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.581 make[4]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.581 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.581 make[4]: Nothing to be done for 'install-data-am'.
#11 3.581 make[4]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.582 make[3]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 3.583 make[3]: Entering directory '/tmp/osmo-pcap/include'
#11 3.584 make[4]: Entering directory '/tmp/osmo-pcap/include'
#11 3.584 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.584 make[4]: Nothing to be done for 'install-data-am'.
#11 3.584 make[4]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.584 make[3]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.584 make[2]: Leaving directory '/tmp/osmo-pcap/include'
#11 3.584 Making install in src
#11 3.586 make[2]: Entering directory '/tmp/osmo-pcap/src'
#11 3.586   CC       osmo_client_main.o
#11 3.586   CC       osmo_common.o
#11 3.587   CC       osmo_client_core.o
#11 3.587   CC       osmo_client_vty.o
#11 3.587   CC       osmo_client_network.o
#11 3.588   CC       osmo_tls.o
#11 3.590   CC       osmo_server_main.o
#11 3.590   CC       osmo_server_vty.o
#11 3.591   CC       osmo_server_network.o
#11 3.632 osmo_tls.c: In function 'osmo_tls_init_server_session':
#11 3.632 osmo_tls.c:432:10: warning: #warning "TODO client certificates" [-Wcpp]
#11 3.632   432 |         #warning "TODO client certificates"
#11 3.632       |          ^~~~~~~
#11 3.679   CCLD     osmo-pcap-client
#11 3.686   CCLD     osmo-pcap-server
#11 3.736 make[3]: Entering directory '/tmp/osmo-pcap/src'
#11 3.736 make[3]: Nothing to be done for 'install-data-am'.
#11 3.736  /usr/bin/mkdir -p '/usr/local/bin'
#11 3.738   /usr/bin/install -c osmo-pcap-client osmo-pcap-server '/usr/local/bin'
#11 3.739 make[3]: Leaving directory '/tmp/osmo-pcap/src'
#11 3.739 make[2]: Leaving directory '/tmp/osmo-pcap/src'
#11 3.739 Making install in contrib
#11 3.740 make[2]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.741 Making install in systemd
#11 3.742 make[3]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.743 make[4]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.743 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.744  /usr/bin/mkdir -p '/lib/systemd/system'
#11 3.745  /usr/bin/install -c -m 644 osmo-pcap-client.service osmo-pcap-server.service '/lib/systemd/system'
#11 3.745 make[4]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.746 make[3]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 3.746 make[3]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.747 make[4]: Entering directory '/tmp/osmo-pcap/contrib'
#11 3.747 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.748  /usr/bin/mkdir -p '/usr/local/share/osmo-pcap'
#11 3.749  /usr/bin/install -c -m 644 osmo_pcap_clean_old '/usr/local/share/osmo-pcap'
#11 3.750 make[4]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.750 make[3]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.750 make[2]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 3.750 Making install in doc
#11 3.751 make[2]: Entering directory '/tmp/osmo-pcap/doc'
#11 3.752 Making install in examples
#11 3.753 make[3]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.754 make[4]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.754 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.755  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 3.756  /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.756 make  install-data-hook
#11 3.757 make[5]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 3.757 for f in $(find . -type f -name '*.cfg*' | sed -e 's,^.,,'); do \
#11 3.757 	j="/usr/local/share/doc/osmo-pcap/examples/$f" && \
#11 3.757 	mkdir -p "$(dirname $j)" && \
#11 3.757 	/usr/bin/install -c -m 644 ./$f $j; \
#11 3.757 done
#11 3.764 make[5]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 3.764 make[4]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 3.764 make[3]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 3.764 Making install in manuals
#11 3.765 make[3]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 3.766 make[4]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 3.766 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.766 make[4]: Nothing to be done for 'install-data-am'.
#11 3.766 make[4]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 3.766 make[3]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 3.767 make[3]: Entering directory '/tmp/osmo-pcap/doc'
#11 3.768 make[4]: Entering directory '/tmp/osmo-pcap/doc'
#11 3.768 make[4]: Nothing to be done for 'install-exec-am'.
#11 3.768 make[4]: Nothing to be done for 'install-data-am'.
#11 3.768 make[4]: Leaving directory '/tmp/osmo-pcap/doc'
#11 3.768 make[3]: Leaving directory '/tmp/osmo-pcap/doc'
#11 3.768 make[2]: Leaving directory '/tmp/osmo-pcap/doc'
#11 3.768 Making install in tests
#11 3.769 make[2]: Entering directory '/tmp/osmo-pcap/tests'
#11 3.770 make[3]: Entering directory '/tmp/osmo-pcap/tests'
#11 3.770 make[3]: Nothing to be done for 'install-exec-am'.
#11 3.770 make[3]: Nothing to be done for 'install-data-am'.
#11 3.770 make[3]: Leaving directory '/tmp/osmo-pcap/tests'
#11 3.770 make[2]: Leaving directory '/tmp/osmo-pcap/tests'
#11 3.771 make[2]: Entering directory '/tmp/osmo-pcap'
#11 3.773 make[3]: Entering directory '/tmp/osmo-pcap'
#11 3.773 make[3]: Nothing to be done for 'install-exec-am'.
#11 3.773 make[3]: Nothing to be done for 'install-data-am'.
#11 3.773 make[3]: Leaving directory '/tmp/osmo-pcap'
#11 3.773 make[2]: Leaving directory '/tmp/osmo-pcap'
#11 3.773 make[1]: Leaving directory '/tmp/osmo-pcap'
#11 DONE 3.9s

#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.2s

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.5s done
#14 writing image sha256:19dc9ee464de70b8607a193b6d112ce4657e55b53cfd82605388c576eaad8717 done
#14 naming to docker.io/osmocom-build/osmo-pcap-master:latest
#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 19dc9ee464de
+ 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.202406192026      amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.9.0.209.e0c63.202406192026      amd64        Osmo coding library
ii  libosmocore                            1.9.0.209.e0c63.202406192026      amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.9.0.209.e0c63.202406192026      amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore21:amd64                    1.9.0.209.e0c63.202406192026      amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.9.0.209.e0c63.202406192026      amd64        Osmo control library
ii  libosmogb14:amd64                      1.9.0.209.e0c63.202406192026      amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.9.0.209.e0c63.202406192026      amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.9.0.209.e0c63.202406192026      amd64        Osmo ISDN utility library
ii  libosmosim2:amd64                      1.9.0.209.e0c63.202406192026      amd64        Osmo SIM library
ii  libosmousb0:amd64                      1.9.0.209.e0c63.202406192026      amd64        Osmo USB library
ii  libosmovty13:amd64                     1.9.0.209.e0c63.202406192026      amd64        Osmo VTY library
ii  osmocom-nightly                        202406192026                      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
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:d956bffc460c2fd40ebcce9fce2283ea94918a68a4e0f39137809918a46fd503
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ docker_distro_from_image_name ttcn3-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=sysmocom/master \
	--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=sysmocom/2.14 \
	 -t osmocom-build/ttcn3-pcap-client-test:latest .
#0 building with "default" instance using docker driver

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

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

#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.0s

#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.243 + OSMO_TTCN3_BRANCH=master
#8 0.243 + shift
#8 0.243 + cd /osmo-ttcn3-hacks
#8 0.243 + git fetch
#8 0.326 From https://gerrit.osmocom.org/osmo-ttcn3-hacks
#8 0.326    68e476c7..d2ce381e  master             -> origin/master
#8 0.326  * [new branch]        daniel/mme         -> origin/daniel/mme
#8 0.326  + 9ca06122...0e01fdfd neels/wip          -> origin/neels/wip  (forced update)
#8 0.326  * [new branch]        osmith/wip-testenv -> origin/osmith/wip-testenv
#8 0.326  + 524d3635...2cd26697 pespin/asterisk    -> origin/pespin/asterisk  (forced update)
#8 0.327 + git checkout master
#8 0.358 Already on 'master'
#8 0.359 Your branch is behind 'origin/master' by 13 commits, and can be fast-forwarded.
#8 0.359   (use "git pull" to update your local branch)
#8 0.359 + git symbolic-ref -q HEAD
#8 0.360 refs/heads/master
#8 0.361 + git reset --hard origin/master
#8 0.378 HEAD is now at d2ce381e Makefile: re-generate per-suite Makefile(s) if needed
#8 0.378 + git rev-parse --abbrev-ref HEAD
#8 0.379 master
#8 0.379 + git rev-parse HEAD
#8 0.380 d2ce381e11aa77c617e4f04f12b4b3ecc24e3147
#8 0.380 + diff -q /tmp/deps-Makefile deps/Makefile
#8 0.381 Files /tmp/deps-Makefile and deps/Makefile differ
#8 0.381 + make -j8 deps
#8 0.412 (make -j20 -C deps || make -j1 -C deps)
#8 0.413 make[1]: warning: -j20 forced in submake: resetting jobserver mode.
#8 0.413 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 0.769 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.769 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.769 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.769 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.769 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.769 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.769 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.769 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.770 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.770 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.770 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.770 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.770 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.771 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.771 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.771 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.815 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 0.815 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 0.858 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 0.858 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 0.909 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 0.913 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 0.914 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 0.915 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 0.917 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 0.918 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 0.919 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 0.925 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 0.925 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 0.928 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 0.931 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 0.935 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 0.940 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 0.993 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 0.993 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 0.993 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 0.993 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 0.994 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 0.994 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 0.995 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 0.996 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 0.998 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 0.998 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 0.998 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 0.999 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.000 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.000 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.000 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.000 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.001 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.001 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.001 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.001 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.002 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.002 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.003 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.004 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.012 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.012 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.076 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.076 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.078 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.078 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
#8 1.078 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.078 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
#8 1.079 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.079 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
#8 1.079 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.079 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
#8 1.079 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.080 + make pcap-client
#8 1.100 (make -j20 -C deps || make -j1 -C deps)
#8 1.101 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 1.297 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.297 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.297 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.298 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.298 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.298 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.298 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.298 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.298 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.298 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.299 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.299 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.300 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.300 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.300 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.301 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.358 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 1.358 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 1.374 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.374 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.454 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 1.457 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 1.457 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 1.458 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 1.459 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 1.460 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 1.463 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 1.466 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 1.467 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 1.467 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 1.467 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 1.472 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 1.495 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 1.524 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.524 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.525 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.525 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.525 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.525 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.526 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.526 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.526 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.526 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.526 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.526 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.526 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.526 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.526 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.526 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.526 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.526 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.527 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.527 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.527 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.527 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.527 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.527 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.558 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.558 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.648 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.648 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.649 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.650 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.652 Linking TCCInterface_Functions.ttcn
#8 1.652 Linking TCCConversion_Functions.ttcn
#8 1.653 Linking TCCConversion.cc
#8 1.654 Linking TCCInterface.cc
#8 1.654 Linking TCCInterface_ip.h
#8 1.655 Linking TCCEncoding_Functions.ttcn
#8 1.655 Linking TCCEncoding.cc
#8 1.656 Linking Socket_API_Definitions.ttcn
#8 1.656 Linking IPL4asp_Functions.ttcn
#8 1.657 Linking IPL4asp_PT.cc
#8 1.657 Linking IPL4asp_PT.hh
#8 1.658 Linking IPL4asp_PortType.ttcn
#8 1.658 Linking IPL4asp_Types.ttcn
#8 1.659 Linking IPL4asp_discovery.cc
#8 1.659 Linking IPL4asp_protocol_L234.hh
#8 1.660 Linking TELNETasp_PT.cc
#8 1.660 Linking TELNETasp_PT.hh
#8 1.661 Linking TELNETasp_PortType.ttcn
#8 1.661 Linking Misc_Helpers.ttcn
#8 1.662 Linking General_Types.ttcn
#8 1.662 Linking GSM_Types.ttcn
#8 1.663 Linking Osmocom_Types.ttcn
#8 1.663 Linking Native_Functions.ttcn
#8 1.664 Linking Native_FunctionDefs.cc
#8 1.664 Linking Osmocom_VTY_Functions.ttcn
#8 1.664 Linking OPCAP_Types.ttcn
#8 1.665 Linking OPCAP_Templates.ttcn
#8 1.665 Linking OPCAP_CodecPort.ttcn
#8 1.665 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.666 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.666 Linking OPCAP_Adapter.ttcn
#8 1.669 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.670 Generating Makefile skeleton...
#8 1.670 Makefile skeleton was generated.
#8 1.675 make -C pcap-client compile
#8 1.676 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.676 /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.678 warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.
#8 1.678 
#8 1.679 Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
#8 1.680 Notify: Parsing TTCN-3 module `General_Types.ttcn'...
#8 1.680 Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
#8 1.681 Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
#8 1.681 Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
#8 1.681 Notify: Parsing TTCN-3 module `Misc_Helpers.ttcn'...
#8 1.681 Notify: Parsing TTCN-3 module `Native_Functions.ttcn'...
#8 1.681 Notify: Parsing TTCN-3 module `OPCAP_Adapter.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `OPCAP_CLIENT_Tests.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `OPCAP_CodecPort.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `OPCAP_CodecPort_CtrlFunct.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `OPCAP_Templates.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `OPCAP_Types.ttcn'...
#8 1.682 Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
#8 1.683 Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
#8 1.684 Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
#8 1.684 Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
#8 1.685 Notify: Parsing TTCN-3 module `TCCEncoding_Functions.ttcn'...
#8 1.685 Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
#8 1.686 Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
#8 1.686 Notify: Checking modules...
#8 1.689 OPCAP_Adapter.ttcn: In TTCN-3 module `OPCAP_Adapter':
#8 1.689  OPCAP_Adapter.ttcn:39.1-58.1: In function definition `f_connect':
#8 1.689   OPCAP_Adapter.ttcn:44.2-47.2: In if statement:
#8 1.689    OPCAP_Adapter.ttcn:45.3-87: In function instance:
#8 1.689     OPCAP_Adapter.ttcn:45.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.689  OPCAP_Adapter.ttcn:61.1-78.1: In function definition `f_bind':
#8 1.689   OPCAP_Adapter.ttcn:65.2-68.2: In if statement:
#8 1.689    OPCAP_Adapter.ttcn:66.3-87: In function instance:
#8 1.689     OPCAP_Adapter.ttcn:66.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.689  OPCAP_Adapter.ttcn:89.1-92.1: In function definition `f_disconnect':
#8 1.689   OPCAP_Adapter.ttcn:90.2-86: In function instance:
#8 1.689    OPCAP_Adapter.ttcn:90.2-86: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 1.690 OPCAP_CLIENT_Tests.ttcn: In TTCN-3 module `OPCAP_CLIENT_Tests':
#8 1.690  OPCAP_CLIENT_Tests.ttcn:48.9-58.1: In function definition `f_init_one_srv':
#8 1.690   OPCAP_CLIENT_Tests.ttcn:57.2-46: In function instance:
#8 1.690    OPCAP_CLIENT_Tests.ttcn:57.2-46: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 1.690  OPCAP_CLIENT_Tests.ttcn:123.1-135.1: In testcase definition `TC_reconnect':
#8 1.690   OPCAP_CLIENT_Tests.ttcn:133.2-39: In function instance:
#8 1.690    OPCAP_CLIENT_Tests.ttcn:133.2-39: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 1.691 Notify: Generating code...
#8 1.706 Notify: File `GSM_Types.hh' was generated.
#8 1.706 Notify: File `GSM_Types.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_1.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_2.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_3.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_4.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_5.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_6.cc' was generated.
#8 1.706 Notify: File `GSM_Types_part_7.cc' was generated.
#8 1.706 Notify: File `General_Types.hh' was generated.
#8 1.706 Notify: File `General_Types.cc' was generated.
#8 1.706 Notify: File `General_Types_part_1.cc' was generated.
#8 1.706 Notify: File `General_Types_part_2.cc' was generated.
#8 1.706 Notify: File `General_Types_part_3.cc' was generated.
#8 1.707 Notify: File `General_Types_part_4.cc' was generated.
#8 1.707 Notify: File `General_Types_part_5.cc' was generated.
#8 1.707 Notify: File `General_Types_part_6.cc' was generated.
#8 1.707 Notify: File `General_Types_part_7.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions.hh' was generated.
#8 1.707 Notify: File `IPL4asp_Functions.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_1.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_2.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_3.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_4.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_5.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_6.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Functions_part_7.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType.hh' was generated.
#8 1.707 Notify: File `IPL4asp_PortType.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_1.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_2.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_3.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_4.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_5.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_6.cc' was generated.
#8 1.707 Notify: File `IPL4asp_PortType_part_7.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Types.hh' was generated.
#8 1.707 Notify: File `IPL4asp_Types.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Types_part_1.cc' was generated.
#8 1.707 Notify: File `IPL4asp_Types_part_2.cc' was generated.
#8 1.708 Notify: File `IPL4asp_Types_part_3.cc' was generated.
#8 1.708 Notify: File `IPL4asp_Types_part_4.cc' was generated.
#8 1.708 Notify: File `IPL4asp_Types_part_5.cc' was generated.
#8 1.708 Notify: File `IPL4asp_Types_part_6.cc' was generated.
#8 1.708 Notify: File `IPL4asp_Types_part_7.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers.hh' was generated.
#8 1.708 Notify: File `Misc_Helpers.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_1.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_2.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_3.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_4.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_5.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_6.cc' was generated.
#8 1.708 Notify: File `Misc_Helpers_part_7.cc' was generated.
#8 1.708 Notify: File `Native_Functions.hh' was generated.
#8 1.708 Notify: File `Native_Functions.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_1.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_2.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_3.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_4.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_5.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_6.cc' was generated.
#8 1.708 Notify: File `Native_Functions_part_7.cc' was generated.
#8 1.708 Notify: File `OPCAP_Adapter.hh' was generated.
#8 1.708 Notify: File `OPCAP_Adapter.cc' was generated.
#8 1.708 Notify: File `OPCAP_Adapter_part_1.cc' was generated.
#8 1.708 Notify: File `OPCAP_Adapter_part_2.cc' was generated.
#8 1.708 Notify: File `OPCAP_Adapter_part_3.cc' was generated.
#8 1.708 Notify: File `OPCAP_Adapter_part_4.cc' was generated.
#8 1.709 Notify: File `OPCAP_Adapter_part_5.cc' was generated.
#8 1.709 Notify: File `OPCAP_Adapter_part_6.cc' was generated.
#8 1.709 Notify: File `OPCAP_Adapter_part_7.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests.hh' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_1.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_2.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_3.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_4.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_5.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_6.cc' was generated.
#8 1.709 Notify: File `OPCAP_CLIENT_Tests_part_7.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort.hh' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct.hh' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_1.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_2.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_3.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_4.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_5.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_6.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_CtrlFunct_part_7.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_1.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_2.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_3.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_4.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_5.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_6.cc' was generated.
#8 1.709 Notify: File `OPCAP_CodecPort_part_7.cc' was generated.
#8 1.709 Notify: File `OPCAP_Templates.hh' was generated.
#8 1.709 Notify: File `OPCAP_Templates.cc' was generated.
#8 1.709 Notify: File `OPCAP_Templates_part_1.cc' was generated.
#8 1.709 Notify: File `OPCAP_Templates_part_2.cc' was generated.
#8 1.709 Notify: File `OPCAP_Templates_part_3.cc' was generated.
#8 1.710 Notify: File `OPCAP_Templates_part_4.cc' was generated.
#8 1.710 Notify: File `OPCAP_Templates_part_5.cc' was generated.
#8 1.710 Notify: File `OPCAP_Templates_part_6.cc' was generated.
#8 1.710 Notify: File `OPCAP_Templates_part_7.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types.hh' was generated.
#8 1.710 Notify: File `OPCAP_Types.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_1.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_2.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_3.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_4.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_5.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_6.cc' was generated.
#8 1.710 Notify: File `OPCAP_Types_part_7.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types.hh' was generated.
#8 1.710 Notify: File `Osmocom_Types.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_1.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_2.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_3.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_4.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_5.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_6.cc' was generated.
#8 1.710 Notify: File `Osmocom_Types_part_7.cc' was generated.
#8 1.710 Notify: File `Osmocom_VTY_Functions.hh' was generated.
#8 1.710 Notify: File `Osmocom_VTY_Functions.cc' was generated.
#8 1.710 Notify: File `Osmocom_VTY_Functions_part_1.cc' was generated.
#8 1.710 Notify: File `Osmocom_VTY_Functions_part_2.cc' was generated.
#8 1.710 Notify: File `Osmocom_VTY_Functions_part_3.cc' was generated.
#8 1.711 Notify: File `Osmocom_VTY_Functions_part_4.cc' was generated.
#8 1.711 Notify: File `Osmocom_VTY_Functions_part_5.cc' was generated.
#8 1.711 Notify: File `Osmocom_VTY_Functions_part_6.cc' was generated.
#8 1.711 Notify: File `Osmocom_VTY_Functions_part_7.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions.hh' was generated.
#8 1.711 Notify: File `Socket_API_Definitions.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_1.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_2.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_3.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_4.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_5.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_6.cc' was generated.
#8 1.711 Notify: File `Socket_API_Definitions_part_7.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions.hh' was generated.
#8 1.711 Notify: File `TCCConversion_Functions.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_1.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_2.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_3.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_4.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_5.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_6.cc' was generated.
#8 1.711 Notify: File `TCCConversion_Functions_part_7.cc' was generated.
#8 1.711 Notify: File `TCCEncoding_Functions.hh' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_1.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_2.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_3.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_4.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_5.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_6.cc' was generated.
#8 1.712 Notify: File `TCCEncoding_Functions_part_7.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions.hh' was generated.
#8 1.712 Notify: File `TCCInterface_Functions.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_1.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_2.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_3.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_4.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_5.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_6.cc' was generated.
#8 1.712 Notify: File `TCCInterface_Functions_part_7.cc' was generated.
#8 1.712 Notify: File `TELNETasp_PortType.hh' was generated.
#8 1.712 Notify: File `TELNETasp_PortType.cc' was generated.
#8 1.712 Notify: File `TELNETasp_PortType_part_1.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_2.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_3.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_4.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_5.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_6.cc' was generated.
#8 1.713 Notify: File `TELNETasp_PortType_part_7.cc' was generated.
#8 1.713 Notify: 180 files were updated.
#8 1.715 touch compile
#8 1.716 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.716 make -j20 -C pcap-client
#8 1.719 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.719 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 1.719 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 1.719 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 1.719 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 1.720 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 1.720 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 1.736 Creating dependency file for TELNETasp_PT.cc
#8 1.736 Creating dependency file for TCCInterface.cc
#8 1.736 Creating dependency file for TCCEncoding.cc
#8 1.736 Creating dependency file for TCCConversion.cc
#8 1.736 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.736 Creating dependency file for Native_FunctionDefs.cc
#8 1.737 Creating dependency file for IPL4asp_discovery.cc
#8 1.737 Creating dependency file for IPL4asp_PT.cc
#8 1.782 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 1.782 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 1.783 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 1.783 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 1.783 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 1.783 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 1.783 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 1.784 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 1.784 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 1.784 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 1.784 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 1.784 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 1.784 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 1.786 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 1.786 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 1.787 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 1.790 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 1.790 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 1.790 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 1.791 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 1.791 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 1.792 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 1.792 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 1.792 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 1.792 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 1.793 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 1.794 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 1.794 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 1.796 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 1.796 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 1.797 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 1.802 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 1.802 Creating dependency file for Osmocom_Types_part_7.cc
#8 1.802 Creating dependency file for Osmocom_Types_part_6.cc
#8 1.802 Creating dependency file for Osmocom_Types_part_5.cc
#8 1.802 Creating dependency file for Osmocom_Types_part_3.cc
#8 1.803 Creating dependency file for Osmocom_Types_part_4.cc
#8 1.803 Creating dependency file for Osmocom_Types_part_2.cc
#8 1.803 Creating dependency file for Osmocom_Types_part_1.cc
#8 1.803 Creating dependency file for OPCAP_Types_part_7.cc
#8 1.803 Creating dependency file for OPCAP_Types_part_6.cc
#8 1.803 Creating dependency file for OPCAP_Types_part_5.cc
#8 1.809 Creating dependency file for OPCAP_Types_part_4.cc
#8 1.809 Creating dependency file for OPCAP_Types_part_2.cc
#8 1.809 Creating dependency file for OPCAP_Types_part_3.cc
#8 1.810 Creating dependency file for OPCAP_Templates_part_7.cc
#8 1.810 Creating dependency file for OPCAP_Types_part_1.cc
#8 1.810 Creating dependency file for OPCAP_Templates_part_6.cc
#8 1.810 Creating dependency file for OPCAP_Templates_part_5.cc
#8 1.816 Creating dependency file for OPCAP_Templates_part_4.cc
#8 1.816 Creating dependency file for OPCAP_Templates_part_3.cc
#8 1.817 Creating dependency file for OPCAP_Templates_part_2.cc
#8 1.817 Creating dependency file for OPCAP_Templates_part_1.cc
#8 1.822 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 1.822 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 1.823 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 1.826 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 1.827 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 1.829 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 1.829 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 1.829 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 1.830 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 1.830 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 1.832 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 1.837 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 1.838 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 1.838 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 1.838 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 1.838 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 1.839 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 1.839 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 1.839 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 1.840 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 1.841 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 1.845 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 1.845 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 1.846 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 1.846 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 1.846 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 1.846 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 1.847 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 1.847 Creating dependency file for Native_Functions_part_7.cc
#8 1.847 Creating dependency file for Native_Functions_part_6.cc
#8 1.847 Creating dependency file for Native_Functions_part_5.cc
#8 1.849 Creating dependency file for Native_Functions_part_4.cc
#8 1.849 Creating dependency file for Native_Functions_part_3.cc
#8 1.850 Creating dependency file for Native_Functions_part_2.cc
#8 1.851 Creating dependency file for Native_Functions_part_1.cc
#8 1.851 Creating dependency file for Misc_Helpers_part_7.cc
#8 1.852 Creating dependency file for Misc_Helpers_part_6.cc
#8 1.853 Creating dependency file for Misc_Helpers_part_5.cc
#8 1.853 Creating dependency file for Misc_Helpers_part_4.cc
#8 1.853 Creating dependency file for Misc_Helpers_part_3.cc
#8 1.854 Creating dependency file for Misc_Helpers_part_2.cc
#8 1.854 Creating dependency file for Misc_Helpers_part_1.cc
#8 1.855 Creating dependency file for IPL4asp_Types_part_7.cc
#8 1.855 Creating dependency file for IPL4asp_Types_part_6.cc
#8 1.855 Creating dependency file for IPL4asp_Types_part_5.cc
#8 1.856 Creating dependency file for IPL4asp_Types_part_4.cc
#8 1.856 Creating dependency file for IPL4asp_Types_part_3.cc
#8 1.857 Creating dependency file for IPL4asp_Types_part_2.cc
#8 1.857 Creating dependency file for IPL4asp_Types_part_1.cc
#8 1.858 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 1.859 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 1.859 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 1.859 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 1.860 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 1.860 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 1.860 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 1.860 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 1.862 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 1.863 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 1.867 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 1.867 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 1.867 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 1.867 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 1.868 Creating dependency file for General_Types_part_7.cc
#8 1.868 Creating dependency file for General_Types_part_6.cc
#8 1.868 Creating dependency file for General_Types_part_5.cc
#8 1.869 Creating dependency file for General_Types_part_4.cc
#8 1.870 Creating dependency file for General_Types_part_3.cc
#8 1.870 Creating dependency file for General_Types_part_2.cc
#8 1.870 Creating dependency file for General_Types_part_1.cc
#8 1.870 Creating dependency file for GSM_Types_part_7.cc
#8 1.871 Creating dependency file for GSM_Types_part_6.cc
#8 1.873 Creating dependency file for GSM_Types_part_5.cc
#8 1.875 Creating dependency file for GSM_Types_part_4.cc
#8 1.875 Creating dependency file for GSM_Types_part_3.cc
#8 1.875 Creating dependency file for GSM_Types_part_2.cc
#8 1.876 Creating dependency file for GSM_Types_part_1.cc
#8 1.876 Creating dependency file for TELNETasp_PortType.cc
#8 1.877 Creating dependency file for TCCInterface_Functions.cc
#8 1.878 Creating dependency file for TCCEncoding_Functions.cc
#8 1.910 Creating dependency file for TCCConversion_Functions.cc
#8 1.911 Creating dependency file for Socket_API_Definitions.cc
#8 1.915 Creating dependency file for Osmocom_VTY_Functions.cc
#8 1.926 Creating dependency file for Osmocom_Types.cc
#8 1.926 Creating dependency file for OPCAP_Types.cc
#8 1.926 Creating dependency file for OPCAP_Templates.cc
#8 1.927 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 1.927 Creating dependency file for OPCAP_CodecPort.cc
#8 1.928 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 1.929 Creating dependency file for OPCAP_Adapter.cc
#8 1.929 Creating dependency file for Native_Functions.cc
#8 1.930 Creating dependency file for Misc_Helpers.cc
#8 1.931 Creating dependency file for IPL4asp_Types.cc
#8 1.932 Creating dependency file for IPL4asp_PortType.cc
#8 1.933 Creating dependency file for IPL4asp_Functions.cc
#8 1.933 Creating dependency file for General_Types.cc
#8 1.936 Creating dependency file for GSM_Types.cc
#8 2.021 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 2.021 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 2.021 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 2.021 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 2.021 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 2.022 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 2.022 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 2.022 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 2.022 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 2.022 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 2.022 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 2.022 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 2.023 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 2.023 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 2.023 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 2.023 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 2.024 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 2.037 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 2.037 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.038 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.527 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.558 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.616 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.675 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.689 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.692 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.695 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.755 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.767 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.800 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.825 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.835 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.881 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.897 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.898 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.904 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.918 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.919 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.920 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.922 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.931 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.935 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.935 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.938 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.940 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.948 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.952 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.953 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.954 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.958 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.963 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.963 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.969 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.970 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 2.989 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.031 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.089 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.094 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.123 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.129 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.146 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.157 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.160 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.175 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.182 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.191 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.194 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.208 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.211 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.220 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.225 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.237 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.241 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.242 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.263 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.265 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.281 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.283 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.284 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.300 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.302 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.303 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.319 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.324 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.338 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.340 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.345 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.357 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.368 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.373 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.374 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.384 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.400 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.403 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.411 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.417 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.418 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.432 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.433 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.434 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.436 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.448 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.449 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.460 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.463 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.463 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.464 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.464 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.479 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.490 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.492 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.495 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.503 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.509 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.516 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.527 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.531 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.532 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.538 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.548 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.553 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.560 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.563 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.566 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.567 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.578 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.579 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.587 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.592 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.592 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.593 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.607 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.623 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.640 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.647 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.663 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.663 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.666 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.681 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.690 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.694 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.727 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.754 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.759 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.775 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.777 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.791 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.793 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.794 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.810 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.812 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.827 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.828 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.829 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.845 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.893 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 3.909 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 3.925 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 3.929 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 3.944 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 3.944 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 3.968 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 3.979 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 3.984 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.047 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.060 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.139 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.190 g++  -shared -o GSM_Types.so GSM_Types.o
#8 4.244 g++  -shared -o General_Types.so General_Types.o
#8 4.289 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 4.299 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 4.321 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 4.406 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 4.419 g++  -shared -o Native_Functions.so Native_Functions.o
#8 4.427 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 4.482 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 4.504 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 4.513 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 4.521 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 4.541 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 4.564 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 4.574 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 4.575 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 4.604 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 4.617 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 4.632 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 4.636 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 4.645 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 4.663 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 4.665 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 4.665 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 4.669 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 4.684 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 4.687 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 4.712 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 4.720 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 4.740 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 4.740 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 4.740 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 4.740 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 4.740 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 4.744 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 4.765 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 4.766 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 4.774 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 4.781 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 4.795 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 4.796 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 4.797 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 4.807 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 4.812 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 4.815 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 4.816 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 4.821 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 4.822 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 4.826 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 4.833 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 4.833 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 4.839 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 4.840 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 4.843 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 4.849 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 4.850 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 4.850 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 4.861 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 4.862 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 4.862 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 4.862 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 4.862 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 4.870 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 4.875 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 4.881 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 4.888 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 4.892 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 4.893 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 4.893 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 4.893 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 4.893 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 4.898 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 4.899 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 4.904 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 4.914 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 4.915 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 4.916 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 4.916 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 4.917 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 4.917 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 4.921 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 4.924 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 4.925 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 4.929 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 4.930 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 4.936 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 4.940 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 4.941 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 4.941 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 4.941 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 4.941 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 4.941 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 4.942 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 4.942 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 4.946 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 4.947 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 4.950 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 4.951 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 4.952 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 4.952 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 4.955 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 4.956 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 4.962 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 4.962 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 4.962 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 4.962 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 4.963 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 4.963 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 4.963 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 4.964 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 4.965 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 4.971 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 4.971 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 4.973 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 4.973 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 4.975 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 4.979 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 4.981 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 4.983 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 4.983 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 4.983 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 4.985 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 4.987 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 4.991 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 4.991 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 4.994 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 4.997 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 4.998 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 5.000 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 5.001 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 5.005 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 5.005 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 5.005 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 5.005 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 5.006 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 5.009 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 5.017 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 5.029 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 5.030 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 5.030 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 5.031 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 5.033 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 5.039 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 5.050 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 5.057 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 5.057 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 5.060 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 5.069 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 5.074 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 5.079 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 5.081 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 5.083 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 5.087 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 5.101 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 5.102 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 5.102 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 5.102 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 5.106 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 5.106 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 5.106 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 5.113 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 5.129 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 5.129 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 5.129 g++  -shared -o TCCConversion.so TCCConversion.o
#8 5.129 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 5.130 g++  -shared -o TCCInterface.so TCCInterface.o
#8 5.130 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 5.310 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 5.338 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.338 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 5.338 -L/lib -lcrypto \
#8 5.338 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 5.338 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.425 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 5.6s

#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.6s done
#10 writing image sha256:df6904ea4753be1d78905fe5df78e56c8a11bd64b260fdf4f4d6637e791ec3c0 done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest 0.0s done
#10 DONE 0.6s
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 df6904ea4753
+ 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=630101
+ seq 1 30
+ bc
+ echo (630101 + 1) % 256
+ SUBNET=86
+ NET_NAME=ttcn3-pcap-client-test-86
+ SUB4=172.18.86.0/24
+ SUB6=fd02:db8:86::/64
+ set +x
Creating network ttcn3-pcap-client-test-86, trying SUBNET=86...
+ docker network create --internal --subnet 172.18.86.0/24 --ipv6 --subnet fd02:db8:86::/64 ttcn3-pcap-client-test-86
fe9ca23a9a6c3d84b5f073271e53d23b360fdf3f4d15e89dd0fad0941c9061d4
+ set +x

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

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

Waiting for packet dumper to finish... 0 (prev_count=-1, count=4801)
Waiting for packet dumper to finish... 1 (prev_count=4801, count=6489)
MTC@6606e79d87a3: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Thu Jun 20 07:33:24 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/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@6606e79d87a3: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Test case TC_reconnect started.
MTC@6606e79d87a3: Waiting for client-0 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":45865
MTC@6606e79d87a3: Disconnecting client-0
MTC@6606e79d87a3: Connection from "172.18.86.20":34311
MTC@6606e79d87a3: setverdict(pass): none -> pass
MTC@6606e79d87a3: Setting final verdict of the test case.
MTC@6606e79d87a3: Local verdict of MTC: pass
MTC@6606e79d87a3: No PTCs were created.
MTC@6606e79d87a3: Test case TC_reconnect finished. Verdict: pass
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Thu Jun 20 07:33:30 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@6606e79d87a3: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Thu Jun 20 07:33:32 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@6606e79d87a3: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Test case TC_capture started.
MTC@6606e79d87a3: Waiting for client-0 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":38261
MTC@6606e79d87a3: setverdict(pass): none -> pass
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: Setting final verdict of the test case.
MTC@6606e79d87a3: Local verdict of MTC: pass
MTC@6606e79d87a3: No PTCs were created.
MTC@6606e79d87a3: Test case TC_capture finished. Verdict: pass
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Thu Jun 20 07:33:44 UTC 2024
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=24117)
Waiting for packet dumper to finish... 1 (prev_count=24117, count=25352)
MTC@6606e79d87a3: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@6606e79d87a3: 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 20 07:33:46 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@6606e79d87a3: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Test case TC_multi_connect_rx_hdr started.
MTC@6606e79d87a3: Waiting for client-0 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":38533
MTC@6606e79d87a3: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@6606e79d87a3: Waiting for client-1 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":36787
MTC@6606e79d87a3: setverdict(pass): none -> pass
MTC@6606e79d87a3: Setting final verdict of the test case.
MTC@6606e79d87a3: Local verdict of MTC: pass
MTC@6606e79d87a3: No PTCs were created.
MTC@6606e79d87a3: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Thu Jun 20 07:33:50 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3836)
Waiting for packet dumper to finish... 1 (prev_count=3836, count=5112)
MTC@6606e79d87a3: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Thu Jun 20 07:33:52 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@6606e79d87a3: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@6606e79d87a3: Test case TC_multi_capture started.
MTC@6606e79d87a3: Waiting for client-0 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":35219
MTC@6606e79d87a3: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@6606e79d87a3: Waiting for client-1 connection...
MTC@6606e79d87a3: Connection from "172.18.86.20":41289
MTC@6606e79d87a3: setverdict(pass): none -> pass
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: setverdict(pass): pass -> pass, component reason not changed
MTC@6606e79d87a3: Setting final verdict of the test case.
MTC@6606e79d87a3: Local verdict of MTC: pass
MTC@6606e79d87a3: No PTCs were created.
MTC@6606e79d87a3: Test case TC_multi_capture finished. Verdict: pass
MTC@6606e79d87a3: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Thu Jun 20 07:34:05 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=25324)
Waiting for packet dumper to finish... 1 (prev_count=25324, count=26844)
MTC@6606e79d87a3: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@6606e79d87a3: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@6606e79d87a3: Terminating MTC.
MC@6606e79d87a3: MTC terminated.
MC2> exit
MC@6606e79d87a3: Shutting down session.
MC@6606e79d87a3: 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-86
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-ttcn3-pcap-client-test-1156-pcap-client
+ [ -n jenkins-ttcn3-pcap-client-test-1156-pcap-client ]
+ docker_kill_wait jenkins-ttcn3-pcap-client-test-1156-pcap-client
+ docker kill jenkins-ttcn3-pcap-client-test-1156-pcap-client
jenkins-ttcn3-pcap-client-test-1156-pcap-client
+ docker wait jenkins-ttcn3-pcap-client-test-1156-pcap-client
137
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-86
+ docker network remove ttcn3-pcap-client-test-86
ttcn3-pcap-client-test-86
+ 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-1156-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.660503'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.954981'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.475526'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.986227'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.431205'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS