Skip to content

Console Output

Skipping 7 KB.. Full Log
	--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 \
	--pull -t osmocom-build/debian-bookworm-build:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

#6 https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt
#6 DONE 0.0s

#7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12//Release
#7 DONE 0.0s

#8 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:c2cedd7f80a4dd0f9f80d3699bd433ccf3de33ab63bfa2d4c4ba870c998222d6
#8 resolve registry.osmocom.org/debian:bookworm@sha256:c2cedd7f80a4dd0f9f80d3699bd433ccf3de33ab63bfa2d4c4ba870c998222d6
#8 resolve registry.osmocom.org/debian:bookworm@sha256:c2cedd7f80a4dd0f9f80d3699bd433ccf3de33ab63bfa2d4c4ba870c998222d6 0.1s done
#8 DONE 0.1s

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

#10 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT
#10 DONE 0.2s

#11 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT
#11 DONE 0.2s

#5 [internal] load build context
#5 transferring context: 1.96kB done
#5 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

#25 [ 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' 		'pylint' 		'pysispm' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#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:30df98680447cd5c1dd0ee083e0345ff2fe7f3b2de34e6876e8da602587fc9d4 0.0s 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 30df98680447
+ list_osmo_packages debian-bookworm debian-bookworm-build
+ local distro=debian-bookworm
+ local image=debian-bookworm-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-pcap-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-pcap-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-pcap-master
+ echo osmo-pcap-master
+ dir=osmo-pcap-master
+ pull_arg=--pull
+ grep ^FROM ../osmo-pcap-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-pcap-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-pcap-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/osmo-pcap-master'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=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 \
	 -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.0s

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

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

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

#6 [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.392 Hit:1 http://deb.debian.org/debian bookworm InRelease
#6 0.392 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#6 0.392 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#6 0.500 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#6 0.894 Reading package lists...
#6 1.156 Reading package lists...
#6 1.402 Building dependency tree...
#6 1.455 Reading state information...
#6 1.518 libzmq3-dev is already the newest version (4.3.4-6).
#6 1.518 The following additional packages will be installed:
#6 1.518   libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0
#6 1.518   libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13
#6 1.518   osmocom-nightly
#6 1.528 The following NEW packages will be installed:
#6 1.528   libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore21
#6 1.528   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0
#6 1.528   libosmovty13 osmocom-nightly
#6 1.551 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
#6 1.551 Need to get 1870 kB of archives.
#6 1.551 After this operation, 6760 kB of additional disk space will be used.
#6 1.551 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202404032026 [1164 B]
#6 1.576 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.192.1c24.202404032026 [164 kB]
#6 1.579 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.192.1c24.202404032026 [46.0 kB]
#6 1.581 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.192.1c24.202404032026 [65.4 kB]
#6 1.582 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.192.1c24.202404032026 [222 kB]
#6 1.585 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.192.1c24.202404032026 [66.0 kB]
#6 1.586 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.192.1c24.202404032026 [98.0 kB]
#6 1.587 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.192.1c24.202404032026 [173 kB]
#6 1.588 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.192.1c24.202404032026 [54.4 kB]
#6 1.590 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.192.1c24.202404032026 [58.6 kB]
#6 1.592 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.192.1c24.202404032026 [45.3 kB]
#6 1.593 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.192.1c24.202404032026 [38.6 kB]
#6 1.595 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.192.1c24.202404032026 [838 kB]
#6 1.710 debconf: delaying package configuration, since apt-utils is not installed
#6 1.760 Fetched 1870 kB in 0s (25.8 MB/s)
#6 1.818 Selecting previously unselected package osmocom-nightly.
#6 1.818 (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 ... 116611 files and directories currently installed.)
#6 1.853 Preparing to unpack .../00-osmocom-nightly_202404032026_amd64.deb ...
#6 1.869 Unpacking osmocom-nightly (202404032026) ...
#6 1.996 Selecting previously unselected package libosmocore21:amd64.
#6 2.014 Preparing to unpack .../01-libosmocore21_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.048 Unpacking libosmocore21:amd64 (1.9.0.192.1c24.202404032026) ...
#6 2.194 Selecting previously unselected package libosmocodec4:amd64.
#6 2.212 Preparing to unpack .../02-libosmocodec4_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.230 Unpacking libosmocodec4:amd64 (1.9.0.192.1c24.202404032026) ...
#6 2.370 Selecting previously unselected package libosmoisdn0:amd64.
#6 2.378 Preparing to unpack .../03-libosmoisdn0_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.395 Unpacking libosmoisdn0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 2.536 Selecting previously unselected package libosmogsm20:amd64.
#6 2.554 Preparing to unpack .../04-libosmogsm20_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.571 Unpacking libosmogsm20:amd64 (1.9.0.192.1c24.202404032026) ...
#6 2.708 Selecting previously unselected package libosmocoding0:amd64.
#6 2.726 Preparing to unpack .../05-libosmocoding0_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.743 Unpacking libosmocoding0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 2.886 Selecting previously unselected package libosmovty13:amd64.
#6 2.894 Preparing to unpack .../06-libosmovty13_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 2.911 Unpacking libosmovty13:amd64 (1.9.0.192.1c24.202404032026) ...
#6 3.044 Selecting previously unselected package libosmogb14:amd64.
#6 3.062 Preparing to unpack .../07-libosmogb14_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.079 Unpacking libosmogb14:amd64 (1.9.0.192.1c24.202404032026) ...
#6 3.216 Selecting previously unselected package libosmoctrl0:amd64.
#6 3.224 Preparing to unpack .../08-libosmoctrl0_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.241 Unpacking libosmoctrl0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 3.395 Selecting previously unselected package libosmosim2:amd64.
#6 3.403 Preparing to unpack .../09-libosmosim2_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.420 Unpacking libosmosim2:amd64 (1.9.0.192.1c24.202404032026) ...
#6 3.552 Selecting previously unselected package libosmousb0:amd64.
#6 3.570 Preparing to unpack .../10-libosmousb0_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.587 Unpacking libosmousb0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 3.710 Selecting previously unselected package libosmocore.
#6 3.728 Preparing to unpack .../11-libosmocore_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.745 Unpacking libosmocore (1.9.0.192.1c24.202404032026) ...
#6 3.874 Selecting previously unselected package libosmocore-dev:amd64.
#6 3.892 Preparing to unpack .../12-libosmocore-dev_1.9.0.192.1c24.202404032026_amd64.deb ...
#6 3.909 Unpacking libosmocore-dev:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.092 Setting up osmocom-nightly (202404032026) ...
#6 4.149 Setting up libosmocore21:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.202 Setting up libosmousb0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.253 Setting up libosmocodec4:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.304 Setting up libosmovty13:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.357 Setting up libosmoisdn0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.409 Setting up libosmogsm20:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.465 Setting up libosmoctrl0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.518 Setting up libosmogb14:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.570 Setting up libosmocoding0:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.623 Setting up libosmosim2:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.676 Setting up libosmocore (1.9.0.192.1c24.202404032026) ...
#6 4.728 Setting up libosmocore-dev:amd64 (1.9.0.192.1c24.202404032026) ...
#6 4.782 Processing triggers for libc-bin (2.36-9+deb12u4) ...
#6 DONE 5.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.305 Cloning into 'osmo-pcap'...
#9 DONE 0.5s

#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.358 Already on 'master'
#11 0.358 Your branch is up to date with 'origin/master'.
#11 0.359 refs/heads/master
#11 0.366 HEAD is now at 9f47bed build: include README.md into the release tarball
#11 0.368 master
#11 0.370 9f47bedf374200b3e47a12a4f9c8fd5101fd83c2
#11 2.001 configure.ac:72: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 2.001 configure.ac:72: You should run autoupdate.
#11 2.001 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 2.001 configure.ac:72: the top level
#11 2.001 configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
#11 2.001 configure.ac:120: You should run autoupdate.
#11 2.001 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 2.001 configure.ac:120: the top level
#11 2.001 configure.ac:136: warning: The macro `AC_HELP_STRING' is obsolete.
#11 2.001 configure.ac:136: You should run autoupdate.
#11 2.001 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 2.001 configure.ac:136: the top level
#11 2.001 configure.ac:172: warning: The macro `AC_HELP_STRING' is obsolete.
#11 2.001 configure.ac:172: You should run autoupdate.
#11 2.001 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 2.001 configure.ac:172: the top level
#11 2.001 configure.ac:183: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 2.001 configure.ac:183: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 2.001 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 2.001 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
#11 2.001 configure.ac:183: the top level
#11 2.001 configure.ac:186: warning: AC_OUTPUT should be used without arguments.
#11 2.001 configure.ac:186: You should run autoupdate.
#11 2.401 configure.ac:60: installing './compile'
#11 2.402 configure.ac:6: installing './install-sh'
#11 2.403 configure.ac:6: installing './missing'
#11 2.466 src/Makefile.am: installing './depcomp'
#11 2.517 checking for a BSD-compatible install... /usr/bin/install -c
#11 2.522 checking whether build environment is sane... yes
#11 2.529 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 2.531 checking for gawk... gawk
#11 2.531 checking whether make sets $(MAKE)... yes
#11 2.541 checking whether make supports nested variables... yes
#11 2.548 checking whether make supports nested variables... (cached) yes
#11 2.549 checking whether make sets $(MAKE)... (cached) yes
#11 2.552 checking for gcc... gcc
#11 2.616 checking whether the C compiler works... yes
#11 2.691 checking for C compiler default output file name... a.out
#11 2.691 checking for suffix of executables... 
#11 2.720 checking whether we are cross compiling... no
#11 2.759 checking for suffix of object files... o
#11 2.783 checking whether the compiler supports GNU C... yes
#11 2.815 checking whether gcc accepts -g... yes
#11 2.839 checking for gcc option to enable C11 features... none needed
#11 2.871 checking whether gcc understands -c and -o together... yes
#11 2.901 checking whether make supports the include directive... yes (GNU style)
#11 2.909 checking dependency style of gcc... gcc3
#11 2.977 checking for ranlib... ranlib
#11 2.977 checking for pkg-config... /usr/bin/pkg-config
#11 2.979 checking for pkg-config... /usr/bin/pkg-config
#11 2.979 checking pkg-config is at least version 0.20... yes
#11 2.982 checking for stdio.h... yes
#11 3.014 checking for stdlib.h... yes
#11 3.043 checking for string.h... yes
#11 3.068 checking for inttypes.h... yes
#11 3.083 checking for stdint.h... yes
#11 3.101 checking for strings.h... yes
#11 3.119 checking for sys/stat.h... yes
#11 3.141 checking for sys/types.h... yes
#11 3.162 checking for unistd.h... yes
#11 3.179 checking for grep that handles long lines and -e... /usr/bin/grep
#11 3.181 checking for egrep... /usr/bin/grep -E
#11 3.185 checking whether to enable VTY tests... no
#11 3.185 checking for pcap-config... /usr/bin/pcap-config
#11 3.188 checking for libosmocore >= 1.9.0... yes
#11 3.201 checking for libosmogb >= 1.9.0... yes
#11 3.221 checking for libosmogsm >= 1.9.0... yes
#11 3.239 checking for libosmovty >= 1.9.0... yes
#11 3.257 checking for libzmq >= 3.2.2... yes
#11 3.277 checking for gnutls... yes
#11 3.295 checking whether to enable code coverage support... no
#11 3.337 checking that generated files are newer than configure... done
#11 3.528 configure: creating ./config.status
#11 3.731 config.status: creating include/Makefile
#11 3.770 config.status: creating include/osmo-pcap/Makefile
#11 3.809 config.status: creating src/Makefile
#11 3.849 config.status: creating contrib/Makefile
#11 3.888 config.status: creating contrib/systemd/Makefile
#11 3.926 config.status: creating contrib/osmo-pcap.spec
#11 3.966 config.status: creating doc/Makefile
#11 4.005 config.status: creating doc/examples/Makefile
#11 4.044 config.status: creating doc/manuals/Makefile
#11 4.083 config.status: creating tests/Makefile
#11 4.121 config.status: creating Makefile
#11 4.152 config.status: creating osmopcapconfig.h
#11 4.186 config.status: executing tests/atconfig commands
#11 4.192 config.status: executing depfiles commands
#11 4.464 echo 0.4.2.2-9f47 > .version-t && mv .version-t .version
#11 4.469 make  install-recursive
#11 4.476 make[1]: Entering directory '/tmp/osmo-pcap'
#11 4.484 Making install in include
#11 4.489 make[2]: Entering directory '/tmp/osmo-pcap/include'
#11 4.497 Making install in osmo-pcap
#11 4.501 make[3]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 4.507 make[4]: Entering directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 4.507 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.507 make[4]: Nothing to be done for 'install-data-am'.
#11 4.507 make[4]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 4.507 make[3]: Leaving directory '/tmp/osmo-pcap/include/osmo-pcap'
#11 4.512 make[3]: Entering directory '/tmp/osmo-pcap/include'
#11 4.518 make[4]: Entering directory '/tmp/osmo-pcap/include'
#11 4.518 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.518 make[4]: Nothing to be done for 'install-data-am'.
#11 4.518 make[4]: Leaving directory '/tmp/osmo-pcap/include'
#11 4.518 make[3]: Leaving directory '/tmp/osmo-pcap/include'
#11 4.519 make[2]: Leaving directory '/tmp/osmo-pcap/include'
#11 4.519 Making install in src
#11 4.524 make[2]: Entering directory '/tmp/osmo-pcap/src'
#11 4.527   CC       osmo_client_main.o
#11 4.528   CC       osmo_common.o
#11 4.528   CC       osmo_client_core.o
#11 4.529   CC       osmo_client_vty.o
#11 4.530   CC       osmo_client_network.o
#11 4.531   CC       osmo_tls.o
#11 4.532   CC       osmo_server_main.o
#11 4.533   CC       osmo_server_vty.o
#11 4.534   CC       osmo_server_network.o
#11 4.591 osmo_tls.c: In function 'osmo_tls_init_server_session':
#11 4.591 osmo_tls.c:432:10: warning: #warning "TODO client certificates" [-Wcpp]
#11 4.591   432 |         #warning "TODO client certificates"
#11 4.591       |          ^~~~~~~
#11 4.623   CCLD     osmo-pcap-server
#11 4.633   CCLD     osmo-pcap-client
#11 4.671 make[3]: Entering directory '/tmp/osmo-pcap/src'
#11 4.671 make[3]: Nothing to be done for 'install-data-am'.
#11 4.671  /usr/bin/mkdir -p '/usr/local/bin'
#11 4.673   /usr/bin/install -c osmo-pcap-client osmo-pcap-server '/usr/local/bin'
#11 4.674 make[3]: Leaving directory '/tmp/osmo-pcap/src'
#11 4.674 make[2]: Leaving directory '/tmp/osmo-pcap/src'
#11 4.674 Making install in contrib
#11 4.675 make[2]: Entering directory '/tmp/osmo-pcap/contrib'
#11 4.677 Making install in systemd
#11 4.678 make[3]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 4.679 make[4]: Entering directory '/tmp/osmo-pcap/contrib/systemd'
#11 4.679 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.679  /usr/bin/mkdir -p '/lib/systemd/system'
#11 4.680  /usr/bin/install -c -m 644 osmo-pcap-client.service osmo-pcap-server.service '/lib/systemd/system'
#11 4.681 make[4]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 4.681 make[3]: Leaving directory '/tmp/osmo-pcap/contrib/systemd'
#11 4.682 make[3]: Entering directory '/tmp/osmo-pcap/contrib'
#11 4.684 make[4]: Entering directory '/tmp/osmo-pcap/contrib'
#11 4.684 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.685  /usr/bin/mkdir -p '/usr/local/share/osmo-pcap'
#11 4.686  /usr/bin/install -c -m 644 osmo_pcap_clean_old '/usr/local/share/osmo-pcap'
#11 4.688 make[4]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 4.688 make[3]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 4.688 make[2]: Leaving directory '/tmp/osmo-pcap/contrib'
#11 4.688 Making install in doc
#11 4.690 make[2]: Entering directory '/tmp/osmo-pcap/doc'
#11 4.693 Making install in examples
#11 4.694 make[3]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 4.697 make[4]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 4.697 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.698  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 4.701  /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 4.703 make  install-data-hook
#11 4.706 make[5]: Entering directory '/tmp/osmo-pcap/doc/examples'
#11 4.706 for f in $(find . -type f -name '*.cfg*' | sed -e 's,^.,,'); do \
#11 4.706 	j="/usr/local/share/doc/osmo-pcap/examples/$f" && \
#11 4.706 	mkdir -p "$(dirname $j)" && \
#11 4.706 	/usr/bin/install -c -m 644 ./$f $j; \
#11 4.706 done
#11 4.741 make[5]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.741 make[4]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.741 make[3]: Leaving directory '/tmp/osmo-pcap/doc/examples'
#11 4.742 Making install in manuals
#11 4.746 make[3]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 4.752 make[4]: Entering directory '/tmp/osmo-pcap/doc/manuals'
#11 4.752 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.752 make[4]: Nothing to be done for 'install-data-am'.
#11 4.752 make[4]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 4.752 make[3]: Leaving directory '/tmp/osmo-pcap/doc/manuals'
#11 4.756 make[3]: Entering directory '/tmp/osmo-pcap/doc'
#11 4.762 make[4]: Entering directory '/tmp/osmo-pcap/doc'
#11 4.762 make[4]: Nothing to be done for 'install-exec-am'.
#11 4.762 make[4]: Nothing to be done for 'install-data-am'.
#11 4.762 make[4]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.762 make[3]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.763 make[2]: Leaving directory '/tmp/osmo-pcap/doc'
#11 4.764 Making install in tests
#11 4.768 make[2]: Entering directory '/tmp/osmo-pcap/tests'
#11 4.774 make[3]: Entering directory '/tmp/osmo-pcap/tests'
#11 4.774 make[3]: Nothing to be done for 'install-exec-am'.
#11 4.774 make[3]: Nothing to be done for 'install-data-am'.
#11 4.774 make[3]: Leaving directory '/tmp/osmo-pcap/tests'
#11 4.774 make[2]: Leaving directory '/tmp/osmo-pcap/tests'
#11 4.779 make[2]: Entering directory '/tmp/osmo-pcap'
#11 4.792 make[3]: Entering directory '/tmp/osmo-pcap'
#11 4.792 make[3]: Nothing to be done for 'install-exec-am'.
#11 4.792 make[3]: Nothing to be done for 'install-data-am'.
#11 4.792 make[3]: Leaving directory '/tmp/osmo-pcap'
#11 4.792 make[2]: Leaving directory '/tmp/osmo-pcap'
#11 4.793 make[1]: Leaving directory '/tmp/osmo-pcap'
#11 DONE 4.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.1s

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.5s done
#14 writing image sha256:c0176727d5cc6b235d330e3835207eb794e3ad32eb282ca90c55f3cc4e51fca8 done
#14 naming to docker.io/osmocom-build/osmo-pcap-master:latest 0.0s done
#14 DONE 0.6s
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 c0176727d5cc
+ 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.192.1c24.202404032026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.9.0.192.1c24.202404032026       amd64        Osmo coding library
ii  libosmocore                            1.9.0.192.1c24.202404032026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.9.0.192.1c24.202404032026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore21:amd64                    1.9.0.192.1c24.202404032026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.9.0.192.1c24.202404032026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.9.0.192.1c24.202404032026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.9.0.192.1c24.202404032026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.9.0.192.1c24.202404032026       amd64        Osmo ISDN utility library
ii  libosmosim2:amd64                      1.9.0.192.1c24.202404032026       amd64        Osmo SIM library
ii  libosmousb0:amd64                      1.9.0.192.1c24.202404032026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.9.0.192.1c24.202404032026       amd64        Osmo VTY library
ii  osmocom-nightly                        202404032026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-pcap-client-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
Error response from daemon: manifest for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest not found: manifest unknown: manifest unknown
+ continue
+ docker_distro_from_image_name ttcn3-pcap-client-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-pcap-client-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-pcap-client-test
+ echo ttcn3-pcap-client-test
+ dir=ttcn3-pcap-client-test
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-pcap-client-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: ttcn3-pcap-client-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-pcap-client-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-pcap-client-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/ttcn3-pcap-client-test'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-pcap-client-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=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 \
	 -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.0s

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

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

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

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

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

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

#8 [3/4] RUN	TTCN3-DOCKER-PREPARE "master" pcap-client
#8 0.266 + OSMO_TTCN3_BRANCH=master
#8 0.266 + shift
#8 0.266 + cd /osmo-ttcn3-hacks
#8 0.266 + git fetch
#8 0.343 From https://gerrit.osmocom.org/osmo-ttcn3-hacks
#8 0.343    37ee0ed8..3c88c359  master          -> origin/master
#8 0.344  + a4e87ea6...07ddc2fd pespin/asterisk -> origin/pespin/asterisk  (forced update)
#8 0.344  + 7cecdeb5...03652ef0 pmaier/ipad     -> origin/pmaier/ipad  (forced update)
#8 0.345 + git checkout master
#8 0.383 Already on 'master'
#8 0.384 Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
#8 0.384   (use "git pull" to update your local branch)
#8 0.384 + git symbolic-ref -q HEAD
#8 0.385 refs/heads/master
#8 0.385 + git reset --hard origin/master
#8 0.405 HEAD is now at 3c88c359 msc: fix race condition in TC_mm_id_resp_no_identity
#8 0.405 + git rev-parse --abbrev-ref HEAD
#8 0.408 master
#8 0.408 + git rev-parse HEAD
#8 0.411 3c88c3591228b95ee1da6f2cc8d898a0604ee655
#8 0.411 + diff -q /tmp/deps-Makefile deps/Makefile
#8 0.413 Files /tmp/deps-Makefile and deps/Makefile differ
#8 0.413 + make -j8 deps
#8 0.530 (make -j20 -C deps || make -j1 -C deps)
#8 0.533 make[1]: warning: -j20 forced in submake: resetting jobserver mode.
#8 0.534 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 1.355 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.355 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.356 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.356 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.357 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.358 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.358 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.359 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.359 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.360 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.361 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.362 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.363 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.364 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.365 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.365 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.463 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.463 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.468 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 1.468 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 1.542 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 1.554 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 1.554 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 1.554 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 1.554 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 1.555 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 1.556 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 1.557 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 1.563 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 1.565 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 1.571 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 1.577 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 1.584 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 1.622 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.623 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.623 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.623 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.623 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.623 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.623 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.623 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.623 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.623 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.623 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.623 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.623 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.623 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.623 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.623 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.623 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.623 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.624 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.624 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.635 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.635 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.648 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.649 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.650 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.650 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.736 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.737 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.742 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.744 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
#8 1.745 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.745 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
#8 1.747 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.747 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
#8 1.748 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.749 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
#8 1.750 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.750 + make pcap-client
#8 1.865 (make -j20 -C deps || make -j1 -C deps)
#8 1.870 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 2.638 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 2.638 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 2.639 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 2.640 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 2.640 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 2.641 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 2.641 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 2.642 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 2.643 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 2.644 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 2.645 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 2.646 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 2.646 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 2.647 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 2.648 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 2.649 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 2.726 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 2.726 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 2.736 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 2.736 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 2.813 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 2.813 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 2.822 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 2.822 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 2.823 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 2.823 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 2.823 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 2.825 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 2.829 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 2.829 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 2.831 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 2.833 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 2.841 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 2.890 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 2.890 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 2.890 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 2.890 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 2.890 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 2.890 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 2.890 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 2.890 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 2.890 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 2.891 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 2.891 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 2.891 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 2.891 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 2.891 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 2.891 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 2.891 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 2.891 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 2.891 origin/c496d298876fed55c2b730278b7ee77982555563
#8 2.891 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 2.892 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 2.892 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 2.892 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 2.893 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 2.893 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 2.894 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 2.894 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 2.999 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 3.000 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 3.005 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 3.006 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 3.013 Linking TCCInterface_Functions.ttcn
#8 3.015 Linking TCCConversion_Functions.ttcn
#8 3.018 Linking TCCConversion.cc
#8 3.020 Linking TCCInterface.cc
#8 3.023 Linking TCCInterface_ip.h
#8 3.025 Linking TCCEncoding_Functions.ttcn
#8 3.027 Linking TCCEncoding.cc
#8 3.030 Linking Socket_API_Definitions.ttcn
#8 3.032 Linking IPL4asp_Functions.ttcn
#8 3.034 Linking IPL4asp_PT.cc
#8 3.036 Linking IPL4asp_PT.hh
#8 3.039 Linking IPL4asp_PortType.ttcn
#8 3.040 Linking IPL4asp_Types.ttcn
#8 3.042 Linking IPL4asp_discovery.cc
#8 3.044 Linking IPL4asp_protocol_L234.hh
#8 3.046 Linking TELNETasp_PT.cc
#8 3.048 Linking TELNETasp_PT.hh
#8 3.050 Linking TELNETasp_PortType.ttcn
#8 3.052 Linking Misc_Helpers.ttcn
#8 3.054 Linking General_Types.ttcn
#8 3.056 Linking GSM_Types.ttcn
#8 3.058 Linking Osmocom_Types.ttcn
#8 3.060 Linking Native_Functions.ttcn
#8 3.062 Linking Native_FunctionDefs.cc
#8 3.064 Linking Osmocom_VTY_Functions.ttcn
#8 3.066 Linking OPCAP_Types.ttcn
#8 3.068 Linking OPCAP_Templates.ttcn
#8 3.070 Linking OPCAP_CodecPort.ttcn
#8 3.072 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 3.073 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 3.075 Linking OPCAP_Adapter.ttcn
#8 3.094 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
#8 3.095 Generating Makefile skeleton...
#8 3.095 Makefile skeleton was generated.
#8 3.129 make -C pcap-client compile
#8 3.136 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 3.136 /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 3.141 warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.
#8 3.141 
#8 3.142 Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
#8 3.143 Notify: Parsing TTCN-3 module `General_Types.ttcn'...
#8 3.143 Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
#8 3.144 Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
#8 3.144 Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
#8 3.144 Notify: Parsing TTCN-3 module `Misc_Helpers.ttcn'...
#8 3.144 Notify: Parsing TTCN-3 module `Native_Functions.ttcn'...
#8 3.144 Notify: Parsing TTCN-3 module `OPCAP_Adapter.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `OPCAP_CLIENT_Tests.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `OPCAP_CodecPort.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `OPCAP_CodecPort_CtrlFunct.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `OPCAP_Templates.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `OPCAP_Types.ttcn'...
#8 3.145 Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
#8 3.146 Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
#8 3.147 Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
#8 3.147 Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
#8 3.147 Notify: Parsing TTCN-3 module `TCCEncoding_Functions.ttcn'...
#8 3.148 Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
#8 3.149 Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
#8 3.149 Notify: Checking modules...
#8 3.152 OPCAP_Adapter.ttcn: In TTCN-3 module `OPCAP_Adapter':
#8 3.152  OPCAP_Adapter.ttcn:39.1-58.1: In function definition `f_connect':
#8 3.152   OPCAP_Adapter.ttcn:44.2-47.2: In if statement:
#8 3.152    OPCAP_Adapter.ttcn:45.3-87: In function instance:
#8 3.152     OPCAP_Adapter.ttcn:45.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 3.152  OPCAP_Adapter.ttcn:61.1-78.1: In function definition `f_bind':
#8 3.152   OPCAP_Adapter.ttcn:65.2-68.2: In if statement:
#8 3.152    OPCAP_Adapter.ttcn:66.3-87: In function instance:
#8 3.152     OPCAP_Adapter.ttcn:66.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 3.152  OPCAP_Adapter.ttcn:89.1-92.1: In function definition `f_disconnect':
#8 3.152   OPCAP_Adapter.ttcn:90.2-86: In function instance:
#8 3.152    OPCAP_Adapter.ttcn:90.2-86: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 3.153 OPCAP_CLIENT_Tests.ttcn: In TTCN-3 module `OPCAP_CLIENT_Tests':
#8 3.153  OPCAP_CLIENT_Tests.ttcn:48.9-58.1: In function definition `f_init_one_srv':
#8 3.153   OPCAP_CLIENT_Tests.ttcn:57.2-46: In function instance:
#8 3.153    OPCAP_CLIENT_Tests.ttcn:57.2-46: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 3.153  OPCAP_CLIENT_Tests.ttcn:123.1-135.1: In testcase definition `TC_reconnect':
#8 3.153   OPCAP_CLIENT_Tests.ttcn:133.2-39: In function instance:
#8 3.153    OPCAP_CLIENT_Tests.ttcn:133.2-39: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 3.153 Notify: Generating code...
#8 3.168 Notify: File `GSM_Types.hh' was generated.
#8 3.168 Notify: File `GSM_Types.cc' was generated.
#8 3.168 Notify: File `GSM_Types_part_1.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_2.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_3.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_4.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_5.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_6.cc' was generated.
#8 3.169 Notify: File `GSM_Types_part_7.cc' was generated.
#8 3.169 Notify: File `General_Types.hh' was generated.
#8 3.169 Notify: File `General_Types.cc' was generated.
#8 3.169 Notify: File `General_Types_part_1.cc' was generated.
#8 3.169 Notify: File `General_Types_part_2.cc' was generated.
#8 3.169 Notify: File `General_Types_part_3.cc' was generated.
#8 3.169 Notify: File `General_Types_part_4.cc' was generated.
#8 3.169 Notify: File `General_Types_part_5.cc' was generated.
#8 3.169 Notify: File `General_Types_part_6.cc' was generated.
#8 3.169 Notify: File `General_Types_part_7.cc' was generated.
#8 3.169 Notify: File `IPL4asp_Functions.hh' was generated.
#8 3.169 Notify: File `IPL4asp_Functions.cc' was generated.
#8 3.169 Notify: File `IPL4asp_Functions_part_1.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_2.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_3.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_4.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_5.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_6.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Functions_part_7.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType.hh' was generated.
#8 3.170 Notify: File `IPL4asp_PortType.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_1.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_2.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_3.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_4.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_5.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_6.cc' was generated.
#8 3.170 Notify: File `IPL4asp_PortType_part_7.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types.hh' was generated.
#8 3.170 Notify: File `IPL4asp_Types.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types_part_1.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types_part_2.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types_part_3.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types_part_4.cc' was generated.
#8 3.170 Notify: File `IPL4asp_Types_part_5.cc' was generated.
#8 3.171 Notify: File `IPL4asp_Types_part_6.cc' was generated.
#8 3.171 Notify: File `IPL4asp_Types_part_7.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers.hh' was generated.
#8 3.171 Notify: File `Misc_Helpers.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_1.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_2.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_3.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_4.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_5.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_6.cc' was generated.
#8 3.171 Notify: File `Misc_Helpers_part_7.cc' was generated.
#8 3.171 Notify: File `Native_Functions.hh' was generated.
#8 3.171 Notify: File `Native_Functions.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_1.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_2.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_3.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_4.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_5.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_6.cc' was generated.
#8 3.171 Notify: File `Native_Functions_part_7.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter.hh' was generated.
#8 3.171 Notify: File `OPCAP_Adapter.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_1.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_2.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_3.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_4.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_5.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_6.cc' was generated.
#8 3.171 Notify: File `OPCAP_Adapter_part_7.cc' was generated.
#8 3.171 Notify: File `OPCAP_CLIENT_Tests.hh' was generated.
#8 3.171 Notify: File `OPCAP_CLIENT_Tests.cc' was generated.
#8 3.171 Notify: File `OPCAP_CLIENT_Tests_part_1.cc' was generated.
#8 3.171 Notify: File `OPCAP_CLIENT_Tests_part_2.cc' was generated.
#8 3.171 Notify: File `OPCAP_CLIENT_Tests_part_3.cc' was generated.
#8 3.172 Notify: File `OPCAP_CLIENT_Tests_part_4.cc' was generated.
#8 3.172 Notify: File `OPCAP_CLIENT_Tests_part_5.cc' was generated.
#8 3.172 Notify: File `OPCAP_CLIENT_Tests_part_6.cc' was generated.
#8 3.172 Notify: File `OPCAP_CLIENT_Tests_part_7.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort.hh' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct.hh' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_1.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_2.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_3.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_4.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_5.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_6.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_CtrlFunct_part_7.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_1.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_2.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_3.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_4.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_5.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_6.cc' was generated.
#8 3.172 Notify: File `OPCAP_CodecPort_part_7.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates.hh' was generated.
#8 3.172 Notify: File `OPCAP_Templates.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_1.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_2.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_3.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_4.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_5.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_6.cc' was generated.
#8 3.172 Notify: File `OPCAP_Templates_part_7.cc' was generated.
#8 3.172 Notify: File `OPCAP_Types.hh' was generated.
#8 3.173 Notify: File `OPCAP_Types.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_1.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_2.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_3.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_4.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_5.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_6.cc' was generated.
#8 3.173 Notify: File `OPCAP_Types_part_7.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types.hh' was generated.
#8 3.173 Notify: File `Osmocom_Types.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_1.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_2.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_3.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_4.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_5.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_6.cc' was generated.
#8 3.173 Notify: File `Osmocom_Types_part_7.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions.hh' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_1.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_2.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_3.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_4.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_5.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_6.cc' was generated.
#8 3.173 Notify: File `Osmocom_VTY_Functions_part_7.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions.hh' was generated.
#8 3.174 Notify: File `Socket_API_Definitions.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_1.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_2.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_3.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_4.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_5.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_6.cc' was generated.
#8 3.174 Notify: File `Socket_API_Definitions_part_7.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions.hh' was generated.
#8 3.174 Notify: File `TCCConversion_Functions.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_1.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_2.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_3.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_4.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_5.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_6.cc' was generated.
#8 3.174 Notify: File `TCCConversion_Functions_part_7.cc' was generated.
#8 3.174 Notify: File `TCCEncoding_Functions.hh' was generated.
#8 3.174 Notify: File `TCCEncoding_Functions.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_1.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_2.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_3.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_4.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_5.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_6.cc' was generated.
#8 3.175 Notify: File `TCCEncoding_Functions_part_7.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions.hh' was generated.
#8 3.175 Notify: File `TCCInterface_Functions.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_1.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_2.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_3.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_4.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_5.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_6.cc' was generated.
#8 3.175 Notify: File `TCCInterface_Functions_part_7.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType.hh' was generated.
#8 3.175 Notify: File `TELNETasp_PortType.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_1.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_2.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_3.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_4.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_5.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_6.cc' was generated.
#8 3.175 Notify: File `TELNETasp_PortType_part_7.cc' was generated.
#8 3.175 Notify: 180 files were updated.
#8 3.178 touch compile
#8 3.178 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 3.178 make -j20 -C pcap-client
#8 3.181 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 3.191 Creating dependency file for TELNETasp_PT.cc
#8 3.191 Creating dependency file for TCCInterface.cc
#8 3.191 Creating dependency file for TCCEncoding.cc
#8 3.191 Creating dependency file for TCCConversion.cc
#8 3.191 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 3.192 Creating dependency file for Native_FunctionDefs.cc
#8 3.192 Creating dependency file for IPL4asp_discovery.cc
#8 3.192 Creating dependency file for IPL4asp_PT.cc
#8 3.204 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 3.205 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 3.206 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 3.206 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 3.206 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 3.207 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 3.208 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 3.208 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 3.212 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 3.212 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 3.212 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 3.213 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 3.213 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 3.213 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 3.214 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 3.214 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 3.217 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 3.220 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 3.220 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 3.220 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 3.220 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 3.221 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 3.221 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 3.222 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 3.227 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 3.228 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 3.228 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 3.229 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 3.229 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 3.229 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 3.232 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 3.232 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 3.238 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 3.239 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 3.240 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 3.241 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 3.242 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 3.242 Creating dependency file for Osmocom_Types_part_7.cc
#8 3.245 Creating dependency file for Osmocom_Types_part_6.cc
#8 3.246 Creating dependency file for Osmocom_Types_part_5.cc
#8 3.247 Creating dependency file for Osmocom_Types_part_4.cc
#8 3.247 Creating dependency file for Osmocom_Types_part_3.cc
#8 3.248 Creating dependency file for Osmocom_Types_part_2.cc
#8 3.248 Creating dependency file for Osmocom_Types_part_1.cc
#8 3.252 Creating dependency file for OPCAP_Types_part_7.cc
#8 3.252 Creating dependency file for OPCAP_Types_part_6.cc
#8 3.253 Creating dependency file for OPCAP_Types_part_5.cc
#8 3.254 Creating dependency file for OPCAP_Types_part_4.cc
#8 3.257 Creating dependency file for OPCAP_Types_part_3.cc
#8 3.257 Creating dependency file for OPCAP_Types_part_2.cc
#8 3.261 Creating dependency file for OPCAP_Types_part_1.cc
#8 3.261 Creating dependency file for OPCAP_Templates_part_7.cc
#8 3.262 Creating dependency file for OPCAP_Templates_part_6.cc
#8 3.262 Creating dependency file for OPCAP_Templates_part_5.cc
#8 3.262 Creating dependency file for OPCAP_Templates_part_4.cc
#8 3.263 Creating dependency file for OPCAP_Templates_part_3.cc
#8 3.264 Creating dependency file for OPCAP_Templates_part_2.cc
#8 3.264 Creating dependency file for OPCAP_Templates_part_1.cc
#8 3.264 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 3.268 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 3.268 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 3.268 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 3.268 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 3.269 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 3.270 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 3.270 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 3.271 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 3.274 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 3.274 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 3.275 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 3.275 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 3.276 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 3.276 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 3.277 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 3.278 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 3.279 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 3.279 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 3.280 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 3.281 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 3.281 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 3.282 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 3.282 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 3.282 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 3.283 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 3.284 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 3.285 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 3.285 Creating dependency file for Native_Functions_part_7.cc
#8 3.285 Creating dependency file for Native_Functions_part_6.cc
#8 3.286 Creating dependency file for Native_Functions_part_5.cc
#8 3.287 Creating dependency file for Native_Functions_part_4.cc
#8 3.287 Creating dependency file for Native_Functions_part_3.cc
#8 3.288 Creating dependency file for Native_Functions_part_2.cc
#8 3.288 Creating dependency file for Native_Functions_part_1.cc
#8 3.288 Creating dependency file for Misc_Helpers_part_6.cc
#8 3.288 Creating dependency file for Misc_Helpers_part_7.cc
#8 3.289 Creating dependency file for Misc_Helpers_part_5.cc
#8 3.290 Creating dependency file for Misc_Helpers_part_4.cc
#8 3.291 Creating dependency file for Misc_Helpers_part_3.cc
#8 3.291 Creating dependency file for Misc_Helpers_part_1.cc
#8 3.291 Creating dependency file for Misc_Helpers_part_2.cc
#8 3.291 Creating dependency file for IPL4asp_Types_part_7.cc
#8 3.292 Creating dependency file for IPL4asp_Types_part_6.cc
#8 3.293 Creating dependency file for IPL4asp_Types_part_5.cc
#8 3.293 Creating dependency file for IPL4asp_Types_part_4.cc
#8 3.293 Creating dependency file for IPL4asp_Types_part_2.cc
#8 3.293 Creating dependency file for IPL4asp_Types_part_3.cc
#8 3.294 Creating dependency file for IPL4asp_Types_part_1.cc
#8 3.295 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 3.296 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 3.297 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 3.297 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 3.298 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 3.298 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 3.299 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 3.299 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 3.299 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 3.301 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 3.302 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 3.303 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 3.304 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 3.304 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 3.304 Creating dependency file for General_Types_part_7.cc
#8 3.305 Creating dependency file for General_Types_part_6.cc
#8 3.305 Creating dependency file for General_Types_part_5.cc
#8 3.307 Creating dependency file for General_Types_part_4.cc
#8 3.307 Creating dependency file for General_Types_part_3.cc
#8 3.309 Creating dependency file for General_Types_part_2.cc
#8 3.310 Creating dependency file for General_Types_part_1.cc
#8 3.310 Creating dependency file for GSM_Types_part_7.cc
#8 3.311 Creating dependency file for GSM_Types_part_6.cc
#8 3.311 Creating dependency file for GSM_Types_part_5.cc
#8 3.325 Creating dependency file for GSM_Types_part_4.cc
#8 3.326 Creating dependency file for GSM_Types_part_3.cc
#8 3.326 Creating dependency file for GSM_Types_part_2.cc
#8 3.326 Creating dependency file for GSM_Types_part_1.cc
#8 3.326 Creating dependency file for TELNETasp_PortType.cc
#8 3.326 Creating dependency file for TCCInterface_Functions.cc
#8 3.327 Creating dependency file for TCCEncoding_Functions.cc
#8 3.340 Creating dependency file for TCCConversion_Functions.cc
#8 3.340 Creating dependency file for Socket_API_Definitions.cc
#8 3.341 Creating dependency file for Osmocom_VTY_Functions.cc
#8 3.343 Creating dependency file for Osmocom_Types.cc
#8 3.349 Creating dependency file for OPCAP_Types.cc
#8 3.351 Creating dependency file for OPCAP_Templates.cc
#8 3.355 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 3.357 Creating dependency file for OPCAP_CodecPort.cc
#8 3.360 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 3.365 Creating dependency file for OPCAP_Adapter.cc
#8 3.365 Creating dependency file for Native_Functions.cc
#8 3.366 Creating dependency file for Misc_Helpers.cc
#8 3.367 Creating dependency file for IPL4asp_Types.cc
#8 3.377 Creating dependency file for IPL4asp_PortType.cc
#8 3.379 Creating dependency file for IPL4asp_Functions.cc
#8 3.380 Creating dependency file for General_Types.cc
#8 3.381 Creating dependency file for GSM_Types.cc
#8 3.460 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types.o GSM_Types.cc
#8 3.460 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types.o General_Types.cc
#8 3.460 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
#8 3.460 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
#8 3.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
#8 3.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers.o Misc_Helpers.cc
#8 3.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions.o Native_Functions.cc
#8 3.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter.o OPCAP_Adapter.cc
#8 3.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests.o OPCAP_CLIENT_Tests.cc
#8 3.462 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort.o OPCAP_CodecPort.cc
#8 3.462 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct.o OPCAP_CodecPort_CtrlFunct.cc
#8 3.463 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates.o OPCAP_Templates.cc
#8 3.463 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types.o OPCAP_Types.cc
#8 3.464 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
#8 3.464 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
#8 3.464 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
#8 3.465 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
#8 3.465 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions.o TCCEncoding_Functions.cc
#8 3.466 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
#8 3.481 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
#8 3.961 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_1.o GSM_Types_part_1.cc
#8 3.966 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_2.o GSM_Types_part_2.cc
#8 4.039 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_3.o GSM_Types_part_3.cc
#8 4.063 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_4.o GSM_Types_part_4.cc
#8 4.073 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_5.o GSM_Types_part_5.cc
#8 4.106 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_6.o GSM_Types_part_6.cc
#8 4.112 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o GSM_Types_part_7.o GSM_Types_part_7.cc
#8 4.136 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_1.o General_Types_part_1.cc
#8 4.142 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_2.o General_Types_part_2.cc
#8 4.151 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_3.o General_Types_part_3.cc
#8 4.211 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_4.o General_Types_part_4.cc
#8 4.223 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_5.o General_Types_part_5.cc
#8 4.231 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_6.o General_Types_part_6.cc
#8 4.246 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o General_Types_part_7.o General_Types_part_7.cc
#8 4.262 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_1.cc
#8 4.303 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_2.cc
#8 4.304 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_3.cc
#8 4.318 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_4.cc
#8 4.319 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_5.cc
#8 4.320 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_6.cc
#8 4.334 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_7.o IPL4asp_Functions_part_7.cc
#8 4.334 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_1.cc
#8 4.336 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_2.cc
#8 4.343 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_3.cc
#8 4.349 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_4.cc
#8 4.350 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_5.cc
#8 4.350 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_6.cc
#8 4.358 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_7.o IPL4asp_PortType_part_7.cc
#8 4.358 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_1.o IPL4asp_Types_part_1.cc
#8 4.364 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_2.o IPL4asp_Types_part_2.cc
#8 4.366 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_3.o IPL4asp_Types_part_3.cc
#8 4.371 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_4.o IPL4asp_Types_part_4.cc
#8 4.371 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_5.o IPL4asp_Types_part_5.cc
#8 4.432 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_6.o IPL4asp_Types_part_6.cc
#8 4.433 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_7.o IPL4asp_Types_part_7.cc
#8 4.449 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_1.o Misc_Helpers_part_1.cc
#8 4.464 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_2.o Misc_Helpers_part_2.cc
#8 4.467 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_3.o Misc_Helpers_part_3.cc
#8 4.484 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_4.o Misc_Helpers_part_4.cc
#8 4.489 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_5.o Misc_Helpers_part_5.cc
#8 4.503 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_6.o Misc_Helpers_part_6.cc
#8 4.505 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Misc_Helpers_part_7.o Misc_Helpers_part_7.cc
#8 4.521 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_1.o Native_Functions_part_1.cc
#8 4.522 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_2.o Native_Functions_part_2.cc
#8 4.523 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_3.o Native_Functions_part_3.cc
#8 4.537 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_4.o Native_Functions_part_4.cc
#8 4.539 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_5.o Native_Functions_part_5.cc
#8 4.550 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_6.o Native_Functions_part_6.cc
#8 4.554 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_Functions_part_7.o Native_Functions_part_7.cc
#8 4.559 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_1.cc
#8 4.567 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_2.cc
#8 4.583 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_3.cc
#8 4.585 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_4.cc
#8 4.585 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_5.cc
#8 4.599 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_6.cc
#8 4.601 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_7.o OPCAP_Adapter_part_7.cc
#8 4.612 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_1.cc
#8 4.614 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_2.cc
#8 4.618 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_3.cc
#8 4.628 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_4.cc
#8 4.631 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_5.cc
#8 4.636 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_6.cc
#8 4.644 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_7.o OPCAP_CLIENT_Tests_part_7.cc
#8 4.648 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_1.cc
#8 4.652 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_2.cc
#8 4.664 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_3.cc
#8 4.664 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_4.cc
#8 4.668 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_5.cc
#8 4.680 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_6.cc
#8 4.680 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_part_7.cc
#8 4.685 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 4.695 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 4.696 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 4.702 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 4.711 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 4.711 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 4.720 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 4.726 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_1.o OPCAP_Templates_part_1.cc
#8 4.736 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_2.o OPCAP_Templates_part_2.cc
#8 4.736 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_3.o OPCAP_Templates_part_3.cc
#8 4.743 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_4.o OPCAP_Templates_part_4.cc
#8 4.752 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_5.o OPCAP_Templates_part_5.cc
#8 4.754 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_6.o OPCAP_Templates_part_6.cc
#8 4.759 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_7.o OPCAP_Templates_part_7.cc
#8 4.772 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_1.o OPCAP_Types_part_1.cc
#8 4.774 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_2.o OPCAP_Types_part_2.cc
#8 4.784 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_3.o OPCAP_Types_part_3.cc
#8 4.815 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_4.o OPCAP_Types_part_4.cc
#8 4.834 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_5.o OPCAP_Types_part_5.cc
#8 4.835 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_6.o OPCAP_Types_part_6.cc
#8 4.835 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_Types_part_7.o OPCAP_Types_part_7.cc
#8 4.850 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_1.o Osmocom_Types_part_1.cc
#8 4.851 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_2.o Osmocom_Types_part_2.cc
#8 4.851 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_3.o Osmocom_Types_part_3.cc
#8 4.864 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_4.o Osmocom_Types_part_4.cc
#8 4.867 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_5.o Osmocom_Types_part_5.cc
#8 4.868 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_6.o Osmocom_Types_part_6.cc
#8 4.880 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_Types_part_7.o Osmocom_Types_part_7.cc
#8 4.882 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_1.cc
#8 4.883 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_2.cc
#8 4.897 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_3.cc
#8 4.897 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_4.cc
#8 4.899 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_5.cc
#8 4.912 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_6.cc
#8 4.915 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_7.o Osmocom_VTY_Functions_part_7.cc
#8 4.923 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_1.cc
#8 4.929 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_2.cc
#8 4.932 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_3.cc
#8 4.937 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_4.cc
#8 4.951 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_5.cc
#8 4.955 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_6.cc
#8 4.989 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_7.o Socket_API_Definitions_part_7.cc
#8 5.019 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_1.cc
#8 5.035 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_2.cc
#8 5.050 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_3.cc
#8 5.064 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_4.cc
#8 5.066 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_5.cc
#8 5.075 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_6.cc
#8 5.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_7.o TCCConversion_Functions_part_7.cc
#8 5.082 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_1.cc
#8 5.094 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_2.cc
#8 5.094 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_3.cc
#8 5.098 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_4.cc
#8 5.108 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_5.cc
#8 5.112 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_6.cc
#8 5.114 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_7.o TCCEncoding_Functions_part_7.cc
#8 5.118 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_1.cc
#8 5.123 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_2.cc
#8 5.127 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_3.cc
#8 5.130 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_4.cc
#8 5.134 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_5.cc
#8 5.139 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_6.cc
#8 5.142 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_7.o TCCInterface_Functions_part_7.cc
#8 5.146 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_1.cc
#8 5.152 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_2.cc
#8 5.153 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_3.cc
#8 5.156 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_4.cc
#8 5.171 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_5.cc
#8 5.186 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_6.cc
#8 5.215 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_7.o TELNETasp_PortType_part_7.cc
#8 5.243 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
#8 5.279 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
#8 5.293 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o Native_FunctionDefs.o Native_FunctionDefs.cc
#8 5.365 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunctdef.o OPCAP_CodecPort_CtrlFunctdef.cc
#8 5.369 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCConversion.o TCCConversion.cc
#8 5.378 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCEncoding.o TCCEncoding.cc
#8 5.461 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TCCInterface.o TCCInterface.cc
#8 5.468 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -I/usr/include/titan -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
#8 5.499 g++  -shared -o GSM_Types.so GSM_Types.o
#8 5.557 g++  -shared -o General_Types.so General_Types.o
#8 5.585 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 5.595 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 5.611 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 5.663 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 5.681 g++  -shared -o Native_Functions.so Native_Functions.o
#8 5.682 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 5.733 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 5.735 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 5.765 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 5.773 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 5.795 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 5.797 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 5.803 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 5.826 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 5.840 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 5.854 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 5.879 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 5.891 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 5.893 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 5.894 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 5.908 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 5.910 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 5.912 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 5.937 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 5.944 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 5.962 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 5.963 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 5.964 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 6.007 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 6.008 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 6.011 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 6.011 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 6.022 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 6.030 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 6.036 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 6.043 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 6.045 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 6.057 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 6.058 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 6.063 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 6.065 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 6.065 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 6.066 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 6.066 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 6.068 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 6.069 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 6.078 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 6.079 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 6.081 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 6.083 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 6.086 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 6.086 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 6.086 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 6.088 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 6.089 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 6.089 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 6.090 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 6.111 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 6.113 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 6.113 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 6.114 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 6.114 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 6.134 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 6.134 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 6.137 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 6.140 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 6.141 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 6.141 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 6.143 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 6.157 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 6.165 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 6.165 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 6.165 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 6.165 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 6.166 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 6.166 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 6.167 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 6.170 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 6.175 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 6.179 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 6.180 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 6.180 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 6.190 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 6.190 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 6.190 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 6.190 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 6.191 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 6.191 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 6.191 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 6.191 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 6.191 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 6.192 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 6.193 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 6.206 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 6.206 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 6.207 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 6.212 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 6.212 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 6.212 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 6.213 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 6.213 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 6.213 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 6.213 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 6.214 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 6.225 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 6.226 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 6.226 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 6.226 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 6.227 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 6.228 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 6.229 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 6.229 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 6.230 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 6.230 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 6.233 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 6.233 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 6.235 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 6.235 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 6.235 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 6.244 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 6.248 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 6.248 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 6.248 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 6.249 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 6.251 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 6.254 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 6.255 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 6.256 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 6.257 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 6.258 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 6.258 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 6.274 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 6.280 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 6.281 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 6.281 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 6.281 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 6.281 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 6.282 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 6.283 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 6.286 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 6.306 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 6.308 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 6.309 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 6.309 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 6.309 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 6.314 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 6.329 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 6.332 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 6.332 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 6.343 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 6.348 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 6.361 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 6.361 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 6.362 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 6.362 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 6.371 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 6.371 g++  -shared -o TCCConversion.so TCCConversion.o
#8 6.372 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 6.386 g++  -shared -o TCCInterface.so TCCInterface.o
#8 6.393 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 6.520 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 6.548 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 6.548 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 6.548 -L/lib -lcrypto \
#8 6.548 -L/usr/lib -lxml2 -lsctp -lpthread; \
#8 6.548 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 6.631 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 6.8s

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

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.6s done
#10 writing image sha256:1e87d3d1bf0345412e1ef29cef11b1f698b76f656bedd8d8ca3a31f670a77b9a 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 1e87d3d1bf03
+ 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=1129568
+ seq 1 30
+ echo (1129568 + 1) % 256
+ bc
+ SUBNET=97
+ NET_NAME=ttcn3-pcap-client-test-97
+ SUB4=172.18.97.0/24
+ SUB6=fd02:db8:97::/64
+ set +x
Creating network ttcn3-pcap-client-test-97, trying SUBNET=97...
+ docker network create --internal --subnet 172.18.97.0/24 --ipv6 --subnet fd02:db8:97::/64 ttcn3-pcap-client-test-97
519f1dc44c43f39b282ea0de17f33e90913369fa14689ac098e22d081b5b7f1b
+ set +x

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

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

Waiting for packet dumper to finish... 0 (prev_count=-1, count=5185)
Waiting for packet dumper to finish... 1 (prev_count=5185, count=6369)
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Thu Apr  4 07:33:28 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Test case TC_reconnect started.
MTC@03f1cf11d72c: Waiting for client-0 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":40395
MTC@03f1cf11d72c: Disconnecting client-0
MTC@03f1cf11d72c: Connection from "172.18.97.20":34931
MTC@03f1cf11d72c: setverdict(pass): none -> pass
MTC@03f1cf11d72c: Setting final verdict of the test case.
MTC@03f1cf11d72c: Local verdict of MTC: pass
MTC@03f1cf11d72c: No PTCs were created.
MTC@03f1cf11d72c: Test case TC_reconnect finished. Verdict: pass
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Thu Apr  4 07:33:34 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=3237)
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Thu Apr  4 07:33:36 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Test case TC_capture started.
MTC@03f1cf11d72c: Waiting for client-0 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":46481
MTC@03f1cf11d72c: setverdict(pass): none -> pass
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: Setting final verdict of the test case.
MTC@03f1cf11d72c: Local verdict of MTC: pass
MTC@03f1cf11d72c: No PTCs were created.
MTC@03f1cf11d72c: Test case TC_capture finished. Verdict: pass
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Thu Apr  4 07:33:47 UTC 2024
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=25855)
Waiting for packet dumper to finish... 1 (prev_count=25855, count=27801)
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Thu Apr  4 07:33:50 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Test case TC_multi_connect_rx_hdr started.
MTC@03f1cf11d72c: Waiting for client-0 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":43907
MTC@03f1cf11d72c: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@03f1cf11d72c: Waiting for client-1 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":33899
MTC@03f1cf11d72c: setverdict(pass): none -> pass
MTC@03f1cf11d72c: Setting final verdict of the test case.
MTC@03f1cf11d72c: Local verdict of MTC: pass
MTC@03f1cf11d72c: No PTCs were created.
MTC@03f1cf11d72c: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Thu Apr  4 07:33:53 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3652)
Waiting for packet dumper to finish... 1 (prev_count=3652, count=4928)
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Thu Apr  4 07:33:56 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@03f1cf11d72c: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@03f1cf11d72c: Test case TC_multi_capture started.
MTC@03f1cf11d72c: Waiting for client-0 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":41363
MTC@03f1cf11d72c: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@03f1cf11d72c: Waiting for client-1 connection...
MTC@03f1cf11d72c: Connection from "172.18.97.20":36889
MTC@03f1cf11d72c: setverdict(pass): none -> pass
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: setverdict(pass): pass -> pass, component reason not changed
MTC@03f1cf11d72c: Setting final verdict of the test case.
MTC@03f1cf11d72c: Local verdict of MTC: pass
MTC@03f1cf11d72c: No PTCs were created.
MTC@03f1cf11d72c: Test case TC_multi_capture finished. Verdict: pass
MTC@03f1cf11d72c: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Thu Apr  4 07:34:09 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

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