FailedConsole Output

Started by GitLab push by Yann Garcia
Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/Intelligent Transport Systems/TTF T0002
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:ITS/ITS.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:ITS/ITS.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:ITS/ITS.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/TTF0002^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 2a3e2106d734cb2cf8641dbca222c5576a85990c # timeout=10
Checking out Revision 2a3e2106d734cb2cf8641dbca222c5576a85990c (origin/TTF0002)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a3e2106d734cb2cf8641dbca222c5576a85990c
Commit message: "Update Dockerfile.stfubuntu"
First time build. Skipping changelog.
[TTF T0002] $ /bin/bash /tmp/jenkins9826450764121805027.sh
#set -e

cd $(dirname $0)
++ dirname .jenkins.sh
+ cd .

run_dir=`pwd`
++ pwd
+ run_dir='/home/jenkins/workspace/Intelligent Transport Systems/TTF T0002'

# Docker version 2
cd docker
+ cd docker
./build.sh
+ ./build.sh

# Docker login
if [ $# -eq 2 ]
then
    docker login --username $1 --password $2
fi
+ '[' 0 -eq 2 ']'

#check and build stfubuntu image
if [ -z `docker images -q stfubuntu` ]; then
  docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi
++ docker images -q stfubuntu
+ '[' -z e87dd078f655 ']'

TAG=etsiforge/etsi-its-ts
+ TAG=etsiforge/etsi-its-ts

# Temporary: Remove TTF002 image
docker image rm --force $TAG
+ docker image rm --force etsiforge/etsi-its-ts
Untagged: etsiforge/etsi-its-ts:latest
Deleted: sha256:c2a56d1f451fb25edd681ceda5722f00a0d6bcaf2ce24e791dca5c74168158a0
Deleted: sha256:686858228d82cdd7e0c0ffc9126c36dbe7d5d7e0414f8273f62c8e9c7b918ef6
Deleted: sha256:bebcd3b3d505aefcb81be27e5a1640310f67c36c24a3fe1cf177847d58c0237f
Deleted: sha256:ca862b18556a70a45bf9892f8c5e0bfc2a48265ac3d863f0b45597e9ec1d8417
Deleted: sha256:4c1e06edbd4ab19636754ab33cc48fa8e6c0bd517078e57653c17df4c7116f8e
Deleted: sha256:2c20d669e4af7a7f43456776786502ca7fa6c663d5750fadc211bf9e6f913fe0
Deleted: sha256:baffc1ceb89302ea523a98f0e2b3cf28b62763a8132fd4322d27524b2c70f8ec
Deleted: sha256:c45d53eecbbfc86ce8ac7cb5cfdd27dd6d6e7f023d5b995c98f7a2ecad12c1e2
Deleted: sha256:8a089426e01b83d8ab3c5bb1cc2b88b8d17dc022a42ba0051f03779d356c607b
Deleted: sha256:7c625fb90e249daf4c8a5db9d62d0e0ea8ba9a492c2542a04dc3fc2d097ec47f
Deleted: sha256:77fef4e2b780152548e306ff124a3632ebfae9fa8e5017c0c300998d700ea68c

docker build --no-cache --tag $TAG --force-rm  . || ( echo "Docker build failed: $?"; exit 1 )
+ docker build --no-cache --tag etsiforge/etsi-its-ts --force-rm .
Sending build context to Docker daemon   29.7kB

Step 1/9 : FROM stfubuntu:18.04
 ---> e87dd078f655
Step 2/9 : MAINTAINER ETSI TTF T0002
 ---> Running in 403a213f93c6
Removing intermediate container 403a213f93c6
 ---> 77ec0311b1c1
Step 3/9 : LABEL description="TTF0002 Docker Image"
 ---> Running in f1909ce5b25a
Removing intermediate container f1909ce5b25a
 ---> 77ca51417a63
Step 4/9 : ENV TERM=linux     HOME=/home/etsi     HOSTNAME=docker-titan-TTF0002
 ---> Running in 5397ed3d9168
Removing intermediate container 5397ed3d9168
 ---> 06d9f40c2c54
Step 5/9 : COPY home /home/etsi
 ---> 9c26d8bcc1f2
Step 6/9 : RUN cd /home/etsi     && chown -R etsi:etsi .     && ls ./etc/init.d/*.sh | while read S; do chmod 0750 "$S" || exit 1; done
 ---> Running in ff37e53c70bf
Removing intermediate container ff37e53c70bf
 ---> 387025484dd2
Step 7/9 : USER etsi
 ---> Running in 0f3b10983f97
Removing intermediate container 0f3b10983f97
 ---> 54f87cbef968
Step 8/9 : RUN cd ${HOME}     && export PATH=$HOME/bin:$PATH     && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done     && rm -fr ${HOME}/etc
 ---> Running in 1c024b2f155a

echo -e "*****************************\n* Install titan\n*****************************\n"
+ echo -e '*****************************\n* Install titan\n*****************************\n'
SRC_DIR=${HOME}/frameworks/titan/titan.core
+ SRC_DIR=/home/etsi/frameworks/titan/titan.core
export TTCN3_DIR=$HOME/frameworks/titan/Install
+ export TTCN3_DIR=/home/etsi/frameworks/titan/Install
+ TTCN3_DIR=/home/etsi/frameworks/titan/Install

[ -f /usr/bin/java ] &&  export JAVA_HOME=`readlink -f /usr/bin/java | sed "s:bin/java::"`
*****************************
* Install titan
*****************************

+ '[' -f /usr/bin/java ']'
++ sed s:bin/java::
++ readlink -f /usr/bin/java
+ export JAVA_HOME=/usr/lib/jvm/java-14-oracle/
+ JAVA_HOME=/usr/lib/jvm/java-14-oracle/
TITAN_REPO=`cat ${HOME}/etc/titan_repos.txt | grep 'titan\.core\.git' | head -n 1`
++ cat /home/etsi/etc/titan_repos.txt
++ grep 'titan\.core\.git'
++ head -n 1
+ TITAN_REPO=https://gitlab.eclipse.org/eclipse/titan/titan.core.git
export PATH=$PATH:$TTCN3_DIR/bin
+ export PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin
+ PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin

mkdir -p "$SRC_DIR"
+ mkdir -p /home/etsi/frameworks/titan/titan.core
cd "$SRC_DIR/.." || exit 1
+ cd /home/etsi/frameworks/titan/titan.core/..

# Install titan core
git clone --progress "$TITAN_REPO" || exit 1
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.core.git
Cloning into 'titan.core'...
remote: Enumerating objects: 342, done.        
remote: Counting objects:   0% (1/342)        
remote: Counting objects:   1% (4/342)        
remote: Counting objects:   2% (7/342)        
remote: Counting objects:   3% (11/342)        
remote: Counting objects:   4% (14/342)        
remote: Counting objects:   5% (18/342)        
remote: Counting objects:   6% (21/342)        
remote: Counting objects:   7% (24/342)        
remote: Counting objects:   8% (28/342)        
remote: Counting objects:   9% (31/342)        
remote: Counting objects:  10% (35/342)        
remote: Counting objects:  11% (38/342)        
remote: Counting objects:  12% (42/342)        
remote: Counting objects:  13% (45/342)        
remote: Counting objects:  14% (48/342)        
remote: Counting objects:  15% (52/342)        
remote: Counting objects:  16% (55/342)        
remote: Counting objects:  17% (59/342)        
remote: Counting objects:  18% (62/342)        
remote: Counting objects:  19% (65/342)        
remote: Counting objects:  20% (69/342)        
remote: Counting objects:  21% (72/342)        
remote: Counting objects:  22% (76/342)        
remote: Counting objects:  23% (79/342)        
remote: Counting objects:  24% (83/342)        
remote: Counting objects:  25% (86/342)        
remote: Counting objects:  26% (89/342)        
remote: Counting objects:  27% (93/342)        
remote: Counting objects:  28% (96/342)        
remote: Counting objects:  29% (100/342)        
remote: Counting objects:  30% (103/342)        
remote: Counting objects:  31% (107/342)        
remote: Counting objects:  32% (110/342)        
remote: Counting objects:  33% (113/342)        
remote: Counting objects:  34% (117/342)        
remote: Counting objects:  35% (120/342)        
remote: Counting objects:  36% (124/342)        
remote: Counting objects:  37% (127/342)        
remote: Counting objects:  38% (130/342)        
remote: Counting objects:  39% (134/342)        
remote: Counting objects:  40% (137/342)        
remote: Counting objects:  41% (141/342)        
remote: Counting objects:  42% (144/342)        
remote: Counting objects:  43% (148/342)        
remote: Counting objects:  44% (151/342)        
remote: Counting objects:  45% (154/342)        
remote: Counting objects:  46% (158/342)        
remote: Counting objects:  47% (161/342)        
remote: Counting objects:  48% (165/342)        
remote: Counting objects:  49% (168/342)        
remote: Counting objects:  50% (171/342)        
remote: Counting objects:  51% (175/342)        
remote: Counting objects:  52% (178/342)        
remote: Counting objects:  53% (182/342)        
remote: Counting objects:  54% (185/342)        
remote: Counting objects:  55% (189/342)        
remote: Counting objects:  56% (192/342)        
remote: Counting objects:  57% (195/342)        
remote: Counting objects:  58% (199/342)        
remote: Counting objects:  59% (202/342)        
remote: Counting objects:  60% (206/342)        
remote: Counting objects:  61% (209/342)        
remote: Counting objects:  62% (213/342)        
remote: Counting objects:  63% (216/342)        
remote: Counting objects:  64% (219/342)        
remote: Counting objects:  65% (223/342)        
remote: Counting objects:  66% (226/342)        
remote: Counting objects:  67% (230/342)        
remote: Counting objects:  68% (233/342)        
remote: Counting objects:  69% (236/342)        
remote: Counting objects:  70% (240/342)        
remote: Counting objects:  71% (243/342)        
remote: Counting objects:  72% (247/342)        
remote: Counting objects:  73% (250/342)        
remote: Counting objects:  74% (254/342)        
remote: Counting objects:  75% (257/342)        
remote: Counting objects:  76% (260/342)        
remote: Counting objects:  77% (264/342)        
remote: Counting objects:  78% (267/342)        
remote: Counting objects:  79% (271/342)        
remote: Counting objects:  80% (274/342)        
remote: Counting objects:  81% (278/342)        
remote: Counting objects:  82% (281/342)        
remote: Counting objects:  83% (284/342)        
remote: Counting objects:  84% (288/342)        
remote: Counting objects:  85% (291/342)        
remote: Counting objects:  86% (295/342)        
remote: Counting objects:  87% (298/342)        
remote: Counting objects:  88% (301/342)        
remote: Counting objects:  89% (305/342)        
remote: Counting objects:  90% (308/342)        
remote: Counting objects:  91% (312/342)        
remote: Counting objects:  92% (315/342)        
remote: Counting objects:  93% (319/342)        
remote: Counting objects:  94% (322/342)        
remote: Counting objects:  95% (325/342)        
remote: Counting objects:  96% (329/342)        
remote: Counting objects:  97% (332/342)        
remote: Counting objects:  98% (336/342)        
remote: Counting objects:  99% (339/342)        
remote: Counting objects: 100% (342/342)        
remote: Counting objects: 100% (342/342), done.        
remote: Compressing objects:   0% (1/198)        
remote: Compressing objects:   1% (2/198)        
remote: Compressing objects:   2% (4/198)        
remote: Compressing objects:   3% (6/198)        
remote: Compressing objects:   4% (8/198)        
remote: Compressing objects:   5% (10/198)        
remote: Compressing objects:   6% (12/198)        
remote: Compressing objects:   7% (14/198)        
remote: Compressing objects:   8% (16/198)        
remote: Compressing objects:   9% (18/198)        
remote: Compressing objects:  10% (20/198)        
remote: Compressing objects:  11% (22/198)        
remote: Compressing objects:  12% (24/198)        
remote: Compressing objects:  13% (26/198)        
remote: Compressing objects:  14% (28/198)        
remote: Compressing objects:  15% (30/198)        
remote: Compressing objects:  16% (32/198)        
remote: Compressing objects:  17% (34/198)        
remote: Compressing objects:  18% (36/198)        
remote: Compressing objects:  19% (38/198)        
remote: Compressing objects:  20% (40/198)        
remote: Compressing objects:  21% (42/198)        
remote: Compressing objects:  22% (44/198)        
remote: Compressing objects:  23% (46/198)        
remote: Compressing objects:  24% (48/198)        
remote: Compressing objects:  25% (50/198)        
remote: Compressing objects:  26% (52/198)        
remote: Compressing objects:  27% (54/198)        
remote: Compressing objects:  28% (56/198)        
remote: Compressing objects:  29% (58/198)        
remote: Compressing objects:  30% (60/198)        
remote: Compressing objects:  31% (62/198)        
remote: Compressing objects:  32% (64/198)        
remote: Compressing objects:  33% (66/198)        
remote: Compressing objects:  34% (68/198)        
remote: Compressing objects:  35% (70/198)        
remote: Compressing objects:  36% (72/198)        
remote: Compressing objects:  37% (74/198)        
remote: Compressing objects:  38% (76/198)        
remote: Compressing objects:  39% (78/198)        
remote: Compressing objects:  40% (80/198)        
remote: Compressing objects:  41% (82/198)        
remote: Compressing objects:  42% (84/198)        
remote: Compressing objects:  43% (86/198)        
remote: Compressing objects:  44% (88/198)        
remote: Compressing objects:  45% (90/198)        
remote: Compressing objects:  46% (92/198)        
remote: Compressing objects:  47% (94/198)        
remote: Compressing objects:  48% (96/198)        
remote: Compressing objects:  49% (98/198)        
remote: Compressing objects:  50% (99/198)        
remote: Compressing objects:  51% (101/198)        
remote: Compressing objects:  52% (103/198)        
remote: Compressing objects:  53% (105/198)        
remote: Compressing objects:  54% (107/198)        
remote: Compressing objects:  55% (109/198)        
remote: Compressing objects:  56% (111/198)        
remote: Compressing objects:  57% (113/198)        
remote: Compressing objects:  58% (115/198)        
remote: Compressing objects:  59% (117/198)        
remote: Compressing objects:  60% (119/198)        
remote: Compressing objects:  61% (121/198)        
remote: Compressing objects:  62% (123/198)        
remote: Compressing objects:  63% (125/198)        
remote: Compressing objects:  64% (127/198)        
remote: Compressing objects:  65% (129/198)        
remote: Compressing objects:  66% (131/198)        
remote: Compressing objects:  67% (133/198)        
remote: Compressing objects:  68% (135/198)        
remote: Compressing objects:  69% (137/198)        
remote: Compressing objects:  70% (139/198)        
remote: Compressing objects:  71% (141/198)        
remote: Compressing objects:  72% (143/198)        
remote: Compressing objects:  73% (145/198)        
remote: Compressing objects:  74% (147/198)        
remote: Compressing objects:  75% (149/198)        
remote: Compressing objects:  76% (151/198)        
remote: Compressing objects:  77% (153/198)        
remote: Compressing objects:  78% (155/198)        
remote: Compressing objects:  79% (157/198)        
remote: Compressing objects:  80% (159/198)        
remote: Compressing objects:  81% (161/198)        
remote: Compressing objects:  82% (163/198)        
remote: Compressing objects:  83% (165/198)        
remote: Compressing objects:  84% (167/198)        
remote: Compressing objects:  85% (169/198)        
remote: Compressing objects:  86% (171/198)        
remote: Compressing objects:  87% (173/198)        
remote: Compressing objects:  88% (175/198)        
remote: Compressing objects:  89% (177/198)        
remote: Compressing objects:  90% (179/198)        
remote: Compressing objects:  91% (181/198)        
remote: Compressing objects:  92% (183/198)        
remote: Compressing objects:  93% (185/198)        
remote: Compressing objects:  94% (187/198)        
remote: Compressing objects:  95% (189/198)        
remote: Compressing objects:  96% (191/198)        
remote: Compressing objects:  97% (193/198)        
remote: Compressing objects:  98% (195/198)        
remote: Compressing objects:  99% (197/198)        
remote: Compressing objects: 100% (198/198)        
remote: Compressing objects: 100% (198/198), done.        
Receiving objects:   0% (1/75297)   
Receiving objects:   1% (753/75297)   
Receiving objects:   2% (1506/75297)   
Receiving objects:   3% (2259/75297)   
Receiving objects:   4% (3012/75297)   
Receiving objects:   5% (3765/75297)   
Receiving objects:   6% (4518/75297)   
Receiving objects:   7% (5271/75297)   
Receiving objects:   8% (6024/75297)   
Receiving objects:   9% (6777/75297)   
Receiving objects:  10% (7530/75297)   
Receiving objects:  11% (8283/75297)   
Receiving objects:  12% (9036/75297)   
Receiving objects:  13% (9789/75297)   
Receiving objects:  14% (10542/75297)   
Receiving objects:  15% (11295/75297)   
Receiving objects:  16% (12048/75297)   
Receiving objects:  17% (12801/75297)   
Receiving objects:  18% (13554/75297)   
Receiving objects:  19% (14307/75297)   
Receiving objects:  20% (15060/75297)   
Receiving objects:  21% (15813/75297)   
Receiving objects:  22% (16566/75297)   
Receiving objects:  23% (17319/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  24% (18072/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  25% (18825/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  26% (19578/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  27% (20331/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  28% (21084/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  29% (21837/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  30% (22590/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  31% (23343/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  32% (24096/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  33% (24849/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  34% (25601/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  35% (26354/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  36% (27107/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  37% (27860/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  38% (28613/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  39% (29366/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  40% (30119/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  41% (30872/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  42% (31625/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  42% (31867/75297), 7.34 MiB | 14.68 MiB/s   
Receiving objects:  43% (32378/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  44% (33131/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  45% (33884/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  46% (34637/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  47% (35390/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  48% (36143/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  49% (36896/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  50% (37649/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  51% (38402/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  52% (39155/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  53% (39908/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  54% (40661/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  55% (41414/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  56% (42167/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  57% (42920/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  58% (43673/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  59% (44426/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  60% (45179/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  61% (45932/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  62% (46685/75297), 18.43 MiB | 18.42 MiB/s   
Receiving objects:  63% (47438/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  64% (48191/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  65% (48944/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  66% (49697/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  67% (50449/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  68% (51202/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  69% (51955/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  70% (52708/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  71% (53461/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  72% (54214/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  73% (54967/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  74% (55720/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  75% (56473/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  76% (57226/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  77% (57979/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  78% (58732/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  79% (59485/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  80% (60238/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  80% (60367/75297), 29.21 MiB | 19.47 MiB/s   
Receiving objects:  81% (60991/75297), 41.70 MiB | 20.86 MiB/s   
Receiving objects:  82% (61744/75297), 41.70 MiB | 20.86 MiB/s   
Receiving objects:  83% (62497/75297), 41.70 MiB | 20.86 MiB/s   
Receiving objects:  84% (63250/75297), 41.70 MiB | 20.86 MiB/s   
Receiving objects:  85% (64003/75297), 41.70 MiB | 20.86 MiB/s   
Receiving objects:  86% (64756/75297), 50.14 MiB | 20.06 MiB/s   
Receiving objects:  87% (65509/75297), 50.14 MiB | 20.06 MiB/s   
Receiving objects:  88% (66262/75297), 50.14 MiB | 20.06 MiB/s   
Receiving objects:  88% (66715/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  89% (67015/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  90% (67768/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  91% (68521/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  92% (69274/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  93% (70027/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  94% (70780/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  95% (71533/75297), 67.80 MiB | 22.60 MiB/s   
Receiving objects:  96% (72286/75297), 87.16 MiB | 24.91 MiB/s   
Receiving objects:  97% (73039/75297), 87.16 MiB | 24.91 MiB/s   
Receiving objects:  98% (73792/75297), 87.16 MiB | 24.91 MiB/s   
Receiving objects:  99% (74545/75297), 87.16 MiB | 24.91 MiB/s   
Receiving objects:  99% (75100/75297), 102.45 MiB | 25.62 MiB/s   
remote: Total 75297 (delta 167), reused 301 (delta 142), pack-reused 74955        
Receiving objects: 100% (75297/75297), 102.45 MiB | 25.62 MiB/s   
Receiving objects: 100% (75297/75297), 103.92 MiB | 25.58 MiB/s, done.
Resolving deltas:   0% (0/60089)   
Resolving deltas:   1% (754/60089)   
Resolving deltas:   2% (1246/60089)   
Resolving deltas:   3% (1822/60089)   
Resolving deltas:   4% (2405/60089)   
Resolving deltas:   5% (3007/60089)   
Resolving deltas:   6% (3667/60089)   
Resolving deltas:   7% (4218/60089)   
Resolving deltas:   8% (4814/60089)   
Resolving deltas:   9% (5409/60089)   
Resolving deltas:  10% (6054/60089)   
Resolving deltas:  11% (6618/60089)   
Resolving deltas:  12% (7225/60089)   
Resolving deltas:  13% (7830/60089)   
Resolving deltas:  14% (8418/60089)   
Resolving deltas:  15% (9015/60089)   
Resolving deltas:  16% (9618/60089)   
Resolving deltas:  17% (10218/60089)   
Resolving deltas:  18% (10851/60089)   
Resolving deltas:  19% (11527/60089)   
Resolving deltas:  20% (12022/60089)   
Resolving deltas:  21% (12621/60089)   
Resolving deltas:  22% (13220/60089)   
Resolving deltas:  23% (13836/60089)   
Resolving deltas:  24% (14485/60089)   
Resolving deltas:  25% (15028/60089)   
Resolving deltas:  26% (15625/60089)   
Resolving deltas:  27% (16261/60089)   
Resolving deltas:  28% (16825/60089)   
Resolving deltas:  29% (17431/60089)   
Resolving deltas:  30% (18028/60089)   
Resolving deltas:  31% (18640/60089)   
Resolving deltas:  32% (19230/60089)   
Resolving deltas:  33% (19853/60089)   
Resolving deltas:  34% (20434/60089)   
Resolving deltas:  35% (21257/60089)   
Resolving deltas:  36% (21671/60089)   
Resolving deltas:  37% (22241/60089)   
Resolving deltas:  38% (22834/60089)   
Resolving deltas:  39% (23438/60089)   
Resolving deltas:  40% (24077/60089)   
Resolving deltas:  41% (24657/60089)   
Resolving deltas:  42% (25319/60089)   
Resolving deltas:  43% (25879/60089)   
Resolving deltas:  44% (26504/60089)   
Resolving deltas:  45% (27041/60089)   
Resolving deltas:  46% (27644/60089)   
Resolving deltas:  47% (28242/60089)   
Resolving deltas:  48% (28890/60089)   
Resolving deltas:  49% (29459/60089)   
Resolving deltas:  50% (30054/60089)   
Resolving deltas:  51% (30648/60089)   
Resolving deltas:  52% (31249/60089)   
Resolving deltas:  53% (31852/60089)   
Resolving deltas:  54% (32489/60089)   
Resolving deltas:  55% (33056/60089)   
Resolving deltas:  56% (33659/60089)   
Resolving deltas:  57% (34279/60089)   
Resolving deltas:  58% (34886/60089)   
Resolving deltas:  59% (35513/60089)   
Resolving deltas:  60% (36054/60089)   
Resolving deltas:  61% (36658/60089)   
Resolving deltas:  62% (37257/60089)   
Resolving deltas:  63% (37857/60089)   
Resolving deltas:  64% (38466/60089)   
Resolving deltas:  65% (39069/60089)   
Resolving deltas:  66% (39687/60089)   
Resolving deltas:  67% (40268/60089)   
Resolving deltas:  68% (40861/60089)   
Resolving deltas:  69% (41462/60089)   
Resolving deltas:  70% (42081/60089)   
Resolving deltas:  71% (42664/60089)   
Resolving deltas:  72% (43272/60089)   
Resolving deltas:  73% (43932/60089)   
Resolving deltas:  74% (44467/60089)   
Resolving deltas:  75% (45077/60089)   
Resolving deltas:  76% (45685/60089)   
Resolving deltas:  77% (46271/60089)   
Resolving deltas:  78% (46900/60089)   
Resolving deltas:  79% (47529/60089)   
Resolving deltas:  80% (48093/60089)   
Resolving deltas:  81% (48710/60089)   
Resolving deltas:  82% (49311/60089)   
Resolving deltas:  83% (49958/60089)   
Resolving deltas:  84% (50541/60089)   
Resolving deltas:  85% (51093/60089)   
Resolving deltas:  86% (51705/60089)   
Resolving deltas:  87% (52289/60089)   
Resolving deltas:  88% (52900/60089)   
Resolving deltas:  89% (53499/60089)   
Resolving deltas:  90% (54093/60089)   
Resolving deltas:  90% (54109/60089)   
Resolving deltas:  91% (54683/60089)   
Resolving deltas:  92% (55287/60089)   
Resolving deltas:  93% (55884/60089)   
Resolving deltas:  94% (56489/60089)   
Resolving deltas:  95% (57085/60089)   
Resolving deltas:  96% (57690/60089)   
Resolving deltas:  97% (58294/60089)   
Resolving deltas:  98% (58888/60089)   
Resolving deltas:  99% (59492/60089)   
Resolving deltas: 100% (60089/60089)   
Resolving deltas: 100% (60089/60089), done.
Checking out files:  97% (10330/10634)   
Checking out files:  98% (10422/10634)   
Checking out files:  99% (10528/10634)   
Checking out files: 100% (10634/10634)   
Checking out files: 100% (10634/10634), done.

cd titan.core || exit 1
+ cd titan.core
cat >Makefile.personal <<EOF
TTCN3_DIR=$TTCN3_DIR
JNI=yes
GUI=yes
DEBUG=no
GEN_PDF=no
JDKDIR=$JAVA_HOME
EOF
+ cat

make && make install || exit 1
+ make
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common'
bison -d -o config_preproc_p.tab.cc -p config_process_ config_preproc_p.y
config_preproc_p.y:51.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="config_preproc_yy"
 ^^^^^^^^^^^^^
  (dep)	 config_preproc_p.tab.cc
flex -B -s -Cr -Cfe -oconfig_preproc_la.cc config_preproc_la.l
  (dep)	 config_preproc_la.cc
bison -d pattern_uni.y
pattern_uni.y:83.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="pattern_uni"
 ^^^^^^^^^^^^^
pattern_uni.y:84.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="pattern_uni.cc"
 ^^^^^^^^
  (dep)	 pattern_uni.cc
bison -d pattern_p.y
pattern_p.y:127.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="pattern_yy"
 ^^^^^^^^^^^^^
pattern_p.y:128.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="pattern_p.cc"
 ^^^^^^^^
  (dep)	 pattern_p.cc
flex -B -s -Cr -Cfe -opattern_la.cc pattern_la.l
  (dep)	 pattern_la.cc
  (dep)	 NetworkHandler.cc
  (dep)	 openssl_version.c
  (dep)	 UnicharPattern.cc
  (dep)	 JSON_Tokenizer.cc
  (dep)	 ModuleVersion.cc
  (dep)	 Path2.cc
  (dep)	 Quadruple.cc
  (dep)	 config_preproc.cc
  (dep)	 path.c
  (dep)	 userinfo.c
  (dep)	 new.cc
  (dep)	 memory.c
  (CC)	 memory.c
  (C++)	 new.cc
  (CC)	 userinfo.c
  (CC)	 path.c
  (C++)	 config_preproc.cc
  (C++)	 Quadruple.cc
  (C++)	 Path2.cc
  (C++)	 ModuleVersion.cc
  (C++)	 JSON_Tokenizer.cc
  (C++)	 UnicharPattern.cc
  (CC)	 openssl_version.c
  (C++)	 NetworkHandler.cc
  (C++)	 pattern_la.cc
  (C++)	 pattern_p.cc
  (C++)	 pattern_uni.cc
  (C++)	 config_preproc_la.cc
  (C++)	 config_preproc_p.tab.cc
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2'
  (dep)	 ProjectGenHelper.cc
  (dep)	 xpather.cc
  (dep)	 makefile.c
  (dep)	 XSD_Types.cc
  (dep)	 DebuggerStuff.cc
  (dep)	 CodeGenHelper.cc
  (dep)	 subtypestuff.cc
  (dep)	 XerAttributes.cc
cd asn1/ && make asn1p.tab.hh
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
flex -B -s -Cr -Cfe -Pasn1_preparser_ -oasn1_preparser.lex.c asn1_preparser.l
  (dep)	 asn1_preparser.lex.c
bison -d asn1p.y
asn1p.y:110.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="asn1_yy"
 ^^^^^^^^^^^^^
asn1p.y:111.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="asn1p.tab.cc"
 ^^^^^^^^
  (dep)	 asn1p.tab.cc
flex -B -s -Cr -Cfe -oasn1la.yy.cc asn1la.l
  (dep)	 asn1la.yy.cc
  (dep)	 Type_parse.cc
  (dep)	 TokenBuf.cc
  (dep)	 TableConstraint.cc
  (dep)	 Tag.cc
  (dep)	 OCSV.cc
  (dep)	 Object.cc
  (dep)	 Block.cc
  (dep)	 Ref.cc
  (dep)	 AST_asn1.cc
make[2]: 'asn1p.tab.hh' is up to date.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
  (dep)	 Valuestuff.cc
  (dep)	 Value.cc
  (dep)	 ustring.cc
  (dep)	 Typestuff.cc
  (dep)	 TypeCompat.cc
  (dep)	 Type_codegen.cc
  (dep)	 Type_chk.cc
  (dep)	 Type.cc
  (dep)	 Stopwatch.cc
  (dep)	 subtype.cc
  (dep)	 string.cc
  (dep)	 SigParam.cc
  (dep)	 Setting.cc
  (dep)	 Real.cc
  (dep)	 main.cc
  (dep)	 Int.cc
  (dep)	 Identifier.cc
  (dep)	 EnumItem.cc
  (dep)	 CompType.cc
  (dep)	 CompField.cc
  (dep)	 CompilerError.cc
  (dep)	 Constraint.cc
  (dep)	 Code.cc
  (dep)	 AST.cc
  (dep)	 PredefFunc.cc
  (dep)	 union.c
  (dep)	 record_of.c
  (dep)	 record.c
  (dep)	 functionref.c
  (dep)	 enum.c
  (dep)	 encdec.c
make -C asn1
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
  (C++)	 AST_asn1.cc
  (C++)	 Ref.cc
  (C++)	 Block.cc
  (C++)	 Object.cc
  (C++)	 OCSV.cc
  (C++)	 Tag.cc
  (C++)	 TableConstraint.cc
  (C++)	 TokenBuf.cc
  (C++)	 Type_parse.cc
  (C++)	 asn1la.yy.cc
  (C++)	 asn1p.tab.cc
  (CC)	 asn1_preparser.lex.c
ar -r libasn1_compiler.a AST_asn1.o Ref.o Block.o Object.o OCSV.o Tag.o TableConstraint.o TokenBuf.o Type_parse.o asn1la.yy.o asn1p.tab.o asn1_preparser.lex.o
ar: creating libasn1_compiler.a
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
make -C ttcn3
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
flex -B -s -Cr -Cfe -Pttcn3_preparser_ -ottcn3_preparser.lex.c ttcn3_preparser.l
  (dep)	 ttcn3_preparser.lex.c
bison -d coding_attrib_p.y
coding_attrib_p.y:62.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="coding_attrib_"
 ^^^^^^^^^^^^^
coding_attrib_p.y:63.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="coding_attrib_p.cc"
 ^^^^^^^^
  (dep)	 coding_attrib_p.cc
flex -B -s -Cr -Cfe -ocoding_attrib_la.cc coding_attrib_la.l
  (dep)	 coding_attrib_la.cc
flex -B -s -Cr -Cfe -ocomptype_attrib_la.cc comptype_attrib_la.l
  (dep)	 comptype_attrib_la.cc
flex -B -s -Cr -Cfe -opstring_la.cc pstring_la.l
  (dep)	 pstring_la.cc
flex -B -s -Cr -Cfe -ocharstring_la.cc charstring_la.l
  (dep)	 charstring_la.cc
bison -d -p rawAST_ -o rawAST.tab.cc rawAST.y
  (dep)	 rawAST.tab.cc
flex -B -s -Cr -Cfe -PrawAST_ -olex.rawAST.cc rawAST.l
rawAST.l:598: warning, -s option given but default rule can be matched
  (dep)	 lex.rawAST.cc
bison -d -p ttcn3_ -o compiler.tab.cc compiler.y
compiler.y:3730.29-56: warning: unused value: $3 [-Wother]
   optVisibility ClassMember optWithStatementAndSemiColon
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:3740.45-72: warning: unused value: $4 [-Wother]
 | ClassMemberList optVisibility ClassMember optWithStatementAndSemiColon
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y: warning: 4 nonterminals useless in grammar [-Wother]
compiler.y: warning: 7 rules useless in grammar [-Wother]
compiler.y:8560.1-17: warning: nonterminal useless in grammar: TypeActualParList [-Wother]
 TypeActualParList: // -> 202 784 "Advanced Parameterization"
 ^^^^^^^^^^^^^^^^^
compiler.y:8561.7-22: warning: nonterminal useless in grammar: seqTypeActualPar [-Wother]
   '(' seqTypeActualPar optError ')'
       ^^^^^^^^^^^^^^^^
compiler.y:8566.12-24: warning: nonterminal useless in grammar: TypeActualPar [-Wother]
   optError TypeActualPar
            ^^^^^^^^^^^^^
compiler.y:5437.3-5442.3: warning: rule useless in grammar [-Wother]
   FunctionRef '(' optFunctionActualParList ')'
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8561.3-35: warning: rule useless in grammar [-Wother]
   '(' seqTypeActualPar optError ')'
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8562.3-15: warning: rule useless in grammar [-Wother]
 | '(' error ')'
   ^^^^^^^^^^^^^
compiler.y:8566.3-24: warning: rule useless in grammar [-Wother]
   optError TypeActualPar
   ^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8567.3-54: warning: rule useless in grammar [-Wother]
 | seqTypeActualPar optError ',' optError TypeActualPar
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8568.3-37: warning: rule useless in grammar [-Wother]
 | seqTypeActualPar optError ',' error
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8572.3-27: warning: rule useless in grammar [-Wother]
   Expression { delete $1; }
   ^^^^^^^^^^^^^^^^^^^^^^^^^
  (dep)	 compiler.tab.cc
flex -B -s -Cr -Cfe -Pttcn3_ -olex.ttcn3.cc compiler.l
  (dep)	 lex.ttcn3.cc
  (dep)	 OerAST.cc
  (dep)	 profiler.c
  (dep)	 Ttcn2Json.cc
  (dep)	 JsonAST.cc
  (dep)	 BerAST.cc
  (dep)	 signature.c
  (dep)	 port.c
  (dep)	 compiler.c
  (dep)	 Ttcnstuff.cc
  (dep)	 TextAST.cc
  (dep)	 Templatestuff.cc
  (dep)	 TtcnTemplate.cc
  (dep)	 Statement.cc
  (dep)	 RawAST.cc
  (dep)	 PatternString.cc
  (dep)	 ILT.cc
  (dep)	 Attributes.cc
  (dep)	 AST_ttcn3.cc
  (dep)	 ArrayDimensions.cc
  (C++)	 ArrayDimensions.cc
  (C++)	 AST_ttcn3.cc
AST_ttcn3.cc: In member function 'virtual void Ttcn::Module::chk()':
AST_ttcn3.cc:3179:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
               char *tmp = "UNKNOWN";
                           ^~~~~~~~~
In file included from AST_ttcn3.cc:46:0:
../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 #define PATCH_LETTER "A"
                      ^
../../common/version_internal.h:123:59: note: in expansion of macro 'PATCH_LETTER'
 #define LEGACY_VERSION "/" MAJOR_SUFFIX " R" MINOR_NUMBER PATCH_LETTER \
                                                           ^~~~~~~~~~~~
../../common/version_internal.h:126:63: note: in expansion of macro 'LEGACY_VERSION'
 #define LEGACY_CRL_PRODUCT_NUMBER  LEGACY_CRL_PRODNR_EXECUTOR LEGACY_VERSION
                                                               ^~~~~~~~~~~~~~
AST_ttcn3.cc:3182:22: note: in expansion of macro 'LEGACY_CRL_PRODUCT_NUMBER'
                tmp = LEGACY_CRL_PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 #define PATCH_LETTER "A"
                      ^
../../common/version_internal.h:128:97: note: in expansion of macro 'PATCH_LETTER'
 #define LEGACY_CAX_PRODUCT_NUMBER MAJOR_SUFFIX "/" LEGACY_CAX_PRODNR_EXECUTOR " R" MINOR_NUMBER PATCH_LETTER \
                                                                                                 ^~~~~~~~~~~~
AST_ttcn3.cc:3185:22: note: in expansion of macro 'LEGACY_CAX_PRODUCT_NUMBER'
                tmp = LEGACY_CAX_PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
AST_ttcn3.cc:3188:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
                tmp = PRODUCT_NUMBER;
                      ^
../../common/version_internal.h:40:68: note: in definition of macro 'GEN_VER3'
 # define GEN_VER3(major, minor, patchlevel) #major "." #minor "." #patchlevel
                                                                    ^~~~~~~~~~
../../common/version_internal.h:43:25: note: in expansion of macro 'GEN_VER'
 # define VERSION_STRING GEN_VER(TTCN3_MAJOR, TTCN3_MINOR, TTCN3_PATCHLEVEL)
                         ^~~~~~~
../../common/version_internal.h:131:24: note: in expansion of macro 'VERSION_STRING'
 #define PRODUCT_NUMBER VERSION_STRING
                        ^~~~~~~~~~~~~~
AST_ttcn3.cc:3188:22: note: in expansion of macro 'PRODUCT_NUMBER'
                tmp = PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~
AST_ttcn3.cc: In function 'void Ttcn::chk_defpar_template(const Ttcn::Template*, Common::Type::expected_value_t)':
AST_ttcn3.cc:9552:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (body->get_templatetype()) {
            ^
AST_ttcn3.cc:9552:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
AST_ttcn3.cc:9552:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
  (C++)	 Attributes.cc
  (C++)	 ILT.cc
  (C++)	 PatternString.cc
  (C++)	 RawAST.cc
  (C++)	 Statement.cc
  (C++)	 TtcnTemplate.cc
TtcnTemplate.cc: In copy constructor 'Ttcn::Template::Template(const Ttcn::Template&)':
TtcnTemplate.cc:48:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:48:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:48:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'void Ttcn::Template::clean_up()':
TtcnTemplate.cc:119:11: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch(templatetype) {
           ^
TtcnTemplate.cc:119:11: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:119:11: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In constructor 'Ttcn::Template::Template(Ttcn::StatementBlock*)':
TtcnTemplate.cc:567:12: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete]
     delete block;
            ^~~~~
TtcnTemplate.cc:558:38: warning: 'block' has incomplete type
   Template::Template(StatementBlock* block)
                                      ^~~~~
In file included from ../Value.hh:30:0,
                 from TtcnTemplate.hh:23,
                 from TtcnTemplate.cc:21:
../Setting.hh:60:9: note: forward declaration of 'class Ttcn::StatementBlock'
   class StatementBlock;
         ^~~~~~~~~~~~~~
TtcnTemplate.cc:567:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
     delete block;
            ^~~~~
TtcnTemplate.cc: In member function 'virtual void Ttcn::Template::set_fullname(const string&)':
TtcnTemplate.cc:585:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:585:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:585:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'virtual void Ttcn::Template::set_my_scope(Common::Scope*)':
TtcnTemplate.cc:664:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:664:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:664:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'bool Ttcn::Template::flatten(bool)':
TtcnTemplate.cc:3129:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:3129:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:3129:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'char* Ttcn::Template::generate_code_init(char*, const char*)':
TtcnTemplate.cc:3704:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:3704:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:3704:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'bool Ttcn::Template::compile_time() const':
TtcnTemplate.cc:4049:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:4049:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:4049:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc: In member function 'bool Ttcn::Template::needs_temp_ref()':
TtcnTemplate.cc:5324:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (templatetype) {
            ^
TtcnTemplate.cc:5324:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
TtcnTemplate.cc:5324:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
  (C++)	 Templatestuff.cc
  (C++)	 TextAST.cc
  (C++)	 Ttcnstuff.cc
  (CC)	 compiler.c
  (CC)	 port.c
  (CC)	 signature.c
  (C++)	 BerAST.cc
  (C++)	 JsonAST.cc
  (C++)	 Ttcn2Json.cc
  (CC)	 profiler.c
  (C++)	 OerAST.cc
  (C++)	 lex.ttcn3.cc
  (C++)	 compiler.tab.cc
  (C++)	 lex.rawAST.cc
  (C++)	 rawAST.tab.cc
  (C++)	 charstring_la.cc
  (C++)	 pstring_la.cc
  (C++)	 comptype_attrib_la.cc
  (C++)	 coding_attrib_la.cc
  (C++)	 coding_attrib_p.cc
  (CC)	 ttcn3_preparser.lex.c
ar -r libttcn3_compiler.a ArrayDimensions.o AST_ttcn3.o Attributes.o ILT.o PatternString.o RawAST.o Statement.o TtcnTemplate.o Templatestuff.o TextAST.o Ttcnstuff.o compiler.o port.o signature.o BerAST.o JsonAST.o Ttcn2Json.o profiler.o OerAST.o lex.ttcn3.o compiler.tab.o lex.rawAST.o rawAST.tab.o charstring_la.o pstring_la.o comptype_attrib_la.o coding_attrib_la.o coding_attrib_p.o ttcn3_preparser.lex.o ../../common/JSON_Tokenizer.o
ar: creating libttcn3_compiler.a
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
  (CC)	 encdec.c
  (CC)	 enum.c
  (CC)	 functionref.c
  (CC)	 record.c
  (CC)	 record_of.c
  (CC)	 union.c
  (C++)	 PredefFunc.cc
  (C++)	 AST.cc
  (C++)	 Code.cc
  (C++)	 Constraint.cc
  (C++)	 CompilerError.cc
  (C++)	 CompField.cc
  (C++)	 CompType.cc
  (C++)	 EnumItem.cc
  (C++)	 Identifier.cc
  (C++)	 Int.cc
  (C++)	 main.cc
  (C++)	 Real.cc
  (C++)	 Setting.cc
  (C++)	 SigParam.cc
  (C++)	 string.cc
  (C++)	 subtype.cc
  (C++)	 Stopwatch.cc
  (C++)	 Type.cc
  (C++)	 Type_chk.cc
  (C++)	 Type_codegen.cc
Type_codegen.cc: In member function 'void Common::Type::generate_code_jsondescriptor(output_struct*)':
Type_codegen.cc:1161:44: warning: 'def_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
     target->source.global_vars = mputprintf(target->source.global_vars,
                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       "const TTCN_JSONdescriptor_t %s_json_ = { %s, %s, %s, %s, %s, %s, %s, "
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       "%d, %s, %s, %s };\n"
       ~~~~~~~~~~~~~~~~~~~~~                 
       , get_genname_own().c_str()
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~           
       , jsonattrib->omit_as_null ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , alias ? alias : "NULL"
       ~~~~~~~~~~~~~~~~~~~~~~~~              
       , (jsonattrib->as_value || jsonattrib->tag_list != NULL) ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , def_val
       ~~~~~~~~~                             
       , jsonattrib->metainfo_unbound ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , jsonattrib->as_number ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , as_map ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~           
       , static_cast<int>(jsonattrib->enum_texts.size())
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , enum_texts_name
       ~~~~~~~~~~~~~~~~~                     
       , jsonattrib->use_null ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , jsonattrib->get_escaping_gen_str());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  (C++)	 TypeCompat.cc
  (C++)	 Typestuff.cc
  (C++)	 ustring.cc
  (C++)	 Value.cc
Value.cc: In static member function 'static bool Common::Value::chk_expr_self_ref_templ(Ttcn::Template*, Common::Assignment*)':
Value.cc:12065:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (t->get_templatetype()) {
            ^
Value.cc:12065:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
Value.cc:12065:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
  (C++)	 Valuestuff.cc
  (C++)	 XerAttributes.cc
  (C++)	 subtypestuff.cc
  (C++)	 CodeGenHelper.cc
  (C++)	 DebuggerStuff.cc
  (C++)	 XSD_Types.cc
g++  -fPIC -o compiler encdec.o enum.o functionref.o record.o record_of.o union.o PredefFunc.o AST.o Code.o Constraint.o CompilerError.o CompField.o CompType.o EnumItem.o Identifier.o Int.o main.o Real.o Setting.o SigParam.o string.o subtype.o Stopwatch.o Type.o Type_chk.o Type_codegen.o TypeCompat.o Typestuff.o ustring.o Value.o Valuestuff.o XerAttributes.o subtypestuff.o CodeGenHelper.o DebuggerStuff.o XSD_Types.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ../common/pattern_la.o ../common/pattern_p.o ../common/pattern_uni.o ../common/Quadruple.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/openssl_version.o \
asn1/libasn1_compiler.a ttcn3/libttcn3_compiler.a \
-lcrypto   
  (CC)	 makefile.c
makefile.c: In function 'print_splitted_file_names.isra.9':
makefile.c:1902:32: warning: '.cc' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
       sprintf(buffer, "_part_%i.cc", i);
                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c: In function 'generate_makefile.constprop':
makefile.c:3081:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3104:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3127:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3149:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3191:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3214:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3237:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3260:44: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                   sprintf(buffer, "_part_%i.o", slice);
                                            ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3315:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3339:50: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                         sprintf(buffer, "_part_%i.so", slice);
                                                  ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3362:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3384:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3446:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3469:48: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.o", slice);
                                                ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3492:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3514:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 xpather.cc
  (C++)	 ProjectGenHelper.cc
g++  -fPIC -o ttcn3_makefilegen makefile.o xpather.o ProjectGenHelper.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ttcn3/ttcn3_preparser.lex.o asn1/asn1_preparser.lex.o -lxml2  
  (C++)	 tcov2lcov.cc
g++  -fPIC -o tcov2lcov tcov2lcov.o ../common/memory.o -lxml2  
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen'
flex -B -s -Cr -Cfe -oparser.c parser.l
  (dep)	 parser.c
flex -B -s -Cr -Cfe -ologformat.c logformat.l
  (dep)	 logformat.c
  (dep)	 repgen.c
  (dep)	 logmerge.c
  (dep)	 logfilter.c
  (CC)	 logmerge.c
gcc  -fPIC -o ttcn3_logmerge logmerge.o ../common/memory.o  
  (CC)	 logfilter.c
gcc  -fPIC -o ttcn3_logfilter logfilter.o ../common/memory.o  
  (CC)	 logformat.c
gcc  -fPIC -o ttcn3_logformat logformat.o ../common/memory.o  
  (CC)	 parser.c
  (CC)	 repgen.c
repgen.c: In function 'WriteCode':
repgen.c:202:34: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
        sprintf ( fullname, "%s/%s.ttcn", code_dstdir, tclist->tcname );
                                  ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'WriteLog':
repgen.c:336:33: warning: '%s' directive writing up to 2047 bytes into a region of size 2042 [-Wformat-overflow=]
     sprintf ( oldname, "%s/temp/%s", log_dstdir, tclist->tcname );
                                 ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:337:30: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
     sprintf ( newname, "%s/%s.ttcnlog", log_dstdir, tclist->tcname );
                              ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'WriteDump':
repgen.c:396:27: warning: '.dump' directive writing 5 bytes into a region of size between 1 and 2048 [-Wformat-overflow=]
    sprintf ( fullname, "%s.dump", tclist->tcname );
                           ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 2053 bytes into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:409:31: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
     sprintf ( fullname, "%s/%s.dump", dump_dstdir, tclist->tcname );
                               ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'Genhtml':
repgen.c:470:21: warning: '%s' directive writing up to 2047 bytes into a region of size 1023 [-Wformat-overflow=]
   sprintf ( buf, "\"%s\", ", tclist->tcname );
                     ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 5 and 2052 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:473:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname );
                             ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:474:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.short\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 2061) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:478:29: warning: '.long' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.long", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:479:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.long\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:483:29: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcn", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:484:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.ttcn\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:488:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname );
                             ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:489:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.ttcnlog\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 2063) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:493:29: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.dump", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:494:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.dump\",\n", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:612:58: warning: '%s' directive writing up to 2047 bytes into a region of size 986 [-Wformat-overflow=]
   sprintf ( buf, "mywin.document.writeln(\"<tr><td>&nbsp %s &nbsp</td><td>", tclist->tcname );
                                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 54 and 2101 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:615:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname );
                             ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:636:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname );
                             ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -fPIC -o ttcn3_repgen parser.o repgen.o ../common/memory.o  
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
  (dep)	 Constant.cc
  (dep)	 Mstring.cc
  (dep)	 GeneralFunctions.cc
  (dep)	 PredefinedModules.cc
  (dep)	 ImportStatement.cc
  (dep)	 Annotation.cc
  (dep)	 ComplexType.cc
  (dep)	 AttributeType.cc
  (dep)	 SimpleType.cc
  (dep)	 RootType.cc
  (dep)	 TTCN3ModuleInventory.cc
  (dep)	 TTCN3Module.cc
  (dep)	 XMLParser.cc
  (dep)	 converter.cc
  (C++)	 converter.cc
  (C++)	 XMLParser.cc
  (C++)	 TTCN3Module.cc
  (C++)	 TTCN3ModuleInventory.cc
  (C++)	 RootType.cc
  (C++)	 SimpleType.cc
  (C++)	 AttributeType.cc
  (C++)	 ComplexType.cc
  (C++)	 Annotation.cc
  (C++)	 ImportStatement.cc
  (C++)	 PredefinedModules.cc
  (C++)	 GeneralFunctions.cc
  (C++)	 Mstring.cc
  (C++)	 Constant.cc
g++  -fPIC -o xsd2ttcn converter.o XMLParser.o TTCN3Module.o TTCN3ModuleInventory.o RootType.o SimpleType.o AttributeType.o ComplexType.o Annotation.o ImportStatement.o PredefinedModules.o GeneralFunctions.o Mstring.o Constant.o ../common/new.o ../common/memory.o -lxml2 -lcrypto 
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
bison -d -o config_read.tab.cc -p config_read_ config_read.y
  (dep)	 config_read.tab.cc
flex -B -s -Cr -Cfe -Pconfig_read_ -oconfig_read.lex.cc config_read.l
  (dep)	 config_read.lex.cc
  (dep)	 Cli.cc
  (C++)	 Cli.cc
Cli.cc:45:10: fatal error: editline/readline.h: No such file or directory
 #include <editline/readline.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
../../Makefile.genrules:97: recipe for target 'Cli.o' failed
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
make[2]: *** [Cli.o] Error 1
make[1]: *** [all] Error 2
Makefile:32: recipe for target 'all' failed
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2'
Makefile:65: recipe for target 'all' failed
make: *** [all] Error 2
+ exit 1
Removing intermediate container 1c024b2f155a
The command '/bin/sh -c cd ${HOME}     && export PATH=$HOME/bin:$PATH     && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done     && rm -fr ${HOME}/etc' returned a non-zero code: 1
+ echo 'Docker build failed: 1'
Docker build failed: 1
+ exit 1
#./run.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE