Skip to content

Console Output

Skipping 9 KB.. Full Log
#11 [3/7] RUN	ECHO "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf
#11 CACHED

#12 [6/7] COPY	.COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#12 CACHED

#13 [7/7] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/CENTOS_7/REPODATA/REPOMD.XML /tmp/repomd.xml
#13 DONE 0.1s

#14 exporting to image
#14 exporting layers 0.0s done
#14 writing image sha256:a7fafe392a6a23cfc95eb587e35df51e765f4ba3e9f3ecbb3c7a04edc2a3471e done
#14 naming to docker.io/osmocom-build/centos7-build:latest done
#14 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/centos7-build'
+ docker_image_exists centos7-build
+ docker images -q osmocom-build/centos7-build
+ test -n a7fafe392a6a
+ list_osmo_packages centos7 centos7-build
+ local distro=centos7
+ local image=centos7-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos7-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-pcap-master-centos7
+ echo centos7
+ distro_arg=centos7
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-pcap-master-centos7
+ echo centos:centos7
+ upstream_distro_arg=centos:centos7
+ docker_dir_from_image_name osmo-pcap-master-centos7
+ echo osmo-pcap-master-centos7
+ sed s/\-centos7$//
+ 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-centos7 (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=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/osmo-pcap-master-centos7 OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/TTCN3-centos7-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-centos7-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=centos:centos7 \
	--build-arg DISTRO=centos7 \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/osmo-pcap-master-centos7: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/centos7-build:latest
#3 DONE 0.0s

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

#5 [1/8] FROM docker.io/osmocom-build/centos7-build
#5 DONE 0.0s

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

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

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

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

#7 [2/8] RUN	CASE "centos7" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libzmq3-dev 			&& 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 			"pkgconfig(libzmq)" 		;; 	esac
#7 1.443 Nightly packages of the Osmocom project (CentOS 0.0  B/s |   0  B     00:00    
#7 1.499 Nightly packages of the Osmocom project (CentOS 589 kB/s |  22 kB     00:00    
#7 1.766 CentOS-7 - Base                                 0.0  B/s |   0  B     00:00    
#7 2.096 CentOS-7 - Updates                              0.0  B/s |   0  B     00:00    
#7 2.529 CentOS-7 - Updates                               87 MB/s |  33 MB     00:00    
#7 11.13 CentOS-7 - Extras                               0.0  B/s |   0  B     00:00    
#7 11.40 CentOS-7 - Extras                               9.5 MB/s | 361 kB     00:00    
#7 12.52 Dependencies resolved.
#7 12.86 ================================================================================
#7 12.86  Package           Arch   Version                 Repository               Size
#7 12.86 ================================================================================
#7 12.86 Installing:
#7 12.86  libosmocore-devel x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  77 k
#7 12.86  libosmoctrl-devel x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly 8.4 k
#7 12.86  libosmogb-devel   x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  22 k
#7 12.86  libosmogsm-devel  x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly 110 k
#7 12.86  libosmovty-devel  x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  17 k
#7 12.86  zeromq-devel      x86_64 4.3.5-4.1               network_osmocom_nightly 1.0 M
#7 12.86 Installing dependencies:
#7 12.86  libosmocore21     x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly 130 k
#7 12.86  libosmoctrl0      x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  22 k
#7 12.86  libosmogb14       x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly 138 k
#7 12.86  libosmogsm20      x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly 190 k
#7 12.86  libosmoisdn-devel x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  10 k
#7 12.86  libosmoisdn0      x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  31 k
#7 12.86  libosmovty13      x86_64 1.9.0.196.9975.202405072026-1.1
#7 12.86                                                   network_osmocom_nightly  67 k
#7 12.86  libpgm-5_2-0      x86_64 5.2.122-3.1             network_osmocom_nightly 173 k
#7 12.86  libsodium-devel   x86_64 1.0.18-3.1              network_osmocom_nightly  58 k
#7 12.86  libsodium23       x86_64 1.0.18-3.1              network_osmocom_nightly 163 k
#7 12.86  libzmq5           x86_64 4.3.5-4.1               network_osmocom_nightly 288 k
#7 12.86  openpgm-devel     x86_64 5.2.122-3.1             network_osmocom_nightly  40 k
#7 12.86  osmocom-nightly   x86_64 202405072026-1.1        network_osmocom_nightly 2.6 k
#7 12.86  libmnl            x86_64 1.0.3-7.el7             base                     23 k
#7 12.86  libmnl-devel      x86_64 1.0.3-7.el7             base                     32 k
#7 12.86  libunwind         x86_64 2:1.2-2.el7             base                     57 k
#7 12.86  libunwind-devel   x86_64 2:1.2-2.el7             base                     69 k
#7 12.86 
#7 12.86 Transaction Summary
#7 12.86 ================================================================================
#7 12.86 Install  23 Packages
#7 12.86 
#7 12.87 Total download size: 2.7 M
#7 12.87 Installed size: 8.4 M
#7 12.87 Downloading Packages:
#7 13.01 (1/23): libosmocore-devel-1.9.0.196.9975.202405 878 kB/s |  77 kB     00:00    
#7 13.01 (2/23): libosmoctrl-devel-1.9.0.196.9975.202405  94 kB/s | 8.4 kB     00:00    
#7 13.02 (3/23): libosmocore21-1.9.0.196.9975.2024050720 1.3 MB/s | 130 kB     00:00    
#7 13.02 (4/23): libosmoctrl0-1.9.0.196.9975.20240507202 2.1 MB/s |  22 kB     00:00    
#7 13.02 (5/23): libosmogb-devel-1.9.0.196.9975.20240507 2.0 MB/s |  22 kB     00:00    
#7 13.03 (6/23): libosmogb14-1.9.0.196.9975.202405072026 9.5 MB/s | 138 kB     00:00    
#7 13.03 (7/23): libosmogsm-devel-1.9.0.196.9975.2024050 7.3 MB/s | 110 kB     00:00    
#7 13.04 (8/23): libosmoisdn-devel-1.9.0.196.9975.202405 1.2 MB/s |  10 kB     00:00    
#7 13.04 (9/23): libosmogsm20-1.9.0.196.9975.20240507202 9.1 MB/s | 190 kB     00:00    
#7 13.04 (10/23): libosmoisdn0-1.9.0.196.9975.2024050720 3.7 MB/s |  31 kB     00:00    
#7 13.05 (11/23): libosmovty-devel-1.9.0.196.9975.202405 3.7 MB/s |  17 kB     00:00    
#7 13.06 (12/23): libosmovty13-1.9.0.196.9975.2024050720 5.3 MB/s |  67 kB     00:00    
#7 13.06 (13/23): libpgm-5_2-0-5.2.122-3.1.x86_64.rpm     14 MB/s | 173 kB     00:00    
#7 13.06 (14/23): libsodium-devel-1.0.18-3.1.x86_64.rpm  3.9 MB/s |  58 kB     00:00    
#7 13.06 (15/23): libsodium23-1.0.18-3.1.x86_64.rpm       24 MB/s | 163 kB     00:00    
#7 13.06 (16/23): libzmq5-4.3.5-4.1.x86_64.rpm            36 MB/s | 288 kB     00:00    
#7 13.07 (17/23): openpgm-devel-5.2.122-3.1.x86_64.rpm   7.8 MB/s |  40 kB     00:00    
#7 13.12 (18/23): osmocom-nightly-202405072026-1.1.x86_6  50 kB/s | 2.6 kB     00:00    
#7 13.13 (19/23): zeromq-devel-4.3.5-4.1.x86_64.rpm       15 MB/s | 1.0 MB     00:00    
#7 13.13 (20/23): libmnl-1.0.3-7.el7.x86_64.rpm          346 kB/s |  23 kB     00:00    
#7 13.17 (21/23): libmnl-devel-1.0.3-7.el7.x86_64.rpm    613 kB/s |  32 kB     00:00    
#7 13.18 (22/23): libunwind-1.2-2.el7.x86_64.rpm         1.1 MB/s |  57 kB     00:00    
#7 13.20 (23/23): libunwind-devel-1.2-2.el7.x86_64.rpm   1.1 MB/s |  69 kB     00:00    
#7 13.20 --------------------------------------------------------------------------------
#7 13.20 Total                                           8.3 MB/s | 2.7 MB     00:00     
#7 13.20 warning: /var/cache/dnf/network_osmocom_nightly-a3fda8c994bb267e/packages/libosmocore-devel-1.9.0.196.9975.202405072026-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 53725973: NOKEY
#7 13.22 Nightly packages of the Osmocom project (CentOS 0.0  B/s |   0  B     00:00    
#7 14.62 Importing GPG key 0x53725973:
#7 14.62  Userid     : "osmocom OBS Project <osmocom@osmocom>"
#7 14.62  Fingerprint: 6B2A 9F37 92D1 5EB7 0D4E 6A8F 86A7 30B6 5372 5973
#7 14.62  From       : https://downloads.osmocom.org/packages/osmocom:/nightly/CentOS_7/repodata/repomd.xml.key
#7 14.71 Key imported successfully
#7 14.73 Running transaction check
#7 14.75 Transaction check succeeded.
#7 14.75 Running transaction test
#7 14.80 Transaction test succeeded.
#7 14.80 Running transaction
#7 15.14   Preparing        :                                                        1/1 
#7 15.16   Installing       : osmocom-nightly-202405072026-1.1.x86_64               1/23 
#7 15.17   Installing       : libmnl-1.0.3-7.el7.x86_64                             2/23 
#7 15.18   Running scriptlet: libmnl-1.0.3-7.el7.x86_64                             2/23 
#7 15.46   Installing       : libosmocore21-1.9.0.196.9975.202405072026-1.1.x86_    3/23 
#7 15.48   Running scriptlet: libosmocore21-1.9.0.196.9975.202405072026-1.1.x86_    3/23 
#7 15.68   Installing       : libosmoisdn0-1.9.0.196.9975.202405072026-1.1.x86_6    4/23 
#7 15.69   Running scriptlet: libosmoisdn0-1.9.0.196.9975.202405072026-1.1.x86_6    4/23 
#7 15.92   Installing       : libosmogsm20-1.9.0.196.9975.202405072026-1.1.x86_6    5/23 
#7 15.93   Running scriptlet: libosmogsm20-1.9.0.196.9975.202405072026-1.1.x86_6    5/23 
#7 16.15   Installing       : libosmovty13-1.9.0.196.9975.202405072026-1.1.x86_6    6/23 
#7 16.18   Running scriptlet: libosmovty13-1.9.0.196.9975.202405072026-1.1.x86_6    6/23 
#7 16.40   Installing       : libunwind-2:1.2-2.el7.x86_64                          7/23 
#7 16.41   Running scriptlet: libunwind-2:1.2-2.el7.x86_64                          7/23 
#7 16.64   Installing       : libsodium23-1.0.18-3.1.x86_64                         8/23 
#7 16.66   Running scriptlet: libsodium23-1.0.18-3.1.x86_64                         8/23 
#7 16.90   Installing       : libpgm-5_2-0-5.2.122-3.1.x86_64                       9/23 
#7 16.91   Running scriptlet: libpgm-5_2-0-5.2.122-3.1.x86_64                       9/23 
#7 17.17   Installing       : libzmq5-4.3.5-4.1.x86_64                             10/23 
#7 17.19   Running scriptlet: libzmq5-4.3.5-4.1.x86_64                             10/23 
#7 17.42   Installing       : openpgm-devel-5.2.122-3.1.x86_64                     11/23 
#7 17.46   Installing       : libsodium-devel-1.0.18-3.1.x86_64                    12/23 
#7 17.49   Installing       : libunwind-devel-2:1.2-2.el7.x86_64                   13/23 
#7 17.51   Installing       : libosmoctrl0-1.9.0.196.9975.202405072026-1.1.x86_6   14/23 
#7 17.52   Running scriptlet: libosmoctrl0-1.9.0.196.9975.202405072026-1.1.x86_6   14/23 
#7 17.76   Installing       : libosmogb14-1.9.0.196.9975.202405072026-1.1.x86_64   15/23 
#7 17.78   Running scriptlet: libosmogb14-1.9.0.196.9975.202405072026-1.1.x86_64   15/23 
#7 18.02   Installing       : libmnl-devel-1.0.3-7.el7.x86_64                      16/23 
#7 18.06   Installing       : libosmocore-devel-1.9.0.196.9975.202405072026-1.1.   17/23 
#7 18.08   Installing       : libosmoisdn-devel-1.9.0.196.9975.202405072026-1.1.   18/23 
#7 18.12   Installing       : libosmogsm-devel-1.9.0.196.9975.202405072026-1.1.x   19/23 
#7 18.14   Installing       : libosmovty-devel-1.9.0.196.9975.202405072026-1.1.x   20/23 
#7 18.16   Installing       : libosmogb-devel-1.9.0.196.9975.202405072026-1.1.x8   21/23 
#7 18.17   Installing       : libosmoctrl-devel-1.9.0.196.9975.202405072026-1.1.   22/23 
#7 18.33   Installing       : zeromq-devel-4.3.5-4.1.x86_64                        23/23 
#7 18.38   Verifying        : libosmocore-devel-1.9.0.196.9975.202405072026-1.1.    1/23 
#7 18.38   Verifying        : libosmocore21-1.9.0.196.9975.202405072026-1.1.x86_    2/23 
#7 18.38   Verifying        : libosmoctrl-devel-1.9.0.196.9975.202405072026-1.1.    3/23 
#7 18.38   Verifying        : libosmoctrl0-1.9.0.196.9975.202405072026-1.1.x86_6    4/23 
#7 18.38   Verifying        : libosmogb-devel-1.9.0.196.9975.202405072026-1.1.x8    5/23 
#7 18.38   Verifying        : libosmogb14-1.9.0.196.9975.202405072026-1.1.x86_64    6/23 
#7 18.38   Verifying        : libosmogsm-devel-1.9.0.196.9975.202405072026-1.1.x    7/23 
#7 18.38   Verifying        : libosmogsm20-1.9.0.196.9975.202405072026-1.1.x86_6    8/23 
#7 18.38   Verifying        : libosmoisdn-devel-1.9.0.196.9975.202405072026-1.1.    9/23 
#7 18.38   Verifying        : libosmoisdn0-1.9.0.196.9975.202405072026-1.1.x86_6   10/23 
#7 18.38   Verifying        : libosmovty-devel-1.9.0.196.9975.202405072026-1.1.x   11/23 
#7 18.38   Verifying        : libosmovty13-1.9.0.196.9975.202405072026-1.1.x86_6   12/23 
#7 18.38   Verifying        : libpgm-5_2-0-5.2.122-3.1.x86_64                      13/23 
#7 18.38   Verifying        : libsodium-devel-1.0.18-3.1.x86_64                    14/23 
#7 18.38   Verifying        : libsodium23-1.0.18-3.1.x86_64                        15/23 
#7 18.38   Verifying        : libzmq5-4.3.5-4.1.x86_64                             16/23 
#7 18.38   Verifying        : openpgm-devel-5.2.122-3.1.x86_64                     17/23 
#7 18.38   Verifying        : osmocom-nightly-202405072026-1.1.x86_64              18/23 
#7 18.38   Verifying        : zeromq-devel-4.3.5-4.1.x86_64                        19/23 
#7 18.38   Verifying        : libmnl-1.0.3-7.el7.x86_64                            20/23 
#7 18.38   Verifying        : libmnl-devel-1.0.3-7.el7.x86_64                      21/23 
#7 18.38   Verifying        : libunwind-2:1.2-2.el7.x86_64                         22/23 
#7 18.38   Verifying        : libunwind-devel-2:1.2-2.el7.x86_64                   23/23 
#7 18.85 
#7 18.85 Installed:
#7 18.85   libosmocore-devel-1.9.0.196.9975.202405072026-1.1.x86_64                      
#7 18.85   libosmoctrl-devel-1.9.0.196.9975.202405072026-1.1.x86_64                      
#7 18.85   libosmogb-devel-1.9.0.196.9975.202405072026-1.1.x86_64                        
#7 18.85   libosmogsm-devel-1.9.0.196.9975.202405072026-1.1.x86_64                       
#7 18.85   libosmovty-devel-1.9.0.196.9975.202405072026-1.1.x86_64                       
#7 18.85   zeromq-devel-4.3.5-4.1.x86_64                                                 
#7 18.85   libosmocore21-1.9.0.196.9975.202405072026-1.1.x86_64                          
#7 18.85   libosmoctrl0-1.9.0.196.9975.202405072026-1.1.x86_64                           
#7 18.85   libosmogb14-1.9.0.196.9975.202405072026-1.1.x86_64                            
#7 18.85   libosmogsm20-1.9.0.196.9975.202405072026-1.1.x86_64                           
#7 18.85   libosmoisdn-devel-1.9.0.196.9975.202405072026-1.1.x86_64                      
#7 18.85   libosmoisdn0-1.9.0.196.9975.202405072026-1.1.x86_64                           
#7 18.85   libosmovty13-1.9.0.196.9975.202405072026-1.1.x86_64                           
#7 18.85   libpgm-5_2-0-5.2.122-3.1.x86_64                                               
#7 18.85   libsodium-devel-1.0.18-3.1.x86_64                                             
#7 18.85   libsodium23-1.0.18-3.1.x86_64                                                 
#7 18.85   libzmq5-4.3.5-4.1.x86_64                                                      
#7 18.85   openpgm-devel-5.2.122-3.1.x86_64                                              
#7 18.85   osmocom-nightly-202405072026-1.1.x86_64                                       
#7 18.85   libmnl-1.0.3-7.el7.x86_64                                                     
#7 18.85   libmnl-devel-1.0.3-7.el7.x86_64                                               
#7 18.85   libunwind-2:1.2-2.el7.x86_64                                                  
#7 18.85   libunwind-devel-2:1.2-2.el7.x86_64                                            
#7 18.85 
#7 18.85 Complete!
#7 DONE 19.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.449 Cloning into 'osmo-pcap'...
#9 DONE 0.8s

#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.797 Already on 'master'
#11 0.810 refs/heads/master
#11 0.813 HEAD is now at 9f47bed build: include README.md into the release tarball
#11 0.828 master
#11 0.834 9f47bedf374200b3e47a12a4f9c8fd5101fd83c2
#11 5.223 configure.ac:6: installing './install-sh'
#11 5.225 configure.ac:6: installing './missing'
#11 5.456 src/Makefile.am: installing './depcomp'
#11 5.804 checking for a BSD-compatible install... /usr/bin/install -c
#11 5.846 checking whether build environment is sane... yes
#11 5.889 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
#11 5.895 checking for gawk... gawk
#11 5.895 checking whether make sets $(MAKE)... yes
#11 5.908 checking whether make supports nested variables... yes
#11 5.930 checking whether make supports nested variables... (cached) yes
#11 5.930 checking whether make sets $(MAKE)... (cached) yes
#11 5.938 checking for gcc... gcc
#11 6.043 checking whether the C compiler works... yes
#11 6.171 checking for C compiler default output file name... a.out
#11 6.173 checking for suffix of executables... 
#11 6.254 checking whether we are cross compiling... no
#11 6.355 checking for suffix of object files... o
#11 6.400 checking whether we are using the GNU C compiler... yes
#11 6.430 checking whether gcc accepts -g... yes
#11 6.447 checking for gcc option to accept ISO C89... none needed
#11 6.490 checking for style of include used by make... GNU
#11 6.510 checking dependency style of gcc... gcc3
#11 6.545 checking for ranlib... ranlib
#11 6.546 checking for pkg-config... /usr/bin/pkg-config
#11 6.546 checking for pkg-config... /usr/bin/pkg-config
#11 6.546 checking pkg-config is at least version 0.20... yes
#11 6.548 checking how to run the C preprocessor... gcc -E
#11 6.583 checking for grep that handles long lines and -e... /usr/bin/grep
#11 6.585 checking for egrep... /usr/bin/grep -E
#11 6.586 checking for ANSI C header files... yes
#11 6.663 checking whether to enable VTY tests... no
#11 6.663 checking for pcap-config... /usr/bin/pcap-config
#11 6.665 checking for LIBOSMOCORE... yes
#11 6.671 checking for LIBOSMOGB... yes
#11 6.677 checking for LIBOSMOGSM... yes
#11 6.682 checking for LIBOSMOVTY... yes
#11 6.688 checking for LIBZMQ... yes
#11 6.693 checking for LIBGNUTLS... yes
#11 6.701 checking whether to enable code coverage support... no
#11 6.717 checking that generated files are newer than configure... done
#11 6.878 configure: creating ./config.status
#11 7.007 config.status: creating include/Makefile
#11 7.023 config.status: creating include/osmo-pcap/Makefile
#11 7.038 config.status: creating src/Makefile
#11 7.062 config.status: creating contrib/Makefile
#11 7.084 config.status: creating contrib/systemd/Makefile
#11 7.098 config.status: creating contrib/osmo-pcap.spec
#11 7.113 config.status: creating doc/Makefile
#11 7.139 config.status: creating doc/examples/Makefile
#11 7.156 config.status: creating doc/manuals/Makefile
#11 7.168 config.status: creating tests/Makefile
#11 7.189 config.status: creating Makefile
#11 7.219 config.status: creating osmopcapconfig.h
#11 7.232 config.status: executing tests/atconfig commands
#11 7.234 config.status: executing depfiles commands
#11 7.492 echo 0.4.2.2-9f47 > .version-t && mv .version-t .version
#11 7.494 make  install-recursive
#11 7.495 make[1]: Entering directory `/tmp/osmo-pcap'
#11 7.498 Making install in include
#11 7.500 make[2]: Entering directory `/tmp/osmo-pcap/include'
#11 7.507 Making install in osmo-pcap
#11 7.511 make[3]: Entering directory `/tmp/osmo-pcap/include/osmo-pcap'
#11 7.512 make[4]: Entering directory `/tmp/osmo-pcap/include/osmo-pcap'
#11 7.512 make[4]: Nothing to be done for `install-exec-am'.
#11 7.512 make[4]: Nothing to be done for `install-data-am'.
#11 7.512 make[4]: Leaving directory `/tmp/osmo-pcap/include/osmo-pcap'
#11 7.512 make[3]: Leaving directory `/tmp/osmo-pcap/include/osmo-pcap'
#11 7.515 make[3]: Entering directory `/tmp/osmo-pcap/include'
#11 7.516 make[4]: Entering directory `/tmp/osmo-pcap/include'
#11 7.516 make[4]: Nothing to be done for `install-exec-am'.
#11 7.517 make[4]: Nothing to be done for `install-data-am'.
#11 7.517 make[4]: Leaving directory `/tmp/osmo-pcap/include'
#11 7.517 make[3]: Leaving directory `/tmp/osmo-pcap/include'
#11 7.517 make[2]: Leaving directory `/tmp/osmo-pcap/include'
#11 7.517 Making install in src
#11 7.522 make[2]: Entering directory `/tmp/osmo-pcap/src'
#11 7.522   CC       osmo_client_main.o
#11 7.522   CC       osmo_common.o
#11 7.526   CC       osmo_client_core.o
#11 7.532   CC       osmo_client_vty.o
#11 7.532   CC       osmo_client_network.o
#11 7.537   CC       osmo_tls.o
#11 7.539   CC       osmo_server_main.o
#11 7.550   CC       osmo_server_vty.o
#11 7.555   CC       osmo_server_network.o
#11 7.623 osmo_tls.c: In function 'osmo_tls_init_server_session':
#11 7.623 osmo_tls.c:432:3: warning: #warning "TODO client certificates" [-Wcpp]
#11 7.623   #warning "TODO client certificates"
#11 7.623    ^
#11 7.702   CCLD     osmo-pcap-client
#11 7.702   CCLD     osmo-pcap-server
#11 7.777 make[3]: Entering directory `/tmp/osmo-pcap/src'
#11 7.777 make[3]: Nothing to be done for `install-data-am'.
#11 7.777  /usr/bin/mkdir -p '/usr/local/bin'
#11 7.782   /usr/bin/install -c osmo-pcap-client osmo-pcap-server '/usr/local/bin'
#11 7.784 make[3]: Leaving directory `/tmp/osmo-pcap/src'
#11 7.785 make[2]: Leaving directory `/tmp/osmo-pcap/src'
#11 7.785 Making install in contrib
#11 7.787 make[2]: Entering directory `/tmp/osmo-pcap/contrib'
#11 7.792 Making install in systemd
#11 7.793 make[3]: Entering directory `/tmp/osmo-pcap/contrib/systemd'
#11 7.797 make[4]: Entering directory `/tmp/osmo-pcap/contrib/systemd'
#11 7.797 make[4]: Nothing to be done for `install-exec-am'.
#11 7.806  /usr/bin/mkdir -p '/usr/lib/systemd/system'
#11 7.815  /usr/bin/install -c -m 644 osmo-pcap-client.service osmo-pcap-server.service '/usr/lib/systemd/system'
#11 7.817 make[4]: Leaving directory `/tmp/osmo-pcap/contrib/systemd'
#11 7.822 make[3]: Leaving directory `/tmp/osmo-pcap/contrib/systemd'
#11 7.825 make[3]: Entering directory `/tmp/osmo-pcap/contrib'
#11 7.827 make[4]: Entering directory `/tmp/osmo-pcap/contrib'
#11 7.827 make[4]: Nothing to be done for `install-exec-am'.
#11 7.830  /usr/bin/mkdir -p '/usr/local/share/osmo-pcap'
#11 7.832  /usr/bin/install -c -m 644 osmo_pcap_clean_old '/usr/local/share/osmo-pcap'
#11 7.835 make[4]: Leaving directory `/tmp/osmo-pcap/contrib'
#11 7.835 make[3]: Leaving directory `/tmp/osmo-pcap/contrib'
#11 7.836 make[2]: Leaving directory `/tmp/osmo-pcap/contrib'
#11 7.836 Making install in doc
#11 7.838 make[2]: Entering directory `/tmp/osmo-pcap/doc'
#11 7.841 Making install in examples
#11 7.843 make[3]: Entering directory `/tmp/osmo-pcap/doc/examples'
#11 7.844 make[4]: Entering directory `/tmp/osmo-pcap/doc/examples'
#11 7.844 make[4]: Nothing to be done for `install-exec-am'.
#11 7.845  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 7.850  /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 7.852 make  install-data-hook
#11 7.853 make[5]: Entering directory `/tmp/osmo-pcap/doc/examples'
#11 7.853 for f in $(find . -type f -name '*.cfg*' | sed -e 's,^.,,'); do \
#11 7.853 	j="/usr/local/share/doc/osmo-pcap/examples/$f" && \
#11 7.853 	mkdir -p "$(dirname $j)" && \
#11 7.853 	/usr/bin/install -c -m 644 ./$f $j; \
#11 7.853 done
#11 7.867 make[5]: Leaving directory `/tmp/osmo-pcap/doc/examples'
#11 7.868 make[4]: Leaving directory `/tmp/osmo-pcap/doc/examples'
#11 7.868 make[3]: Leaving directory `/tmp/osmo-pcap/doc/examples'
#11 7.868 Making install in manuals
#11 7.870 make[3]: Entering directory `/tmp/osmo-pcap/doc/manuals'
#11 7.871 make[4]: Entering directory `/tmp/osmo-pcap/doc/manuals'
#11 7.871 make[4]: Nothing to be done for `install-exec-am'.
#11 7.871 make[4]: Nothing to be done for `install-data-am'.
#11 7.871 make[4]: Leaving directory `/tmp/osmo-pcap/doc/manuals'
#11 7.871 make[3]: Leaving directory `/tmp/osmo-pcap/doc/manuals'
#11 7.873 make[3]: Entering directory `/tmp/osmo-pcap/doc'
#11 7.874 make[4]: Entering directory `/tmp/osmo-pcap/doc'
#11 7.874 make[4]: Nothing to be done for `install-exec-am'.
#11 7.874 make[4]: Nothing to be done for `install-data-am'.
#11 7.874 make[4]: Leaving directory `/tmp/osmo-pcap/doc'
#11 7.874 make[3]: Leaving directory `/tmp/osmo-pcap/doc'
#11 7.874 make[2]: Leaving directory `/tmp/osmo-pcap/doc'
#11 7.875 Making install in tests
#11 7.876 make[2]: Entering directory `/tmp/osmo-pcap/tests'
#11 7.877 make[3]: Entering directory `/tmp/osmo-pcap/tests'
#11 7.877 make[3]: Nothing to be done for `install-exec-am'.
#11 7.877 make[3]: Nothing to be done for `install-data-am'.
#11 7.877 make[3]: Leaving directory `/tmp/osmo-pcap/tests'
#11 7.877 make[2]: Leaving directory `/tmp/osmo-pcap/tests'
#11 7.879 make[2]: Entering directory `/tmp/osmo-pcap'
#11 7.881 make[3]: Entering directory `/tmp/osmo-pcap'
#11 7.881 make[3]: Nothing to be done for `install-exec-am'.
#11 7.881 make[3]: Nothing to be done for `install-data-am'.
#11 7.881 make[3]: Leaving directory `/tmp/osmo-pcap'
#11 7.881 make[2]: Leaving directory `/tmp/osmo-pcap'
#11 7.882 make[1]: Leaving directory `/tmp/osmo-pcap'
#11 DONE 8.0s

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

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

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

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

osmocom-nightly-202405072026-1.1.x86_64
libosmocore21-1.9.0.196.9975.202405072026-1.1.x86_64
libosmogsm20-1.9.0.196.9975.202405072026-1.1.x86_64
libosmogb14-1.9.0.196.9975.202405072026-1.1.x86_64
libosmocore-devel-1.9.0.196.9975.202405072026-1.1.x86_64
libosmogsm-devel-1.9.0.196.9975.202405072026-1.1.x86_64
libosmogb-devel-1.9.0.196.9975.202405072026-1.1.x86_64
libosmoisdn0-1.9.0.196.9975.202405072026-1.1.x86_64
libosmovty13-1.9.0.196.9975.202405072026-1.1.x86_64
libosmoctrl0-1.9.0.196.9975.202405072026-1.1.x86_64
libosmoisdn-devel-1.9.0.196.9975.202405072026-1.1.x86_64
libosmovty-devel-1.9.0.196.9975.202405072026-1.1.x86_64
libosmoctrl-devel-1.9.0.196.9975.202405072026-1.1.x86_64

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-pcap-client-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:31c874a443fcff9ec3e49ab5c71fdf509f3fdd9b7ca2c505daca1dea29176f84
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ docker_distro_from_image_name ttcn3-pcap-client-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-pcap-client-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-pcap-client-test
+ echo ttcn3-pcap-client-test
+ dir=ttcn3-pcap-client-test
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-pcap-client-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ 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-centos7-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-centos7-pcap-client-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/ttcn3-pcap-client-test:latest .
#0 building with "default" instance using docker driver

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

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 428B done
#2 DONE 0.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 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.228 + OSMO_TTCN3_BRANCH=master
#8 0.228 + shift
#8 0.228 + cd /osmo-ttcn3-hacks
#8 0.228 + git fetch
#8 0.362 From https://gerrit.osmocom.org/osmo-ttcn3-hacks
#8 0.362    916b5fa8..0dd3f269  master          -> origin/master
#8 0.362  + 572c00ac...4253b38a pespin/asterisk -> origin/pespin/asterisk  (forced update)
#8 0.364 + git checkout master
#8 0.407 Already on 'master'
#8 0.407 Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
#8 0.407   (use "git pull" to update your local branch)
#8 0.409 + git symbolic-ref -q HEAD
#8 0.409 refs/heads/master
#8 0.409 + git reset --hard origin/master
#8 0.417 HEAD is now at 0dd3f269 SIP_Templates: tr_SIP_REGISTER(): Pass via field directly as a param
#8 0.417 + git rev-parse --abbrev-ref HEAD
#8 0.418 master
#8 0.418 + git rev-parse HEAD
#8 0.419 0dd3f269f538793730a3f66801ddb10a6cc16679
#8 0.419 + diff -q /tmp/deps-Makefile deps/Makefile
#8 0.420 Files /tmp/deps-Makefile and deps/Makefile differ
#8 0.421 + make -j8 deps
#8 0.460 (make -j16 -C deps || make -j1 -C deps)
#8 0.466 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 0.472 make[1]: warning: -j16 forced in submake: resetting jobserver mode.
#8 0.970 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi
#8 0.971 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi
#8 0.971 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi
#8 0.971 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi
#8 0.972 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi
#8 0.972 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi
#8 0.972 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi
#8 0.973 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi
#8 0.974 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi
#8 0.977 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi
#8 0.981 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi
#8 0.989 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi
#8 0.990 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi
#8 0.990 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi
#8 0.991 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi
#8 0.993 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.061 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 1.061 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 1.062 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.062 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.136 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 1.155 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 1.213 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.213 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.214 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.214 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.215 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 1.249 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 1.259 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 1.262 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 1.262 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 1.268 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 1.277 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 1.277 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 1.280 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 1.286 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.286 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.289 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 1.312 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 1.324 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.325 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.326 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.327 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.328 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.329 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.330 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.330 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.340 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.340 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.341 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.341 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.345 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.345 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.354 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.354 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.355 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.355 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.364 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.364 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.373 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.373 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.375 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.376 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
#8 1.376 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.376 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
#8 1.377 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.377 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
#8 1.377 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.377 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
#8 1.377 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.377 + make pcap-client
#8 1.407 (make -j16 -C deps || make -j1 -C deps)
#8 1.408 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#8 1.605 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.605 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.606 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.606 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.606 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.606 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.607 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.607 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.607 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.607 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.608 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.609 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.610 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.610 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.616 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.617 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.681 origin/8362efef7c6fa341eb947a75786878e0685767b7
#8 1.682 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#8 1.682 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.683 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#8 1.773 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#8 1.773 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#8 1.773 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#8 1.776 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#8 1.779 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#8 1.784 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#8 1.784 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#8 1.786 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#8 1.796 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#8 1.797 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#8 1.798 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#8 1.820 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#8 1.823 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#8 1.850 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.850 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#8 1.852 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.853 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#8 1.854 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.854 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#8 1.854 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.854 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912
#8 1.859 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.859 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#8 1.859 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.859 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#8 1.860 origin/c496d298876fed55c2b730278b7ee77982555563
#8 1.860 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#8 1.861 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.861 + git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#8 1.866 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.866 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#8 1.867 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.867 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#8 1.881 origin/f086e78d74defa044d864f17adaad9433fedc961
#8 1.881 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#8 1.886 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.887 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#8 1.887 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.887 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#8 1.947 origin/e97d92a8b66bec399babea52f593771b76cb175a
#8 1.947 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#8 1.949 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.949 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.952 Linking TCCInterface_Functions.ttcn
#8 1.953 Linking TCCConversion_Functions.ttcn
#8 1.954 Linking TCCConversion.cc
#8 1.954 Linking TCCInterface.cc
#8 1.955 Linking TCCInterface_ip.h
#8 1.956 Linking TCCEncoding_Functions.ttcn
#8 1.957 Linking TCCEncoding.cc
#8 1.958 Linking Socket_API_Definitions.ttcn
#8 1.958 Linking IPL4asp_Functions.ttcn
#8 1.959 Linking IPL4asp_PT.cc
#8 1.959 Linking IPL4asp_PT.hh
#8 1.960 Linking IPL4asp_PortType.ttcn
#8 1.961 Linking IPL4asp_Types.ttcn
#8 1.962 Linking IPL4asp_discovery.cc
#8 1.962 Linking IPL4asp_protocol_L234.hh
#8 1.963 Linking TELNETasp_PT.cc
#8 1.963 Linking TELNETasp_PT.hh
#8 1.964 Linking TELNETasp_PortType.ttcn
#8 1.964 Linking Misc_Helpers.ttcn
#8 1.965 Linking General_Types.ttcn
#8 1.965 Linking GSM_Types.ttcn
#8 1.966 Linking Osmocom_Types.ttcn
#8 1.967 Linking Native_Functions.ttcn
#8 1.967 Linking Native_FunctionDefs.cc
#8 1.967 Linking Osmocom_VTY_Functions.ttcn
#8 1.968 Linking OPCAP_Types.ttcn
#8 1.968 Linking OPCAP_Templates.ttcn
#8 1.969 Linking OPCAP_CodecPort.ttcn
#8 1.969 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.969 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.970 Linking OPCAP_Adapter.ttcn
#8 1.976 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
#8 1.976 Generating Makefile skeleton...
#8 1.976 Makefile skeleton was generated.
#8 1.985 make -C pcap-client compile
#8 1.986 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.986 /usr/bin/ttcn3_compiler -L -U 8 GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn - GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn
#8 1.989 warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.
#8 1.989 
#8 1.991 Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
#8 1.993 Notify: Parsing TTCN-3 module `General_Types.ttcn'...
#8 1.995 Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
#8 1.995 Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
#8 1.996 Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
#8 1.997 Notify: Parsing TTCN-3 module `Misc_Helpers.ttcn'...
#8 1.997 Notify: Parsing TTCN-3 module `Native_Functions.ttcn'...
#8 1.997 Notify: Parsing TTCN-3 module `OPCAP_Adapter.ttcn'...
#8 1.998 Notify: Parsing TTCN-3 module `OPCAP_CLIENT_Tests.ttcn'...
#8 1.998 Notify: Parsing TTCN-3 module `OPCAP_CodecPort.ttcn'...
#8 1.999 Notify: Parsing TTCN-3 module `OPCAP_CodecPort_CtrlFunct.ttcn'...
#8 1.999 Notify: Parsing TTCN-3 module `OPCAP_Templates.ttcn'...
#8 1.999 Notify: Parsing TTCN-3 module `OPCAP_Types.ttcn'...
#8 1.999 Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
#8 2.000 Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
#8 2.001 Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
#8 2.001 Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
#8 2.002 Notify: Parsing TTCN-3 module `TCCEncoding_Functions.ttcn'...
#8 2.004 Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
#8 2.004 Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
#8 2.004 Notify: Checking modules...
#8 2.010 OPCAP_Adapter.ttcn: In TTCN-3 module `OPCAP_Adapter':
#8 2.010  OPCAP_Adapter.ttcn:39.1-58.1: In function definition `f_connect':
#8 2.010   OPCAP_Adapter.ttcn:44.2-47.2: In if statement:
#8 2.010    OPCAP_Adapter.ttcn:45.3-87: In function instance:
#8 2.010     OPCAP_Adapter.ttcn:45.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 2.010  OPCAP_Adapter.ttcn:61.1-78.1: In function definition `f_bind':
#8 2.010   OPCAP_Adapter.ttcn:65.2-68.2: In if statement:
#8 2.010    OPCAP_Adapter.ttcn:66.3-87: In function instance:
#8 2.010     OPCAP_Adapter.ttcn:66.3-87: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 2.011  OPCAP_Adapter.ttcn:89.1-92.1: In function definition `f_disconnect':
#8 2.011   OPCAP_Adapter.ttcn:90.2-86: In function instance:
#8 2.011    OPCAP_Adapter.ttcn:90.2-86: warning: The value returned by external function `@OPCAP_CodecPort_CtrlFunct.f_IPL4_close' is not used
#8 2.012 OPCAP_CLIENT_Tests.ttcn: In TTCN-3 module `OPCAP_CLIENT_Tests':
#8 2.012  OPCAP_CLIENT_Tests.ttcn:48.9-58.1: In function definition `f_init_one_srv':
#8 2.012   OPCAP_CLIENT_Tests.ttcn:57.2-46: In function instance:
#8 2.012    OPCAP_CLIENT_Tests.ttcn:57.2-46: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 2.012  OPCAP_CLIENT_Tests.ttcn:123.1-135.1: In testcase definition `TC_reconnect':
#8 2.012   OPCAP_CLIENT_Tests.ttcn:133.2-39: In function instance:
#8 2.012    OPCAP_CLIENT_Tests.ttcn:133.2-39: warning: The value returned by function `@OPCAP_Adapter.f_opcap_exp' is not used
#8 2.013 Notify: Generating code...
#8 2.035 Notify: File `GSM_Types.hh' was generated.
#8 2.035 Notify: File `GSM_Types.cc' was generated.
#8 2.035 Notify: File `GSM_Types_part_1.cc' was generated.
#8 2.035 Notify: File `GSM_Types_part_2.cc' was generated.
#8 2.035 Notify: File `GSM_Types_part_3.cc' was generated.
#8 2.035 Notify: File `GSM_Types_part_4.cc' was generated.
#8 2.036 Notify: File `GSM_Types_part_5.cc' was generated.
#8 2.036 Notify: File `GSM_Types_part_6.cc' was generated.
#8 2.036 Notify: File `GSM_Types_part_7.cc' was generated.
#8 2.036 Notify: File `General_Types.hh' was generated.
#8 2.036 Notify: File `General_Types.cc' was generated.
#8 2.036 Notify: File `General_Types_part_1.cc' was generated.
#8 2.036 Notify: File `General_Types_part_2.cc' was generated.
#8 2.036 Notify: File `General_Types_part_3.cc' was generated.
#8 2.036 Notify: File `General_Types_part_4.cc' was generated.
#8 2.037 Notify: File `General_Types_part_5.cc' was generated.
#8 2.037 Notify: File `General_Types_part_6.cc' was generated.
#8 2.037 Notify: File `General_Types_part_7.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions.hh' was generated.
#8 2.037 Notify: File `IPL4asp_Functions.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_1.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_2.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_3.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_4.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_5.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_6.cc' was generated.
#8 2.037 Notify: File `IPL4asp_Functions_part_7.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType.hh' was generated.
#8 2.037 Notify: File `IPL4asp_PortType.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_1.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_2.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_3.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_4.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_5.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_6.cc' was generated.
#8 2.037 Notify: File `IPL4asp_PortType_part_7.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types.hh' was generated.
#8 2.038 Notify: File `IPL4asp_Types.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_1.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_2.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_3.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_4.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_5.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_6.cc' was generated.
#8 2.038 Notify: File `IPL4asp_Types_part_7.cc' was generated.
#8 2.038 Notify: File `Misc_Helpers.hh' was generated.
#8 2.039 Notify: File `Misc_Helpers.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_1.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_2.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_3.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_4.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_5.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_6.cc' was generated.
#8 2.039 Notify: File `Misc_Helpers_part_7.cc' was generated.
#8 2.039 Notify: File `Native_Functions.hh' was generated.
#8 2.039 Notify: File `Native_Functions.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_1.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_2.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_3.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_4.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_5.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_6.cc' was generated.
#8 2.039 Notify: File `Native_Functions_part_7.cc' was generated.
#8 2.039 Notify: File `OPCAP_Adapter.hh' was generated.
#8 2.039 Notify: File `OPCAP_Adapter.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_1.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_2.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_3.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_4.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_5.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_6.cc' was generated.
#8 2.040 Notify: File `OPCAP_Adapter_part_7.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests.hh' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_1.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_2.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_3.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_4.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_5.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_6.cc' was generated.
#8 2.040 Notify: File `OPCAP_CLIENT_Tests_part_7.cc' was generated.
#8 2.040 Notify: File `OPCAP_CodecPort.hh' was generated.
#8 2.040 Notify: File `OPCAP_CodecPort.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct.hh' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_1.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_2.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_3.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_4.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_5.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_6.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_CtrlFunct_part_7.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_1.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_2.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_3.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_4.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_5.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_6.cc' was generated.
#8 2.041 Notify: File `OPCAP_CodecPort_part_7.cc' was generated.
#8 2.041 Notify: File `OPCAP_Templates.hh' was generated.
#8 2.041 Notify: File `OPCAP_Templates.cc' was generated.
#8 2.041 Notify: File `OPCAP_Templates_part_1.cc' was generated.
#8 2.041 Notify: File `OPCAP_Templates_part_2.cc' was generated.
#8 2.041 Notify: File `OPCAP_Templates_part_3.cc' was generated.
#8 2.042 Notify: File `OPCAP_Templates_part_4.cc' was generated.
#8 2.042 Notify: File `OPCAP_Templates_part_5.cc' was generated.
#8 2.042 Notify: File `OPCAP_Templates_part_6.cc' was generated.
#8 2.042 Notify: File `OPCAP_Templates_part_7.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types.hh' was generated.
#8 2.042 Notify: File `OPCAP_Types.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_1.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_2.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_3.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_4.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_5.cc' was generated.
#8 2.042 Notify: File `OPCAP_Types_part_6.cc' was generated.
#8 2.043 Notify: File `OPCAP_Types_part_7.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types.hh' was generated.
#8 2.043 Notify: File `Osmocom_Types.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_1.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_2.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_3.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_4.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_5.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_6.cc' was generated.
#8 2.043 Notify: File `Osmocom_Types_part_7.cc' was generated.
#8 2.043 Notify: File `Osmocom_VTY_Functions.hh' was generated.
#8 2.043 Notify: File `Osmocom_VTY_Functions.cc' was generated.
#8 2.043 Notify: File `Osmocom_VTY_Functions_part_1.cc' was generated.
#8 2.043 Notify: File `Osmocom_VTY_Functions_part_2.cc' was generated.
#8 2.043 Notify: File `Osmocom_VTY_Functions_part_3.cc' was generated.
#8 2.044 Notify: File `Osmocom_VTY_Functions_part_4.cc' was generated.
#8 2.044 Notify: File `Osmocom_VTY_Functions_part_5.cc' was generated.
#8 2.044 Notify: File `Osmocom_VTY_Functions_part_6.cc' was generated.
#8 2.044 Notify: File `Osmocom_VTY_Functions_part_7.cc' was generated.
#8 2.044 Notify: File `Socket_API_Definitions.hh' was generated.
#8 2.044 Notify: File `Socket_API_Definitions.cc' was generated.
#8 2.044 Notify: File `Socket_API_Definitions_part_1.cc' was generated.
#8 2.044 Notify: File `Socket_API_Definitions_part_2.cc' was generated.
#8 2.044 Notify: File `Socket_API_Definitions_part_3.cc' was generated.
#8 2.045 Notify: File `Socket_API_Definitions_part_4.cc' was generated.
#8 2.045 Notify: File `Socket_API_Definitions_part_5.cc' was generated.
#8 2.045 Notify: File `Socket_API_Definitions_part_6.cc' was generated.
#8 2.045 Notify: File `Socket_API_Definitions_part_7.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions.hh' was generated.
#8 2.045 Notify: File `TCCConversion_Functions.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_1.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_2.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_3.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_4.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_5.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_6.cc' was generated.
#8 2.045 Notify: File `TCCConversion_Functions_part_7.cc' was generated.
#8 2.045 Notify: File `TCCEncoding_Functions.hh' was generated.
#8 2.045 Notify: File `TCCEncoding_Functions.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_1.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_2.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_3.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_4.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_5.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_6.cc' was generated.
#8 2.046 Notify: File `TCCEncoding_Functions_part_7.cc' was generated.
#8 2.046 Notify: File `TCCInterface_Functions.hh' was generated.
#8 2.046 Notify: File `TCCInterface_Functions.cc' was generated.
#8 2.046 Notify: File `TCCInterface_Functions_part_1.cc' was generated.
#8 2.046 Notify: File `TCCInterface_Functions_part_2.cc' was generated.
#8 2.046 Notify: File `TCCInterface_Functions_part_3.cc' was generated.
#8 2.047 Notify: File `TCCInterface_Functions_part_4.cc' was generated.
#8 2.047 Notify: File `TCCInterface_Functions_part_5.cc' was generated.
#8 2.047 Notify: File `TCCInterface_Functions_part_6.cc' was generated.
#8 2.047 Notify: File `TCCInterface_Functions_part_7.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType.hh' was generated.
#8 2.047 Notify: File `TELNETasp_PortType.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_1.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_2.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_3.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_4.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_5.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_6.cc' was generated.
#8 2.047 Notify: File `TELNETasp_PortType_part_7.cc' was generated.
#8 2.047 Notify: 180 files were updated.
#8 2.053 touch compile
#8 2.053 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 2.053 make -j16 -C pcap-client
#8 2.059 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 2.085 Creating dependency file for TELNETasp_PT.cc
#8 2.085 Creating dependency file for TCCInterface.cc
#8 2.086 Creating dependency file for TCCEncoding.cc
#8 2.086 Creating dependency file for TCCConversion.cc
#8 2.086 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 2.086 Creating dependency file for Native_FunctionDefs.cc
#8 2.087 Creating dependency file for IPL4asp_discovery.cc
#8 2.087 Creating dependency file for IPL4asp_PT.cc
#8 2.106 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 2.106 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 2.107 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 2.107 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 2.108 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 2.109 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 2.116 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 2.116 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 2.117 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 2.118 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 2.119 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 2.129 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 2.132 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 2.132 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 2.134 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 2.141 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 2.141 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 2.142 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 2.143 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 2.151 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 2.151 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 2.152 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 2.154 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 2.165 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 2.165 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 2.166 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 2.171 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 2.177 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 2.179 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 2.180 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 2.186 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 2.186 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 2.187 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 2.187 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 2.187 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 2.188 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 2.188 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 2.188 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 2.190 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 2.191 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 2.209 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 2.210 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 2.210 Creating dependency file for Osmocom_Types_part_7.cc
#8 2.213 Creating dependency file for Osmocom_Types_part_6.cc
#8 2.217 Creating dependency file for Osmocom_Types_part_5.cc
#8 2.229 Creating dependency file for Osmocom_Types_part_4.cc
#8 2.229 Creating dependency file for Osmocom_Types_part_3.cc
#8 2.233 Creating dependency file for Osmocom_Types_part_2.cc
#8 2.233 Creating dependency file for Osmocom_Types_part_1.cc
#8 2.233 Creating dependency file for OPCAP_Types_part_7.cc
#8 2.237 Creating dependency file for OPCAP_Types_part_6.cc
#8 2.237 Creating dependency file for OPCAP_Types_part_5.cc
#8 2.241 Creating dependency file for OPCAP_Types_part_4.cc
#8 2.253 Creating dependency file for OPCAP_Types_part_3.cc
#8 2.253 Creating dependency file for OPCAP_Types_part_2.cc
#8 2.254 Creating dependency file for OPCAP_Types_part_1.cc
#8 2.258 Creating dependency file for OPCAP_Templates_part_7.cc
#8 2.259 Creating dependency file for OPCAP_Templates_part_6.cc
#8 2.259 Creating dependency file for OPCAP_Templates_part_5.cc
#8 2.260 Creating dependency file for OPCAP_Templates_part_4.cc
#8 2.265 Creating dependency file for OPCAP_Templates_part_3.cc
#8 2.266 Creating dependency file for OPCAP_Templates_part_2.cc
#8 2.277 Creating dependency file for OPCAP_Templates_part_1.cc
#8 2.278 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 2.279 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 2.279 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 2.279 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 2.285 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 2.286 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 2.286 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 2.288 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 2.289 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 2.289 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 2.290 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 2.290 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 2.291 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 2.299 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 2.300 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 2.300 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 2.305 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 2.305 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 2.306 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 2.307 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 2.308 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 2.320 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 2.321 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 2.324 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 2.324 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 2.324 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 2.324 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 2.324 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 2.328 Creating dependency file for Native_Functions_part_7.cc
#8 2.332 Creating dependency file for Native_Functions_part_6.cc
#8 2.332 Creating dependency file for Native_Functions_part_5.cc
#8 2.332 Creating dependency file for Native_Functions_part_4.cc
#8 2.333 Creating dependency file for Native_Functions_part_3.cc
#8 2.334 Creating dependency file for Native_Functions_part_2.cc
#8 2.337 Creating dependency file for Native_Functions_part_1.cc
#8 2.337 Creating dependency file for Misc_Helpers_part_7.cc
#8 2.341 Creating dependency file for Misc_Helpers_part_6.cc
#8 2.342 Creating dependency file for Misc_Helpers_part_5.cc
#8 2.343 Creating dependency file for Misc_Helpers_part_4.cc
#8 2.343 Creating dependency file for Misc_Helpers_part_3.cc
#8 2.344 Creating dependency file for Misc_Helpers_part_2.cc
#8 2.345 Creating dependency file for IPL4asp_Types_part_7.cc
#8 2.345 Creating dependency file for Misc_Helpers_part_1.cc
#8 2.345 Creating dependency file for IPL4asp_Types_part_6.cc
#8 2.347 Creating dependency file for IPL4asp_Types_part_5.cc
#8 2.348 Creating dependency file for IPL4asp_Types_part_4.cc
#8 2.353 Creating dependency file for IPL4asp_Types_part_3.cc
#8 2.355 Creating dependency file for IPL4asp_Types_part_2.cc
#8 2.356 Creating dependency file for IPL4asp_Types_part_1.cc
#8 2.356 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 2.357 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 2.358 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 2.359 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 2.365 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 2.368 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 2.368 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 2.368 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 2.369 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 2.370 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 2.372 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 2.381 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 2.395 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 2.396 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 2.397 Creating dependency file for General_Types_part_7.cc
#8 2.397 Creating dependency file for General_Types_part_5.cc
#8 2.399 Creating dependency file for General_Types_part_4.cc
#8 2.401 Creating dependency file for General_Types_part_6.cc
#8 2.409 Creating dependency file for General_Types_part_3.cc
#8 2.413 Creating dependency file for General_Types_part_2.cc
#8 2.417 Creating dependency file for General_Types_part_1.cc
#8 2.435 Creating dependency file for GSM_Types_part_7.cc
#8 2.436 Creating dependency file for GSM_Types_part_6.cc
#8 2.436 Creating dependency file for GSM_Types_part_5.cc
#8 2.437 Creating dependency file for GSM_Types_part_4.cc
#8 2.437 Creating dependency file for GSM_Types_part_3.cc
#8 2.438 Creating dependency file for GSM_Types_part_2.cc
#8 2.447 Creating dependency file for GSM_Types_part_1.cc
#8 2.447 Creating dependency file for TELNETasp_PortType.cc
#8 2.448 Creating dependency file for TCCInterface_Functions.cc
#8 2.464 Creating dependency file for TCCEncoding_Functions.cc
#8 2.479 Creating dependency file for TCCConversion_Functions.cc
#8 2.490 Creating dependency file for Socket_API_Definitions.cc
#8 2.490 Creating dependency file for Osmocom_VTY_Functions.cc
#8 2.530 Creating dependency file for Osmocom_Types.cc
#8 2.530 Creating dependency file for OPCAP_Types.cc
#8 2.531 Creating dependency file for OPCAP_Templates.cc
#8 2.540 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 2.540 Creating dependency file for OPCAP_CodecPort.cc
#8 2.542 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 2.555 Creating dependency file for OPCAP_Adapter.cc
#8 2.569 Creating dependency file for Native_Functions.cc
#8 2.573 Creating dependency file for Misc_Helpers.cc
#8 2.605 Creating dependency file for IPL4asp_Types.cc
#8 2.626 Creating dependency file for IPL4asp_PortType.cc
#8 2.626 Creating dependency file for IPL4asp_Functions.cc
#8 2.638 Creating dependency file for General_Types.cc
#8 2.648 Creating dependency file for GSM_Types.cc
#8 2.788 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types.o GSM_Types.cc
#8 2.788 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types.o General_Types.cc
#8 2.788 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
#8 2.788 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
#8 2.788 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
#8 2.789 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers.o Misc_Helpers.cc
#8 2.789 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions.o Native_Functions.cc
#8 2.789 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter.o OPCAP_Adapter.cc
#8 2.790 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests.o OPCAP_CLIENT_Tests.cc
#8 2.790 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort.o OPCAP_CodecPort.cc
#8 2.790 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct.o OPCAP_CodecPort_CtrlFunct.cc
#8 2.790 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates.o OPCAP_Templates.cc
#8 2.791 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types.o OPCAP_Types.cc
#8 2.791 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
#8 2.791 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
#8 2.791 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
#8 3.916 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
#8 4.065 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions.o TCCEncoding_Functions.cc
#8 4.164 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
#8 4.189 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
#8 4.266 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_1.o GSM_Types_part_1.cc
#8 4.409 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_2.o GSM_Types_part_2.cc
#8 4.445 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_3.o GSM_Types_part_3.cc
#8 4.456 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_4.o GSM_Types_part_4.cc
#8 4.580 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_5.o GSM_Types_part_5.cc
#8 4.719 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_6.o GSM_Types_part_6.cc
#8 4.749 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_7.o GSM_Types_part_7.cc
#8 4.833 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_1.o General_Types_part_1.cc
#8 4.863 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_2.o General_Types_part_2.cc
#8 4.981 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_3.o General_Types_part_3.cc
#8 4.993 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_4.o General_Types_part_4.cc
#8 5.192 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_5.o General_Types_part_5.cc
#8 5.213 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_6.o General_Types_part_6.cc
#8 5.307 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_7.o General_Types_part_7.cc
#8 5.362 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_1.cc
#8 5.371 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_2.cc
#8 5.400 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_3.cc
#8 5.404 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_4.cc
#8 5.443 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_5.cc
#8 5.444 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_6.cc
#8 5.483 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_7.o IPL4asp_Functions_part_7.cc
#8 5.508 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_1.cc
#8 5.529 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_2.cc
#8 5.568 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_3.cc
#8 5.647 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_4.cc
#8 5.673 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_5.cc
#8 5.724 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_6.cc
#8 5.742 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_7.o IPL4asp_PortType_part_7.cc
#8 5.821 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_1.o IPL4asp_Types_part_1.cc
#8 5.835 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_2.o IPL4asp_Types_part_2.cc
#8 5.857 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_3.o IPL4asp_Types_part_3.cc
#8 5.866 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_4.o IPL4asp_Types_part_4.cc
#8 6.122 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_5.o IPL4asp_Types_part_5.cc
#8 6.303 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_6.o IPL4asp_Types_part_6.cc
#8 6.769 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_7.o IPL4asp_Types_part_7.cc
#8 6.819 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_1.o Misc_Helpers_part_1.cc
#8 6.845 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_2.o Misc_Helpers_part_2.cc
#8 6.869 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_3.o Misc_Helpers_part_3.cc
#8 6.883 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_4.o Misc_Helpers_part_4.cc
#8 6.917 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_5.o Misc_Helpers_part_5.cc
#8 6.921 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_6.o Misc_Helpers_part_6.cc
#8 6.931 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_7.o Misc_Helpers_part_7.cc
#8 6.945 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_1.o Native_Functions_part_1.cc
#8 6.954 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_2.o Native_Functions_part_2.cc
#8 6.969 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_3.o Native_Functions_part_3.cc
#8 6.976 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_4.o Native_Functions_part_4.cc
#8 6.993 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_5.o Native_Functions_part_5.cc
#8 7.000 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_6.o Native_Functions_part_6.cc
#8 7.012 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_7.o Native_Functions_part_7.cc
#8 7.027 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_1.cc
#8 7.039 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_2.cc
#8 7.040 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_3.cc
#8 7.053 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_4.cc
#8 7.068 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_5.cc
#8 7.077 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_6.cc
#8 7.089 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_7.o OPCAP_Adapter_part_7.cc
#8 7.099 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_1.cc
#8 7.117 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_2.cc
#8 7.154 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_3.cc
#8 7.168 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_4.cc
#8 7.174 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_5.cc
#8 7.203 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_6.cc
#8 7.209 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_7.o OPCAP_CLIENT_Tests_part_7.cc
#8 7.220 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_1.cc
#8 7.233 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_2.cc
#8 7.241 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_3.cc
#8 7.252 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_4.cc
#8 7.292 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_5.cc
#8 7.324 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_6.cc
#8 7.336 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_part_7.cc
#8 7.337 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 7.344 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 7.364 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 7.364 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 7.392 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 7.409 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 7.409 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 7.417 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_1.o OPCAP_Templates_part_1.cc
#8 7.425 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_2.o OPCAP_Templates_part_2.cc
#8 7.445 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_3.o OPCAP_Templates_part_3.cc
#8 7.456 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_4.o OPCAP_Templates_part_4.cc
#8 7.460 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_5.o OPCAP_Templates_part_5.cc
#8 7.485 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_6.o OPCAP_Templates_part_6.cc
#8 7.494 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_7.o OPCAP_Templates_part_7.cc
#8 7.498 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_1.o OPCAP_Types_part_1.cc
#8 7.508 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_2.o OPCAP_Types_part_2.cc
#8 7.512 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_3.o OPCAP_Types_part_3.cc
#8 7.512 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_4.o OPCAP_Types_part_4.cc
#8 7.528 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_5.o OPCAP_Types_part_5.cc
#8 7.536 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_6.o OPCAP_Types_part_6.cc
#8 7.552 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_7.o OPCAP_Types_part_7.cc
#8 7.562 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_1.o Osmocom_Types_part_1.cc
#8 7.578 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_2.o Osmocom_Types_part_2.cc
#8 7.601 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_3.o Osmocom_Types_part_3.cc
#8 7.621 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_4.o Osmocom_Types_part_4.cc
#8 7.624 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_5.o Osmocom_Types_part_5.cc
#8 7.648 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_6.o Osmocom_Types_part_6.cc
#8 7.648 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_7.o Osmocom_Types_part_7.cc
#8 7.662 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_1.cc
#8 7.684 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_2.cc
#8 7.684 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_3.cc
#8 7.684 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_4.cc
#8 7.699 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_5.cc
#8 7.706 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_6.cc
#8 7.724 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_7.o Osmocom_VTY_Functions_part_7.cc
#8 7.725 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_1.cc
#8 7.749 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_2.cc
#8 7.763 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_3.cc
#8 7.769 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_4.cc
#8 7.779 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_5.cc
#8 7.779 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_6.cc
#8 7.785 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_7.o Socket_API_Definitions_part_7.cc
#8 7.809 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_1.cc
#8 7.835 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_2.cc
#8 7.849 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_3.cc
#8 7.877 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_4.cc
#8 7.901 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_5.cc
#8 7.916 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_6.cc
#8 7.932 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_7.o TCCConversion_Functions_part_7.cc
#8 7.932 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_1.cc
#8 7.969 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_2.cc
#8 7.983 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_3.cc
#8 7.998 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_4.cc
#8 8.013 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_5.cc
#8 8.040 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_6.cc
#8 8.056 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_7.o TCCEncoding_Functions_part_7.cc
#8 8.069 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_1.cc
#8 8.069 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_2.cc
#8 8.105 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_3.cc
#8 8.113 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_4.cc
#8 8.129 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_5.cc
#8 8.141 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_6.cc
#8 8.161 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_7.o TCCInterface_Functions_part_7.cc
#8 8.173 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_1.cc
#8 8.212 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_2.cc
#8 8.223 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_3.cc
#8 8.248 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_4.cc
#8 8.315 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_5.cc
#8 8.413 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_6.cc
#8 8.523 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_7.o TELNETasp_PortType_part_7.cc
#8 8.550 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
#8 8.623 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
#8 9.537 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_FunctionDefs.o Native_FunctionDefs.cc
#8 9.685 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunctdef.o OPCAP_CodecPort_CtrlFunctdef.cc
#8 9.998 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion.o TCCConversion.cc
#8 10.21 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding.o TCCEncoding.cc
#8 10.52 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface.o TCCInterface.cc
#8 10.53 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
#8 10.62 g++  -shared -o GSM_Types.so GSM_Types.o
#8 10.72 g++  -shared -o General_Types.so General_Types.o
#8 10.81 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 10.89 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 10.98 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 11.08 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 11.14 g++  -shared -o Native_Functions.so Native_Functions.o
#8 11.16 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 11.18 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 11.19 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 11.25 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 11.30 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 11.33 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 11.49 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 11.50 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 11.52 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 11.54 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 11.56 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 11.60 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 11.60 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 11.63 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 11.65 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 11.72 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 11.74 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 11.75 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 11.77 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 11.78 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 11.80 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 11.81 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 11.92 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 11.95 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 11.98 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 12.00 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 12.03 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 12.03 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 12.04 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 12.06 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 12.09 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 12.12 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 12.12 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 12.14 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 12.15 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 12.16 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 12.17 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 12.18 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 12.19 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 12.19 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 12.22 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 12.24 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 12.24 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 12.24 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 12.25 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 12.26 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 12.27 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 12.28 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 12.29 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 12.32 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 12.34 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 12.36 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 12.37 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 12.40 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 12.40 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 12.40 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 12.43 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 12.46 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 12.47 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 12.48 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 12.51 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 12.52 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 12.52 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 12.54 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 12.55 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 12.55 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 12.56 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 12.56 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 12.58 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 12.59 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 12.60 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 12.60 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 12.61 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 12.62 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 12.62 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 12.63 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 12.64 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 12.65 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 12.65 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 12.66 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 12.68 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 12.69 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 12.70 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 12.70 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 12.71 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 12.72 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 12.72 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 12.73 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 12.75 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 12.76 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 12.76 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 12.76 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 12.77 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 12.78 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 12.79 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 12.79 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 12.80 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 12.80 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 12.80 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 12.80 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 12.81 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 12.81 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 12.82 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 12.82 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 12.83 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 12.84 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 12.84 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 12.85 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 12.85 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 12.85 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 12.86 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 12.86 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 12.87 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 12.87 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 12.88 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 12.90 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 12.91 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 12.92 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 12.92 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 12.93 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 12.95 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 12.96 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 12.97 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 13.00 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 13.02 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 13.02 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 13.04 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 13.05 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 13.08 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 13.09 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 13.09 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 13.10 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 13.12 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 13.14 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 13.15 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 13.15 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 13.18 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 13.20 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 13.20 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 13.24 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 13.24 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 13.25 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 13.27 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 13.28 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 13.29 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 13.29 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 13.32 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 13.33 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 13.33 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 13.34 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 13.34 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 13.36 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 13.37 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 13.38 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 13.39 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 13.41 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 13.42 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 13.42 g++  -shared -o TCCConversion.so TCCConversion.o
#8 13.43 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 13.43 g++  -shared -o TCCInterface.so TCCInterface.o
#8 13.44 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 13.61 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 13.61 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 13.61 -L/lib -lcrypto \
#8 13.61 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 13.61 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 13.98 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 14.1s

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

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.2s done
#10 writing image sha256:073a90f2e3695a1e7a768f31bb60d1835ce06ddd7dd0bf57c3be9cd0d6a7c615 done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest done
#10 DONE 0.3s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/TTCN3-centos7-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 073a90f2e369
+ 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-centos7-pcap-client-test/logs/pcap-client-tester
+ cp OPCAP_CLIENT_Tests.cfg /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/TTCN3-centos7-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-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client
+ cp osmo-pcap-client.cfg /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client/
+ network_create
+ SUBNET=2103899
+ seq 1 30
+ + echo (2103899 + 1) % 256
bc
+ SUBNET=92
+ NET_NAME=ttcn3-pcap-client-test-92
+ SUB4=172.18.92.0/24
+ SUB6=fd02:db8:92::/64
+ set +x
Creating network ttcn3-pcap-client-test-92, trying SUBNET=92...
+ docker network create --internal --subnet 172.18.92.0/24 --ipv6 --subnet fd02:db8:92::/64 ttcn3-pcap-client-test-92
3849fdd9871578dbea56a45bf5330737af6581073938eb521f2ffa773452ccf0
+ set +x

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

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

Waiting for packet dumper to finish... 0 (prev_count=-1, count=2125)
Waiting for packet dumper to finish... 1 (prev_count=2125, count=4109)
MTC@a5b278e32171: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Wed May  8 10:05:55 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@a5b278e32171: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@a5b278e32171: Test case TC_reconnect started.
MTC@a5b278e32171: Waiting for client-0 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":46443
MTC@a5b278e32171: Disconnecting client-0
MTC@a5b278e32171: Connection from "172.18.92.20":39141
MTC@a5b278e32171: setverdict(pass): none -> pass
MTC@a5b278e32171: Setting final verdict of the test case.
MTC@a5b278e32171: Local verdict of MTC: pass
MTC@a5b278e32171: No PTCs were created.
MTC@a5b278e32171: Test case TC_reconnect finished. Verdict: pass
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Wed May  8 10:06:01 UTC 2024
====== OPCAP_CLIENT_Tests.TC_reconnect pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=2137)
Waiting for packet dumper to finish... 1 (prev_count=2137, count=3149)
MTC@a5b278e32171: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Wed May  8 10:06:03 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@a5b278e32171: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@a5b278e32171: Test case TC_capture started.
MTC@a5b278e32171: Waiting for client-0 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":40199
MTC@a5b278e32171: setverdict(pass): none -> pass
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: Setting final verdict of the test case.
MTC@a5b278e32171: Local verdict of MTC: pass
MTC@a5b278e32171: No PTCs were created.
MTC@a5b278e32171: Test case TC_capture finished. Verdict: pass
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Wed May  8 10:06:15 UTC 2024
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=19501)
Waiting for packet dumper to finish... 1 (prev_count=19501, count=20866)
MTC@a5b278e32171: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Wed May  8 10:06:17 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@a5b278e32171: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@a5b278e32171: Test case TC_multi_connect_rx_hdr started.
MTC@a5b278e32171: Waiting for client-0 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":39141
MTC@a5b278e32171: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@a5b278e32171: Waiting for client-1 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":41409
MTC@a5b278e32171: setverdict(pass): none -> pass
MTC@a5b278e32171: Setting final verdict of the test case.
MTC@a5b278e32171: Local verdict of MTC: pass
MTC@a5b278e32171: No PTCs were created.
MTC@a5b278e32171: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Wed May  8 10:06:21 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3744)
Waiting for packet dumper to finish... 1 (prev_count=3744, count=5020)
MTC@a5b278e32171: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Wed May  8 10:06:23 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@a5b278e32171: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@a5b278e32171: Test case TC_multi_capture started.
MTC@a5b278e32171: Waiting for client-0 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":32773
MTC@a5b278e32171: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@a5b278e32171: Waiting for client-1 connection...
MTC@a5b278e32171: Connection from "172.18.92.20":38015
MTC@a5b278e32171: setverdict(pass): none -> pass
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: setverdict(pass): pass -> pass, component reason not changed
MTC@a5b278e32171: Setting final verdict of the test case.
MTC@a5b278e32171: Local verdict of MTC: pass
MTC@a5b278e32171: No PTCs were created.
MTC@a5b278e32171: Test case TC_multi_capture finished. Verdict: pass
MTC@a5b278e32171: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Wed May  8 10:06:36 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=33756)
Waiting for packet dumper to finish... 1 (prev_count=33756, count=35512)
MTC@a5b278e32171: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@a5b278e32171: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@a5b278e32171: Terminating MTC.
MC@a5b278e32171: MTC terminated.
MC2> exit
MC@a5b278e32171: Shutting down session.
MC@a5b278e32171: 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
+ + awk -F" NR>1{print $2}
docker+  network inspect ttcn3-pcap-client-test-92
cut -d : -f2
+ grep Name
+ local containers=jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
+ [ -n jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client ]
+ docker_kill_wait jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
+ docker kill jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
+ docker wait jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
Error response from daemon: No such container: jenkins-TTCN3-centos7-pcap-client-test-879-pcap-client
+ true
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-92
+ docker network remove ttcn3-pcap-client-test-92
ttcn3-pcap-client-test-92
+ rm -rf /home/osmocom-build/jenkins/workspace/TTCN3-centos7-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-centos7-pcap-client-test/logs:/data -v /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/_cache:/cache --name jenkins-TTCN3-centos7-pcap-client-test-879-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-centos7-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='47.00'>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_connect_rx_hdr' time='0.992097'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.900066'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.427503'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.839316'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.327961'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS