Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@forge.etsi.org:emergency-communications/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emergency-communications/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emergency-communications/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/master^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 46e55fd99999cdbd4bd3ed2ac23d8e3bba5b7042 # timeout=10 Checking out Revision 46e55fd99999cdbd4bd3ed2ac23d8e3bba5b7042 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46e55fd99999cdbd4bd3ed2ac23d8e3bba5b7042 Commit message: "Add missing file" > git rev-list 0dcefce50c765f629ba4d3bbcd77d3384952cc39 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins4386446584956149667.sh Error response from daemon: No such container: stf549_ng112 Sending build context to Docker daemon 12.57MB Step 1/15 : FROM ubuntu:18.04 ---> 20bb25d32758 Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> d2c7b8789d65 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> 9bdbeb54bc44 Step 4/15 : ENV TERM xterm ---> Using cache ---> ca99d49fe5d2 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> e34f5b995749 Step 6/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y ---> Using cache ---> ddc55fede596 Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y autoconf bison build-essential cmake curl dos2unix doxygen emacs expect flex g++-8 gcc-8 gdb git-core gnutls-bin graphviz inetutils-ping libglib2.0-dev libpcap-dev libgcrypt-dev libncurses5-dev libssl-dev libtool-bin libtool libwireshark-dev libxml2-dev lsof ntp openssh-server pkg-config qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev subversion sudo sshpass tcpdump texlive-font-utils tshark tzdata valgrind vim vsftpd xutils-dev tree unzip wget xsltproc && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 7168ce2945ef Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 87cbcbb0b40c Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> e16d3715bfda Step 10/15 : RUN cd /home/etsi && echo "" >> /home/etsi/.bashrc && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_emcom/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc && echo "cd /home/etsi" >> /home/etsi/.bashrc && echo ". ./devenv.bash" >> /home/etsi/.bashrc && . /home/etsi/.bashrc && mkdir -p bin lib include tmp frameworks docs man dev && chown etsi:etsi bin lib include tmp frameworks docs man dev && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> 1bbca818e6a9 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 099c34378fd0 Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> a9285d2454dd Step 13/15 : USER etsi ---> Using cache ---> 807a63fed454 Step 14/15 : RUN cd /home/etsi/frameworks && git clone https://git.savannah.gnu.org/git/osip.git ./osip && cd osip && ./autogen.sh && ./configure --prefix=/home/etsi && make && make install ---> Using cache ---> f025da555c3a Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash ---> Using cache ---> 9701f2b39658 Successfully built 9701f2b39658 Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest 9701f2b39658 4 days ago 3.09GB f025da555c3a 4 days ago 1.73GB 807a63fed454 4 days ago 1.71GB a9285d2454dd 4 days ago 1.71GB 099c34378fd0 4 days ago 1.7GB 1bbca818e6a9 4 days ago 1.69GB e16d3715bfda 4 days ago 1.69GB 87cbcbb0b40c 4 days ago 1.69GB 7168ce2945ef 4 days ago 1.69GB ddc55fede596 4 days ago 222MB ca99d49fe5d2 4 days ago 87.5MB e34f5b995749 4 days ago 87.5MB 9bdbeb54bc44 4 days ago 87.5MB d2c7b8789d65 4 days ago 87.5MB ubuntu 18.04 20bb25d32758 5 days ago 87.5MB ef10de113a3a 3 weeks ago 2.67GB 731ef350006a 3 weeks ago 1.73GB fbe330b3d96a 3 weeks ago 1.71GB d872a7ea1a63 3 weeks ago 1.71GB 89cff6074639 3 weeks ago 1.7GB dee564ffbf23 3 weeks ago 1.69GB 218132531d54 3 weeks ago 1.69GB 16672ed81d6c 3 weeks ago 1.69GB d2104fabafce 3 weeks ago 1.69GB 37d606d8aa1b 3 weeks ago 221MB 7fb81b91de9a 3 weeks ago 86.7MB 52edb6aef676 3 weeks ago 86.7MB ad5aa0ecebd3 3 weeks ago 86.7MB d9765724ec25 3 weeks ago 86.7MB 1d9c17228a9e 4 weeks ago 86.7MB 3116af85cd09 6 weeks ago 3.09GB c9b8d4ed3aeb 6 weeks ago 1.73GB 59d384ca5659 6 weeks ago 1.72GB 4132db491616 6 weeks ago 1.71GB 0eeac4597c55 6 weeks ago 1.72GB 2b99bacf4b98 6 weeks ago 1.7GB a6e5a0fe4523 6 weeks ago 1.7GB b368a8d96b71 6 weeks ago 1.7GB 30347a572130 6 weeks ago 1.7GB 4f2bec8a2115 6 weeks ago 220MB ed541f6c3526 6 weeks ago 86.2MB 60c9454b86c7 6 weeks ago 86.2MB 2594c1075c38 6 weeks ago 86.2MB 98a0a65b1685 6 weeks ago 86.2MB 163425d401f9 2 months ago 2.88GB 93fd78260bd1 2 months ago 86.2MB fde06f0f899f 2 months ago 222MB 8bd6314e0df1 2 months ago 222MB b8fe714f1a85 2 months ago 222MB aa08a91c11f1 2 months ago 222MB b74c572fba49 2 months ago 222MB bf5bcfd41178 2 months ago 222MB 2a5bac4daa74 2 months ago 222MB 18bdc3cea6b0 2 months ago 2.65GB 1afb0b43b8d9 2 months ago 2.65GB sol006 latest 119f293654de 2 months ago 150MB 1c74ff76b6d1 2 months ago 150MB e9a37971a55d 2 months ago 150MB 05bdda6fd6dd 2 months ago 150MB 42d5eb6470d4 2 months ago 222MB f05a97034f47 2 months ago 222MB c94eb473a6f7 2 months ago 222MB 0e32db7a01c5 2 months ago 222MB 5c11e0e954d6 2 months ago 222MB 44e6c3ae79b0 2 months ago 222MB 9c3c407cec72 2 months ago 222MB b30960615413 2 months ago 222MB 54aac26bb2a4 2 months ago 220MB 1c04c8321f0a 3 months ago 150MB be5e0cd4508c 3 months ago 2.65GB 5758bd3361b3 3 months ago 1.72GB daf2748d8b7d 3 months ago 222MB ba6ecd99c3b7 3 months ago 222MB 78113c5c238d 3 months ago 222MB 5de7df7676c0 3 months ago 222MB 7548b9c070d6 3 months ago 222MB 4d57729c60b0 3 months ago 222MB 01eb90addc8c 3 months ago 222MB nfv-sol6 1.0 35fe25d9cdbe 3 months ago 460MB ea01d4e5bce3 3 months ago 460MB a7a99f797142 3 months ago 460MB fd5071b67334 3 months ago 460MB c227c06b04f7 3 months ago 453MB 8732c695181d 3 months ago 364MB 39f1e536290f 3 months ago 364MB ef8228e67de6 3 months ago 364MB 297c783ef30d 3 months ago 345MB d2c54fecff86 3 months ago 311MB c6590ec4dba8 3 months ago 218MB ddb9767d9c77 3 months ago 1.7GB aa5a1e5a03da 3 months ago 1.7GB b758aa7c3d43 3 months ago 1.7GB d5702f8bc815 3 months ago 1.69GB 942fa7526d74 3 months ago 1.69GB 60ea54ae02ec 3 months ago 1.69GB 9cc065a67f29 3 months ago 1.69GB 8f0d9ae8f918 3 months ago 220MB 9fa6db53d3aa 3 months ago 85.8MB 02d8eacf418a 3 months ago 85.8MB ac21fdd971c5 3 months ago 85.8MB 99516185b383 3 months ago 85.8MB 554fcdc46e06 3 months ago 222MB c6b0d4b8a4b9 3 months ago 222MB 764bc5d4e7ff 3 months ago 222MB 692d4dcb0c92 3 months ago 222MB 0748ba355ad1 3 months ago 222MB ceeb680ed4fb 3 months ago 222MB 3cf79c1aef61 3 months ago 222MB b352741119b6 3 months ago 222MB openapivalidator latest 0f2938b0d611 3 months ago 222MB fc46bfc0ca88 3 months ago 222MB 81367680be11 3 months ago 222MB 845b46c2c1dc 3 months ago 222MB 16516228bb7a 3 months ago 222MB 15b5c2a87a43 3 months ago 222MB 7871c2bfc3ea 3 months ago 222MB cbc3149e2130 3 months ago 220MB 360ceb237df9 3 months ago 212MB c9c3979202c1 3 months ago 188MB 6edcfc270195 3 months ago 188MB f790ef185743 3 months ago 173MB 3dcde753af30 3 months ago 157MB c2d720896593 3 months ago 153MB 82f7425307e6 3 months ago 151MB a00125cd64f2 3 months ago 150MB 99af8b969755 3 months ago 54.4MB 95fda2dffd97 3 months ago 40.7MB 002ade640a14 3 months ago 31.8MB 9984393d4ab7 3 months ago 8.68MB c93a8f8fceea 3 months ago 5.13MB 5aba9ace9175 3 months ago 4.03MB 6c08dbf57209 3 months ago 217MB 359dcc804220 3 months ago 217MB 9a72dd804e49 3 months ago 217MB 4469ae439fb4 3 months ago 217MB 92a1fdd5a199 3 months ago 217MB e8705dbdcb3a 3 months ago 217MB 698533a52c4d 3 months ago 217MB ea4c82dcd15a 3 months ago 85.8MB d7fb8cfc7500 3 months ago 234MB titan-bin latest b7a695f339aa 4 months ago 913MB 1f1480ce6e99 4 months ago 913MB 645d27e043d4 4 months ago 913MB fa322eb88f98 4 months ago 913MB e2ab5136a60c 4 months ago 913MB 6d982f1afd9b 4 months ago 913MB a8845b9bbf4c 4 months ago 913MB 4aaf05ed1dd6 4 months ago 813MB 674792b53145 4 months ago 813MB c0400b683205 4 months ago 789MB 4fcdc6b7dee9 4 months ago 679MB a9dd9a97e097 4 months ago 293MB 196d12cf6ab1 4 months ago 4.41MB 94627dfbdf19 4 months ago 4.03MB 9db65cf2aec4 4 months ago 200MB 29ad31d1c202 4 months ago 200MB a1eabee0db8f 4 months ago 200MB fd01895b8e3f 4 months ago 200MB 75481933ad98 4 months ago 200MB 3787c503db7e 4 months ago 200MB 5182e96772bf 5 months ago 200MB 9181a86fdafd 6 months ago 217MB 2767d2d28581 6 months ago 217MB ec8ef1060736 6 months ago 217MB 1d7d15cf55cd 6 months ago 217MB 7f401be3fb9f 6 months ago 217MB a8e40231dcc5 6 months ago 217MB defe9a4e85d9 6 months ago 217MB 46618e25b412 6 months ago 217MB dfcffa881097 6 months ago 216MB 84533e5860c9 6 months ago 208MB de36501403e3 6 months ago 187MB 81a898805c9f 6 months ago 187MB 8b9cff333db2 6 months ago 173MB bff5534325c4 6 months ago 156MB 6b46498081cd 6 months ago 153MB ca2ccaf56683 6 months ago 151MB d7e1e0714341 6 months ago 150MB 07b91e8b8e53 6 months ago 54.3MB 615f95d9bef2 6 months ago 40.7MB 9644a010beb6 6 months ago 31.8MB ddd536927392 6 months ago 8.61MB e4bc3bfd196d 6 months ago 5.07MB 118f86344fe4 6 months ago 3.97MB 09a11c672992 6 months ago 81.2MB 1106147ea781 6 months ago 81.2MB 44bfef0f3992 6 months ago 81.2MB 4905aa1f1ba2 6 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 7 months ago 729MB 113a43faa138 7 months ago 81.2MB 37eec16f1872 15 months ago 3.97MB [ { "Id": "sha256:9701f2b396588cb42ba17a78a034d177d1610c59e5c998598ff898f952495e56", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "Comment": "", "Created": "2019-01-24T10:34:50.315918034Z", "Container": "b947e3400643183737be2e73ef41397e8156a116f8332005076b2e33947b6b28", "ContainerConfig": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/sh", "-c", "cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash" ], "ArgsEscaped": true, "Image": "sha256:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "DockerVersion": "17.06.2-ce", "Author": "ETSI STF 549", "Config": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/bash" ], "ArgsEscaped": true, "Image": "sha256:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 3092210130, "VirtualSize": 3092210130, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:adcb570ae9ac70d0f46badf9ee0ecd49fbec2ae0bc26254653f99afa60046a4e", "sha256:7604c8714555c5c681ce97ab9114c24d5b128e248724bd3e8389f3ccbe1f09a4", "sha256:9e9d3c3a74581b0bb947e9621526ccec317d3cae000bc3c5d7b7f892bc1b4baa", "sha256:27a216ffe82565764e05e8e0166a2505242bbf4c359a2eaf737e0a4b9d3c3000", "sha256:e73eb53af4fe166cfcd198bd966aa2ddbaa03afb2b20633ca9b259ce1aa422e6", "sha256:53ffce7c83662b8676e9ae6ddee729977cf2c6613b7f9bd3e9ca5e0fc09c41cc", "sha256:2f9b7800cb18354f83b11c4b72119acf6e1a885845adf68201e346832ea8f635", "sha256:2bd35258d3abd6d299261e9d9f0b4aac955d30801c48467e480148ae7d3540c7", "sha256:424c3503a6b1cc43d7be7cd3f90857973ce8663c4238e0297455b71b8d2b209e", "sha256:fbcd4965e479e65f7a4931e69f839cb4bb02076c9fe1bfee84b718aa60ce5565", "sha256:69dbfdcda6eb1304585ccc89db98525d948e7e464979d6c942bbad759f6744e2", "sha256:dd36ef10b3dd3f7c09d0615904006e1d279f0c89c5dfcefeddf3e8dad9dec40b", "sha256:c4c4b189f0f4cba6aadfb467d385ce8cfd3a883962e1f4c541e8c937ed38c157" ] } } ] rm: cannot remove '../logs/merged.log.*': No such file or directory > cmtc: to create the MTC server > smtc [module_name[[.control]|.testcase_name|.*]: when MyExample is connected, run the TCs in [EXECUTE] section > emtc: Terminate MTC. ************************************************************************* * TTCN-3 Test Executor - Main Controller 2 * * Version: CRL 113 200/6 R5B * * Copyright (c) 2000-2018 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: ../etc/AtsNg112.cfg Entering batch mode. Waiting for 1 HC to connect... MC@6a8226026612: Unix server socket created successfully. MC@6a8226026612: Listening on IP address 127.0.0.1 and TCP port 12000. if g++ -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112 http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lttcn3-rt2-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lrt -lxml2 -lpcap -lstdc++fs -lssl -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2; \ then : ; else /home/etsi/frameworks/titan/titan.core/Install/bin/titanver http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o; exit 1; fi TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5B The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. MC@6a8226026612: New HC connected from 127.0.0.1 [127.0.0.1]. 6a8226026612: Linux 4.4.0-139-generic on x86_64. MC@6a8226026612: Downloading configuration file to all HCs. HC@6a8226026612: TTCN-3 Host Controller started on 6a8226026612. Version: CRL 113 200/6 R5B. HC@6a8226026612: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=Yes; LogEventTypes:=Yes; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error HC@6a8226026612: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@6a8226026612: Warning: The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. HC@6a8226026612: The address of MC was set to 127.0.0.1:0. HC@6a8226026612: Connected to MC. HC@6a8226026612: This host supports UNIX domain sockets for local communication. HC@6a8226026612: Processing configuration data received from MC. HC@6a8226026612: Module LibCommon_Sync has the following parameters: { PX_TSYNC_TIME_LIMIT := 30.000000, PX_TSHUT_DOWN_TIME_LIMIT := 30.000000 } HC@6a8226026612: Module LibCommon_Time has the following parameters: { PX_TDONE := 120.000000, PX_TAC := 30.000000, PX_TNOAC := 10.000000, PX_TWAIT := 120.000000, PX_LOOP := 1.000000 } HC@6a8226026612: Module LibItsHttp_Pics has the following parameters: { PICS_HEADER_HOST := "lis.gridgears.io", PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8" } HC@6a8226026612: Module LibNg112_Pics has the following parameters: { PICS_LIS_IUT := false, PICS_ECRF_IUT := false, PICS_ESRP_IUT := false, PICS_PSAP_IUT := true, PICS_HTTP_GET_REQUEST := true, PICS_HTTP_POST_REQUEST := true, PICS_LOCATION_HELD := true, PICS_SERVICE_LOST := true, PICS_LIS_URI := "/api", PICS_ECRF_URI := "/api", PICS_ECRF_REQUEST_URIs := { "/t/0ahy0-1531830377/post" }, PICS_H_QRY_GEO1 := true, PICS_H_QRY_GEO2 := true, PICS_H_QRY_GEO3 := true, PICS_H_QRY_GEO4 := true, PICS_H_QRY_CIV1 := true, PICS_H_QRY_CIV2 := true, PICS_H_QRY_STR1 := true, PICS_H_QRY_ERR1 := true, PICS_H_QRY_ERR2 := true, PICS_H_DER_TOK1 := true, PICS_H_DER_TOK2 := true, PICS_H_GET_ERR1 := true, PICS_L_FIS_GEO1 := true, PICS_L_FIS_GEO2 := true, PICS_L_FIS_GEO3 := true, PICS_L_FIS_SBV1 := true, PICS_L_LST_GEO1 := true, PICS_L_LST_ALL1 := true, PICS_L_FIS_ERR1 := true, PICS_L_FIS_ERR2 := true, PICS_S_SIP_UDP1 := true, PICS_S_SIP_TCP1 := false, PICS_E_SIP_BSC1 := true, PICS_E_SIP_URN1 := true, PICS_E_SIP_URN2 := true, PICS_E_SIP_URN3 := true, PICS_B_SDP_ALA1 := true, PICS_B_SDP_ULA1 := true, PICS_S_SIP_OPT1 := true } HC@6a8226026612: Module LibNg112_Pixits has the following parameters: { PX_DOUBLE_CMP_EPSILON := 1.000000e-05, PX_DEVICE_URI_SIP := "sip:user@example.net;gr=kjh29x97us97d", PX_DEVICE_NUMBER := { "tel:+331234567890", "tel:+331234567891", "tel:+331234567892", "tel:+33000000000" }, PX_DEVICE_NUMBER_POINT := 0, PX_DEVICE_NUMBER_CIRCLE := 1, PX_DEVICE_NUMBER_CIVIC := 2, PX_UNKNOWN_DEVICE_NUMBER := 3, PX_UNKNOWN_DEVICE_URI := "sip:no_one@example.net;gr=kjh29x97us97d", PX_DEVICE_NUMBER_POINT_POS := { 43.616891, 7.053179 }, PX_CIRCLE_POS := { 43.617174, 7.052750 }, PX_CIRCLE_UOM := "urn:ogc:def:uom:EPSG::9001", PX_CIRCLE_RADIUS := 15.000000, PX_SRS_NAME := "urn:ogc:def:crs:EPSG::4326", PX_CIVIC_ADDR_COUNTRY := "AU", PX_CIVIC_ADDR_A1 := "NSW", PX_CIVIC_ADDR_A3 := "Wollongong", PX_CIVIC_ADDR_A4 := "Gwynneville", PX_CIVIC_ADDR_STS := "Northfield Avenue", PX_CIVIC_ADDR_LMK := "University of Wollongong", PX_LOCATION_ID := "6020688f1ce1896d", PX_V_POLICE_DISPLAY_NAME := "Vienna police", PX_E_POLICE_DISPLAY_NAME := "ETSI Police", PX_V_POLICE_SOURCE := "ecrf.gridgears", PX_V_POLICE_SOURCE_ID := "viennaPoliceId", PX_E_POLICE_SOURCE_ID := "etsiPoliceId", PX_E_POLICE_SERVICE_URN := "urn:service:sos.police", PX_V_POLICE_SERVICE_URN := "urn:service:sos.police", PX_E_POLICE_SIP_URI := "sip:police@etsi.com", PX_V_POLICE_PATH := "ecrf.gridgears.io", PX_V_POLICE_SIP_URI := "sip:police@vienna.com", PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 43.620230, 7.071032 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_RADIUS := 2.000000, PX_E_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SOURCE := "ecrf.gridgears", PX_V_FIRE_SOURCE_ID := "viennaFireId", PX_V_FIRE_DISPLAY_NAME := "Vienna Fire", PX_V_FIRE_SIP_URI := "sip:fire@vienna.com", PX_V_FIRE_PATH := "ecrf.gridgears.io", PX_POINT_IN_E_FIRE_SERVICE_BOUNDARY := { 48.205971, 16.221657 }, PX_POINT_IN_V_FIRE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_POS := { 48.302609, 16.351604 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_RADIUS := 5000.000000, PX_CIRCLE_IN_V_FIRE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_IN_V_FIRE_SERVICE_BOUNDARY_RADIUS := 2.000000, PX_LOST_EXPIRES := "2019-08-30T08:48:17+00:00", PX_LOST_LAST_UPDATED := "2018-08-30T08:48:17+00:00", PX_E_UNKNOWN_SERVICE_URN := "urn:service:sos.unknown", PX_CHECK_CONVERSATION := false, PX_IMS_SUT_UE_IPADDR := "172.31.10.99", PX_IMS_SUT_UE_PORT := 5060, PX_IMS_SUT_PCSCF1_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF1_PORT := 5060, PX_IMS_SUT_PCSCF1_HOME_DOMAIN := "pcscf1.sut.net", PX_IMS_SUT_UE1_BEARER_IPADDR := "10.101.242.1", PX_IMS_SUT_UE1_HOME_DOMAIN := "huawei.com", PX_IMS_SUT_UE1_PUBLIC_USER := "8007", PX_IMS_SUT_UE1_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE1_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE1_QOP := "auth", PX_IMS_SUT_UE1_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_UE1_DISPLAY := "UE1@SUT", PX_IMS_SUT_PCSCF2_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF2_PORT := 5060, PX_IMS_SUT_PCSCF2_HOME_DOMAIN := "pcscf2.home.net", PX_IMS_SUT_UE2_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE2_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE2_PUBLIC_USER := "2910", PX_IMS_SUT_UE2_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE2_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE2_QOP := "auth", PX_IMS_SUT_UE2_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF3_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF3_PORT := 5060, PX_IMS_SUT_PCSCF3_HOME_DOMAIN := "pcscf3.home.net", PX_IMS_SUT_UE3_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE3_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE3_PUBLIC_USER := "2910", PX_IMS_SUT_UE3_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE3_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE3_QOP := "auth", PX_IMS_SUT_UE3_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF4_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF4_PORT := 5060, PX_IMS_SUT_PCSCF4_HOME_DOMAIN := "pcscf4.home.net", PX_IMS_SUT_UE4_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE4_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE4_PUBLIC_USER := "2910", PX_IMS_SUT_UE4_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE4_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE4_QOP := "auth", PX_IMS_SUT_UE4_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_unknownUE_PUBLIC_USER := "0007", PX_IMS_SUT_EMERGENCY_HOME_DOMAIN := "huawei.com", PX_IMS_SUT_EMERGENCY_SERVICE := "911", PX_IMS_SUT_EMERGENCY_SERVICE_INVALID := "service.sos.invalid", PX_IMS_SUT_IBCF1_IPADDR := "172.31.10.5", PX_IMS_SUT_IBCF1_PORT := 5060, PX_IMS_SUT_IBCF1_HOME_DOMAIN := "ibcf1.sut.net", PX_IMS_SUT_IBCF2_IPADDR := "172.31.10.6", PX_IMS_SUT_IBCF2_PORT := 5060, PX_IMS_SUT_IBCF2_HOME_DOMAIN := "ibcf2.sut.net", PX_IMS_SUT_PCSCF_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF_PORT := 5060, PX_IMS_SUT_PCSCF_HOME_DOMAIN := "pcscf.sut.net", PX_IMS_SUT_PCSCF_VisitedNetworkID := "sut token", PX_IMS_SUT_PCSCF_MinSE := "100", PX_IMS_SUT_SCSCF_IPADDR := "172.31.10.4", PX_IMS_SUT_SCSCF_PORT := 5060, PX_IMS_SUT_SCSCF_HOME_DOMAIN := "scscf.sut.net", PX_IMS_SUT_SCSCF_REALM := "realm.scscf", PX_IMS_SUT_ICSCF_IPADDR := "172.31.10.3", PX_IMS_SUT_ICSCF_PORT := 5060, PX_IMS_SUT_ICSCF_HOME_DOMAIN := "icscf.sut.net", PX_IMS_SUT_AS_IPADDR := "172.31.10.7", PX_IMS_SUT_AS_PORT := 5060, PX_IMS_SUT_AS_HOME_DOMAIN := "as.sut.net", PX_IMS_SUT_IMGCF_IPADDR := "172.31.10.10", PX_IMS_SUT_IMGCF_PORT := 5060, PX_IMS_SUT_IMGCF_HOME_DOMAIN := "imgcf.sut.net", PX_IMS_SUT_CONF_IPADDR := "172.31.10.10", PX_IMS_SUT_CONF_PORT := 5060, PX_IMS_SUT_CONF_HOME_DOMAIN := "conf.sut.net", PX_IMS_SUT_CONF_FACTORY_NAME := "factory.uri.name", PX_IMS_TS_UE1_IPADDR := "10.101.242.1", PX_IMS_TS_UE1_PORT := 5060, PX_IMS_TS_UE1_REGISTRAR := "registrar.ts.net" } HC@6a8226026612: Module LibSip_PIXITS has the following parameters: { PX_SIP_SDP_USER_NAME := "voicesession", PX_SIP_SDP_SESSION_ID := "30000", PX_SIP_SDP_DYN := "0", PX_SIP_SDP_B_MODIFIER := "AS", PX_SIP_SDP_B_BANDWIDTH := 64, PX_SIP_SDP_ENCODING := "PCMU", PX_SIP_SDP_CLOCKRATE := "8000", PX_MB_LENGTH_FROM_ENCVAL := true, PX_USE_FX_FOR_XML_LENGTH := false, PX_SIP_TRANSPORT := "UDP", PX_SIP_REGISTRATION := false, PX_AUTH_ALGORITHM := "AKAv1-MD5", PX_SIP_REGISTER_AUTHENTICATION_ENABLED := true, PX_SIP_INVITE_AUTHENTICATION_ENABLED := false, PX_SIP_TWAIT := 30.000000, PX_SIP_TACK := 8.000000, PX_SIP_TRESP := 15.000000, PX_SIP_TNOACT := 1.000000, PX_SIP_MIME_BOUNDARY := "boundary1" } HC@6a8226026612: Initializing module AtsNg112_Steps. HC@6a8226026612: Initializing module LibNg112_Steps. HC@6a8226026612: Initializing module LibIms_Steps. HC@6a8226026612: Initializing module LibIms_Templates. HC@6a8226026612: Initializing module LibSip_Steps. HC@6a8226026612: Initializing module LibSip_Templates. HC@6a8226026612: Initializing module LibSip_Interface. HC@6a8226026612: Initializing module LibCommon_Sync. HC@6a8226026612: Initializing module LibCommon_AbstractData. HC@6a8226026612: Initializing module LibCommon_BasicTypesAndValues. HC@6a8226026612: Initialization of module LibCommon_BasicTypesAndValues finished. HC@6a8226026612: Initialization of module LibCommon_AbstractData finished. HC@6a8226026612: Initializing module LibCommon_VerdictControl. HC@6a8226026612: Initialization of module LibCommon_VerdictControl finished. HC@6a8226026612: Initialization of module LibCommon_Sync finished. HC@6a8226026612: Initializing module LibSip_SIPTypesAndValues. HC@6a8226026612: Initializing module LibSip_MessageBodyTypes. HC@6a8226026612: Initializing module LibSip_SDPTypes. HC@6a8226026612: Initializing module LibSip_Common. HC@6a8226026612: Initialization of module LibSip_Common finished. HC@6a8226026612: Initialization of module LibSip_SDPTypes finished. HC@6a8226026612: Initializing module LibSip_SimpleMsgSummaryTypes. HC@6a8226026612: Initialization of module LibSip_SimpleMsgSummaryTypes finished. HC@6a8226026612: Initializing module LibSip_XMLTypes. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_resource_lists. HC@6a8226026612: Initializing module http_www_w3_org_XML_1998_namespace. HC@6a8226026612: Initializing module XSD. HC@6a8226026612: Initializing module UsefulTtcn3Types. HC@6a8226026612: Initialization of module UsefulTtcn3Types finished. HC@6a8226026612: Initialization of module XSD finished. HC@6a8226026612: Initialization of module http_www_w3_org_XML_1998_namespace finished. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_resource_lists finished. HC@6a8226026612: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_xcap. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_common_policy. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_common_policy finished. HC@6a8226026612: Initializing module urn_oma_xml_xdm_common_policy. HC@6a8226026612: Initialization of module urn_oma_xml_xdm_common_policy finished. HC@6a8226026612: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_xcap finished. HC@6a8226026612: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_mcid. HC@6a8226026612: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_mcid finished. HC@6a8226026612: Initializing module NoTargetNamespace. HC@6a8226026612: Initialization of module NoTargetNamespace finished. HC@6a8226026612: Initializing module urn_3gpp_ns_cw_1_0. HC@6a8226026612: Initialization of module urn_3gpp_ns_cw_1_0 finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_conference_info. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_conference_info finished. HC@6a8226026612: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_pstn. HC@6a8226026612: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_pstn finished. HC@6a8226026612: Initializing module http_uri_etsi_org_ngn_params_xml_comm_div_info. HC@6a8226026612: Initialization of module http_uri_etsi_org_ngn_params_xml_comm_div_info finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_reginfo. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_reginfo finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_pidf. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_pidf finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy finished. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10 finished. HC@6a8226026612: Initialization of module LibSip_XMLTypes finished. HC@6a8226026612: Initialization of module LibSip_MessageBodyTypes finished. HC@6a8226026612: Initialization of module LibSip_SIPTypesAndValues finished. HC@6a8226026612: Initializing module LibSip_PIXITS. HC@6a8226026612: Initializing module LibCommon_DataStrings. HC@6a8226026612: Initialization of module LibCommon_DataStrings finished. HC@6a8226026612: Initialization of module LibSip_PIXITS finished. HC@6a8226026612: Initialization of module LibSip_Interface finished. HC@6a8226026612: Initializing module LibSip_EncdecDeclarations. HC@6a8226026612: Initializing module LibSip_SMSTypesAndValues. HC@6a8226026612: Initialization of module LibSip_SMSTypesAndValues finished. HC@6a8226026612: Initialization of module LibSip_EncdecDeclarations finished. HC@6a8226026612: Initialization of module LibSip_Templates finished. HC@6a8226026612: Initialization of module LibSip_Steps finished. HC@6a8226026612: Initializing module LibIms_SIPTypesAndValues. HC@6a8226026612: Initialization of module LibIms_SIPTypesAndValues finished. HC@6a8226026612: Initialization of module LibIms_Templates finished. HC@6a8226026612: Initializing module LibIms_Interface. HC@6a8226026612: Initialization of module LibIms_Interface finished. HC@6a8226026612: Initialization of module LibIms_Steps finished. HC@6a8226026612: Initializing module LibNg112_Pixits. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_lost1. HC@6a8226026612: Initializing module http_www_opengis_net_pidflo_1_0. HC@6a8226026612: Initializing module http_www_opengis_net_gml. HC@6a8226026612: Initialization of module http_www_opengis_net_gml finished. HC@6a8226026612: Initialization of module http_www_opengis_net_pidflo_1_0 finished. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_lost1 finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr finished. HC@6a8226026612: Initializing module LibNg112_TypesAndValues. HC@6a8226026612: Initialization of module LibNg112_TypesAndValues finished. HC@6a8226026612: Initialization of module LibNg112_Pixits finished. HC@6a8226026612: Initialization of module LibNg112_Steps finished. HC@6a8226026612: Initialization of module AtsNg112_Steps finished. HC@6a8226026612: Initializing module AtsNg112_TestCases. HC@6a8226026612: Initializing module LibItsHttp_Functions. HC@6a8226026612: Initializing module LibItsHttp_Pics. HC@6a8226026612: Initialization of module LibItsHttp_Pics finished. HC@6a8226026612: Initializing module LibItsHttp_TestSystem. HC@6a8226026612: Initializing module LibCommon_Time. HC@6a8226026612: Initialization of module LibCommon_Time finished. HC@6a8226026612: Initializing module LibItsHttp_TypesAndValues. HC@6a8226026612: Initializing module LibItsHttp_MessageBodyTypes. HC@6a8226026612: Initializing module LibItsHttp_XmlMessageBodyTypes. HC@6a8226026612: Initializing module LibItsHttp_XMLTypes. HC@6a8226026612: Initialization of module LibItsHttp_XMLTypes finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_geopriv_held. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_geopriv_held finished. HC@6a8226026612: Initialization of module LibItsHttp_XmlMessageBodyTypes finished. HC@6a8226026612: Initializing module LibItsHttp_BinaryMessageBodyTypes. HC@6a8226026612: Initialization of module LibItsHttp_BinaryMessageBodyTypes finished. HC@6a8226026612: Initialization of module LibItsHttp_MessageBodyTypes finished. HC@6a8226026612: Initialization of module LibItsHttp_TypesAndValues finished. HC@6a8226026612: Initialization of module LibItsHttp_TestSystem finished. HC@6a8226026612: Initialization of module LibItsHttp_Functions finished. HC@6a8226026612: Initializing module LibNg112_Templates. HC@6a8226026612: Initialization of module LibNg112_Templates finished. HC@6a8226026612: Initializing module LibNg112_Functions. HC@6a8226026612: Initializing module LibItsHttp_Templates. HC@6a8226026612: Initialization of module LibItsHttp_Templates finished. HC@6a8226026612: Initializing module LibItsHttp_XmlTemplates. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_geopriv_held_id. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_geopriv_held_id finished. HC@6a8226026612: Initialization of module LibItsHttp_XmlTemplates finished. HC@6a8226026612: Initializing module LibNg112_TestSystem. HC@6a8226026612: Initialization of module LibNg112_TestSystem finished. HC@6a8226026612: Initialization of module LibNg112_Functions finished. HC@6a8226026612: Initializing module LibNg112_Pics. HC@6a8226026612: Initialization of module LibNg112_Pics finished. HC@6a8226026612: Initialization of module AtsNg112_TestCases finished. HC@6a8226026612: Initializing module AtsNg112_TestControl. HC@6a8226026612: Initialization of module AtsNg112_TestControl finished. HC@6a8226026612: Initializing module LibCommon_TextStrings. HC@6a8226026612: Initialization of module LibCommon_TextStrings finished. HC@6a8226026612: Initializing module LibIms_Library. HC@6a8226026612: Initialization of module LibIms_Library finished. HC@6a8226026612: Initializing module LibItsHttp_BinaryTemplates. HC@6a8226026612: Initialization of module LibItsHttp_BinaryTemplates finished. HC@6a8226026612: Initializing module LibItsHttp_BinaryTypes. HC@6a8226026612: Initialization of module LibItsHttp_BinaryTypes finished. HC@6a8226026612: Initializing module LibItsHttp_EncdecDeclarations. HC@6a8226026612: Initialization of module LibItsHttp_EncdecDeclarations finished. HC@6a8226026612: Initializing module LibNg112_EncdecDeclarations. HC@6a8226026612: Initialization of module LibNg112_EncdecDeclarations finished. HC@6a8226026612: Initializing module LibSip_Library. HC@6a8226026612: Initializing module LibSip_SMSTemplates. HC@6a8226026612: Initializing module LibSip_SMSFunctions. HC@6a8226026612: Initialization of module LibSip_SMSFunctions finished. HC@6a8226026612: Initialization of module LibSip_SMSTemplates finished. HC@6a8226026612: Initialization of module LibSip_Library finished. HC@6a8226026612: Initializing module PreGenRecordOf. HC@6a8226026612: Initialization of module PreGenRecordOf finished. HC@6a8226026612: Initializing module TitanLoggerApi. HC@6a8226026612: Initialization of module TitanLoggerApi finished. HC@6a8226026612: Initializing module urn_ietf_params_xml_ns_geopriv_conf. HC@6a8226026612: Initialization of module urn_ietf_params_xml_ns_geopriv_conf finished. MC@6a8226026612: Configuration file was processed on all HCs. HC@6a8226026612: Configuration data was processed successfully. MC@6a8226026612: Creating MTC on host 127.0.0.1. HC@6a8226026612: MTC was created. Process id: 31. MC@6a8226026612: MTC is created. MTC@6a8226026612: Executing control part of module AtsNg112_TestControl. MTC@6a8226026612: Execution of control part in module AtsNg112_TestControl started. MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_01 started. MTC@6a8226026612: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncSendPort was started. MTC@6a8226026612: >>> SipPort::user_start MTC@6a8226026612: Port SIPP was started. MTC@6a8226026612: Port opPort was started. MTC@6a8226026612: >>> HttpPort::user_start MTC@6a8226026612: Port httpPort was started. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@6a8226026612: PTC was created. Component reference: 3, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_01, process id: 32. Caller(3)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@6a8226026612: PTC was created. Component reference: 3, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. Caller(3)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@6a8226026612: Port syncPort was started. Caller(3)@6a8226026612: Port syncSendPort was started. Caller(3)@6a8226026612: >>> SipPort::user_start Caller(3)@6a8226026612: Port SIPP was started. Caller(3)@6a8226026612: Port opPort was started. Caller(3)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. HC@6a8226026612: PTC was created. Component reference: 4, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_01, process id: 33. CallTaker(4)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@6a8226026612: PTC was created. Component reference: 4, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@6a8226026612: Connecting ports Caller(3):syncPort and mtc:syncPort. CallTaker(4)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) Caller(3)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. CallTaker(4)@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncPort is waiting for connection from Caller(3):syncPort on UNIX pathname /tmp/ttcn3-portconn-825fa060. CallTaker(4)@6a8226026612: Port syncSendPort was started. CallTaker(4)@6a8226026612: >>> SipPort::user_start CallTaker(4)@6a8226026612: Port SIPP was started. CallTaker(4)@6a8226026612: Port opPort was started. CallTaker(4)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. MTC@6a8226026612: Port syncPort has accepted the connection from Caller(3):syncPort. MTC@6a8226026612: Connect operation on Caller(3):syncPort and mtc:syncPort finished. MTC@6a8226026612: Connecting ports CallTaker(4):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from CallTaker(4):syncPort on UNIX pathname /tmp/ttcn3-portconn-855fa060. CallTaker(4)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@6a8226026612: Port syncPort has accepted the connection from CallTaker(4):syncPort. MTC@6a8226026612: Connect operation on CallTaker(4):syncPort and mtc:syncPort finished. MTC@6a8226026612: Mapping port Caller(3):SIPP to system:httpPort. Caller(3)@6a8226026612: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(3)@6a8226026612: >>> SipPort::user_map: httpPort Caller(3)@6a8226026612: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@6a8226026612: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(3)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(3)@6a8226026612: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(3)@6a8226026612: <<< params::convert Caller(3)@6a8226026612: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(3)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(3)@6a8226026612: >>> sip_layer::sip_layer: SIP, Caller(3)@6a8226026612: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(3)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@6a8226026612: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@6a8226026612: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(3)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(3)@6a8226026612: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(3)@6a8226026612: <<< params::convert Caller(3)@6a8226026612: udp_layer::udp_layer: socket id: 7 Caller(3)@6a8226026612: >>> udp_layer::close: 7 Caller(3)@6a8226026612: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(3)@6a8226026612: setverdict(error): none -> error Caller(3)@6a8226026612: Performing error recovery. Caller(3)@6a8226026612: Error occurred on idle PTC. The component terminates. Caller(3)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. Caller(3)@6a8226026612: Removing unterminated connection between port syncPort and mtc:syncPort. Caller(3)@6a8226026612: Port syncPort was stopped. Caller(3)@6a8226026612: Port syncSendPort was stopped. Caller(3)@6a8226026612: >>> SipPort::user_stop Caller(3)@6a8226026612: Port SIPP was stopped. Caller(3)@6a8226026612: Port opPort was stopped. Caller(3)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. Caller(3)@6a8226026612: Final verdict of PTC: error MTC@6a8226026612: Connection of port syncPort to Caller(3):syncPort was closed unexpectedly by the peer. MTC@6a8226026612: Port syncPort was disconnected from Caller(3):syncPort. MTC@6a8226026612: Dynamic test case error: Error message was received from MC: Establishment of port mapping 3:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@6a8226026612: setverdict(error): none -> error MTC@6a8226026612: Performing error recovery. MTC@6a8226026612: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@6a8226026612: Removing unterminated connection between port syncPort and CallTaker(4):syncPort. MTC@6a8226026612: Port syncPort was stopped. MTC@6a8226026612: Port syncSendPort was stopped. MTC@6a8226026612: >>> SipPort::user_stop MTC@6a8226026612: Port SIPP was stopped. MTC@6a8226026612: Port opPort was stopped. MTC@6a8226026612: >>> HttpPort::user_stop MTC@6a8226026612: Port httpPort was stopped. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@6a8226026612: Waiting for PTCs to finish. CallTaker(4)@6a8226026612: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(4)@6a8226026612: Port syncPort was disconnected from mtc:syncPort. CallTaker(4)@6a8226026612: Kill was requested from MC. Terminating idle PTC. CallTaker(4)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. CallTaker(4)@6a8226026612: Port syncPort was stopped. CallTaker(4)@6a8226026612: Port syncSendPort was stopped. CallTaker(4)@6a8226026612: >>> SipPort::user_stop CallTaker(4)@6a8226026612: Port SIPP was stopped. CallTaker(4)@6a8226026612: Port opPort was stopped. CallTaker(4)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. CallTaker(4)@6a8226026612: Final verdict of PTC: none MTC@6a8226026612: Setting final verdict of the test case. MTC@6a8226026612: Local verdict of MTC: error MTC@6a8226026612: Local verdict of PTC Caller(3): error (error -> error) MTC@6a8226026612: Local verdict of PTC CallTaker(4): none (error -> error) MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_01 finished. Verdict: error MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_02 started. MTC@6a8226026612: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncSendPort was started. MTC@6a8226026612: >>> SipPort::user_start MTC@6a8226026612: Port SIPP was started. MTC@6a8226026612: Port opPort was started. MTC@6a8226026612: >>> HttpPort::user_start MTC@6a8226026612: Port httpPort was started. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. ==32==LeakSanitizer has encountered a fatal error. ==32==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==32==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) HC@6a8226026612: PTC was created. Component reference: 5, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_02, process id: 35. Caller(5)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@6a8226026612: PTC was created. Component reference: 5, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. HC@6a8226026612: PTC Caller(3) finished. Process statistics: { process id: 32, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.008000 s, maximum resident set size: 41816, integral resident set size: 0, page faults not requiring physical I/O: 1734, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 11 } Caller(5)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@6a8226026612: Port syncPort was started. Caller(5)@6a8226026612: Port syncSendPort was started. HC@6a8226026612: PTC was created. Component reference: 6, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_02, process id: 36. Caller(5)@6a8226026612: >>> SipPort::user_start Caller(5)@6a8226026612: Port SIPP was started. Caller(5)@6a8226026612: Port opPort was started. Caller(5)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. ==33==LeakSanitizer has encountered a fatal error. ==33==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==33==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) MTC@6a8226026612: PTC was created. Component reference: 6, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@6a8226026612: Connecting ports Caller(5):syncPort and mtc:syncPort. CallTaker(6)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@6a8226026612: Port syncPort is waiting for connection from Caller(5):syncPort on UNIX pathname /tmp/ttcn3-portconn-845fa060. MTC@6a8226026612: Port syncPort has accepted the connection from Caller(5):syncPort. CallTaker(6)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) MTC@6a8226026612: Connect operation on Caller(5):syncPort and mtc:syncPort finished. CallTaker(6)@6a8226026612: Port syncPort was started. MTC@6a8226026612: Connecting ports CallTaker(6):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from CallTaker(6):syncPort on UNIX pathname /tmp/ttcn3-portconn-875fa060. Caller(5)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. CallTaker(6)@6a8226026612: Port syncSendPort was started. CallTaker(6)@6a8226026612: >>> SipPort::user_start CallTaker(6)@6a8226026612: Port SIPP was started. CallTaker(6)@6a8226026612: Port opPort was started. CallTaker(6)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. MTC@6a8226026612: Port syncPort has accepted the connection from CallTaker(6):syncPort. MTC@6a8226026612: Connect operation on CallTaker(6):syncPort and mtc:syncPort finished. MTC@6a8226026612: Mapping port Caller(5):SIPP to system:httpPort. CallTaker(6)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. Caller(5)@6a8226026612: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(5)@6a8226026612: >>> SipPort::user_map: httpPort Caller(5)@6a8226026612: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@6a8226026612: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(5)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(5)@6a8226026612: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(5)@6a8226026612: <<< params::convert Caller(5)@6a8226026612: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(5)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(5)@6a8226026612: >>> sip_layer::sip_layer: SIP, Caller(5)@6a8226026612: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(5)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@6a8226026612: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@6a8226026612: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(5)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(5)@6a8226026612: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(5)@6a8226026612: <<< params::convert Caller(5)@6a8226026612: udp_layer::udp_layer: socket id: 7 Caller(5)@6a8226026612: >>> udp_layer::close: 7 Caller(5)@6a8226026612: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(5)@6a8226026612: setverdict(error): none -> error Caller(5)@6a8226026612: Performing error recovery. Caller(5)@6a8226026612: Error occurred on idle PTC. The component terminates. Caller(5)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. Caller(5)@6a8226026612: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@6a8226026612: Connection of port syncPort to Caller(5):syncPort was closed unexpectedly by the peer. MTC@6a8226026612: Port syncPort was disconnected from Caller(5):syncPort. Caller(5)@6a8226026612: Port syncPort was stopped. Caller(5)@6a8226026612: Port syncSendPort was stopped. Caller(5)@6a8226026612: >>> SipPort::user_stop Caller(5)@6a8226026612: Port SIPP was stopped. Caller(5)@6a8226026612: Port opPort was stopped. Caller(5)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@6a8226026612: Dynamic test case error: Error message was received from MC: Establishment of port mapping 5:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@6a8226026612: setverdict(error): none -> error MTC@6a8226026612: Performing error recovery. MTC@6a8226026612: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@6a8226026612: Removing unterminated connection between port syncPort and CallTaker(6):syncPort. MTC@6a8226026612: Port syncPort was stopped. MTC@6a8226026612: Port syncSendPort was stopped. MTC@6a8226026612: >>> SipPort::user_stop MTC@6a8226026612: Port SIPP was stopped. Caller(5)@6a8226026612: Final verdict of PTC: error MTC@6a8226026612: Port opPort was stopped. MTC@6a8226026612: >>> HttpPort::user_stop MTC@6a8226026612: Port httpPort was stopped. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@6a8226026612: Waiting for PTCs to finish. CallTaker(6)@6a8226026612: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(6)@6a8226026612: Port syncPort was disconnected from mtc:syncPort. CallTaker(6)@6a8226026612: Kill was requested from MC. Terminating idle PTC. CallTaker(6)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. CallTaker(6)@6a8226026612: Port syncPort was stopped. CallTaker(6)@6a8226026612: Port syncSendPort was stopped. CallTaker(6)@6a8226026612: >>> SipPort::user_stop CallTaker(6)@6a8226026612: Port SIPP was stopped. CallTaker(6)@6a8226026612: Port opPort was stopped. CallTaker(6)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. CallTaker(6)@6a8226026612: Final verdict of PTC: none MTC@6a8226026612: Setting final verdict of the test case. MTC@6a8226026612: Local verdict of MTC: error MTC@6a8226026612: Local verdict of PTC Caller(5): error (error -> error) MTC@6a8226026612: Local verdict of PTC CallTaker(6): none (error -> error) MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_02 finished. Verdict: error MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_05 started. MTC@6a8226026612: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncSendPort was started. MTC@6a8226026612: >>> SipPort::user_start MTC@6a8226026612: Port SIPP was started. MTC@6a8226026612: Port opPort was started. MTC@6a8226026612: >>> HttpPort::user_start MTC@6a8226026612: Port httpPort was started. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@6a8226026612: PTC CallTaker(4) finished. Process statistics: { process id: 33, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39636, integral resident set size: 0, page faults not requiring physical I/O: 1402, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 14, involuntary context switches: 70 } HC@6a8226026612: PTC was created. Component reference: 7, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_05, process id: 38. MTC@6a8226026612: PTC was created. Component reference: 7, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. ==35==LeakSanitizer has encountered a fatal error. ==35==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==35==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(7)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. HC@6a8226026612: PTC was created. Component reference: 8, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_05, process id: 40. HC@6a8226026612: PTC Caller(5) finished. Process statistics: { process id: 35, terminated normally, exit status: 1, user time: 0.016000 s, system time: 0.000000 s, maximum resident set size: 41816, integral resident set size: 0, page faults not requiring physical I/O: 1716, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 6, involuntary context switches: 98 } Caller(7)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@6a8226026612: Port syncPort was started. Caller(7)@6a8226026612: Port syncSendPort was started. Caller(7)@6a8226026612: >>> SipPort::user_start Caller(7)@6a8226026612: Port SIPP was started. Caller(7)@6a8226026612: Port opPort was started. Caller(7)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. ==36==LeakSanitizer has encountered a fatal error. ==36==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==36==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) MTC@6a8226026612: PTC was created. Component reference: 8, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@6a8226026612: Connecting ports Caller(7):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from Caller(7):syncPort on UNIX pathname /tmp/ttcn3-portconn-865fa060. Caller(7)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@6a8226026612: Port syncPort has accepted the connection from Caller(7):syncPort. MTC@6a8226026612: Connect operation on Caller(7):syncPort and mtc:syncPort finished. CallTaker(8)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@6a8226026612: Connecting ports CallTaker(8):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from CallTaker(8):syncPort on UNIX pathname /tmp/ttcn3-portconn-895fa060. CallTaker(8)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(8)@6a8226026612: Port syncPort was started. CallTaker(8)@6a8226026612: Port syncSendPort was started. CallTaker(8)@6a8226026612: >>> SipPort::user_start CallTaker(8)@6a8226026612: Port SIPP was started. CallTaker(8)@6a8226026612: Port opPort was started. CallTaker(8)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. CallTaker(8)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@6a8226026612: Port syncPort has accepted the connection from CallTaker(8):syncPort. MTC@6a8226026612: Connect operation on CallTaker(8):syncPort and mtc:syncPort finished. MTC@6a8226026612: Mapping port Caller(7):SIPP to system:httpPort. Caller(7)@6a8226026612: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(7)@6a8226026612: >>> SipPort::user_map: httpPort Caller(7)@6a8226026612: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@6a8226026612: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(7)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(7)@6a8226026612: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(7)@6a8226026612: <<< params::convert Caller(7)@6a8226026612: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(7)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(7)@6a8226026612: >>> sip_layer::sip_layer: SIP, Caller(7)@6a8226026612: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(7)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@6a8226026612: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@6a8226026612: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(7)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(7)@6a8226026612: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(7)@6a8226026612: <<< params::convert Caller(7)@6a8226026612: udp_layer::udp_layer: socket id: 7 Caller(7)@6a8226026612: >>> udp_layer::close: 7 Caller(7)@6a8226026612: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(7)@6a8226026612: setverdict(error): none -> error Caller(7)@6a8226026612: Performing error recovery. Caller(7)@6a8226026612: Error occurred on idle PTC. The component terminates. Caller(7)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. Caller(7)@6a8226026612: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@6a8226026612: Connection of port syncPort to Caller(7):syncPort was closed unexpectedly by the peer. MTC@6a8226026612: Port syncPort was disconnected from Caller(7):syncPort. Caller(7)@6a8226026612: Port syncPort was stopped. Caller(7)@6a8226026612: Port syncSendPort was stopped. Caller(7)@6a8226026612: >>> SipPort::user_stop Caller(7)@6a8226026612: Port SIPP was stopped. Caller(7)@6a8226026612: Port opPort was stopped. Caller(7)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. Caller(7)@6a8226026612: Final verdict of PTC: error MTC@6a8226026612: Dynamic test case error: Error message was received from MC: Establishment of port mapping 7:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@6a8226026612: setverdict(error): none -> error MTC@6a8226026612: Performing error recovery. MTC@6a8226026612: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@6a8226026612: Removing unterminated connection between port syncPort and CallTaker(8):syncPort. MTC@6a8226026612: Port syncPort was stopped. MTC@6a8226026612: Port syncSendPort was stopped. MTC@6a8226026612: >>> SipPort::user_stop MTC@6a8226026612: Port SIPP was stopped. MTC@6a8226026612: Port opPort was stopped. MTC@6a8226026612: >>> HttpPort::user_stop MTC@6a8226026612: Port httpPort was stopped. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@6a8226026612: Waiting for PTCs to finish. CallTaker(8)@6a8226026612: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(8)@6a8226026612: Port syncPort was disconnected from mtc:syncPort. CallTaker(8)@6a8226026612: Kill was requested from MC. Terminating idle PTC. CallTaker(8)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. CallTaker(8)@6a8226026612: Port syncPort was stopped. CallTaker(8)@6a8226026612: Port syncSendPort was stopped. CallTaker(8)@6a8226026612: >>> SipPort::user_stop CallTaker(8)@6a8226026612: Port SIPP was stopped. CallTaker(8)@6a8226026612: Port opPort was stopped. CallTaker(8)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. CallTaker(8)@6a8226026612: Final verdict of PTC: none MTC@6a8226026612: Setting final verdict of the test case. MTC@6a8226026612: Local verdict of MTC: error MTC@6a8226026612: Local verdict of PTC Caller(7): error (error -> error) MTC@6a8226026612: Local verdict of PTC CallTaker(8): none (error -> error) MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_05 finished. Verdict: error MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_07 started. MTC@6a8226026612: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncSendPort was started. MTC@6a8226026612: >>> SipPort::user_start MTC@6a8226026612: Port SIPP was started. MTC@6a8226026612: Port opPort was started. MTC@6a8226026612: >>> HttpPort::user_start MTC@6a8226026612: Port httpPort was started. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@6a8226026612: PTC CallTaker(6) finished. Process statistics: { process id: 36, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39660, integral resident set size: 0, page faults not requiring physical I/O: 1401, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 6, involuntary context switches: 95 } HC@6a8226026612: PTC was created. Component reference: 9, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_07, process id: 42. Caller(9)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@6a8226026612: PTC was created. Component reference: 9, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. ==38==LeakSanitizer has encountered a fatal error. Caller(9)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@6a8226026612: Port syncPort was started. Caller(9)@6a8226026612: Port syncSendPort was started. Caller(9)@6a8226026612: >>> SipPort::user_start Caller(9)@6a8226026612: Port SIPP was started. Caller(9)@6a8226026612: Port opPort was started. Caller(9)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. ==38==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 HC@6a8226026612: PTC was created. Component reference: 10, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_07, process id: 44. ==38==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) CallTaker(10)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@6a8226026612: PTC was created. Component reference: 10, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@6a8226026612: Connecting ports Caller(9):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from Caller(9):syncPort on UNIX pathname /tmp/ttcn3-portconn-885fa060. CallTaker(10)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(10)@6a8226026612: Port syncPort was started. CallTaker(10)@6a8226026612: Port syncSendPort was started. CallTaker(10)@6a8226026612: >>> SipPort::user_start CallTaker(10)@6a8226026612: Port SIPP was started. CallTaker(10)@6a8226026612: Port opPort was started. CallTaker(10)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. MTC@6a8226026612: Port syncPort has accepted the connection from Caller(9):syncPort. MTC@6a8226026612: Connect operation on Caller(9):syncPort and mtc:syncPort finished. MTC@6a8226026612: Connecting ports CallTaker(10):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from CallTaker(10):syncPort on UNIX pathname /tmp/ttcn3-portconn-8b5fa060. CallTaker(10)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@6a8226026612: Port syncPort has accepted the connection from CallTaker(10):syncPort. MTC@6a8226026612: Connect operation on CallTaker(10):syncPort and mtc:syncPort finished. MTC@6a8226026612: Mapping port Caller(9):SIPP to system:httpPort. Caller(9)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. Caller(9)@6a8226026612: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(9)@6a8226026612: >>> SipPort::user_map: httpPort Caller(9)@6a8226026612: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@6a8226026612: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(9)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(9)@6a8226026612: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(9)@6a8226026612: <<< params::convert Caller(9)@6a8226026612: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) ==40==LeakSanitizer has encountered a fatal error. ==40==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==40==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(9)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(9)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(9)@6a8226026612: >>> sip_layer::sip_layer: SIP, Caller(9)@6a8226026612: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(9)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@6a8226026612: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@6a8226026612: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(9)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(9)@6a8226026612: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(9)@6a8226026612: <<< params::convert Caller(9)@6a8226026612: udp_layer::udp_layer: socket id: 7 Caller(9)@6a8226026612: >>> udp_layer::close: 7 Caller(9)@6a8226026612: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(9)@6a8226026612: setverdict(error): none -> error Caller(9)@6a8226026612: Performing error recovery. Caller(9)@6a8226026612: Error occurred on idle PTC. The component terminates. Caller(9)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. Caller(9)@6a8226026612: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@6a8226026612: Connection of port syncPort to Caller(9):syncPort was closed unexpectedly by the peer. MTC@6a8226026612: Port syncPort was disconnected from Caller(9):syncPort. Caller(9)@6a8226026612: Port syncPort was stopped. Caller(9)@6a8226026612: Port syncSendPort was stopped. Caller(9)@6a8226026612: >>> SipPort::user_stop Caller(9)@6a8226026612: Port SIPP was stopped. Caller(9)@6a8226026612: Port opPort was stopped. Caller(9)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@6a8226026612: Dynamic test case error: Error message was received from MC: Establishment of port mapping 9:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@6a8226026612: setverdict(error): none -> error MTC@6a8226026612: Performing error recovery. MTC@6a8226026612: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@6a8226026612: Removing unterminated connection between port syncPort and CallTaker(10):syncPort. CallTaker(10)@6a8226026612: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(10)@6a8226026612: Port syncPort was disconnected from mtc:syncPort. MTC@6a8226026612: Port syncPort was stopped. MTC@6a8226026612: Port syncSendPort was stopped. MTC@6a8226026612: >>> SipPort::user_stop MTC@6a8226026612: Port SIPP was stopped. MTC@6a8226026612: Port opPort was stopped. MTC@6a8226026612: >>> HttpPort::user_stop MTC@6a8226026612: Port httpPort was stopped. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@6a8226026612: Waiting for PTCs to finish. CallTaker(10)@6a8226026612: Kill was requested from MC. Terminating idle PTC. Caller(9)@6a8226026612: Final verdict of PTC: error CallTaker(10)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. CallTaker(10)@6a8226026612: Port syncPort was stopped. CallTaker(10)@6a8226026612: Port syncSendPort was stopped. CallTaker(10)@6a8226026612: >>> SipPort::user_stop CallTaker(10)@6a8226026612: Port SIPP was stopped. CallTaker(10)@6a8226026612: Port opPort was stopped. CallTaker(10)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. CallTaker(10)@6a8226026612: Final verdict of PTC: none MTC@6a8226026612: Setting final verdict of the test case. MTC@6a8226026612: Local verdict of MTC: error MTC@6a8226026612: Local verdict of PTC Caller(9): error (error -> error) MTC@6a8226026612: Local verdict of PTC CallTaker(10): none (error -> error) MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_07 finished. Verdict: error MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_08 started. MTC@6a8226026612: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@6a8226026612: Port syncPort was started. MTC@6a8226026612: Port syncSendPort was started. MTC@6a8226026612: >>> SipPort::user_start MTC@6a8226026612: Port SIPP was started. MTC@6a8226026612: Port opPort was started. MTC@6a8226026612: >>> HttpPort::user_start MTC@6a8226026612: Port httpPort was started. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@6a8226026612: PTC Caller(7) finished. Process statistics: { process id: 38, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.008000 s, maximum resident set size: 41840, integral resident set size: 0, page faults not requiring physical I/O: 1721, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 7, involuntary context switches: 43 } HC@6a8226026612: PTC CallTaker(8) finished. Process statistics: { process id: 40, terminated normally, exit status: 1, user time: 0.004000 s, system time: 0.012000 s, maximum resident set size: 39664, integral resident set size: 0, page faults not requiring physical I/O: 1399, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 79 } ==42==LeakSanitizer has encountered a fatal error. ==42==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==42==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) HC@6a8226026612: PTC was created. Component reference: 11, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_08, process id: 48. ==44==LeakSanitizer has encountered a fatal error. ==44==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==44==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(11)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@6a8226026612: PTC was created. Component reference: 11, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@6a8226026612: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. HC@6a8226026612: PTC Caller(9) finished. Process statistics: { process id: 42, terminated normally, exit status: 1, user time: 0.004000 s, system time: 0.012000 s, maximum resident set size: 41868, integral resident set size: 0, page faults not requiring physical I/O: 1725, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 6, involuntary context switches: 110 } Caller(11)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) HC@6a8226026612: PTC CallTaker(10) finished. Process statistics: { process id: 44, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39692, integral resident set size: 0, page faults not requiring physical I/O: 1405, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 1 } Caller(11)@6a8226026612: Port syncPort was started. Caller(11)@6a8226026612: Port syncSendPort was started. Caller(11)@6a8226026612: >>> SipPort::user_start Caller(11)@6a8226026612: Port SIPP was started. Caller(11)@6a8226026612: Port opPort was started. Caller(11)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. HC@6a8226026612: PTC was created. Component reference: 12, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_08, process id: 49. CallTaker(12)@6a8226026612: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@6a8226026612: PTC was created. Component reference: 12, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@6a8226026612: Connecting ports Caller(11):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from Caller(11):syncPort on UNIX pathname /tmp/ttcn3-portconn-8a5fa060. Caller(11)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. CallTaker(12)@6a8226026612: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(12)@6a8226026612: Port syncPort was started. CallTaker(12)@6a8226026612: Port syncSendPort was started. CallTaker(12)@6a8226026612: >>> SipPort::user_start CallTaker(12)@6a8226026612: Port SIPP was started. CallTaker(12)@6a8226026612: Port opPort was started. MTC@6a8226026612: Port syncPort has accepted the connection from Caller(11):syncPort. CallTaker(12)@6a8226026612: Component type LibIms_Interface.ImsComponent was initialized. MTC@6a8226026612: Connect operation on Caller(11):syncPort and mtc:syncPort finished. MTC@6a8226026612: Connecting ports CallTaker(12):syncPort and mtc:syncPort. MTC@6a8226026612: Port syncPort is waiting for connection from CallTaker(12):syncPort on UNIX pathname /tmp/ttcn3-portconn-8d5fa060. MTC@6a8226026612: Port syncPort has accepted the connection from CallTaker(12):syncPort. MTC@6a8226026612: Connect operation on CallTaker(12):syncPort and mtc:syncPort finished. MTC@6a8226026612: Mapping port Caller(11):SIPP to system:httpPort. CallTaker(12)@6a8226026612: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. Caller(11)@6a8226026612: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(11)@6a8226026612: >>> SipPort::user_map: httpPort Caller(11)@6a8226026612: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@6a8226026612: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(11)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(11)@6a8226026612: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(11)@6a8226026612: <<< params::convert Caller(11)@6a8226026612: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(11)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(11)@6a8226026612: >>> sip_layer::sip_layer: SIP, Caller(11)@6a8226026612: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(11)@6a8226026612: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@6a8226026612: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@6a8226026612: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@6a8226026612: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@6a8226026612: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(11)@6a8226026612: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(11)@6a8226026612: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(11)@6a8226026612: <<< params::convert Caller(11)@6a8226026612: udp_layer::udp_layer: socket id: 7 Caller(11)@6a8226026612: >>> udp_layer::close: 7 Caller(11)@6a8226026612: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(11)@6a8226026612: setverdict(error): none -> error Caller(11)@6a8226026612: Performing error recovery. Caller(11)@6a8226026612: Error occurred on idle PTC. The component terminates. Caller(11)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. Caller(11)@6a8226026612: Removing unterminated connection between port syncPort and mtc:syncPort. Caller(11)@6a8226026612: Port syncPort was stopped. Caller(11)@6a8226026612: Port syncSendPort was stopped. Caller(11)@6a8226026612: >>> SipPort::user_stop Caller(11)@6a8226026612: Port SIPP was stopped. Caller(11)@6a8226026612: Port opPort was stopped. Caller(11)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@6a8226026612: Connection of port syncPort to Caller(11):syncPort was closed unexpectedly by the peer. Caller(11)@6a8226026612: Final verdict of PTC: error MTC@6a8226026612: Port syncPort was disconnected from Caller(11):syncPort. MTC@6a8226026612: Dynamic test case error: Error message was received from MC: Establishment of port mapping 11:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@6a8226026612: setverdict(error): none -> error MTC@6a8226026612: Performing error recovery. MTC@6a8226026612: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@6a8226026612: Removing unterminated connection between port syncPort and CallTaker(12):syncPort. MTC@6a8226026612: Port syncPort was stopped. MTC@6a8226026612: Port syncSendPort was stopped. MTC@6a8226026612: >>> SipPort::user_stop MTC@6a8226026612: Port SIPP was stopped. MTC@6a8226026612: Port opPort was stopped. MTC@6a8226026612: >>> HttpPort::user_stop MTC@6a8226026612: Port httpPort was stopped. MTC@6a8226026612: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@6a8226026612: Waiting for PTCs to finish. CallTaker(12)@6a8226026612: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(12)@6a8226026612: Port syncPort was disconnected from mtc:syncPort. CallTaker(12)@6a8226026612: Kill was requested from MC. Terminating idle PTC. CallTaker(12)@6a8226026612: Terminating component type LibIms_Interface.ImsComponent. CallTaker(12)@6a8226026612: Port syncPort was stopped. CallTaker(12)@6a8226026612: Port syncSendPort was stopped. CallTaker(12)@6a8226026612: >>> SipPort::user_stop CallTaker(12)@6a8226026612: Port SIPP was stopped. CallTaker(12)@6a8226026612: Port opPort was stopped. CallTaker(12)@6a8226026612: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. CallTaker(12)@6a8226026612: Final verdict of PTC: none MTC@6a8226026612: Setting final verdict of the test case. MTC@6a8226026612: Local verdict of MTC: error MTC@6a8226026612: Local verdict of PTC Caller(11): error (error -> error) MTC@6a8226026612: Local verdict of PTC CallTaker(12): none (error -> error) MTC@6a8226026612: Test case TC_PSAP_SIP_INVITE_BV_08 finished. Verdict: error MTC@6a8226026612: Execution of control part in module AtsNg112_TestControl finished. MC@6a8226026612: Test execution finished. MC@6a8226026612: Terminating MTC. MTC@6a8226026612: Verdict statistics: 0 none (0.00 %), 0 pass (0.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 5 error (100.00 %). MTC@6a8226026612: Test execution summary: 5 test cases were executed. Overall verdict: error MTC@6a8226026612: Exit was requested from MC. Terminating MTC. MC@6a8226026612: MTC terminated. MC@6a8226026612: Shutting down session. HC@6a8226026612: Exit was requested from MC. Terminating HC. MC@6a8226026612: Shutdown complete. ==48==LeakSanitizer has encountered a fatal error. ==48==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==48==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==30==LeakSanitizer has encountered a fatal error. ==30==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==30==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==31==LeakSanitizer has encountered a fatal error. Makefile:198: recipe for target 'run' failed make: *** [run] Error 1 ==31==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==31==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==49==LeakSanitizer has encountered a fatal error. ==49==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==49==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) log files were merged into ../logs/merged.log total 320 -rw-r--r-- 1 root root 4453 Jan 28 19:04 AtsNg112.6a8226026612-3.log -rw-r--r-- 1 root root 2201 Jan 28 19:04 AtsNg112.6a8226026612-4.log -rw-r--r-- 1 root root 2201 Jan 28 19:04 AtsNg112.6a8226026612-6.log -rw-r--r-- 1 root root 4453 Jan 28 19:04 AtsNg112.6a8226026612-5.log -rw-r--r-- 1 root root 2201 Jan 28 19:04 AtsNg112.6a8226026612-8.log -rw-r--r-- 1 root root 4453 Jan 28 19:04 AtsNg112.6a8226026612-7.log -rw-r--r-- 1 root root 4453 Jan 28 19:04 AtsNg112.6a8226026612-9.log -rw-r--r-- 1 root root 2202 Jan 28 19:04 AtsNg112.6a8226026612-10.log -rw-r--r-- 1 root root 4454 Jan 28 19:04 AtsNg112.6a8226026612-11.log -rw-r--r-- 1 root root 56536 Jan 28 19:04 AtsNg112.6a8226026612-mtc.log -rw-r--r-- 1 root root 53801 Jan 28 19:04 AtsNg112.6a8226026612-hc.log -rw-r--r-- 1 root root 2202 Jan 28 19:04 AtsNg112.6a8226026612-12.log -rw-r--r-- 1 etsi etsi 147485 Jan 28 19:04 merged.log.2019012841 Finished: SUCCESS