Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e > 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 f6f4a714aa5da44f4311523f0fbe5d02006beddf # timeout=10 Checking out Revision f6f4a714aa5da44f4311523f0fbe5d02006beddf (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f6f4a714aa5da44f4311523f0fbe5d02006beddf Commit message: "Update provisioner.bash" > git rev-list --no-walk e5c9352d830b43c58720f67eb489dc4f5c8823d0 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins1601670366427529995.sh Error response from daemon: No such container: stf549_ng112 Sending build context to Docker daemon 17.11MB Step 1/15 : FROM ubuntu:18.04 ---> 4c108a37151f Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> af97137dbdcb Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> 48f7f735f962 Step 4/15 : ENV TERM xterm ---> Using cache ---> e77b66514ca7 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 1a7a8febcb8e 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 ---> 9ce28d1f91d6 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 ---> 8ab5943e8885 Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> cb4dff1e6b02 Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> b164312b3ea8 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 ---> a6e30998f3ef Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> bab104ddd9c3 Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 24564a6af6d1 Step 13/15 : USER etsi ---> Using cache ---> 2d6f7e805e76 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 ---> b0da20c8bd0e Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse/technology/epp/downloads/release/photon/R/eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz' && tar -zxvf ./eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-photon-R-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 ---> 5565dc56a667 Successfully built 5565dc56a667 Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest 5565dc56a667 2 minutes ago 3.19GB <none> <none> b0da20c8bd0e 21 minutes ago 1.77GB <none> <none> 2d6f7e805e76 22 minutes ago 1.76GB <none> <none> 24564a6af6d1 22 minutes ago 1.76GB <none> <none> bab104ddd9c3 22 minutes ago 1.74GB <none> <none> a6e30998f3ef 22 minutes ago 1.73GB <none> <none> b164312b3ea8 22 minutes ago 1.73GB <none> <none> cb4dff1e6b02 22 minutes ago 1.73GB <none> <none> 8ab5943e8885 22 minutes ago 1.73GB <none> <none> 9ce28d1f91d6 25 minutes ago 186MB <none> <none> 1a7a8febcb8e 26 minutes ago 64.2MB <none> <none> 48f7f735f962 26 minutes ago 64.2MB <none> <none> e77b66514ca7 26 minutes ago 64.2MB <none> <none> af97137dbdcb 26 minutes ago 64.2MB sol006 latest 32990f1a848a 2 weeks ago 150MB <none> <none> 19e00bc7dacb 2 weeks ago 150MB <none> <none> c18436dab360 2 weeks ago 150MB <none> <none> cea34fef02cf 2 weeks ago 150MB <none> <none> 7af55a865b79 2 weeks ago 150MB <none> <none> 67d79b60a20c 2 weeks ago 150MB ubuntu 18.04 4c108a37151f 2 weeks ago 64.2MB <none> <none> 9d955faae8a2 2 weeks ago 150MB <none> <none> f0c92fd0efb4 2 weeks ago 150MB <none> <none> 23b62de68d47 2 weeks ago 150MB <none> <none> ab9942e8c800 2 weeks ago 150MB <none> <none> ed92469006c4 2 weeks ago 150MB <none> <none> 46050464d618 2 weeks ago 150MB <none> <none> 2f1f9cae84b2 2 weeks ago 150MB <none> <none> d96cfa7faef8 2 weeks ago 150MB <none> <none> fac5f6585885 2 weeks ago 150MB <none> <none> 64eef42ab937 2 weeks ago 150MB <none> <none> 2ad15478fd37 2 weeks ago 150MB <none> <none> 702163fa6a57 2 weeks ago 150MB <none> <none> 47c4408fb9f8 2 weeks ago 552MB tosca-ie-sample latest ea1941c37df7 2 weeks ago 552MB <none> <none> 793fa3389fbc 2 weeks ago 552MB <none> <none> 732405b9d329 2 weeks ago 552MB <none> <none> 2ee88b783eb8 2 weeks ago 552MB <none> <none> c1bb3d54aa49 2 weeks ago 552MB <none> <none> 6563410399b5 2 weeks ago 552MB <none> <none> 8d7720cc59fb 2 weeks ago 550MB <none> <none> b84417035ca8 2 weeks ago 519MB <none> <none> 20cf044ebd79 2 weeks ago 519MB <none> <none> e31408af5935 2 weeks ago 519MB <none> <none> a1964207b7fd 2 weeks ago 552MB <none> <none> 6173f4c4eae6 2 weeks ago 552MB <none> <none> 8501fa9bf8e9 2 weeks ago 552MB <none> <none> 411d17560e78 2 weeks ago 552MB <none> <none> 8305c3b1482b 2 weeks ago 552MB <none> <none> 243f532f5349 2 weeks ago 552MB <none> <none> d74ff88abcad 2 weeks ago 552MB <none> <none> 2e5c68ea81d8 2 weeks ago 550MB <none> <none> ee9bce654562 2 weeks ago 519MB <none> <none> d20df990283a 2 weeks ago 519MB <none> <none> 79f536a5b637 2 weeks ago 519MB <none> <none> 8b5209280bb1 2 weeks ago 552MB <none> <none> 85fd40cf3a79 2 weeks ago 552MB <none> <none> c93c587d7279 2 weeks ago 552MB <none> <none> d849a6e6cd9f 2 weeks ago 552MB <none> <none> e8784599994c 2 weeks ago 552MB <none> <none> 31349646a713 2 weeks ago 552MB <none> <none> 1ae57bf6518a 2 weeks ago 552MB <none> <none> dd3c2fe5bf69 2 weeks ago 550MB <none> <none> b38096409638 2 weeks ago 519MB <none> <none> 79a668242333 2 weeks ago 519MB <none> <none> 63b243a1f8e3 2 weeks ago 519MB <none> <none> 6b32bc8f8a0a 2 weeks ago 552MB <none> <none> 9b149a44d379 2 weeks ago 552MB <none> <none> f8848c796de0 2 weeks ago 552MB <none> <none> fe687e665953 2 weeks ago 552MB <none> <none> a36e6dee0698 2 weeks ago 552MB <none> <none> 0333a6c42d81 2 weeks ago 552MB <none> <none> 90b6f7077ef0 2 weeks ago 552MB <none> <none> cc4f4b5e2e1b 2 weeks ago 550MB <none> <none> 3396d3a68899 2 weeks ago 519MB <none> <none> d6ae461cf567 2 weeks ago 519MB <none> <none> 5c1eeead088a 2 weeks ago 519MB <none> <none> 8f3ab6e6b819 3 weeks ago 150MB <none> <none> 742e3d246329 3 weeks ago 150MB <none> <none> 8425267b0b5b 3 weeks ago 150MB <none> <none> 67df59efe96d 3 weeks ago 150MB <none> <none> ed4871316b1d 3 weeks ago 150MB <none> <none> cc5ab9fe1d97 3 weeks ago 150MB <none> <none> b902eea07bb5 3 weeks ago 150MB openapivalidator latest 90462b22e681 3 weeks ago 221MB <none> <none> b3da518349a9 3 weeks ago 221MB <none> <none> c658eaa0f2de 3 weeks ago 221MB <none> <none> 864e9a14e523 3 weeks ago 221MB <none> <none> 03e48ee59af1 3 weeks ago 221MB <none> <none> 516acd81a015 3 weeks ago 221MB <none> <none> a5cde1643d40 3 weeks ago 221MB <none> <none> 05b04d55996b 3 weeks ago 221MB <none> <none> 8fe82642dca2 3 weeks ago 220MB <none> <none> 5c2c64c3bbd8 4 weeks ago 150MB <none> <none> ed7f0c58e150 4 weeks ago 150MB <none> <none> 07c70cf4bc3a 4 weeks ago 150MB <none> <none> 53ecfc0ceb05 4 weeks ago 150MB <none> <none> 0e71dbdf96f4 4 weeks ago 150MB <none> <none> 6fed729226ec 4 weeks ago 150MB <none> <none> d31a737b27d3 4 weeks ago 150MB <none> <none> 089dbaeb93f6 4 weeks ago 150MB <none> <none> 6df259a16b95 4 weeks ago 150MB <none> <none> dd8c943d7cd7 4 weeks ago 150MB <none> <none> 120a3248b231 4 weeks ago 150MB <none> <none> e391a42a545a 4 weeks ago 150MB <none> <none> 7d4c90777c25 4 weeks ago 150MB <none> <none> 27d985e7f977 4 weeks ago 150MB <none> <none> 87f1584efbad 4 weeks ago 150MB <none> <none> abee4963d70d 4 weeks ago 150MB <none> <none> a346f561c393 4 weeks ago 150MB <none> <none> 2f4549523da7 4 weeks ago 150MB <none> <none> 83ad136e6b2c 4 weeks ago 150MB <none> <none> 2593d2b592ff 4 weeks ago 150MB <none> <none> 7bfcd099de1f 4 weeks ago 150MB <none> <none> e55d9e96f44b 4 weeks ago 150MB <none> <none> 82bc6f5343a5 4 weeks ago 150MB <none> <none> ad8fbe83d61f 4 weeks ago 150MB <none> <none> 70e76ab41eff 4 weeks ago 150MB <none> <none> ed33e7e51dec 6 weeks ago 552MB <none> <none> fc3206d23114 6 weeks ago 552MB <none> <none> bdbddbc38e46 6 weeks ago 552MB <none> <none> 7c545486fb81 6 weeks ago 552MB <none> <none> 77675778d6fe 6 weeks ago 552MB <none> <none> 88a9e612072b 6 weeks ago 552MB <none> <none> 9739bfc0e1c5 6 weeks ago 552MB <none> <none> 4633629626fd 6 weeks ago 550MB <none> <none> 85c9ffa7ca8b 6 weeks ago 519MB <none> <none> b5424d83cf86 6 weeks ago 519MB <none> <none> 0b41696988ad 6 weeks ago 519MB <none> <none> b336b293fb06 6 weeks ago 552MB <none> <none> a98348c45396 6 weeks ago 552MB <none> <none> ee634549aa0a 6 weeks ago 552MB <none> <none> 38688bf7ddb1 6 weeks ago 552MB <none> <none> 9a8959f3fb0d 6 weeks ago 552MB <none> <none> 87ec9e474ffe 6 weeks ago 552MB <none> <none> 4fdfccc2d033 6 weeks ago 552MB <none> <none> f2cccc210225 6 weeks ago 550MB <none> <none> 65349a328e1e 6 weeks ago 519MB <none> <none> 6d48b1b3f970 6 weeks ago 519MB <none> <none> 18954e1ee1ef 6 weeks ago 519MB <none> <none> 2368a2cc981d 6 weeks ago 519MB <none> <none> 70e3e83863c8 6 weeks ago 519MB <none> <none> 109bfffc0f07 6 weeks ago 519MB <none> <none> de97e8552114 6 weeks ago 519MB <none> <none> 2bca1685dae9 6 weeks ago 517MB <none> <none> a37899ad0ebb 6 weeks ago 69.9MB <none> <none> e3b48f4d9680 6 weeks ago 69.9MB <none> <none> d90d02c4f062 6 weeks ago 69.9MB <none> <none> 7698f282e524 6 weeks ago 69.9MB <none> <none> a596b4dd6048 7 weeks ago 586MB <none> <none> 485817f7e338 7 weeks ago 586MB <none> <none> 7fcc0d143f38 7 weeks ago 586MB <none> <none> 0e6678fabd4f 7 weeks ago 586MB <none> <none> a3b04f7be80a 7 weeks ago 586MB <none> <none> 9f8be2ead977 7 weeks ago 586MB <none> <none> 6b33d9db0db5 7 weeks ago 586MB <none> <none> ff7b91bc2d56 7 weeks ago 586MB <none> <none> cf1f56e61f48 7 weeks ago 586MB <none> <none> 496e7526debc 7 weeks ago 584MB <none> <none> 5bf4b0efa0d1 7 weeks ago 553MB <none> <none> 2b094d422424 7 weeks ago 553MB <none> <none> 4fe161eab929 7 weeks ago 553MB <none> <none> ebdf82f20b5d 7 weeks ago 586MB <none> <none> 3cc6372711e3 7 weeks ago 586MB <none> <none> f8fa6cd5f5c6 7 weeks ago 586MB <none> <none> 65a91cad226c 7 weeks ago 586MB <none> <none> 9686a79226d6 7 weeks ago 586MB <none> <none> 5ec7f8c8b4dc 7 weeks ago 586MB <none> <none> 421f9b510ffa 7 weeks ago 584MB <none> <none> cd80a9406a06 7 weeks ago 553MB <none> <none> a8649139e30d 7 weeks ago 553MB <none> <none> 1fa518c1e522 7 weeks ago 553MB <none> <none> 13ec95e1389b 7 weeks ago 586MB <none> <none> 20535d19fdf0 7 weeks ago 586MB <none> <none> 6b2fc60c407d 7 weeks ago 586MB <none> <none> 56b84394305d 7 weeks ago 586MB <none> <none> 8c30b1f6b152 7 weeks ago 586MB <none> <none> 1b6aa7f38c5f 7 weeks ago 586MB <none> <none> f3ac414d43b2 7 weeks ago 584MB <none> <none> 479ae19484b0 7 weeks ago 553MB <none> <none> 4eaca78ad361 7 weeks ago 553MB <none> <none> ba64cf373a7f 7 weeks ago 553MB <none> <none> e99b8e21ffae 7 weeks ago 553MB <none> <none> d3c1b721444e 7 weeks ago 553MB <none> <none> cef6a7b565fa 7 weeks ago 553MB <none> <none> c5415dd5b4f2 7 weeks ago 553MB <none> <none> 821d360b3ff9 7 weeks ago 551MB <none> <none> eb7c68d2a659 7 weeks ago 102MB <none> <none> b5083f457da6 7 weeks ago 102MB <none> <none> 5a497368a499 7 weeks ago 102MB <none> <none> d131e0fa2585 2 months ago 102MB <none> <none> 60bc503a81b7 2 months ago 150MB <none> <none> 96b579a24c1d 2 months ago 150MB <none> <none> e932a6441062 2 months ago 150MB <none> <none> 1d14a2fe0725 2 months ago 150MB <none> <none> 73527595bc48 2 months ago 150MB <none> <none> f619b0db8d88 2 months ago 150MB <none> <none> 8ec7d481ba0d 2 months ago 150MB <none> <none> e889cc1fde43 2 months ago 570MB <none> <none> b14d321d44b3 2 months ago 570MB <none> <none> 9e98984cc336 2 months ago 570MB <none> <none> 0127851f7c96 2 months ago 570MB <none> <none> 0f43d1cb80fd 2 months ago 570MB <none> <none> aebd5a0f8828 2 months ago 570MB <none> <none> c6859c0b856c 2 months ago 568MB <none> <none> a1333658582a 2 months ago 538MB <none> <none> e934dda49f7c 2 months ago 538MB <none> <none> 921d5eb12934 2 months ago 538MB <none> <none> 69b54ee3111f 2 months ago 150MB <none> <none> 30e19cec86aa 2 months ago 150MB <none> <none> 2cc878f2e30a 2 months ago 150MB <none> <none> b4faaa16c3f2 2 months ago 150MB <none> <none> 1be61ca2b258 2 months ago 150MB <none> <none> 86b8cecf1c8f 2 months ago 150MB <none> <none> a55864ee7032 2 months ago 570MB <none> <none> 2045067c8997 2 months ago 570MB <none> <none> 255364b8ec10 2 months ago 570MB <none> <none> 751b6b11504c 2 months ago 570MB <none> <none> 26d10a123b32 2 months ago 570MB <none> <none> 4d84321bd987 2 months ago 570MB <none> <none> a7b89c29173c 2 months ago 568MB <none> <none> 2b1ecfe55061 2 months ago 538MB <none> <none> e754db8a7be9 2 months ago 538MB <none> <none> 4e9a59d737cf 2 months ago 538MB <none> <none> 84859dde0d23 2 months ago 570MB <none> <none> 38229107cf06 2 months ago 570MB <none> <none> 0a045468fd36 2 months ago 570MB <none> <none> 6e18c17b5ad6 2 months ago 570MB <none> <none> 76072b0d9d82 2 months ago 570MB <none> <none> f3627d73d7bf 2 months ago 570MB <none> <none> 7f0cbc8cc9e1 2 months ago 568MB <none> <none> 0c26aefa11fa 2 months ago 538MB <none> <none> 2ce599c9096f 2 months ago 538MB <none> <none> d331d5301f67 2 months ago 538MB <none> <none> 4fe9de076cad 2 months ago 538MB <none> <none> 257c1d87cb0a 2 months ago 538MB <none> <none> 88341ae1a7f7 2 months ago 538MB <none> <none> 97c25cb8d5ad 2 months ago 538MB <none> <none> 9d4a78da1265 2 months ago 536MB <none> <none> 7c7d69d65f2d 2 months ago 88.9MB <none> <none> 59127b5a4e76 2 months ago 88.9MB <none> <none> d1b3623506ae 2 months ago 88.9MB <none> <none> 0f45156b3937 2 months ago 151MB <none> <none> e6d0e25e0e98 2 months ago 151MB <none> <none> 1112c30a494e 2 months ago 151MB <none> <none> 382b314e264d 2 months ago 150MB <none> <none> 94e814e2efa8 3 months ago 88.9MB <none> <none> aead7ceb0f7b 3 months ago 221MB <none> <none> b2e0fd2d61e5 3 months ago 221MB <none> <none> 7308f4b26eb2 3 months ago 221MB <none> <none> 6b3ffc5e7e2b 3 months ago 221MB <none> <none> dfc7883158e5 3 months ago 221MB <none> <none> b2179889fdf7 3 months ago 221MB <none> <none> 15b59145c33b 3 months ago 221MB <none> <none> 22b0f991742d 3 months ago 221MB <none> <none> 450ac1367008 3 months ago 219MB <none> <none> 3021daafa234 3 months ago 212MB <none> <none> 4b6141ff47f4 3 months ago 188MB <none> <none> f44bfb2813f1 3 months ago 188MB <none> <none> 8572c9df5ed2 3 months ago 173MB <none> <none> 3c2b8bf7c2ca 3 months ago 157MB <none> <none> a643db7e74bb 3 months ago 153MB <none> <none> c3dc23607c9d 3 months ago 152MB <none> <none> 735d8f58c1bc 3 months ago 150MB <none> <none> e90589c3e596 3 months ago 54.4MB <none> <none> c827a1cac07e 3 months ago 40.8MB <none> <none> 1debd0445296 3 months ago 31.8MB <none> <none> fafd07ab0655 3 months ago 8.68MB <none> <none> 94a774cc9d8b 3 months ago 4.03MB <none> <none> 12b582a22f41 3 months ago 5.13MB <none> <none> 43773d1dba76 3 months ago 4.03MB <none> <none> 1c04c8321f0a 8 months ago 150MB mjethanandani/pyang latest d359e28f6d04 10 months ago 565MB plantuml/plantuml-server tomcat 805a4b03284f 12 months ago 729MB [ { "Id": "sha256:5565dc56a66709808ae487202257886810d944cbe64ffcfa2b22e4a1e8f5da52", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:b0da20c8bd0ea86553242bc12d077f659ef794a58a82c91a5608f56705460f05", "Comment": "", "Created": "2019-07-03T13:38:00.729471932Z", "Container": "fa81367e100348294351735c547d9928909545c0cbff456efabc6c5b7a7c303e", "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/photon/R/eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz' && tar -zxvf ./eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-photon-R-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:b0da20c8bd0ea86553242bc12d077f659ef794a58a82c91a5608f56705460f05", "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:b0da20c8bd0ea86553242bc12d077f659ef794a58a82c91a5608f56705460f05", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 3187962220, "VirtualSize": 3187962220, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:ba9de9d8475e7f5e40086358a1353b3cc080994fc6d31e4272dd3acb69b0151e", "sha256:fbd2732ad777cb5db2515fa62b6122b797be233d01db02e0a19e5d894688cad6", "sha256:dda1518598187bf87704acc22aa0ec2a67d9e7835c24346dfca118ab42c5cd0b", "sha256:75e70aa52609fdbd63b58d46d6f7c20470062e1c9bb75616f7703a358a61e5ca", "sha256:1b4f7dce5a77c227d74d04e551b3c162a12cb21bcd796795f48bbdba61ed4a0e", "sha256:7ff56995f97f52bf9a34125b5c759530adfa4802ea834bd854e32291893146fb", "sha256:a7c8b318c3a9b1eba77cc6432262bdd63cfd172f44e879a8a0c550d229b78515", "sha256:bd21c036573c3f99cf3cae873aa0328a6d6fb3e5c21c94de101aea4c6260a240", "sha256:cfb9ff3be91d317dfff78e68d212d9fa98afc51ff050bbd90d34ea118f33433e", "sha256:3603ffc08dd19ecdf2342a121c21f5a42171e0fa220c05502612dbb3118b45ff", "sha256:333014c5aa973580761a60b74ea7c53edb3eb759e22ac50badaed21fc0072020", "sha256:301849e16a88ab1440c4f2e4d8b28bc7382bdf25dacbad6a65a7d624eab48358", "sha256:b62e2b774fa72c19ed0b05eaaf3d21a4951b966fd8d10054f87a7033cf9c7c15" ] } } ] 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 R6A * * Copyright (c) 2000-2019 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@b5bed11ff773: Unix server socket created successfully. MC@b5bed11ff773: 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 LibItsHttp_JsonTemplates.o LibItsHttp_JSONTypes.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 LibItsHttp_JsonMessageBodyTypes.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/sip_codec_message_request.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/sip_codec_options_request.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 LibItsHttp_JsonTemplates.o LibItsHttp_JSONTypes.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 LibItsHttp_JsonMessageBodyTypes.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/sip_codec_message_request.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/sip_codec_options_request.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 R6A 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@b5bed11ff773: New HC connected from 127.0.0.1 [127.0.0.1]. b5bed11ff773: Linux 4.4.0-143-generic on x86_64. MC@b5bed11ff773: Downloading configuration file to all HCs. HC@b5bed11ff773: TTCN-3 Host Controller started on b5bed11ff773. Version: CRL 113 200/6 R6A. HC@b5bed11ff773: 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@b5bed11ff773: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@b5bed11ff773: 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@b5bed11ff773: The address of MC was set to 127.0.0.1:0. HC@b5bed11ff773: Connected to MC. HC@b5bed11ff773: This host supports UNIX domain sockets for local communication. HC@b5bed11ff773: Processing configuration data received from MC. HC@b5bed11ff773: Module LibCommon_Sync has the following parameters: { PX_TSYNC_TIME_LIMIT := 30.000000, PX_TSHUT_DOWN_TIME_LIMIT := 30.000000 } HC@b5bed11ff773: 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@b5bed11ff773: Module LibItsHttp_Pics has the following parameters: { PICS_HTTP_VERSION_MAJOR := 1, PICS_HTTP_VERSION_MINOR := 0, PICS_HEADER_HOST := "159.100.253.8", PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8" } HC@b5bed11ff773: Module LibNg112_Pics has the following parameters: { PICS_LIS_IUT := true, PICS_ECRF_IUT := false, PICS_ESRP_IUT := false, PICS_PSAP_IUT := false, PICS_HTTP_GET_REQUEST := true, PICS_HTTP_POST_GET_KEEP_ALIVE := false, PICS_HTTP_POST_REQUEST := true, PICS_LOCATION_HELD := true, PICS_SERVICE_LOST := true, PICS_LIS_URI := "/rest/api/interface/serviceC", 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_QRY_GEO1 := 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_E_SIP_HDR1 := true, PICS_B_SDP_ALA1 := true, PICS_B_SDP_ULA1 := true, PICS_S_SIP_OPT1 := true, PICS_S_SIP_BUS1 := true } HC@b5bed11ff773: Module LibNg112_Pixits has the following parameters: { PX_DOUBLE_CMP_EPSILON := 1.000000e-05, PX_DEVICE_URI_SIP := "<uri>sip:user@example.net;gr=kjh29x97us97d</uri>", PX_DEVICE_NUMBER := { "<uri>tel:+331234567890</uri>", "<uri>tel:+331234567891</uri>", "<uri>tel:+331234567892</uri>", "<uri>tel:+33000000000</uri>" }, PX_DEVICE_NUMBER_POINT := 0, PX_DEVICE_NUMBER_CIRCLE := 1, PX_DEVICE_NUMBER_CIVIC := 2, PX_UNKNOWN_DEVICE_NUMBER := 3, PX_UNKNOWN_DEVICE_URI := "<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>", 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 := "", 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 := "", 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 := "", 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 := "", 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.302600, 16.351600 }, 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 := "1970-01-01T00:00:00+00:00", PX_LOST_LAST_UPDATED := "1970-01-01T00:00:00+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 := "172.31.10.2", PX_IMS_SUT_UE1_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE1_PUBLIC_USER := "2910", 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 := "plugtests.net", PX_IMS_SUT_EMERGENCY_SERVICE := "112", 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.42.1", PX_IMS_TS_UE1_PORT := 5060, PX_IMS_TS_UE1_REGISTRAR := "registrar.ts.net" } HC@b5bed11ff773: Module LibSip_PIXITS has the following parameters: { PX_SIP_AUTH_BASE64 := false, 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", PX_SEED := false } HC@b5bed11ff773: Initializing module AtsNg112_Steps. HC@b5bed11ff773: Initializing module LibNg112_Steps. HC@b5bed11ff773: Initializing module LibIms_Steps. HC@b5bed11ff773: Initializing module LibIms_Templates. HC@b5bed11ff773: Initializing module LibSip_Steps. HC@b5bed11ff773: Initializing module LibSip_Templates. HC@b5bed11ff773: Initializing module LibSip_Interface. HC@b5bed11ff773: Initializing module LibCommon_Sync. HC@b5bed11ff773: Initializing module LibCommon_AbstractData. HC@b5bed11ff773: Initializing module LibCommon_BasicTypesAndValues. HC@b5bed11ff773: Initialization of module LibCommon_BasicTypesAndValues finished. HC@b5bed11ff773: Initialization of module LibCommon_AbstractData finished. HC@b5bed11ff773: Initializing module LibCommon_VerdictControl. HC@b5bed11ff773: Initialization of module LibCommon_VerdictControl finished. HC@b5bed11ff773: Initialization of module LibCommon_Sync finished. HC@b5bed11ff773: Initializing module LibSip_SIPTypesAndValues. HC@b5bed11ff773: Initializing module LibSip_MessageBodyTypes. HC@b5bed11ff773: Initializing module LibSip_SDPTypes. HC@b5bed11ff773: Initializing module LibSip_Common. HC@b5bed11ff773: Initialization of module LibSip_Common finished. HC@b5bed11ff773: Initialization of module LibSip_SDPTypes finished. HC@b5bed11ff773: Initializing module LibSip_SimpleMsgSummaryTypes. HC@b5bed11ff773: Initialization of module LibSip_SimpleMsgSummaryTypes finished. HC@b5bed11ff773: Initializing module LibSip_XMLTypes. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_resource_lists. HC@b5bed11ff773: Initializing module http_www_w3_org_XML_1998_namespace. HC@b5bed11ff773: Initializing module XSD. HC@b5bed11ff773: Initializing module UsefulTtcn3Types. HC@b5bed11ff773: Initialization of module UsefulTtcn3Types finished. HC@b5bed11ff773: Initialization of module XSD finished. HC@b5bed11ff773: Initialization of module http_www_w3_org_XML_1998_namespace finished. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_resource_lists finished. HC@b5bed11ff773: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_xcap. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_common_policy. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_common_policy finished. HC@b5bed11ff773: Initializing module urn_oma_xml_xdm_common_policy. HC@b5bed11ff773: Initialization of module urn_oma_xml_xdm_common_policy finished. HC@b5bed11ff773: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_xcap finished. HC@b5bed11ff773: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_mcid. HC@b5bed11ff773: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_mcid finished. HC@b5bed11ff773: Initializing module NoTargetNamespace. HC@b5bed11ff773: Initialization of module NoTargetNamespace finished. HC@b5bed11ff773: Initializing module urn_3gpp_ns_cw_1_0. HC@b5bed11ff773: Initialization of module urn_3gpp_ns_cw_1_0 finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_conference_info. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_conference_info finished. HC@b5bed11ff773: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_pstn. HC@b5bed11ff773: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_pstn finished. HC@b5bed11ff773: Initializing module http_uri_etsi_org_ngn_params_xml_comm_div_info. HC@b5bed11ff773: Initialization of module http_uri_etsi_org_ngn_params_xml_comm_div_info finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_reginfo. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_reginfo finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_pidf. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_pidf finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy finished. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10 finished. HC@b5bed11ff773: Initialization of module LibSip_XMLTypes finished. HC@b5bed11ff773: Initialization of module LibSip_MessageBodyTypes finished. HC@b5bed11ff773: Initialization of module LibSip_SIPTypesAndValues finished. HC@b5bed11ff773: Initializing module LibSip_PIXITS. HC@b5bed11ff773: Initializing module LibCommon_DataStrings. HC@b5bed11ff773: Initialization of module LibCommon_DataStrings finished. HC@b5bed11ff773: Initialization of module LibSip_PIXITS finished. HC@b5bed11ff773: Initialization of module LibSip_Interface finished. HC@b5bed11ff773: Initializing module LibSip_EncdecDeclarations. HC@b5bed11ff773: Initializing module LibSip_SMSTypesAndValues. HC@b5bed11ff773: Initialization of module LibSip_SMSTypesAndValues finished. HC@b5bed11ff773: Initialization of module LibSip_EncdecDeclarations finished. HC@b5bed11ff773: Initialization of module LibSip_Templates finished. HC@b5bed11ff773: Initialization of module LibSip_Steps finished. HC@b5bed11ff773: Initializing module LibIms_SIPTypesAndValues. HC@b5bed11ff773: Initialization of module LibIms_SIPTypesAndValues finished. HC@b5bed11ff773: Initialization of module LibIms_Templates finished. HC@b5bed11ff773: Initializing module LibIms_Interface. HC@b5bed11ff773: Initialization of module LibIms_Interface finished. HC@b5bed11ff773: Initialization of module LibIms_Steps finished. HC@b5bed11ff773: Initializing module LibNg112_Pixits. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_lost1. HC@b5bed11ff773: Initializing module http_www_opengis_net_pidflo_1_0. HC@b5bed11ff773: Initializing module http_www_opengis_net_gml. HC@b5bed11ff773: Initialization of module http_www_opengis_net_gml finished. HC@b5bed11ff773: Initialization of module http_www_opengis_net_pidflo_1_0 finished. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_lost1 finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr finished. HC@b5bed11ff773: Initializing module LibNg112_TypesAndValues. HC@b5bed11ff773: Initialization of module LibNg112_TypesAndValues finished. HC@b5bed11ff773: Initialization of module LibNg112_Pixits finished. HC@b5bed11ff773: Initialization of module LibNg112_Steps finished. HC@b5bed11ff773: Initialization of module AtsNg112_Steps finished. HC@b5bed11ff773: Initializing module AtsNg112_TestCases. HC@b5bed11ff773: Initializing module LibItsHttp_Functions. HC@b5bed11ff773: Initializing module LibItsHttp_TestSystem. HC@b5bed11ff773: Initializing module LibCommon_Time. HC@b5bed11ff773: Initialization of module LibCommon_Time finished. HC@b5bed11ff773: Initializing module LibItsHttp_TypesAndValues. HC@b5bed11ff773: Initializing module LibItsHttp_MessageBodyTypes. HC@b5bed11ff773: Initializing module LibItsHttp_XmlMessageBodyTypes. HC@b5bed11ff773: Initializing module LibItsHttp_XMLTypes. HC@b5bed11ff773: Initialization of module LibItsHttp_XMLTypes finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_geopriv_held. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_geopriv_held finished. HC@b5bed11ff773: Initialization of module LibItsHttp_XmlMessageBodyTypes finished. HC@b5bed11ff773: Initializing module LibItsHttp_JsonMessageBodyTypes. HC@b5bed11ff773: Initialization of module LibItsHttp_JsonMessageBodyTypes finished. HC@b5bed11ff773: Initializing module LibItsHttp_BinaryMessageBodyTypes. HC@b5bed11ff773: Initialization of module LibItsHttp_BinaryMessageBodyTypes finished. HC@b5bed11ff773: Initialization of module LibItsHttp_MessageBodyTypes finished. HC@b5bed11ff773: Initializing module LibItsHttp_Pics. HC@b5bed11ff773: Initialization of module LibItsHttp_Pics finished. HC@b5bed11ff773: Initialization of module LibItsHttp_TypesAndValues finished. HC@b5bed11ff773: Initialization of module LibItsHttp_TestSystem finished. HC@b5bed11ff773: Initialization of module LibItsHttp_Functions finished. HC@b5bed11ff773: Initializing module LibNg112_Templates. HC@b5bed11ff773: Initialization of module LibNg112_Templates finished. HC@b5bed11ff773: Initializing module LibNg112_Functions. HC@b5bed11ff773: Initializing module LibItsHttp_Templates. HC@b5bed11ff773: Initialization of module LibItsHttp_Templates finished. HC@b5bed11ff773: Initializing module LibItsHttp_XmlTemplates. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_geopriv_held_id. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_geopriv_held_id finished. HC@b5bed11ff773: Initialization of module LibItsHttp_XmlTemplates finished. HC@b5bed11ff773: Initializing module LibNg112_TestSystem. HC@b5bed11ff773: Initialization of module LibNg112_TestSystem finished. HC@b5bed11ff773: Initialization of module LibNg112_Functions finished. HC@b5bed11ff773: Initializing module LibNg112_Pics. HC@b5bed11ff773: Initialization of module LibNg112_Pics finished. HC@b5bed11ff773: Initialization of module AtsNg112_TestCases finished. HC@b5bed11ff773: Initializing module AtsNg112_TestControl. HC@b5bed11ff773: Initialization of module AtsNg112_TestControl finished. HC@b5bed11ff773: Initializing module LibCommon_TextStrings. HC@b5bed11ff773: Initialization of module LibCommon_TextStrings finished. HC@b5bed11ff773: Initializing module LibIms_Library. HC@b5bed11ff773: Initialization of module LibIms_Library finished. HC@b5bed11ff773: Initializing module LibItsHttp_BinaryTemplates. HC@b5bed11ff773: Initialization of module LibItsHttp_BinaryTemplates finished. HC@b5bed11ff773: Initializing module LibItsHttp_BinaryTypes. HC@b5bed11ff773: Initialization of module LibItsHttp_BinaryTypes finished. HC@b5bed11ff773: Initializing module LibItsHttp_EncdecDeclarations. HC@b5bed11ff773: Initialization of module LibItsHttp_EncdecDeclarations finished. HC@b5bed11ff773: Initializing module LibItsHttp_JSONTypes. HC@b5bed11ff773: Initialization of module LibItsHttp_JSONTypes finished. HC@b5bed11ff773: Initializing module LibItsHttp_JsonTemplates. HC@b5bed11ff773: Initialization of module LibItsHttp_JsonTemplates finished. HC@b5bed11ff773: Initializing module LibNg112_EncdecDeclarations. HC@b5bed11ff773: Initialization of module LibNg112_EncdecDeclarations finished. HC@b5bed11ff773: Initializing module LibSip_Library. HC@b5bed11ff773: Initializing module LibSip_SMSTemplates. HC@b5bed11ff773: Initializing module LibSip_SMSFunctions. HC@b5bed11ff773: Initialization of module LibSip_SMSFunctions finished. HC@b5bed11ff773: Initialization of module LibSip_SMSTemplates finished. HC@b5bed11ff773: Initialization of module LibSip_Library finished. HC@b5bed11ff773: Initializing module PreGenRecordOf. HC@b5bed11ff773: Initialization of module PreGenRecordOf finished. HC@b5bed11ff773: Initializing module TitanLoggerApi. HC@b5bed11ff773: Initialization of module TitanLoggerApi finished. HC@b5bed11ff773: Initializing module urn_ietf_params_xml_ns_geopriv_conf. HC@b5bed11ff773: Initialization of module urn_ietf_params_xml_ns_geopriv_conf finished. MC@b5bed11ff773: Configuration file was processed on all HCs. MC@b5bed11ff773: Creating MTC on host 127.0.0.1. HC@b5bed11ff773: Configuration data was processed successfully. HC@b5bed11ff773: MTC was created. Process id: 31. MC@b5bed11ff773: MTC is created. MTC@b5bed11ff773: Executing test case TC_LIS_HTTP_GET_BV_01 in module AtsNg112_TestCases. MTC@b5bed11ff773: Test case TC_LIS_HTTP_GET_BV_01 started. MTC@b5bed11ff773: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_GET_BV_01. MTC@b5bed11ff773: Port syncPort was started. MTC@b5bed11ff773: Port syncSendPort was started. MTC@b5bed11ff773: >>> HttpPort::user_start MTC@b5bed11ff773: Port httpPort was started. MTC@b5bed11ff773: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@b5bed11ff773: Mapping port mtc:httpPort to system:httpPort. MTC@b5bed11ff773: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0) MTC@b5bed11ff773: >>> HttpPort::user_map: httpPort MTC@b5bed11ff773: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0) MTC@b5bed11ff773: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0) MTC@b5bed11ff773: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@b5bed11ff773: params::convert: 4 - server=159.100.253.8, - server - 159.100.253.8 - , MTC@b5bed11ff773: params::convert: 4 - port=28081, - port - 28081 - , MTC@b5bed11ff773: params::convert: 4 - use_ssl=0) - use_ssl - 0) - MTC@b5bed11ff773: <<< params::convert MTC@b5bed11ff773: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0) MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@b5bed11ff773: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@b5bed11ff773: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@b5bed11ff773: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@b5bed11ff773: <<< params::convert MTC@b5bed11ff773: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@b5bed11ff773: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@b5bed11ff773: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@b5bed11ff773: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@b5bed11ff773: http_codec::set_payload_codecs: _codecs length=2 - 0x611000024768 MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0) - TCP - (debug=1,server=159.100.253.8,port=28081,use_ssl=0) - debug=1,server=159.100.253.8,port=28081,use_ssl=0 MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=159.100.253.8,port=28081,use_ssl=0 MTC@b5bed11ff773: >>> tcp_layer::tcp_layer: TCP, debug=1,server=159.100.253.8,port=28081,use_ssl=0 MTC@b5bed11ff773: >>> params::convert: debug=1,server=159.100.253.8,port=28081,use_ssl=0 MTC@b5bed11ff773: params::convert: 4 - debug=1, - debug - 1 - , MTC@b5bed11ff773: params::convert: 4 - server=159.100.253.8, - server - 159.100.253.8 - , MTC@b5bed11ff773: params::convert: 4 - port=28081, - port - 28081 - , MTC@b5bed11ff773: params::convert: 4 - use_ssl=0 - use_ssl - 0 - MTC@b5bed11ff773: <<< params::convert MTC@b5bed11ff773: params::log MTC@b5bed11ff773: (debug, 1) MTC@b5bed11ff773: (port, 28081) MTC@b5bed11ff773: (server, 159.100.253.8) MTC@b5bed11ff773: (use_ssl, 0) MTC@b5bed11ff773: Abstract socket: entering SSL_Socket::parameter_set(server, 159.100.253.8) MTC@b5bed11ff773: Abstract socket: leaving SSL_Socket::parameter_set(server, 159.100.253.8) MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::parameter_set(server, 159.100.253.8) MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::parameter_set(server, 159.100.253.8) MTC@b5bed11ff773: Abstract socket: entering SSL_Socket::parameter_set(port, 28081) MTC@b5bed11ff773: Abstract socket: leaving SSL_Socket::parameter_set(port, 28081) MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::parameter_set(port, 28081) MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::parameter_set(port, 28081) MTC@b5bed11ff773: Abstract socket: entering SSL_Socket::parameter_set(local_port, 80) MTC@b5bed11ff773: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 80) MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 80) MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 80) MTC@b5bed11ff773: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@b5bed11ff773: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@b5bed11ff773: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@b5bed11ff773: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@b5bed11ff773: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@b5bed11ff773: tcp_layer::tcp_layer: server_mode=0 MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::map_user() MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::map_user() MTC@b5bed11ff773: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: 159.100.253.8/28081, localAddr: UNSPEC/UNSPEC) called MTC@b5bed11ff773: Abstract socket: Number of remote addresses: 1 MTC@b5bed11ff773: Abstract socket: Using address family for socket 6: IPv4 MTC@b5bed11ff773: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@b5bed11ff773: Abstract socket: Cannot connect to server: Connection timed out MTC@b5bed11ff773: Abstract socket: warning: Cannot connect to server when trying to open client connection: Connection timed out MTC@b5bed11ff773: >>> tcp_layer::client_connection_opened: -1 MTC@b5bed11ff773: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@b5bed11ff773: Port httpPort was mapped to system:httpPort. MTC@b5bed11ff773: Map operation of mtc:httpPort to system:httpPort finished. MTC@b5bed11ff773: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@b5bed11ff773: Port syncPort has established the connection with local port syncSendPort. MTC@b5bed11ff773: Port syncSendPort has established the connection with local port syncPort. MTC@b5bed11ff773: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@b5bed11ff773: Altstep a_cf_01_http_down was activated as default, id 1 MTC@b5bed11ff773: Altstep a_default_requests was activated as default, id 2 MTC@b5bed11ff773: Altstep a_default_responses was activated as default, id 3 MTC@b5bed11ff773: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@b5bed11ff773: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/rest/api/interface/serviceC", version_major := 1, version_minor := 0, header := { { header_name := "Host", header_value := { "159.100.253.8" } }, { header_name := "Content-Type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-Length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@b5bed11ff773: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/rest/api/interface/serviceC", version_major := 1, version_minor := 0, header := { { header_name := "Host", header_value := { "159.100.253.8" } }, { header_name := "Content-Type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-Length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@b5bed11ff773: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/rest/api/interface/serviceC", version_major := 1, version_minor := 0, header := { { header_name := "Host", header_value := { "159.100.253.8" } }, { header_name := "Content-Type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-Length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@b5bed11ff773: >>> http_codec::encode: { request := { method := "POST", uri := "/rest/api/interface/serviceC", version_major := 1, version_minor := 0, header := { { header_name := "Host", header_value := { "159.100.253.8" } }, { header_name := "Content-Type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-Length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@b5bed11ff773: >>> http_codec::encode: 0x611000024768 MTC@b5bed11ff773: >>> http_codec::encode_request: { method := "POST", uri := "/rest/api/interface/serviceC", version_major := 1, version_minor := 0, header := { { header_name := "Host", header_value := { "159.100.253.8" } }, { header_name := "Content-Type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-Length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@b5bed11ff773: http_codec::encode_request: Processing header "Host" MTC@b5bed11ff773: http_codec::encode_request: Processing value "159.100.253.8" MTC@b5bed11ff773: http_codec::encode_request: Processing header "Content-Type" MTC@b5bed11ff773: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@b5bed11ff773: http_codec::encode_request: Storing Content-Type MTC@b5bed11ff773: http_codec::encode_request: Processing header "Content-Length" MTC@b5bed11ff773: http_codec::encode_request: Skip it MTC@b5bed11ff773: http_codec::encode_request: Processing header "Connection" MTC@b5bed11ff773: http_codec::encode_request: Processing value "keep-alive" MTC@b5bed11ff773: http_codec::encode_request: Processing header "Pragma" MTC@b5bed11ff773: http_codec::encode_request: Processing value "no-cache" MTC@b5bed11ff773: http_codec::encode_request: Processing header "Cache-Control" MTC@b5bed11ff773: http_codec::encode_request: Processing value "no-cache" MTC@b5bed11ff773: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@b5bed11ff773: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@b5bed11ff773: http_codec::encode_body: Content-Type:'application/held+xml;charset=utf-8' MTC@b5bed11ff773: http_codec::encode_body: Call 'held_codec' MTC@b5bed11ff773: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } MTC@b5bed11ff773: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:deviceIdentity>\n\n" } } MTC@b5bed11ff773: held_codec::encode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@b5bed11ff773: <<< held_codec::encode MTC@b5bed11ff773: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@b5bed11ff773: http_codec::encode_body: HTTP message length: 326 MTC@b5bed11ff773: http_codec::encode_request: length=326 MTC@b5bed11ff773: http_codec::encode_request: Content-Length: 328 MTC@b5bed11ff773: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@b5bed11ff773: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 533 data: ( | 504F5354202F726573742F6170692F696E746572666163652F736572766963654320485454502F312E300D0A486F73743A203135392E3130302E3235332E380D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D4C656E6774683A203332380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@b5bed11ff773: <<< http_codec::encode: data='504F5354202F726573742F6170692F696E746572666163652F736572766963654320485454502F312E300D0A486F73743A203135392E3130302E3235332E380D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D4C656E6774683A203332380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /rest/api/interface/serviceC HTTP/1.0\r\nHost: 159.100.253.8\r\nContent-Type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-Length: 328\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@b5bed11ff773: >>> http_layer::send_data: '504F5354202F726573742F6170692F696E746572666163652F736572766963654320485454502F312E300D0A486F73743A203135392E3130302E3235332E380D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D4C656E6774683A203332380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /rest/api/interface/serviceC HTTP/1.0\r\nHost: 159.100.253.8\r\nContent-Type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-Length: 328\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@b5bed11ff773: http_layer::send_data: '504F5354202F726573742F6170692F696E746572666163652F736572766963654320485454502F312E300D0A486F73743A203135392E3130302E3235332E380D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D4C656E6774683A203332380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /rest/api/interface/serviceC HTTP/1.0\r\nHost: 159.100.253.8\r\nContent-Type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-Length: 328\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@b5bed11ff773: >>> tcp_layer::send_data: '504F5354202F726573742F6170692F696E746572666163652F736572766963654320485454502F312E300D0A486F73743A203135392E3130302E3235332E380D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D4C656E6774683A203332380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E74656C3A2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /rest/api/interface/serviceC HTTP/1.0\r\nHost: 159.100.253.8\r\nContent-Type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-Length: 328\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>tel:+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@b5bed11ff773: tcp_layer::send_data: SSL mode: 0 MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@b5bed11ff773: Abstract socket: Sending data: Size: 533, Msg: 50 4f 53 54 20 2f 72 65 73 74 2f 61 70 69 2f 69 6e 74 65 72 66 61 63 65 2f 73 65 72 76 69 63 65 43 20 48 54 54 50 2f 31 2e 30 0d 0a 48 6f 73 74 3a 20 31 35 39 2e 31 30 30 2e 32 35 33 2e 38 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 33 32 38 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 6c 6f 63 61 74 69 6f 6e 55 52 49 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 74 65 6c 3a 2b 33 33 31 32 33 34 35 36 37 38 39 31 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@b5bed11ff773: Dynamic test case error: Abstract socket: There is no connection alive, use a Connect ASP before sending anything. MTC@b5bed11ff773: setverdict(error): none -> error MTC@b5bed11ff773: Performing error recovery. MTC@b5bed11ff773: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@b5bed11ff773: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@b5bed11ff773: Default with id 2 (altstep a_default_requests) was deactivated. MTC@b5bed11ff773: Default with id 3 (altstep a_default_responses) was deactivated. MTC@b5bed11ff773: Removing unterminated connection between port syncPort and mtc:syncSendPort. MTC@b5bed11ff773: Port syncPort was stopped. MTC@b5bed11ff773: Removing unterminated connection between port syncSendPort and mtc:syncPort. MTC@b5bed11ff773: Port syncSendPort was stopped. MTC@b5bed11ff773: Removing unterminated mapping between port httpPort and system:httpPort. MTC@b5bed11ff773: >>> HttpPort::user_unmap: httpPort MTC@b5bed11ff773: >>> tcp_layer::~tcp_layer: -1 MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::unmap_user() MTC@b5bed11ff773: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@b5bed11ff773: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@b5bed11ff773: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@b5bed11ff773: Port httpPort was unmapped from system:httpPort. MTC@b5bed11ff773: >>> HttpPort::user_stop MTC@b5bed11ff773: Port httpPort was stopped. MTC@b5bed11ff773: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_GET_BV_01. MTC@b5bed11ff773: Waiting for PTCs to finish. MTC@b5bed11ff773: Setting final verdict of the test case. MTC@b5bed11ff773: Local verdict of MTC: error MTC@b5bed11ff773: No PTCs were created. MTC@b5bed11ff773: Test case TC_LIS_HTTP_GET_BV_01 finished. Verdict: error MC@b5bed11ff773: Test execution finished. MC@b5bed11ff773: Terminating MTC. MTC@b5bed11ff773: Verdict statistics: 0 none (0.00 %), 0 pass (0.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (100.00 %). MTC@b5bed11ff773: Test execution summary: 1 test case was executed. Overall verdict: error MTC@b5bed11ff773: Exit was requested from MC. Terminating MTC. MC@b5bed11ff773: MTC terminated. MC@b5bed11ff773: Shutting down session. HC@b5bed11ff773: Exit was requested from MC. Terminating HC. MC@b5bed11ff773: Shutdown complete. ==31==LeakSanitizer has encountered a fatal error. ==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) ==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) Makefile:198: recipe for target 'run' failed make: *** [run] Error 1 log files were merged into ../logs/merged.log total 200 -rw-r--r-- 1 root root 48480 Jul 3 13:42 AtsNg112.b5bed11ff773-mtc.log -rw-r--r-- 1 root root 48888 Jul 3 13:42 AtsNg112.b5bed11ff773-hc.log -rw-r--r-- 1 etsi etsi 104801 Jul 3 13:42 merged.log.2019070344 Finished: SUCCESS