SuccessConsole Output

Started by user carignani
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/ttcn/titan-docker-latest
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:etsi-cti-admin/titan-docker.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:etsi-cti-admin/titan-docker.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:etsi-cti-admin/titan-docker.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 94788707b3dd2d0d0ccb0bb5fcac3e58b2d8226c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94788707b3dd2d0d0ccb0bb5fcac3e58b2d8226c
Commit message: "Reorganize ETSI-CTI TITAN docker"
 > git rev-list --no-walk dd9d34193f936892aa904e692bdf09f45de8e79e # timeout=10
[titan-docker-latest] $ /bin/bash /tmp/jenkins4977014921865545192.sh

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

OLD_PWD=`pwd`
pwd
++ pwd
+ OLD_PWD=/home/jenkins/workspace/ttcn/titan-docker-latest/from-sources

./build.sh
+ ./build.sh

#check and build stfubuntu image
DOCKER_ID=`docker ps -a | grep -e stfubuntu | awk '{ print $1 }'`
docker ps -a | grep -e stfubuntu | awk '{ print $1 }'
++ docker ps -a
++ grep -e stfubuntu
++ awk '{ print $1 }'
+ DOCKER_ID=
if [ ! -z "${DOCKER_ID}" ]
then
    docker rm --force ${DOCKER_ID}
fi
+ '[' '!' -z '' ']'
DOCKER_IMAGES=`docker images -a -q`
docker images -a -q
++ docker images -a -q
+ DOCKER_IMAGES='a98348c45396
b336b293fb06
38688bf7ddb1
9a8959f3fb0d
ee634549aa0a
87ec9e474ffe
4fdfccc2d033
f2cccc210225
65349a328e1e
6d48b1b3f970
18954e1ee1ef
2368a2cc981d
70e3e83863c8
109bfffc0f07
de97e8552114
2bca1685dae9
e3b48f4d9680
d90d02c4f062
a37899ad0ebb
7698f282e524
7fcc0d143f38
a596b4dd6048
485817f7e338
a3b04f7be80a
9f8be2ead977
0e6678fabd4f
cf1f56e61f48
6b33d9db0db5
ff7b91bc2d56
496e7526debc
4fe161eab929
2b094d422424
5bf4b0efa0d1
f8fa6cd5f5c6
3cc6372711e3
ebdf82f20b5d
9686a79226d6
5ec7f8c8b4dc
65a91cad226c
421f9b510ffa
a8649139e30d
1fa518c1e522
cd80a9406a06
13ec95e1389b
1b6aa7f38c5f
8c30b1f6b152
6b2fc60c407d
56b84394305d
20535d19fdf0
f3ac414d43b2
ba64cf373a7f
e99b8e21ffae
479ae19484b0
4eaca78ad361
d3c1b721444e
c5415dd5b4f2
cef6a7b565fa
821d360b3ff9
b5083f457da6
5a497368a499
eb7c68d2a659
d131e0fa2585
96b579a24c1d
60bc503a81b7
e932a6441062
f619b0db8d88
1d14a2fe0725
73527595bc48
8ec7d481ba0d
e889cc1fde43
9e98984cc336
b14d321d44b3
0127851f7c96
0f43d1cb80fd
aebd5a0f8828
c6859c0b856c
a1333658582a
e934dda49f7c
921d5eb12934
69b54ee3111f
30e19cec86aa
2cc878f2e30a
b4faaa16c3f2
1be61ca2b258
86b8cecf1c8f
255364b8ec10
2045067c8997
a55864ee7032
751b6b11504c
26d10a123b32
4d84321bd987
a7b89c29173c
2b1ecfe55061
e754db8a7be9
4e9a59d737cf
84859dde0d23
38229107cf06
6e18c17b5ad6
76072b0d9d82
f3627d73d7bf
0a045468fd36
7f0cbc8cc9e1
2ce599c9096f
0c26aefa11fa
4fe9de076cad
257c1d87cb0a
d331d5301f67
97c25cb8d5ad
88341ae1a7f7
9d4a78da1265
7c7d69d65f2d
59127b5a4e76
d1b3623506ae
e6d0e25e0e98
0f45156b3937
1112c30a494e
382b314e264d
94e814e2efa8
aead7ceb0f7b
b2e0fd2d61e5
6b3ffc5e7e2b
7308f4b26eb2
dfc7883158e5
b2179889fdf7
15b59145c33b
22b0f991742d
450ac1367008
3021daafa234
4b6141ff47f4
f44bfb2813f1
8572c9df5ed2
3c2b8bf7c2ca
a643db7e74bb
c3dc23607c9d
735d8f58c1bc
e90589c3e596
c827a1cac07e
1debd0445296
fafd07ab0655
94a774cc9d8b
12b582a22f41
43773d1dba76
1c04c8321f0a
d359e28f6d04
805a4b03284f'
if [ ! -z "${DOCKER_IMAGES}" ]
then
    docker rmi ${DOCKER_IMAGES}
fi
+ '[' '!' -z 'a98348c45396
b336b293fb06
38688bf7ddb1
9a8959f3fb0d
ee634549aa0a
87ec9e474ffe
4fdfccc2d033
f2cccc210225
65349a328e1e
6d48b1b3f970
18954e1ee1ef
2368a2cc981d
70e3e83863c8
109bfffc0f07
de97e8552114
2bca1685dae9
e3b48f4d9680
d90d02c4f062
a37899ad0ebb
7698f282e524
7fcc0d143f38
a596b4dd6048
485817f7e338
a3b04f7be80a
9f8be2ead977
0e6678fabd4f
cf1f56e61f48
6b33d9db0db5
ff7b91bc2d56
496e7526debc
4fe161eab929
2b094d422424
5bf4b0efa0d1
f8fa6cd5f5c6
3cc6372711e3
ebdf82f20b5d
9686a79226d6
5ec7f8c8b4dc
65a91cad226c
421f9b510ffa
a8649139e30d
1fa518c1e522
cd80a9406a06
13ec95e1389b
1b6aa7f38c5f
8c30b1f6b152
6b2fc60c407d
56b84394305d
20535d19fdf0
f3ac414d43b2
ba64cf373a7f
e99b8e21ffae
479ae19484b0
4eaca78ad361
d3c1b721444e
c5415dd5b4f2
cef6a7b565fa
821d360b3ff9
b5083f457da6
5a497368a499
eb7c68d2a659
d131e0fa2585
96b579a24c1d
60bc503a81b7
e932a6441062
f619b0db8d88
1d14a2fe0725
73527595bc48
8ec7d481ba0d
e889cc1fde43
9e98984cc336
b14d321d44b3
0127851f7c96
0f43d1cb80fd
aebd5a0f8828
c6859c0b856c
a1333658582a
e934dda49f7c
921d5eb12934
69b54ee3111f
30e19cec86aa
2cc878f2e30a
b4faaa16c3f2
1be61ca2b258
86b8cecf1c8f
255364b8ec10
2045067c8997
a55864ee7032
751b6b11504c
26d10a123b32
4d84321bd987
a7b89c29173c
2b1ecfe55061
e754db8a7be9
4e9a59d737cf
84859dde0d23
38229107cf06
6e18c17b5ad6
76072b0d9d82
f3627d73d7bf
0a045468fd36
7f0cbc8cc9e1
2ce599c9096f
0c26aefa11fa
4fe9de076cad
257c1d87cb0a
d331d5301f67
97c25cb8d5ad
88341ae1a7f7
9d4a78da1265
7c7d69d65f2d
59127b5a4e76
d1b3623506ae
e6d0e25e0e98
0f45156b3937
1112c30a494e
382b314e264d
94e814e2efa8
aead7ceb0f7b
b2e0fd2d61e5
6b3ffc5e7e2b
7308f4b26eb2
dfc7883158e5
b2179889fdf7
15b59145c33b
22b0f991742d
450ac1367008
3021daafa234
4b6141ff47f4
f44bfb2813f1
8572c9df5ed2
3c2b8bf7c2ca
a643db7e74bb
c3dc23607c9d
735d8f58c1bc
e90589c3e596
c827a1cac07e
1debd0445296
fafd07ab0655
94a774cc9d8b
12b582a22f41
43773d1dba76
1c04c8321f0a
d359e28f6d04
805a4b03284f' ']'
+ docker rmi a98348c45396 b336b293fb06 38688bf7ddb1 9a8959f3fb0d ee634549aa0a 87ec9e474ffe 4fdfccc2d033 f2cccc210225 65349a328e1e 6d48b1b3f970 18954e1ee1ef 2368a2cc981d 70e3e83863c8 109bfffc0f07 de97e8552114 2bca1685dae9 e3b48f4d9680 d90d02c4f062 a37899ad0ebb 7698f282e524 7fcc0d143f38 a596b4dd6048 485817f7e338 a3b04f7be80a 9f8be2ead977 0e6678fabd4f cf1f56e61f48 6b33d9db0db5 ff7b91bc2d56 496e7526debc 4fe161eab929 2b094d422424 5bf4b0efa0d1 f8fa6cd5f5c6 3cc6372711e3 ebdf82f20b5d 9686a79226d6 5ec7f8c8b4dc 65a91cad226c 421f9b510ffa a8649139e30d 1fa518c1e522 cd80a9406a06 13ec95e1389b 1b6aa7f38c5f 8c30b1f6b152 6b2fc60c407d 56b84394305d 20535d19fdf0 f3ac414d43b2 ba64cf373a7f e99b8e21ffae 479ae19484b0 4eaca78ad361 d3c1b721444e c5415dd5b4f2 cef6a7b565fa 821d360b3ff9 b5083f457da6 5a497368a499 eb7c68d2a659 d131e0fa2585 96b579a24c1d 60bc503a81b7 e932a6441062 f619b0db8d88 1d14a2fe0725 73527595bc48 8ec7d481ba0d e889cc1fde43 9e98984cc336 b14d321d44b3 0127851f7c96 0f43d1cb80fd aebd5a0f8828 c6859c0b856c a1333658582a e934dda49f7c 921d5eb12934 69b54ee3111f 30e19cec86aa 2cc878f2e30a b4faaa16c3f2 1be61ca2b258 86b8cecf1c8f 255364b8ec10 2045067c8997 a55864ee7032 751b6b11504c 26d10a123b32 4d84321bd987 a7b89c29173c 2b1ecfe55061 e754db8a7be9 4e9a59d737cf 84859dde0d23 38229107cf06 6e18c17b5ad6 76072b0d9d82 f3627d73d7bf 0a045468fd36 7f0cbc8cc9e1 2ce599c9096f 0c26aefa11fa 4fe9de076cad 257c1d87cb0a d331d5301f67 97c25cb8d5ad 88341ae1a7f7 9d4a78da1265 7c7d69d65f2d 59127b5a4e76 d1b3623506ae e6d0e25e0e98 0f45156b3937 1112c30a494e 382b314e264d 94e814e2efa8 aead7ceb0f7b b2e0fd2d61e5 6b3ffc5e7e2b 7308f4b26eb2 dfc7883158e5 b2179889fdf7 15b59145c33b 22b0f991742d 450ac1367008 3021daafa234 4b6141ff47f4 f44bfb2813f1 8572c9df5ed2 3c2b8bf7c2ca a643db7e74bb c3dc23607c9d 735d8f58c1bc e90589c3e596 c827a1cac07e 1debd0445296 fafd07ab0655 94a774cc9d8b 12b582a22f41 43773d1dba76 1c04c8321f0a d359e28f6d04 805a4b03284f
Error response from daemon: conflict: unable to delete a98348c45396 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete b336b293fb06 (cannot be forced) - image is being used by running container 17aab40224ce
Error response from daemon: conflict: unable to delete 38688bf7ddb1 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 9a8959f3fb0d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete ee634549aa0a (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 87ec9e474ffe (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4fdfccc2d033 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete f2cccc210225 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 65349a328e1e (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 6d48b1b3f970 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 18954e1ee1ef (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2368a2cc981d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 70e3e83863c8 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 109bfffc0f07 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete de97e8552114 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2bca1685dae9 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e3b48f4d9680 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d90d02c4f062 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a37899ad0ebb (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 7698f282e524 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 7fcc0d143f38 (must be forced) - image is being used by stopped container f5e39509c26d
Error response from daemon: conflict: unable to delete a596b4dd6048 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 485817f7e338 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a3b04f7be80a (must be forced) - image is being used by stopped container d3ba73e1710c
Error response from daemon: conflict: unable to delete 9f8be2ead977 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 0e6678fabd4f (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete cf1f56e61f48 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 6b33d9db0db5 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete ff7b91bc2d56 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 496e7526debc (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4fe161eab929 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2b094d422424 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 5bf4b0efa0d1 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete f8fa6cd5f5c6 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 3cc6372711e3 (must be forced) - image is being used by stopped container 93c47ecc02cb
Error response from daemon: conflict: unable to delete ebdf82f20b5d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 9686a79226d6 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 5ec7f8c8b4dc (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 65a91cad226c (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 421f9b510ffa (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a8649139e30d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 1fa518c1e522 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete cd80a9406a06 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 13ec95e1389b (must be forced) - image is being used by stopped container 363a481f12bb
Error response from daemon: conflict: unable to delete 1b6aa7f38c5f (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 8c30b1f6b152 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 6b2fc60c407d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 56b84394305d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 20535d19fdf0 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete f3ac414d43b2 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete ba64cf373a7f (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e99b8e21ffae (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 479ae19484b0 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4eaca78ad361 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d3c1b721444e (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete c5415dd5b4f2 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete cef6a7b565fa (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 821d360b3ff9 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete b5083f457da6 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 5a497368a499 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete eb7c68d2a659 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d131e0fa2585 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 96b579a24c1d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 60bc503a81b7 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e932a6441062 (must be forced) - image is being used by stopped container 8122e4394c23
Error response from daemon: conflict: unable to delete f619b0db8d88 (must be forced) - image is being used by stopped container 97f6b296529a
Error response from daemon: conflict: unable to delete 1d14a2fe0725 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 73527595bc48 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 8ec7d481ba0d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e889cc1fde43 (must be forced) - image is being used by stopped container 1c79f68ec3f0
Error response from daemon: conflict: unable to delete 9e98984cc336 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete b14d321d44b3 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 0127851f7c96 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 0f43d1cb80fd (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete aebd5a0f8828 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete c6859c0b856c (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a1333658582a (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e934dda49f7c (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 921d5eb12934 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 69b54ee3111f (must be forced) - image is being used by stopped container e8750b8d915b
Error response from daemon: conflict: unable to delete 30e19cec86aa (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2cc878f2e30a (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete b4faaa16c3f2 (must be forced) - image is being used by stopped container 2ce8545e54a0
Error response from daemon: conflict: unable to delete 1be61ca2b258 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 86b8cecf1c8f (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 255364b8ec10 (must be forced) - image is being used by stopped container fce87b9105c7
Error response from daemon: conflict: unable to delete 2045067c8997 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a55864ee7032 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 751b6b11504c (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 26d10a123b32 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4d84321bd987 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a7b89c29173c (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2b1ecfe55061 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e754db8a7be9 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4e9a59d737cf (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 84859dde0d23 (must be forced) - image is being used by stopped container e387197aa738
Error response from daemon: conflict: unable to delete 38229107cf06 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 6e18c17b5ad6 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 76072b0d9d82 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete f3627d73d7bf (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 0a045468fd36 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 7f0cbc8cc9e1 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 2ce599c9096f (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 0c26aefa11fa (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4fe9de076cad (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 257c1d87cb0a (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d331d5301f67 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 97c25cb8d5ad (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 88341ae1a7f7 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 9d4a78da1265 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 7c7d69d65f2d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 59127b5a4e76 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d1b3623506ae (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e6d0e25e0e98 (must be forced) - image is being used by stopped container 7f50ebdca395
Error response from daemon: conflict: unable to delete 0f45156b3937 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 1112c30a494e (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 382b314e264d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 94e814e2efa8 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete aead7ceb0f7b (must be forced) - image is being used by stopped container 232aee479dc1
Error response from daemon: conflict: unable to delete b2e0fd2d61e5 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 6b3ffc5e7e2b (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 7308f4b26eb2 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete dfc7883158e5 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete b2179889fdf7 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 15b59145c33b (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 22b0f991742d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 450ac1367008 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 3021daafa234 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 4b6141ff47f4 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete f44bfb2813f1 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 8572c9df5ed2 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 3c2b8bf7c2ca (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete a643db7e74bb (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete c3dc23607c9d (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 735d8f58c1bc (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete e90589c3e596 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete c827a1cac07e (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 1debd0445296 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete fafd07ab0655 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 94a774cc9d8b (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 12b582a22f41 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 43773d1dba76 (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete 1c04c8321f0a (cannot be forced) - image has dependent child images
Error response from daemon: conflict: unable to delete d359e28f6d04 (must be forced) - image is being used by stopped container 8f5d377576c5
Error response from daemon: conflict: unable to delete 805a4b03284f (cannot be forced) - image is being used by running container 78ecaaffee25
if [ -z `docker images -q stfubuntu` ]; then
  docker build --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi
docker images -q stfubuntu
++ docker images -q stfubuntu
+ '[' -z ']'
+ docker build --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm .
Sending build context to Docker daemon  25.09kB

Step 1/6 : FROM ubuntu:18.04
18.04: Pulling from library/ubuntu
Digest: sha256:f08638ec7ddc90065187e7eabdfac3c96e5ff0f6b2f1762cf31a4f49b53000a5
Status: Downloaded newer image for ubuntu:18.04
 ---> 7698f282e524
Step 2/6 : MAINTAINER ETSI-CTI
 ---> Running in 14159b745192
 ---> dec5d00f3e96
Removing intermediate container 14159b745192
Step 3/6 : LABEL description "STF Docker Ubuntu image"
 ---> Running in 7301fc1578c9
 ---> 3379ba53fbfd
Removing intermediate container 7301fc1578c9
Step 4/6 : ENV TERM linux HOSTNAME docker-STF
 ---> Running in 56a03e3ccf3b
 ---> d8a890bbf396
Removing intermediate container 56a03e3ccf3b
Step 5/6 : RUN echo "docker-STF-dev" > /etc/hostname     && DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y     && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y     && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y     && DEBIAN_FRONTEND=noninteractive apt-get update     && ( echo "oracle-java11-installer shared/accepted-oracle-license-v1-2 select true" | debconf-set-selections -v )     && 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       iputils-ping       libglib2.0-dev       libpcap-dev       libgcrypt-dev       libncurses5-dev       libssl-dev       libtool-bin       libtool       libwireshark-dev       libxml2-dev       libxml2-utils       lsof       net-tools       ntp       oracle-java11-installer       oracle-java11-set-default       pkg-config       qt5-default       qtmultimedia5-dev       libqt5svg5-dev       subversion       sudo       sshpass       tcpdump       texlive-font-utils       tshark       tree       tzdata       unzip       valgrind       vim       vsftpd       wget       xutils-dev       xsltproc     && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y     && DEBIAN_FRONTEND=noninteractive apt-get autoclean     && useradd --create-home --shell /bin/bash etsi     && echo "etsi:etsi" | chpasswd     && adduser etsi sudo     && echo "" >> /etc/profile     && echo 'export HOME=/home/etsi' >> /etc/profile     && echo 'export LD_LIBRARY_PATH=${HOME}/lib:$LD_LIBRARY_PATH' >> /etc/profile     && echo 'export PATH=${HOME}/bin:$PATH' >> /etc/profile     && echo 'cd ${HOME}' >> /etc/profile     && echo ". ./devenv.bash" >> /etc/profile     && cd /home/etsi     && mkdir -p bin lib include tmp frameworks docs man dev src     && chown -R etsi:etsi *
 ---> Running in 70e7f663ec8a
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [447 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [4168 B]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [5436 B]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [306 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [7236 B]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [802 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1198 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3672 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [942 B]
Fetched 16.2 MB in 2s (7589 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  bash debconf
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 738 kB of archives.
After this operation, 1024 B disk space will be freed.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.1 [615 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 738 kB in 1s (651 kB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4040 files and directories currently installed.)
Preparing to unpack .../bash_4.4.18-2ubuntu1.1_amd64.deb ...
Unpacking bash (4.4.18-2ubuntu1.1) over (4.4.18-2ubuntu1) ...
Setting up bash (4.4.18-2ubuntu1.1) ...
update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz doesn't exist
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4040 files and directories currently installed.)
Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ...
Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ...
Setting up debconf (1.5.66ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates cron dbus dirmngr distro-info-data file gir1.2-glib-2.0
  gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm iso-codes libapparmor1 libapt-inst2.0 libasn1-8-heimdal
  libassuan0 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0
  libglib2.0-data libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhx509-5-heimdal libicu60 libkrb5-26-heimdal libksba8
  libldap-2.4-2 libldap-common libmagic-mgc libmagic1 libmpdec2 libnpth0
  libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7
  libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsqlite3-0 libssl1.1 libwind0-heimdal libxml2 lsb-release mime-support
  openssl pinentry-curses powermgmt-base python-apt-common python3 python3-apt
  python3-dbus python3-gi python3-minimal python3-software-properties
  python3.6 python3.6-minimal readline-common shared-mime-info ucf
  unattended-upgrades xdg-user-dirs xz-utils
Suggested packages:
  anacron logrotate checksecurity exim4 | postfix | mail-transport-agent
  default-dbus-session-bus | dbus-session-bus dbus-user-session libpam-systemd
  pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
  libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql lsb
  pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg
  python-apt-doc python-dbus-doc python3-dbus-dbg python3.6-venv python3.6-doc
  binutils binfmt-support readline-doc bsd-mailx default-mta
  | mail-transport-agent needrestart
The following NEW packages will be installed:
  ca-certificates cron dbus dirmngr distro-info-data file gir1.2-glib-2.0
  gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm iso-codes libapparmor1 libapt-inst2.0 libasn1-8-heimdal
  libassuan0 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0
  libglib2.0-data libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhx509-5-heimdal libicu60 libkrb5-26-heimdal libksba8
  libldap-2.4-2 libldap-common libmagic-mgc libmagic1 libmpdec2 libnpth0
  libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7
  libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsqlite3-0 libssl1.1 libwind0-heimdal libxml2 lsb-release mime-support
  openssl pinentry-curses powermgmt-base python-apt-common python3 python3-apt
  python3-dbus python3-gi python3-minimal python3-software-properties
  python3.6 python3.6-minimal readline-common shared-mime-info
  software-properties-common ucf unattended-upgrades xdg-user-dirs xz-utils
0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.5 MB of archives.
After this operation, 111 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 cron amd64 3.0pl1-128.1ubuntu1 [68.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.0g-2ubuntu4.3 [1130 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.7-1~18.04 [531 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1 amd64 2.2.5-3 [80.2 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.7-1~18.04 [1604 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsqlite3-0 amd64 3.22.0-1 [496 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.7-1~18.04 [1711 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.7-1~18.04 [197 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.0g-2ubuntu4.3 [532 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 ca-certificates all 20180409 [151 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1 [175 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 dbus amd64 1.12.2-1ubuntu1 [150 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.5 [4568 B]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.2 [184 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.2 [68.5 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.2 [22.1 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.2 [1169 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.10 [55.6 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.2 [4720 B]
Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu60 amd64 60.2-3ubuntu3 [8054 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.2 [663 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [153 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 powermgmt-base all 1.33 [8660 B]
Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.4 [16.2 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.4 [148 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [14.8 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [49.2 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.2 [16.7 kB]
Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.2 [155 kB]
Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB]
Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB]
Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB]
Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB]
Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB]
Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB]
Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB]
Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [48.7 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.7 [22.0 kB]
Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.7 [9908 B]
Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.11 [41.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 24.5 MB in 1s (20.8 MB/s)
Selecting previously unselected package cron.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4040 files and directories currently installed.)
Preparing to unpack .../cron_3.0pl1-128.1ubuntu1_amd64.deb ...
Unpacking cron (3.0pl1-128.1ubuntu1) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0g-2ubuntu4.3) ...
Selecting previously unselected package libpython3.6-minimal:amd64.
Preparing to unpack .../libpython3.6-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.7-1~18.04) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.5-3_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../python3.6-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking python3.6-minimal (3.6.7-1~18.04) ...
Setting up libssl1.1:amd64 (1.1.0g-2ubuntu4.3) ...
Setting up libpython3.6-minimal:amd64 (3.6.7-1~18.04) ...
Setting up libexpat1:amd64 (2.2.5-3) ...
Setting up python3.6-minimal (3.6.7-1~18.04) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4334 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking python3-minimal (3.6.7-1~18.04) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
Unpacking mime-support (3.60ubuntu1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-3) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.22.0-1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1) ...
Selecting previously unselected package libpython3.6-stdlib:amd64.
Preparing to unpack .../6-libpython3.6-stdlib_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.7-1~18.04) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../7-python3.6_3.6.7-1~18.04_amd64.deb ...
Unpacking python3.6 (3.6.7-1~18.04) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3-minimal (3.6.7-1~18.04) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4792 files and directories currently installed.)
Preparing to unpack .../00-python3_3.6.7-1~18.04_amd64.deb ...
Unpacking python3 (3.6.7-1~18.04) ...
Selecting previously unselected package openssl.
Preparing to unpack .../01-openssl_1.1.0g-2ubuntu4.3_amd64.deb ...
Unpacking openssl (1.1.0g-2ubuntu4.3) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../02-ca-certificates_20180409_all.deb ...
Unpacking ca-certificates (20180409) ...
Selecting previously unselected package libapparmor1:amd64.
Preparing to unpack .../03-libapparmor1_2.12-4ubuntu5.1_amd64.deb ...
Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../04-libdbus-1-3_1.12.2-1ubuntu1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../05-dbus_1.12.2-1ubuntu1_amd64.deb ...
Unpacking dbus (1.12.2-1ubuntu1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../06-distro-info-data_0.37ubuntu0.5_all.deb ...
Unpacking distro-info-data (0.37ubuntu0.5) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking file (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../10-libglib2.0-0_2.56.4-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.2) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../11-libgirepository-1.0-1_1.56.1-1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../12-gir1.2-glib-2.0_1.56.1-1_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) ...
Selecting previously unselected package libapt-inst2.0:amd64.
Preparing to unpack .../13-libapt-inst2.0_1.6.10_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.6.10) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../14-libglib2.0-data_2.56.4-0ubuntu0.18.04.2_all.deb ...
Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.2) ...
Selecting previously unselected package libicu60:amd64.
Preparing to unpack .../15-libicu60_60.2-3ubuntu3_amd64.deb ...
Unpacking libicu60:amd64 (60.2-3ubuntu3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../16-libxml2_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../17-lsb-release_9.20170808ubuntu1_all.deb ...
Unpacking lsb-release (9.20170808ubuntu1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../18-python3-dbus_1.2.6-1_amd64.deb ...
Unpacking python3-dbus (1.2.6-1) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../19-python3-gi_3.26.1-2ubuntu1_amd64.deb ...
Unpacking python3-gi (3.26.1-2ubuntu1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../20-shared-mime-info_1.9-2_amd64.deb ...
Unpacking shared-mime-info (1.9-2) ...
Selecting previously unselected package ucf.
Preparing to unpack .../21-ucf_3.0038_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../22-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../23-xz-utils_5.2.2-1.3_amd64.deb ...
Unpacking xz-utils (5.2.2-1.3) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../24-iso-codes_3.79-1_all.deb ...
Unpacking iso-codes (3.79-1) ...
Selecting previously unselected package powermgmt-base.
Preparing to unpack .../25-powermgmt-base_1.33_all.deb ...
Unpacking powermgmt-base (1.33) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../26-python-apt-common_1.6.4_all.deb ...
Unpacking python-apt-common (1.6.4) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../27-python3-apt_1.6.4_amd64.deb ...
Unpacking python3-apt (1.6.4) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../28-libassuan0_2.5.1-2_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.1-2) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../29-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../30-libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../31-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../32-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../33-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../34-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../35-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../36-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../37-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../38-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../39-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../40-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../41-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../42-libldap-common_2.4.45+dfsg-1ubuntu1.2_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../43-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../44-libnpth0_1.5-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.5-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../45-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../46-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../47-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../48-gpg_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../49-pinentry-curses_1.1.0-1_amd64.deb ...
Unpacking pinentry-curses (1.1.0-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../50-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../51-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../52-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../53-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../54-gnupg_2.2.4-1ubuntu1.2_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.2) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../55-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../56-python3-software-properties_0.96.24.32.7_all.deb ...
Unpacking python3-software-properties (0.96.24.32.7) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../57-software-properties-common_0.96.24.32.7_all.deb ...
Unpacking software-properties-common (0.96.24.32.7) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../58-unattended-upgrades_1.1ubuntu1.18.04.11_all.deb ...
Unpacking unattended-upgrades (1.1ubuntu1.18.04.11) ...
Setting up python-apt-common (1.6.4) ...
Setting up libnpth0:amd64 (1.5-3) ...
Setting up readline-common (7.0-3) ...
Setting up libapt-inst2.0:amd64 (1.6.10) ...
Setting up powermgmt-base (1.33) ...
Setting up libicu60:amd64 (60.2-3ubuntu3) ...
Setting up mime-support (3.60ubuntu1) ...
Setting up iso-codes (3.79-1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.2) ...
No schema files found: doing nothing.
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up distro-info-data (0.37ubuntu0.5) ...
Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libksba8:amd64 (1.3.5-2) ...
Setting up ucf (3.0038) ...
Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Setting up libmagic-mgc (1:5.32-2ubuntu0.2) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ...
Setting up libmagic1:amd64 (1:5.32-2ubuntu0.2) ...
Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ...
Setting up xz-utils (5.2.2-1.3) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up openssl (1.1.0g-2ubuntu4.3) ...
Setting up libsqlite3-0:amd64 (3.22.0-1) ...
Setting up shared-mime-info (1.9-2) ...
Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
133 added, 0 removed; done.
Setting up cron (3.0pl1-128.1ubuntu1) ...
Adding group `crontab' (GID 101) ...
Done.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libassuan0:amd64 (2.5.1-2) ...
Setting up xdg-user-dirs (0.17-1ubuntu1) ...
Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1) ...
Setting up libpython3.6-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3.6 (3.6.7-1~18.04) ...
Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpgconf (2.2.4-1ubuntu1.2) ...
Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up file (1:5.32-2ubuntu0.2) ...
Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpgsm (2.2.4-1ubuntu1.2) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.2) ...
Setting up pinentry-curses (1.1.0-1) ...
Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up dbus (1.12.2-1ubuntu1) ...
Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpg (2.2.4-1ubuntu1.2) ...
Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3 (3.6.7-1~18.04) ...
Setting up gpg-agent (2.2.4-1ubuntu1.2) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ...
Setting up python3-gi (3.26.1-2ubuntu1) ...
Setting up lsb-release (9.20170808ubuntu1) ...
Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up python3-apt (1.6.4) ...
Setting up python3-dbus (1.2.6-1) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
Setting up unattended-upgrades (1.1ubuntu1.18.04.11) ...

Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version

Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Setting up python3-software-properties (0.96.24.32.7) ...
Setting up dirmngr (2.2.4-1ubuntu1.2) ...
Setting up software-properties-common (0.96.24.32.7) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ...
Setting up gnupg (2.2.4-1ubuntu1.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Processing triggers for dbus (1.12.2-1ubuntu1) ...
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease [15.9 kB]
Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:6 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 Packages [1880 B]
Fetched 17.8 kB in 1s (30.1 kB/s)
Reading package lists...
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists...
info: Trying to set 'shared/accepted-oracle-license-v1-2' [select] to 'true'
info: Loading answer for 'shared/accepted-oracle-license-v1-2'
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  adwaita-icon-theme at-spi2-core automake autotools-dev binutils
  binutils-common binutils-x86-64-linux-gnu cmake-data cpp cpp-7 cpp-8
  dconf-gsettings-backend dconf-service dpkg-dev emacs25 emacs25-bin-common
  emacs25-common emacs25-el emacsen-common fakeroot fontconfig
  fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-liberation
  fonts-lmodern fonts-noto-mono g++ g++-7 gcc gcc-7 gcc-7-base gdbserver
  ghostscript gir1.2-harfbuzz-0.0 git-man glib-networking
  glib-networking-common glib-networking-services gsettings-desktop-schemas
  gsfonts gsfonts-x11 gstreamer1.0-plugins-base gtk-update-icon-cache
  hicolor-icon-theme humanity-icon-theme icu-devtools imagemagick-6-common
  install-info java-common krb5-locales less libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1
  libaprutil1 libarchive13 libasan4 libasan5 libasound2 libasound2-data
  libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1
  libatspi2.0-0 libauthen-sasl-perl libavahi-client3 libavahi-common-data
  libavahi-common3 libbabeltrace1 libbinutils libbison-dev libbsd0 libc-ares2
  libc-dev-bin libc6-dbg libc6-dev libcairo-gobject2 libcairo2 libcap2
  libcap2-bin libcc1-0 libcdparanoia0 libcdt5 libcgraph6 libcilkrts5
  libclang1-6.0 libcolord2 libcroco3 libcups2 libcupsfilters1 libcupsimage2
  libcurl3-gnutls libcurl4 libdata-dump-perl libdatrie1 libdconf1
  libdouble-conversion1 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-dev
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdw1 libedit2
  libegl-mesa0 libegl1 libegl1-mesa-dev libelf1 libencode-locale-perl
  libepoxy0 liberror-perl libevdev2 libevent-2.1-6 libfakeroot
  libfftw3-double3 libfile-basedir-perl libfile-desktopentry-perl
  libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl libfl-dev
  libfl2 libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libfreetype6
  libfribidi0 libgbm1 libgcc-7-dev libgcc-8-dev libgd3 libgdbm-compat4
  libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common
  libgif7 libgl1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa
  libgles1 libgles2 libgles2-mesa-dev libglib2.0-bin libglib2.0-dev-bin
  libglu1-mesa libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0
  libglx-mesa0 libglx0 libgnutls-dane0 libgomp1 libgpg-error-dev libgpm2
  libgraphite2-3 libgraphite2-dev libgs9 libgs9-common libgssapi-krb5-2
  libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin
  libgtk-3-common libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvpr2
  libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b
  libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libice6 libicu-dev libicu-le-hb-dev libicu-le-hb0
  libiculx60 libidn11 libijs-0.35 libinput-bin libinput10 libio-html-perl
  libio-socket-ssl-perl libipc-system-simple-perl libisl19 libitm1 libjbig0
  libjbig2dec0 libjpeg-turbo8 libjpeg8 libjson-glib-1.0-0
  libjson-glib-1.0-common libjsoncpp1 libk5crypto3 libkeyutils1 libkpathsea6
  libkrb5-3 libkrb5support0 liblab-gamut1 liblcms2-2 libllvm6.0 libllvm7
  liblocale-gettext-perl liblockfile-bin liblockfile1 liblqr-1-0 liblsan0
  libltdl-dev libltdl7 liblua5.2-0 liblwp-mediatypes-perl
  liblwp-protocol-https-perl liblzo2-2 libm17n-0 libmagickcore-6.q16-3
  libmagickwand-6.q16-3 libmailtools-perl libmaxminddb0 libmpc3 libmpfr6
  libmpx2 libmtdev1 libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnspr4
  libnss3 libogg0 libopengl0 libopts25 libopus0 liborc-0.4-0 libotf0
  libpam-cap libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpaper-utils libpaper1 libpathplan4 libpcap0.8 libpcap0.8-dev
  libpciaccess0 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26
  libpixman-1-0 libpng16-16 libpoppler73 libpopt0 libpotrace0 libproxy1v5
  libpsl5 libptexenc1 libpthread-stubs0-dev libpulse-dev
  libpulse-mainloop-glib0 libpulse0 libpython3.6 libqgsttools-p1
  libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5
  libqt5multimediaquick-p5 libqt5multimediawidgets5 libqt5network5
  libqt5opengl5 libqt5opengl5-dev libqt5printsupport5 libqt5qml5 libqt5quick5
  libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5widgets5
  libqt5xml5 libquadmath0 librest-0.7-0 librhash0 librsvg2-2 librsvg2-common
  librtmp1 libsbc1 libsensors4 libserf-1-1 libsigsegv2 libsm6 libsmi2ldbl
  libsnappy1v5 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2
  libssh-gcrypt-4 libssl-doc libssl1.0.0 libstdc++-7-dev libstdc++-8-dev
  libsvn1 libsynctex1 libtcl8.6 libtexlua52 libtexluajit2 libtext-iconv-perl
  libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff5
  libtimedate-perl libtinfo-dev libtry-tiny-perl libtsan0 libubsan0 libubsan1
  libunbound2 liburi-perl libuv1 libvisual-0.4-0 libvorbis0a libvorbisenc2
  libwacom-bin libwacom-common libwacom2 libwayland-bin libwayland-client0
  libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0
  libwebp6 libwireshark-data libwireshark11 libwiretap-dev libwiretap8
  libwrap0 libwscodecs2 libwsutil-dev libwsutil9 libwww-perl
  libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc
  libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libxapian30 libxau-dev
  libxau6 libxaw7 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0
  libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-icccm4 libxcb-image0
  libxcb-keysyms1 libxcb-present-dev libxcb-present0 libxcb-randr0
  libxcb-randr0-dev libxcb-render-util0 libxcb-render0 libxcb-render0-dev
  libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-sync-dev libxcb-sync1
  libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xinerama0 libxcb-xkb1
  libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage-dev libxdamage1
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft2
  libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxpm4 libxrandr2
  libxrender1 libxshmfence-dev libxshmfence1 libxslt1.1 libxt6 libxtst6 libxv1
  libxxf86dga1 libxxf86vm-dev libxxf86vm1 libzzip-0-13 linux-libc-dev lmodern
  locales logrotate m17n-db m4 make manpages manpages-dev mesa-common-dev
  multiarch-support netbase openssh-client patch perl perl-modules-5.26
  perl-openssl-defaults poppler-data ps2eps publicsuffix python3-distutils
  python3-lib2to3 qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin qtbase5-dev
  qtbase5-dev-tools qtchooser qttranslations5-l10n sntp ssl-cert t1utils
  tcl-expect tcl8.6 tex-common texlive-base texlive-binaries ubuntu-mono
  vim-common vim-runtime wireshark-common x11-common x11-utils
  x11-xserver-utils x11proto-core-dev x11proto-damage-dev x11proto-dev
  x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev xauth
  xdg-utils xfonts-encodings xfonts-utils xkb-data xorg-sgml-doctools
  xtrans-dev xxd zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc gettext binutils-doc bison-doc
  cmake-doc ninja-build cpp-doc gcc-7-locales gcc-8-locales doxygen-latex
  doxygen-doc doxygen-gui debian-keyring emacs25-common-non-dfsg ncurses-term
  tk8.6 flex-doc fonts-noto g++-multilib g++-7-multilib gcc-7-doc
  libstdc++6-7-dbg g++-8-multilib gcc-8-doc libstdc++6-8-dbg gcc-multilib
  gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
  libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg
  libmpx2-dbg libquadmath0-dbg gcc-8-multilib libasan5-dbg libubsan1-dbg
  gdb-doc ghostscript-x gettext-base git-daemon-run | git-daemon-sysvinit
  git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
  graphviz-doc gvfs lrzip libasound2-plugins alsa-utils libdigest-hmac-perl
  libgssapi-perl glibc-doc colord cups-common bzr libfftw3-bin libfftw3-dev
  libgcrypt20-doc libgd-tools gdbm-l10n libglib2.0-doc dns-root-data gpm
  libgraphite2-utils krb5-doc krb5-user libvisual-0.4-plugins
  gstreamer1.0-tools icu-doc liblcms2-utils libtool-doc libcrypt-ssleay-perl
  m17n-docs libmagickcore-6.q16-3-extra mmdb-bin ncurses-doc opus-tools
  pciutils pulseaudio qt5-image-formats-plugins qtwayland5
  qt5-qmltooling-plugins librsvg2-bin lm-sensors snmp-mibs-downloader
  libstdc++-7-doc libstdc++-8-doc gfortran | fortran95-compiler gcj-jdk
  libwayland-doc wireshark-doc libauthen-ntlm-perl xapian-tools libxcb-doc
  libxext-doc libunicode-map8-perl libunicode-string-perl xml-twig-tools
  bsd-mailx | mailx gawk m4-doc make-doc man-browser ntp-doc keychain
  libpam-ssh monkeysphere ssh-askpass binfmt-support visualvm ttf-baekmuk
  | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic | ttf-sazanami-gothic
  ttf-kochi-mincho | ttf-sazanami-mincho ttf-arphic-uming firefox | firefox-2
  | iceweasel | mozilla-firefox | iceape-browser | mozilla-browser
  | epiphany-gecko | epiphany-webkit | epiphany-browser | galeon | midbrowser
  | moblin-web-browser | xulrunner | xulrunner-1.9 | konqueror
  | chromium-browser | midori | google-chrome ed diffutils-doc perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl poppler-utils
  fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic
  | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum
  default-libmysqlclient-dev firebird-dev libpq-dev libsqlite3-dev
  unixodbc-dev openssl-blacklist db5.3-util libapache2-mod-svn
  subversion-tools tcl-tclreadline apparmor debhelper perl-tk xpdf-reader
  | pdf-viewer psutils zip valgrind-dbg valgrind-mpi kcachegrind alleyoop
  valkyrie ctags vim-doc vim-scripts mesa-utils nickle cairo-5c xorg-docs-core
The following NEW packages will be installed:
  adwaita-icon-theme at-spi2-core autoconf automake autotools-dev binutils
  binutils-common binutils-x86-64-linux-gnu bison build-essential cmake
  cmake-data cpp cpp-7 cpp-8 curl dconf-gsettings-backend dconf-service
  dos2unix doxygen dpkg-dev emacs emacs25 emacs25-bin-common emacs25-common
  emacs25-el emacsen-common expect fakeroot flex fontconfig fontconfig-config
  fonts-dejavu-core fonts-droid-fallback fonts-liberation fonts-lmodern
  fonts-noto-mono g++ g++-7 g++-8 gcc gcc-7 gcc-7-base gcc-8 gdb gdbserver
  ghostscript gir1.2-harfbuzz-0.0 git git-man glib-networking
  glib-networking-common glib-networking-services gnutls-bin graphviz
  gsettings-desktop-schemas gsfonts gsfonts-x11 gstreamer1.0-plugins-base
  gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme icu-devtools
  imagemagick-6-common install-info iputils-ping java-common krb5-locales less
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libann0 libapr1 libaprutil1 libarchive13 libasan4 libasan5 libasound2
  libasound2-data libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data
  libatomic1 libatspi2.0-0 libauthen-sasl-perl libavahi-client3
  libavahi-common-data libavahi-common3 libbabeltrace1 libbinutils
  libbison-dev libbsd0 libc-ares2 libc-dev-bin libc6-dbg libc6-dev
  libcairo-gobject2 libcairo2 libcap2 libcap2-bin libcc1-0 libcdparanoia0
  libcdt5 libcgraph6 libcilkrts5 libclang1-6.0 libcolord2 libcroco3 libcups2
  libcupsfilters1 libcupsimage2 libcurl3-gnutls libcurl4 libdata-dump-perl
  libdatrie1 libdconf1 libdouble-conversion1 libdpkg-perl libdrm-amdgpu1
  libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
  libdrm2 libdw1 libedit2 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1
  libencode-locale-perl libepoxy0 liberror-perl libevdev2 libevent-2.1-6
  libfakeroot libfftw3-double3 libfile-basedir-perl libfile-desktopentry-perl
  libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl libfl-dev
  libfl2 libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libfreetype6
  libfribidi0 libgbm1 libgcc-7-dev libgcc-8-dev libgcrypt20-dev libgd3
  libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin
  libgdk-pixbuf2.0-common libgif7 libgl1 libgl1-mesa-dev libgl1-mesa-dri
  libgl1-mesa-glx libglapi-mesa libgles1 libgles2 libgles2-mesa-dev
  libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libglu1-mesa
  libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0 libglx-mesa0
  libglx0 libgnutls-dane0 libgomp1 libgpg-error-dev libgpm2 libgraphite2-3
  libgraphite2-dev libgs9 libgs9-common libgssapi-krb5-2
  libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin
  libgtk-3-common libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvpr2
  libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b
  libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libice6 libicu-dev libicu-le-hb-dev libicu-le-hb0
  libiculx60 libidn11 libijs-0.35 libinput-bin libinput10 libio-html-perl
  libio-socket-ssl-perl libipc-system-simple-perl libisl19 libitm1 libjbig0
  libjbig2dec0 libjpeg-turbo8 libjpeg8 libjson-glib-1.0-0
  libjson-glib-1.0-common libjsoncpp1 libk5crypto3 libkeyutils1 libkpathsea6
  libkrb5-3 libkrb5support0 liblab-gamut1 liblcms2-2 libllvm6.0 libllvm7
  liblocale-gettext-perl liblockfile-bin liblockfile1 liblqr-1-0 liblsan0
  libltdl-dev libltdl7 liblua5.2-0 liblwp-mediatypes-perl
  liblwp-protocol-https-perl liblzo2-2 libm17n-0 libmagickcore-6.q16-3
  libmagickwand-6.q16-3 libmailtools-perl libmaxminddb0 libmpc3 libmpfr6
  libmpx2 libmtdev1 libncurses5-dev libnet-dbus-perl libnet-http-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnl-3-200
  libnl-genl-3-200 libnspr4 libnss3 libogg0 libopengl0 libopts25 libopus0
  liborc-0.4-0 libotf0 libpam-cap libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap-dev
  libpcap0.8 libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre3-dev libpcre32-3
  libpcrecpp0v5 libperl5.26 libpixman-1-0 libpng16-16 libpoppler73 libpopt0
  libpotrace0 libproxy1v5 libpsl5 libptexenc1 libpthread-stubs0-dev
  libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3.6 libqgsttools-p1
  libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5
  libqt5multimediaquick-p5 libqt5multimediawidgets5 libqt5network5
  libqt5opengl5 libqt5opengl5-dev libqt5printsupport5 libqt5qml5 libqt5quick5
  libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5svg5-dev libqt5test5
  libqt5widgets5 libqt5xml5 libquadmath0 librest-0.7-0 librhash0 librsvg2-2
  librsvg2-common librtmp1 libsbc1 libsensors4 libserf-1-1 libsigsegv2 libsm6
  libsmi2ldbl libsnappy1v5 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1
  libspandsp2 libssh-gcrypt-4 libssl-dev libssl-doc libssl1.0.0
  libstdc++-7-dev libstdc++-8-dev libsvn1 libsynctex1 libtcl8.6 libtexlua52
  libtexluajit2 libtext-iconv-perl libthai-data libthai0 libtheora0
  libtie-ixhash-perl libtiff5 libtimedate-perl libtinfo-dev libtool
  libtool-bin libtry-tiny-perl libtsan0 libubsan0 libubsan1 libunbound2
  liburi-perl libuv1 libvisual-0.4-0 libvorbis0a libvorbisenc2 libwacom-bin
  libwacom-common libwacom2 libwayland-bin libwayland-client0
  libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0
  libwebp6 libwireshark-data libwireshark-dev libwireshark11 libwiretap-dev
  libwiretap8 libwrap0 libwscodecs2 libwsutil-dev libwsutil9 libwww-perl
  libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc
  libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libxapian30 libxau-dev
  libxau6 libxaw7 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0
  libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-icccm4 libxcb-image0
  libxcb-keysyms1 libxcb-present-dev libxcb-present0 libxcb-randr0
  libxcb-randr0-dev libxcb-render-util0 libxcb-render0 libxcb-render0-dev
  libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-sync-dev libxcb-sync1
  libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xinerama0 libxcb-xkb1
  libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage-dev libxdamage1
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft2
  libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libxml2-dev libxml2-utils libxmu6
  libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence-dev libxshmfence1
  libxslt1.1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm-dev libxxf86vm1
  libzzip-0-13 linux-libc-dev lmodern locales logrotate lsof m17n-db m4 make
  manpages manpages-dev mesa-common-dev multiarch-support net-tools netbase
  ntp openssh-client oracle-java11-installer oracle-java11-set-default patch
  perl perl-modules-5.26 perl-openssl-defaults pkg-config poppler-data ps2eps
  publicsuffix python3-distutils python3-lib2to3 qt5-default
  qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools
  qtchooser qtmultimedia5-dev qttranslations5-l10n sntp sshpass ssl-cert
  subversion sudo t1utils tcl-expect tcl8.6 tcpdump tex-common texlive-base
  texlive-binaries texlive-font-utils tree tshark tzdata ubuntu-mono unzip
  valgrind vim vim-common vim-runtime vsftpd wget wireshark-common x11-common
  x11-utils x11-xserver-utils x11proto-core-dev x11proto-damage-dev
  x11proto-dev x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev
  xauth xdg-utils xfonts-encodings xfonts-utils xkb-data xorg-sgml-doctools
  xsltproc xtrans-dev xutils-dev xxd zlib1g-dev
0 upgraded, 556 newly installed, 0 to remove and 0 not upgraded.
Need to get 363 MB of archives.
After this operation, 1660 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 oracle-java11-installer amd64 11.0.2-2~linuxuprising1 [35.1 kB]
Get:2 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 oracle-java11-set-default amd64 11.0.2-2~linuxuprising1 [3116 B]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 install-info amd64 6.5.0.dfsg.1-2 [55.4 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 multiarch-support amd64 2.27-3ubuntu1 [6916 B]
Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbsd0 amd64 0.8.7-1 [41.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 flex amd64 2.6.4-6 [316 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2 [335 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1805 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 [110 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.3.0-6ubuntu1~18.04 [76.4 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-double3 amd64 3.3.7-1 [735 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.2 [153 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.4 [60.9 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [1616 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [293 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2 [2037 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-common all 2.4.95-1~18.04.1 [5068 B]
Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm2 amd64 2.4.95-1~18.04.1 [31.0 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.2 [46.6 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-server0 amd64 1.16.0-1ubuntu1.1~18.04.1 [29.8 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgbm1 amd64 18.2.8-0ubuntu0~18.04.2 [24.2 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 18.2.8-0ubuntu0~18.04.2 [23.4 kB]
Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-client0 amd64 1.16.0-1ubuntu1.1~18.04.1 [23.8 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.2 [9376 B]
Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0 amd64 1.13-2~ubuntu18.04 [6920 B]
Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-0 amd64 1.13-2~ubuntu18.04 [6568 B]
Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present0 amd64 1.13-2~ubuntu18.04 [5552 B]
Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync1 amd64 1.13-2~ubuntu18.04 [8808 B]
Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0 amd64 1.13-2~ubuntu18.04 [9352 B]
Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl-mesa0 amd64 18.2.8-0ubuntu0~18.04.2 [87.5 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1 amd64 1.0.0-2ubuntu2.2 [31.9 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0 amd64 1.13-2~ubuntu18.04 [22.1 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6934 B]
Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB]
Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB]
Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-amdgpu1 amd64 2.4.95-1~18.04.1 [17.4 kB]
Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB]
Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-intel1 amd64 2.4.95-1~18.04.1 [59.9 kB]
Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-nouveau2 amd64 2.4.95-1~18.04.1 [16.5 kB]
Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-radeon1 amd64 2.4.95-1~18.04.1 [21.7 kB]
Get:65 http://archive.ubuntu.com/ubuntu bionic/main amd64 libelf1 amd64 0.170-0.4 [44.1 kB]
Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libllvm7 amd64 1:7-3~ubuntu0.18.04.1 [15.9 MB]
Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB]
Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 18.2.8-0ubuntu0~18.04.2 [6587 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 18.2.8-0ubuntu0~18.04.2 [135 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.2 [28.1 kB]
Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.2 [84.8 kB]
Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB]
Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevdev2 amd64 1.5.8+dfsg-1 [29.0 kB]
Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmtdev1 amd64 1.1.5-1ubuntu3 [13.8 kB]
Get:79 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgudev-1.0-0 amd64 1:232-2 [13.6 kB]
Get:80 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-common all 0.29-1 [36.9 kB]
Get:81 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom2 amd64 0.29-1 [17.7 kB]
Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 libinput-bin amd64 1.10.4-1 [11.0 kB]
Get:83 http://archive.ubuntu.com/ubuntu bionic/main amd64 libinput10 amd64 1.10.4-1 [86.2 kB]
Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2 [195 kB]
Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2 [633 kB]
Get:86 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB]
Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5600 B]
Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB]
Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB]
Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8406 B]
Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0 amd64 1.13-2~ubuntu18.04 [16.4 kB]
Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9638 B]
Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0 amd64 1.13-2~ubuntu18.04 [5972 B]
Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xinerama0 amd64 1.13-2~ubuntu18.04 [5264 B]
Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xkb1 amd64 1.13-2~ubuntu18.04 [30.1 kB]
Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB]
Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 xkb-data all 2.23.1-1ubuntu1 [325 kB]
Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon0 amd64 0.8.0-1ubuntu0.1 [97.9 kB]
Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon-x11-0 amd64 0.8.0-1ubuntu0.1 [13.5 kB]
Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2 [2566 kB]
Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2 [2205 kB]
Get:104 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB]
Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5-dev amd64 5.9.5-0ubuntu1 [9880 B]
Get:106 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
Get:107 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
Get:108 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B]
Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2019a-0ubuntu0.18.04 [189 kB]
Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]
Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB]
Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [640 kB]
Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB]
Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.1 [193 kB]
Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.1 [501 kB]
Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.1 [1854 kB]
Get:120 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.1 [3396 B]
Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 java-common all 0.68ubuntu1~18.04.1 [14.5 kB]
Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 locales all 2.27-3ubuntu1 [3612 kB]
Get:123 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB]
Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB]
Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB]
Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 poppler-data all 0.4.8-2 [1479 kB]
Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 tex-common all 6.09 [33.0 kB]
Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]
Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 iputils-ping amd64 3:20161105-1ubuntu2 [53.9 kB]
Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2-bin amd64 1:2.25-1.2 [20.6 kB]
Get:134 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfribidi0 amd64 0.19.7-2 [24.9 kB]
Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpam-cap amd64 1:2.25-1.2 [7268 B]
Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpopt0 amd64 1.16-11 [26.2 kB]
Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-iconv-perl amd64 1.7-5build6 [13.0 kB]
Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 logrotate amd64 3.11.0-0.1ubuntu1 [41.8 kB]
Get:139 http://archive.ubuntu.com/ubuntu bionic/main amd64 sudo amd64 1.8.21p2-3ubuntu1 [428 kB]
Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 xxd amd64 2:8.0.1453-1ubuntu1 [49.2 kB]
Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-common all 2:8.0.1453-1ubuntu1 [70.4 kB]
Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.1 [13.5 kB]
Get:143 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.1 [30.9 kB]
Get:144 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.1 [85.6 kB]
Get:145 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
Get:146 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.1 [279 kB]
Get:147 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.1 [122 kB]
Get:148 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap0.8 amd64 1.8.1-6ubuntu1 [118 kB]
Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB]
Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
Get:151 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsof amd64 4.89+dfsg-0.1 [248 kB]
Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
Get:153 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB]
Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcpdump amd64 4.9.2-3 [387 kB]
Get:156 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
Get:157 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
Get:158 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4536 B]
Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB]
Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu3 [28.2 kB]
Get:161 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB]
Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
Get:163 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
Get:164 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
Get:165 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
Get:166 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
Get:167 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
Get:170 http://archive.ubuntu.com/ubuntu bionic/main amd64 librsvg2-2 amd64 2.40.20-2 [98.6 kB]
Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 librsvg2-common amd64 2.40.20-2 [5124 B]
Get:172 http://archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-mono all 16.10+18.04.20181005-0ubuntu1 [149 kB]
Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3306 kB]
Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB]
Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 at-spi2-core amd64 2.28.0-1 [47.9 kB]
Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1build1 [339 kB]
Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 bison amd64 2:3.0.4.dfsg-1build1 [266 kB]
Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB]
Get:184 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-50.54 [1007 kB]
Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB]
Get:186 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.4.0-1ubuntu1~18.04 [19.0 kB]
Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
Get:190 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.4.0-1ubuntu1~18.04 [6740 kB]
Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.2 [27.6 kB]
Get:192 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.3.0-6ubuntu1~18.04 [47.4 kB]
Get:193 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1~18.04 [27.9 kB]
Get:194 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu1~18.04 [9180 B]
Get:195 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1~18.04 [359 kB]
Get:196 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu1~18.04 [133 kB]
Get:197 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1~18.04 [288 kB]
Get:198 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu1~18.04 [126 kB]
Get:199 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1~18.04 [42.5 kB]
Get:200 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu1~18.04 [11.6 kB]
Get:201 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1~18.04 [134 kB]
Get:202 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu1~18.04 [2381 kB]
Get:203 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1~18.04 [7462 kB]
Get:204 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.2 [5184 B]
Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.4.0-1ubuntu1~18.04 [1467 kB]
Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.4.0-1ubuntu1~18.04 [7575 kB]
Get:207 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.2 [1568 B]
Get:208 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.1 [211 kB]
Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 patch amd64 2.7.6-2ubuntu1 [102 kB]
Get:211 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.1 [608 kB]
Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 cmake-data all 3.10.2-1ubuntu2 [1331 kB]
Get:214 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.3 [288 kB]
Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
Get:217 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.6 [214 kB]
Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 cmake amd64 3.10.2-1ubuntu2 [3138 kB]
Get:222 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 cpp-8 amd64 8.3.0-6ubuntu1~18.04 [8912 kB]
Get:223 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.6 [159 kB]
Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdconf1 amd64 0.26.0-2ubuntu3 [33.1 kB]
Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-service amd64 0.26.0-2ubuntu3 [28.4 kB]
Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-gsettings-backend amd64 0.26.0-2ubuntu3 [20.0 kB]
Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2 [14.5 MB]
Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclang1-6.0 amd64 1:6.0-1ubuntu2 [7067 kB]
Get:229 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxapian30 amd64 1.4.5-1ubuntu0.1 [631 kB]
Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 doxygen amd64 1.8.13-10 [3880 kB]
Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacsen-common all 2.0.8 [17.6 kB]
Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-common all 25.2+1-6 [13.1 MB]
Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile-bin amd64 1.14-1.1 [11.9 kB]
Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile1 amd64 1.14-1.1 [6804 B]
Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-bin-common amd64 25.2+1-6 [127 kB]
Get:236 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.2 [36.5 kB]
Get:237 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.2 [359 kB]
Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgif7 amd64 5.1.4-2 [30.6 kB]
Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-common all 3.22.30-1ubuntu3 [229 kB]
Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2992 B]
Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB]
Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB]
Get:244 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo-gobject2 amd64 1.15.10-2ubuntu0.1 [17.1 kB]
Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcolord2 amd64 1.3.3-2build1 [107 kB]
Get:246 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.2 [22.1 kB]
Get:247 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.2 [21.6 kB]
Get:248 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.2 [25.2 kB]
Get:249 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.5 [211 kB]
Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libepoxy0 amd64 1.4.3-1 [181 kB]
Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjson-glib-1.0-common all 1.4.2-3 [3464 B]
Get:252 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjson-glib-1.0-0 amd64 1.4.2-3 [58.5 kB]
Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 libproxy1v5 amd64 0.4.15-1 [49.5 kB]
Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking-common all 2.56.0-1 [3324 B]
Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking-services amd64 2.56.0-1 [8488 B]
Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsettings-desktop-schemas all 3.28.0-1ubuntu1 [27.8 kB]
Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking amd64 2.56.0-1 [56.7 kB]
Get:258 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup2.4-1 amd64 2.62.1-1ubuntu0.1 [292 kB]
Get:259 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup-gnome2.4-1 amd64 2.62.1-1ubuntu0.1 [5092 B]
Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 librest-0.7-0 amd64 0.8.0-2 [31.8 kB]
Get:261 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-cursor0 amd64 1.16.0-1ubuntu1.1~18.04.1 [10.1 kB]
Get:262 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-egl1 amd64 1.16.0-1ubuntu1.1~18.04.1 [5648 B]
Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6988 B]
Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB]
Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB]
Get:266 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-0 amd64 3.22.30-1ubuntu3 [2502 kB]
Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
Get:269 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.3 [119 kB]
Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libotf0 amd64 0.9.13-3build1 [44.6 kB]
Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 m17n-db all 1.7.0-2 [1239 kB]
Get:273 http://archive.ubuntu.com/ubuntu bionic/main amd64 libm17n-0 amd64 1.7.0-3build1 [243 kB]
Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25 amd64 25.2+1-6 [3468 kB]
Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs all 47.0 [1748 B]
Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-el all 25.2+1-6 [15.6 MB]
Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
Get:278 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB]
Get:279 http://archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB]
Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lmodern all 2.004.5-3 [4551 kB]
Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-noto-mono all 20171026-2 [75.5 kB]
Get:284 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan5 amd64 8.3.0-6ubuntu1~18.04 [366 kB]
Get:285 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan1 amd64 8.3.0-6ubuntu1~18.04 [122 kB]
Get:286 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-8-dev amd64 8.3.0-6ubuntu1~18.04 [2305 kB]
Get:287 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gcc-8 amd64 8.3.0-6ubuntu1~18.04 [9787 kB]
Get:288 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libstdc++-8-dev amd64 8.3.0-6ubuntu1~18.04 [1542 kB]
Get:289 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 g++-8 amd64 8.3.0-6ubuntu1~18.04 [10.1 MB]
Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdw1 amd64 0.170-0.4 [203 kB]
Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbabeltrace1 amd64 1.5.5-1 [154 kB]
Get:292 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.7-1~18.04 [1415 kB]
Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 gdb amd64 8.1-0ubuntu3 [2937 kB]
Get:294 http://archive.ubuntu.com/ubuntu bionic/main amd64 gdbserver amd64 8.1-0ubuntu3 [282 kB]
Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.5 [18.6 kB]
Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 libijs-0.35 amd64 0.35-13 [15.5 kB]
Get:297 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig2dec0 amd64 0.13-6 [55.9 kB]
Get:298 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB]
Get:299 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.18.04.9 [5092 kB]
Get:300 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.9 [2264 kB]
Get:301 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.9 [51.3 kB]
Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB]
Get:303 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.6 [212 kB]
Get:304 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:305 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.4 [803 kB]
Get:306 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.4 [3907 kB]
Get:307 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4build1 [133 kB]
Get:308 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.2 [266 kB]
Get:309 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgnutls-dane0 amd64 3.5.18-1ubuntu1 [21.0 kB]
Get:310 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gnutls-bin amd64 3.5.18-1ubuntu1 [247 kB]
Get:311 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB]
Get:312 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB]
Get:313 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB]
Get:314 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
Get:315 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB]
Get:316 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB]
Get:317 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB]
Get:318 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB]
Get:319 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
Get:320 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
Get:321 http://archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB]
Get:322 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3120 kB]
Get:323 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
Get:324 http://archive.ubuntu.com/ubuntu bionic/main amd64 xfonts-encodings all 1:1.0.4-2 [573 kB]
Get:325 http://archive.ubuntu.com/ubuntu bionic/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
Get:326 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gsfonts-x11 all 0.25 [7264 B]
Get:327 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]
Get:328 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0 amd64 1.14.1-1~ubuntu18.04.2 [857 kB]
Get:329 http://archive.ubuntu.com/ubuntu bionic/main amd64 liborc-0.4-0 amd64 1:0.4.28-1 [137 kB]
Get:330 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.14.1-1ubuntu1~ubuntu18.04.2 [681 kB]
Get:331 http://archive.ubuntu.com/ubuntu bionic/main amd64 libopus0 amd64 1.1.2-1ubuntu1 [159 kB]
Get:332 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtheora0 amd64 1.1.1+dfsg.1-14 [170 kB]
Get:333 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvisual-0.4-0 amd64 0.4.0-11 [99.2 kB]
Get:334 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB]
Get:335 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB]
Get:336 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base amd64 1.14.1-1ubuntu1~ubuntu18.04.2 [585 kB]
Get:337 http://archive.ubuntu.com/ubuntu bionic/main amd64 icu-devtools amd64 60.2-3ubuntu3 [179 kB]
Get:338 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:339 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
Get:340 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:341 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]
Get:342 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]
Get:343 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
Get:344 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsfilters1 amd64 1.20.2-0ubuntu3.1 [108 kB]
Get:345 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
Get:346 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-dev amd64 2.4.95-1~18.04.1 [121 kB]
Get:347 http://archive.ubuntu.com/ubuntu bionic/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
Get:348 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-dev all 2018.4-4 [251 kB]
Get:349 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-core-dev all 2018.4-4 [2620 B]
Get:350 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB]
Get:351 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [25.1 kB]
Get:352 http://archive.ubuntu.com/ubuntu bionic/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB]
Get:353 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B]
Get:354 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1-dev amd64 1.13-2~ubuntu18.04 [80.0 kB]
Get:355 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-dev amd64 2:1.6.4-3ubuntu0.2 [640 kB]
Get:356 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mesa-common-dev amd64 18.2.8-0ubuntu0~18.04.2 [559 kB]
Get:357 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-core-dev amd64 1.0.0-2ubuntu2.2 [12.9 kB]
Get:358 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles1 amd64 1.0.0-2ubuntu2.2 [11.2 kB]
Get:359 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2 amd64 1.0.0-2ubuntu2.2 [17.4 kB]
Get:360 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libopengl0 amd64 1.0.0-2ubuntu2.2 [31.3 kB]
Get:361 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-dev amd64 1.0.0-2ubuntu2.2 [3408 B]
Get:362 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xext-dev all 2018.4-4 [2620 B]
Get:363 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB]
Get:364 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xf86vidmode-dev all 2018.4-4 [2632 B]
Get:365 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB]
Get:366 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-fixes-dev all 1:2018.4-4 [2620 B]
Get:367 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes-dev amd64 1:5.0.3-1 [11.0 kB]
Get:368 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-damage-dev all 1:2018.4-4 [2620 B]
Get:369 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage-dev amd64 1:1.1.4-3 [5028 B]
Get:370 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0-dev amd64 1.13-2~ubuntu18.04 [27.9 kB]
Get:371 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0-dev amd64 1.13-2~ubuntu18.04 [8472 B]
Get:372 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-dev amd64 1.13-2~ubuntu18.04 [7384 B]
Get:373 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0-dev amd64 1.13-2~ubuntu18.04 [18.4 kB]
Get:374 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0-dev amd64 1.13-2~ubuntu18.04 [20.4 kB]
Get:375 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0-dev amd64 1.13-2~ubuntu18.04 [7144 B]
Get:376 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0-dev amd64 1.13-2~ubuntu18.04 [11.7 kB]
Get:377 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync-dev amd64 1.13-2~ubuntu18.04 [10.6 kB]
Get:378 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present-dev amd64 1.13-2~ubuntu18.04 [6972 B]
Get:379 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence-dev amd64 1.3-1 [3692 B]
Get:380 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb-dev amd64 2:1.6.4-3ubuntu0.2 [9756 B]
Get:381 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-bin amd64 1.16.0-1ubuntu1.1~18.04.1 [20.0 kB]
Get:382 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-dev amd64 1.16.0-1ubuntu1.1~18.04.1 [62.8 kB]
Get:383 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1-mesa-dev amd64 18.2.8-0ubuntu0~18.04.2 [17.8 kB]
Get:384 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
Get:385 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
Get:386 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
Get:387 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
Get:388 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB]
Get:389 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
Get:390 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
Get:391 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
Get:392 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
Get:393 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-mimeinfo-perl all 0.28-1 [41.4 kB]
Get:394 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl2 amd64 2.6.4-6 [11.4 kB]
Get:395 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl-dev amd64 2.6.4-6 [6320 B]
Get:396 http://archive.ubuntu.com/ubuntu bionic/main amd64 libflac8 amd64 1.3.2-1 [213 kB]
Get:397 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
Get:398 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpg-error-dev amd64 1.27-6 [94.8 kB]
Get:399 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcrypt20-dev amd64 1.8.1-4ubuntu1.1 [468 kB]
Get:400 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-bin amd64 2.36.11-2 [7864 B]
Get:401 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 18.2.8-0ubuntu0~18.04.2 [3780 B]
Get:402 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2-mesa-dev amd64 18.2.8-0ubuntu0~18.04.2 [41.8 kB]
Get:403 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.2 [68.9 kB]
Get:404 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.7-1~18.04 [76.5 kB]
Get:405 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.7-1~18.04 [141 kB]
Get:406 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.2 [102 kB]
Get:407 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB]
Get:408 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB]
Get:409 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB]
Get:410 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB]
Get:411 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
Get:412 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB]
Get:413 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.2 [1384 kB]
Get:414 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa amd64 9.0.0-2.1build1 [168 kB]
Get:415 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dev amd64 18.2.8-0ubuntu0~18.04.2 [4428 B]
Get:416 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1build1 [206 kB]
Get:417 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB]
Get:418 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-bin amd64 3.22.30-1ubuntu3 [57.4 kB]
Get:419 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
Get:420 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5604 B]
Get:421 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB]
Get:422 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB]
Get:423 http://archive.ubuntu.com/ubuntu bionic/main amd64 libiculx60 amd64 60.2-3ubuntu3 [18.9 kB]
Get:424 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB]
Get:425 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-dev amd64 60.2-3ubuntu3 [8893 kB]
Get:426 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB]
Get:427 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
Get:428 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
Get:429 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
Get:430 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
Get:431 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
Get:432 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
Get:433 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
Get:434 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
Get:435 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
Get:436 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
Get:437 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
Get:438 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
Get:439 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ssleay-perl amd64 1.84-1build1 [282 kB]
Get:440 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-ssl-perl all 2.056-1 [172 kB]
Get:441 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkpathsea6 amd64 2017.20170613.44572-8ubuntu0.1 [54.9 kB]
Get:442 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
Get:443 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
Get:444 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
Get:445 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
Get:446 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
Get:447 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-perl all 6.31-1 [137 kB]
Get:448 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
Get:449 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
Get:450 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
Get:451 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libmaxminddb0 amd64 1.3.1-1 [25.6 kB]
Get:452 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB]
Get:453 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB]
Get:454 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
Get:455 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-twig-perl all 1:3.50-1 [156 kB]
Get:456 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dbus-perl amd64 1.1.0-4build2 [176 kB]
Get:457 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]
Get:458 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB]
Get:459 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
Get:460 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.2 [1134 kB]
Get:461 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8170 B]
Get:462 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap0.8-dev amd64 1.8.1-6ubuntu1 [217 kB]
Get:463 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap-dev amd64 1.8.1-6ubuntu1 [3480 B]
Get:464 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler73 amd64 0.62.0-2ubuntu2.8 [799 kB]
Get:465 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpotrace0 amd64 1.14-2 [17.4 kB]
Get:466 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libptexenc1 amd64 2017.20170613.44572-8ubuntu0.1 [34.5 kB]
Get:467 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsndfile1 amd64 1.0.28-4 [169 kB]
Get:468 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB]
Get:469 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.2 [265 kB]
Get:470 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.2 [22.1 kB]
Get:471 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-dev amd64 1:11.1-1ubuntu7.2 [81.5 kB]
Get:472 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5 amd64 5.9.5-0ubuntu1 [293 kB]
Get:473 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu2 [132 kB]
Get:474 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediawidgets5 amd64 5.9.5-0ubuntu1 [36.6 kB]
Get:475 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqgsttools-p1 amd64 5.9.5-0ubuntu1 [72.4 kB]
Get:476 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5concurrent5 amd64 5.9.5+dfsg-0ubuntu2 [29.8 kB]
Get:477 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5qml5 amd64 5.9.5-0ubuntu1.1 [1242 kB]
Get:478 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quick5 amd64 5.9.5-0ubuntu1.1 [1201 kB]
Get:479 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediaquick-p5 amd64 5.9.5-0ubuntu1 [37.4 kB]
Get:480 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2 [178 kB]
Get:481 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5 amd64 5.9.5+dfsg-0ubuntu2 [115 kB]
Get:482 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5test5 amd64 5.9.5+dfsg-0ubuntu2 [98.0 kB]
Get:483 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5xml5 amd64 5.9.5+dfsg-0ubuntu2 [99.6 kB]
Get:484 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-qmake-bin amd64 5.9.5+dfsg-0ubuntu2 [938 kB]
Get:485 http://archive.ubuntu.com/ubuntu bionic/main amd64 qtchooser amd64 64-ga1b6736-5 [24.1 kB]
Get:486 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-qmake amd64 5.9.5+dfsg-0ubuntu2 [180 kB]
Get:487 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qtbase5-dev-tools amd64 5.9.5+dfsg-0ubuntu2 [723 kB]
Get:488 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qtbase5-dev amd64 5.9.5+dfsg-0ubuntu2 [943 kB]
Get:489 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5-dev amd64 5.9.5+dfsg-0ubuntu2 [36.1 kB]
Get:490 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5-sqlite amd64 5.9.5+dfsg-0ubuntu2 [40.1 kB]
Get:491 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libserf-1-1 amd64 1.3.9-6 [44.4 kB]
Get:492 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsmi2ldbl amd64 0.4.8+dfsg2-15 [100 kB]
Get:493 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB]
Get:494 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssh-gcrypt-4 amd64 0.8.0~20170825.94fa1e38-1ubuntu0.2 [171 kB]
Get:495 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.0g-2ubuntu4.3 [1374 kB]
Get:496 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-doc all 1.1.0g-2ubuntu4.3 [1255 kB]
Get:497 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsvn1 amd64 1.9.7-4ubuntu1 [1183 kB]
Get:498 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsynctex1 amd64 2017.20170613.44572-8ubuntu0.1 [41.4 kB]
Get:499 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtexlua52 amd64 2017.20170613.44572-8ubuntu0.1 [91.2 kB]
Get:500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtexluajit2 amd64 2017.20170613.44572-8ubuntu0.1 [230 kB]
Get:501 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB]
Get:502 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
Get:503 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB]
Get:504 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-bin amd64 0.29-1 [4712 B]
Get:505 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark-data all 2.6.6-1~ubuntu18.04.0 [1402 kB]
Get:506 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwsutil9 amd64 2.6.6-1~ubuntu18.04.0 [56.7 kB]
Get:507 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwsutil-dev amd64 2.6.6-1~ubuntu18.04.0 [42.1 kB]
Get:508 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwiretap8 amd64 2.6.6-1~ubuntu18.04.0 [177 kB]
Get:509 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwiretap-dev amd64 2.6.6-1~ubuntu18.04.0 [44.7 kB]
Get:510 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-ares2 amd64 1.14.0-1 [37.1 kB]
Get:511 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsnappy1v5 amd64 1.1.7-1 [16.0 kB]
Get:512 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsbc1 amd64 1.3-2 [33.1 kB]
Get:513 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwscodecs2 amd64 2.6.6-1~ubuntu18.04.0 [17.7 kB]
Get:514 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark11 amd64 2.6.6-1~ubuntu18.04.0 [13.6 MB]
Get:515 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark-dev amd64 2.6.6-1~ubuntu18.04.0 [855 kB]
Get:516 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-doc all 2:1.6.4-3ubuntu0.2 [2065 kB]
Get:517 http://archive.ubuntu.com/ubuntu bionic/main amd64 libx11-protocol-perl all 0.56-7 [149 kB]
Get:518 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-xpathengine-perl all 0.14-1 [31.8 kB]
Get:519 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.2 [757 kB]
Get:520 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-utils amd64 2.9.4+dfsg1-6.1ubuntu1.2 [35.8 kB]
Get:521 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.1 [150 kB]
Get:522 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
Get:523 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libzzip-0-13 amd64 0.13.62-3.1ubuntu0.18.04.1 [26.0 kB]
Get:524 http://archive.ubuntu.com/ubuntu bionic/main amd64 lmodern all 2.004.5-3 [9631 kB]
Get:525 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
Get:526 http://archive.ubuntu.com/ubuntu bionic/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1ubuntu1 [194 kB]
Get:527 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ps2eps amd64 1.68+binaryfree-2 [33.2 kB]
Get:528 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qt5-default amd64 5.9.5+dfsg-0ubuntu2 [20.9 kB]
Get:529 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2 [117 kB]
Get:530 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qtmultimedia5-dev amd64 5.9.5-0ubuntu1 [40.5 kB]
Get:531 http://archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1485 kB]
Get:532 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [86.9 kB]
Get:533 http://archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB]
Get:534 http://archive.ubuntu.com/ubuntu bionic/universe amd64 subversion amd64 1.9.7-4ubuntu1 [834 kB]
Get:535 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
Get:536 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB]
Get:537 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 texlive-binaries amd64 2017.20170613.44572-8ubuntu0.1 [8179 kB]
Get:538 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-utils all 1.1.2-1ubuntu2.3 [60.7 kB]
Get:539 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-base all 2017.20180305-1 [18.7 MB]
Get:540 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-font-utils all 2017.20180305-2 [1721 kB]
Get:541 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tree amd64 1.7.0-5 [40.7 kB]
Get:542 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 wireshark-common amd64 2.6.6-1~ubuntu18.04.0 [390 kB]
Get:543 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 tshark amd64 2.6.6-1~ubuntu18.04.0 [134 kB]
Get:544 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB]
Get:545 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dbg amd64 2.27-3ubuntu1 [5161 kB]
Get:546 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 valgrind amd64 1:3.13.0-2ubuntu2.1 [14.3 MB]
Get:547 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-runtime all 2:8.0.1453-1ubuntu1 [5437 kB]
Get:548 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim amd64 2:8.0.1453-1ubuntu1 [1152 kB]
Get:549 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]
Get:550 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-xserver-utils amd64 7.7+7build1 [159 kB]
Get:551 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xsltproc amd64 1.1.29-5ubuntu0.1 [14.0 kB]
Get:552 http://archive.ubuntu.com/ubuntu bionic/universe amd64 xutils-dev amd64 1:7.7+5ubuntu1 [239 kB]
Get:553 http://archive.ubuntu.com/ubuntu bionic/universe amd64 dos2unix amd64 7.3.4-3 [351 kB]
Get:554 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
Get:555 http://archive.ubuntu.com/ubuntu bionic/universe amd64 sshpass amd64 1.06-1 [10.5 kB]
Get:556 http://archive.ubuntu.com/ubuntu bionic/main amd64 vsftpd amd64 3.0.3-9build1 [115 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 363 MB in 27s (13.4 MB/s)
Selecting previously unselected package install-info.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7310 files and directories currently installed.)
Preparing to unpack .../install-info_6.5.0.dfsg.1-2_amd64.deb ...
Unpacking install-info (6.5.0.dfsg.1-2) ...
Setting up install-info (6.5.0.dfsg.1-2) ...
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7323 files and directories currently installed.)
Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3build2) ...
Selecting previously unselected package multiarch-support.
Preparing to unpack .../multiarch-support_2.27-3ubuntu1_amd64.deb ...
Unpacking multiarch-support (2.27-3ubuntu1) ...
Setting up multiarch-support (2.27-3ubuntu1) ...
Selecting previously unselected package libxau6:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7340 files and directories currently installed.)
Preparing to unpack .../000-libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../001-libbsd0_0.8.7-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.7-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../002-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../003-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../004-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ...
Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../005-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../006-libxext6_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../007-libsigsegv2_2.12-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../008-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../009-flex_2.6.4-6_amd64.deb ...
Unpacking flex (2.6.4-6) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../010-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../011-libfreetype6_2.8.1-2ubuntu2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../012-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fonts-liberation.
Preparing to unpack .../013-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ...
Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../014-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../015-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../016-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
Unpacking fontconfig (2.12.6-0ubuntu2) ...
Selecting previously unselected package fonts-droid-fallback.
Preparing to unpack .../017-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../018-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../019-liblzo2-2_2.08-1.2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.08-1.2) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../020-libgomp1_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libfftw3-double3:amd64.
Preparing to unpack .../021-libfftw3-double3_3.3.7-1_amd64.deb ...
Unpacking libfftw3-double3:amd64 (3.3.7-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../022-libjbig0_2.1-3.1build1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1build1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../023-libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../024-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Selecting previously unselected package liblqr-1-0:amd64.
Preparing to unpack .../025-liblqr-1-0_0.4.2-2.1_amd64.deb ...
Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../026-libltdl7_2.4.6-2_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../027-libtiff5_4.0.9-5ubuntu0.2_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.2) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../028-imagemagick-6-common_8%3a6.9.7.4+dfsg-16ubuntu6.4_all.deb ...
Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Selecting previously unselected package libmagickcore-6.q16-3:amd64.
Preparing to unpack .../029-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ...
Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Selecting previously unselected package libmagickwand-6.q16-3:amd64.
Preparing to unpack .../030-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ...
Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Selecting previously unselected package libogg0:amd64.
Preparing to unpack .../031-libogg0_1.3.2-1_amd64.deb ...
Unpacking libogg0:amd64 (1.3.2-1) ...
Selecting previously unselected package libdouble-conversion1:amd64.
Preparing to unpack .../032-libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ...
Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Selecting previously unselected package libqt5core5a:amd64.
Preparing to unpack .../033-libqt5core5a_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../034-libdrm-common_2.4.95-1~18.04.1_all.deb ...
Unpacking libdrm-common (2.4.95-1~18.04.1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../035-libdrm2_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../036-libglvnd0_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libwayland-server0:amd64.
Preparing to unpack .../037-libwayland-server0_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libgbm1:amd64.
Preparing to unpack .../038-libgbm1_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libgbm1:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../039-libglapi-mesa_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libglapi-mesa:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../040-libwayland-client0_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../041-libx11-xcb1_2%3a1.6.4-3ubuntu0.2_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../042-libxcb-dri2-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../043-libxcb-dri3-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../044-libxcb-present0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../045-libxcb-sync1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Preparing to unpack .../046-libxcb-xfixes0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../047-libxshmfence1_1.3-1_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../048-libegl-mesa0_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libegl-mesa0:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../049-libegl1_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libegl1:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../050-libxcb-glx0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../051-libxdamage1_1%3a1.1.4-3_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-3) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../052-libxfixes3_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../053-libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../054-libdrm-amdgpu1_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../055-libpciaccess0_0.14-1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.14-1) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../056-libdrm-intel1_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../057-libdrm-nouveau2_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../058-libdrm-radeon1_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../059-libelf1_0.170-0.4_amd64.deb ...
Unpacking libelf1:amd64 (0.170-0.4) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../060-libedit2_3.1-20170329-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20170329-1) ...
Selecting previously unselected package libllvm7:amd64.
Preparing to unpack .../061-libllvm7_1%3a7-3~ubuntu0.18.04.1_amd64.deb ...
Unpacking libllvm7:amd64 (1:7-3~ubuntu0.18.04.1) ...
Selecting previously unselected package libsensors4:amd64.
Preparing to unpack .../062-libsensors4_1%3a3.4.0-4_amd64.deb ...
Unpacking libsensors4:amd64 (1:3.4.0-4) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../063-libgl1-mesa-dri_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../064-libglx-mesa0_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libglx-mesa0:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../065-libglx0_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglx0:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../066-libgl1_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libgl1:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../067-libgraphite2-3_1.3.11-2_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.11-2) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../068-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../069-x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
dpkg-query: no packages found matching nux-tools
Unpacking x11-common (1:7.7+19ubuntu7.1) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../070-libice6_2%3a1.0.9-2_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.9-2) ...
Selecting previously unselected package libevdev2:amd64.
Preparing to unpack .../071-libevdev2_1.5.8+dfsg-1_amd64.deb ...
Unpacking libevdev2:amd64 (1.5.8+dfsg-1) ...
Selecting previously unselected package libmtdev1:amd64.
Preparing to unpack .../072-libmtdev1_1.1.5-1ubuntu3_amd64.deb ...
Unpacking libmtdev1:amd64 (1.1.5-1ubuntu3) ...
Selecting previously unselected package libgudev-1.0-0:amd64.
Preparing to unpack .../073-libgudev-1.0-0_1%3a232-2_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (1:232-2) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../074-libwacom-common_0.29-1_all.deb ...
Unpacking libwacom-common (0.29-1) ...
Selecting previously unselected package libwacom2:amd64.
Preparing to unpack .../075-libwacom2_0.29-1_amd64.deb ...
Unpacking libwacom2:amd64 (0.29-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../076-libinput-bin_1.10.4-1_amd64.deb ...
Unpacking libinput-bin (1.10.4-1) ...
Selecting previously unselected package libinput10:amd64.
Preparing to unpack .../077-libinput10_1.10.4-1_amd64.deb ...
Unpacking libinput10:amd64 (1.10.4-1) ...
Selecting previously unselected package libqt5dbus5:amd64.
Preparing to unpack .../078-libqt5dbus5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5network5:amd64.
Preparing to unpack .../079-libqt5network5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../080-libsm6_2%3a1.2.2-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.2-1) ...
Selecting previously unselected package libxcb-icccm4:amd64.
Preparing to unpack .../081-libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../082-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../083-libxcb-util1_0.4.0-0ubuntu3_amd64.deb ...
Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ...
Selecting previously unselected package libxcb-image0:amd64.
Preparing to unpack .../084-libxcb-image0_0.4.0-1build1_amd64.deb ...
Unpacking libxcb-image0:amd64 (0.4.0-1build1) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../085-libxcb-keysyms1_0.4.0-1_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ...
Selecting previously unselected package libxcb-randr0:amd64.
Preparing to unpack .../086-libxcb-randr0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../087-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render-util0:amd64.
Preparing to unpack .../088-libxcb-render-util0_0.3.9-1_amd64.deb ...
Unpacking libxcb-render-util0:amd64 (0.3.9-1) ...
Selecting previously unselected package libxcb-shape0:amd64.
Preparing to unpack .../089-libxcb-shape0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../090-libxcb-xinerama0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../091-libxcb-xkb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../092-libxi6_2%3a1.7.9-1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.9-1) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../093-xkb-data_2.23.1-1ubuntu1_all.deb ...
Unpacking xkb-data (2.23.1-1ubuntu1) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../094-libxkbcommon0_0.8.0-1ubuntu0.1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (0.8.0-1ubuntu0.1) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../095-libxkbcommon-x11-0_0.8.0-1ubuntu0.1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (0.8.0-1ubuntu0.1) ...
Selecting previously unselected package libqt5gui5:amd64.
Preparing to unpack .../096-libqt5gui5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5widgets5:amd64.
Preparing to unpack .../097-libqt5widgets5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5svg5:amd64.
Preparing to unpack .../098-libqt5svg5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5svg5-dev:amd64.
Preparing to unpack .../099-libqt5svg5-dev_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../100-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libxft2:amd64.
Preparing to unpack .../101-libxft2_2.3.2-1_amd64.deb ...
Unpacking libxft2:amd64 (2.3.2-1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../102-libxinerama1_2%3a1.1.3-1_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.3-1) ...
Selecting previously unselected package libxxf86dga1:amd64.
Preparing to unpack .../103-libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../104-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../105-tzdata_2019a-0ubuntu0.18.04_all.deb ...
Unpacking tzdata (2019a-0ubuntu0.18.04) ...
Selecting previously unselected package libcap2:amd64.
Preparing to unpack .../106-libcap2_1%3a2.25-1.2_amd64.deb ...
Unpacking libcap2:amd64 (1:2.25-1.2) ...
Selecting previously unselected package libopts25:amd64.
Preparing to unpack .../107-libopts25_1%3a5.18.12-4_amd64.deb ...
Unpacking libopts25:amd64 (1:5.18.12-4) ...
Selecting previously unselected package ntp.
Preparing to unpack .../108-ntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ...
Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../109-libpsl5_0.19.1-5build1_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-5build1) ...
Selecting previously unselected package wget.
Preparing to unpack .../110-wget_1.19.4-1ubuntu2.2_amd64.deb ...
Unpacking wget (1.19.4-1ubuntu2.2) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../111-binutils-common_2.30-21ubuntu1~18.04.1_amd64.deb ...
Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.1) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../112-libbinutils_2.30-21ubuntu1~18.04.1_amd64.deb ...
Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.1) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../113-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.1_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../114-binutils_2.30-21ubuntu1~18.04.1_amd64.deb ...
Unpacking binutils (2.30-21ubuntu1~18.04.1) ...
Selecting previously unselected package java-common.
Preparing to unpack .../115-java-common_0.68ubuntu1~18.04.1_all.deb ...
Unpacking java-common (0.68ubuntu1~18.04.1) ...
Selecting previously unselected package locales.
Preparing to unpack .../116-locales_2.27-3ubuntu1_all.deb ...
Unpacking locales (2.27-3ubuntu1) ...
Setting up libpsl5:amd64 (0.19.1-5build1) ...
Setting up wget (1.19.4-1ubuntu2.2) ...
Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.1) ...
Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.1) ...
Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.1) ...
Setting up binutils (2.30-21ubuntu1~18.04.1) ...
Selecting previously unselected package oracle-java11-installer.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12314 files and directories currently installed.)
Preparing to unpack .../oracle-java11-installer_11.0.2-2~linuxuprising1_amd64.deb ...
oracle-license-v1-2 license has already been accepted
Unpacking oracle-java11-installer (11.0.2-2~linuxuprising1) ...
Setting up java-common (0.68ubuntu1~18.04.1) ...
Setting up locales (2.27-3ubuntu1) ...
Generating locales (this might take a while)...
Generation complete.
Setting up oracle-java11-installer (11.0.2-2~linuxuprising1) ...
No /var/cache/oracle-jdk11-installer/wgetrc file found.
Creating /var/cache/oracle-jdk11-installer/wgetrc and
using default oracle-java11-installer wgetrc settings for it.
Downloading Oracle Java 11...
--2019-05-16 12:49:45--  http://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz
Resolving download.oracle.com (download.oracle.com)... 104.115.42.17
Connecting to download.oracle.com (download.oracle.com)|104.115.42.17|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://edelivery.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz [following]
--2019-05-16 12:49:45--  https://edelivery.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz
Resolving edelivery.oracle.com (edelivery.oracle.com)... 23.217.226.165, 2a02:26f0:b8:29c::366, 2a02:26f0:b8:29f::366
Connecting to edelivery.oracle.com (edelivery.oracle.com)|23.217.226.165|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz?AuthParam=1558011106_c2a9489d7e09259539201b24bbb2e1cb [following]
--2019-05-16 12:49:46--  http://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz?AuthParam=1558011106_c2a9489d7e09259539201b24bbb2e1cb
Connecting to download.oracle.com (download.oracle.com)|104.115.42.17|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz?AuthParam=1558011106_c2a9489d7e09259539201b24bbb2e1cb [following]
--2019-05-16 12:49:46--  https://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz?AuthParam=1558011106_c2a9489d7e09259539201b24bbb2e1cb
Connecting to download.oracle.com (download.oracle.com)|104.115.42.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 179640645 (171M) [application/x-gzip]
Saving to: 'jdk-11.0.2_linux-x64_bin.tar.gz'

     0K ........ ........ ........ ........ 18% 3.09M 45s
 32768K ........ ........ ........ ........ 37% 4.45M 29s
 65536K ........ ........ ........ ........ 56% 8.62M 17s
 98304K ........ ........ ........ ........ 74% 4.36M 10s
131072K ........ ........ ........ ........ 93% 2.65M 3s
163840K ........ ...                       100% 2.45M=45s

2019-05-16 12:50:31 (3.78 MB/s) - 'jdk-11.0.2_linux-x64_bin.tar.gz' saved [179640645/179640645]

Download done.
Removing outdated cached downloads...
update-alternatives: error: no alternatives for java
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jaotc to provide /usr/bin/jaotc (jaotc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-oracle/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Oracle JDK 11 installed

#####Important########
To set Oracle jdk11 as default, install the "oracle-java11-set-default" package.
E.g.: sudo apt install oracle-java11-set-default.
Selecting previously unselected package oracle-java11-set-default.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12355 files and directories currently installed.)
Preparing to unpack .../000-oracle-java11-set-default_11.0.2-2~linuxuprising1_amd64.deb ...
Unpacking oracle-java11-set-default (11.0.2-2~linuxuprising1) ...
Selecting previously unselected package perl-modules-5.26.
Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ...
Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
Selecting previously unselected package libgdbm5:amd64.
Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ...
Unpacking libgdbm5:amd64 (1.14.1-6) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
Selecting previously unselected package libperl5.26:amd64.
Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ...
Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
Selecting previously unselected package perl.
Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ...
Unpacking perl (5.26.1-6ubuntu0.3) ...
Selecting previously unselected package poppler-data.
Preparing to unpack .../006-poppler-data_0.4.8-2_all.deb ...
Unpacking poppler-data (0.4.8-2) ...
Selecting previously unselected package tex-common.
Preparing to unpack .../007-tex-common_6.09_all.deb ...
Unpacking tex-common (6.09) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../008-libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../009-iputils-ping_3%3a20161105-1ubuntu2_amd64.deb ...
Unpacking iputils-ping (3:20161105-1ubuntu2) ...
Selecting previously unselected package less.
Preparing to unpack .../010-less_487-0.1_amd64.deb ...
Unpacking less (487-0.1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../011-libcap2-bin_1%3a2.25-1.2_amd64.deb ...
Unpacking libcap2-bin (1:2.25-1.2) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../012-libfribidi0_0.19.7-2_amd64.deb ...
Unpacking libfribidi0:amd64 (0.19.7-2) ...
Selecting previously unselected package libpam-cap:amd64.
Preparing to unpack .../013-libpam-cap_1%3a2.25-1.2_amd64.deb ...
Unpacking libpam-cap:amd64 (1:2.25-1.2) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../014-libpopt0_1.16-11_amd64.deb ...
Unpacking libpopt0:amd64 (1.16-11) ...
Selecting previously unselected package libtext-iconv-perl.
Preparing to unpack .../015-libtext-iconv-perl_1.7-5build6_amd64.deb ...
Unpacking libtext-iconv-perl (1.7-5build6) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../016-logrotate_3.11.0-0.1ubuntu1_amd64.deb ...
Unpacking logrotate (3.11.0-0.1ubuntu1) ...
Selecting previously unselected package sudo.
Preparing to unpack .../017-sudo_1.8.21p2-3ubuntu1_amd64.deb ...
Unpacking sudo (1.8.21p2-3ubuntu1) ...
Selecting previously unselected package xxd.
Preparing to unpack .../018-xxd_2%3a8.0.1453-1ubuntu1_amd64.deb ...
Unpacking xxd (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../019-vim-common_2%3a8.0.1453-1ubuntu1_all.deb ...
Unpacking vim-common (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../020-krb5-locales_1.16-2ubuntu0.1_all.deb ...
Unpacking krb5-locales (1.16-2ubuntu0.1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../021-libkrb5support0_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../022-libk5crypto3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../023-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../024-libkrb5-3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../025-libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libpcap0.8:amd64.
Preparing to unpack .../026-libpcap0.8_1.8.1-6ubuntu1_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../027-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../028-libxmuu1_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
Selecting previously unselected package lsof.
Preparing to unpack .../029-lsof_4.89+dfsg-0.1_amd64.deb ...
Unpacking lsof (4.89+dfsg-0.1) ...
Selecting previously unselected package manpages.
Preparing to unpack .../030-manpages_4.15-1_all.deb ...
Unpacking manpages (4.15-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../031-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ...
Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../032-publicsuffix_20180223.1310-1_all.deb ...
Unpacking publicsuffix (20180223.1310-1) ...
Selecting previously unselected package tcpdump.
Preparing to unpack .../033-tcpdump_4.9.2-3_amd64.deb ...
Unpacking tcpdump (4.9.2-3) ...
Selecting previously unselected package xauth.
Preparing to unpack .../034-xauth_1%3a1.0.10-1_amd64.deb ...
Unpacking xauth (1:1.0.10-1) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../035-hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../036-libgdk-pixbuf2.0-common_2.36.11-2_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.36.11-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
Preparing to unpack .../037-libgdk-pixbuf2.0-0_2.36.11-2_amd64.deb ...
Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../038-gtk-update-icon-cache_3.22.30-1ubuntu3_amd64.deb ...
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
Unpacking gtk-update-icon-cache (3.22.30-1ubuntu3) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../039-libpixman-1-0_0.34.0-2_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.34.0-2) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../040-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../041-libcroco3_0.6.12-2_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-2) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../042-libthai-data_0.1.27-2_all.deb ...
Unpacking libthai-data (0.1.27-2) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../043-libdatrie1_0.2.10-7_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.10-7) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../044-libthai0_0.1.27-2_amd64.deb ...
Unpacking libthai0:amd64 (0.1.27-2) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../045-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../046-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../047-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Selecting previously unselected package librsvg2-2:amd64.
Preparing to unpack .../048-librsvg2-2_2.40.20-2_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.40.20-2) ...
Selecting previously unselected package librsvg2-common:amd64.
Preparing to unpack .../049-librsvg2-common_2.40.20-2_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.40.20-2) ...
Selecting previously unselected package humanity-icon-theme.
Preparing to unpack .../050-humanity-icon-theme_0.6.15_all.deb ...
Unpacking humanity-icon-theme (0.6.15) ...
Selecting previously unselected package ubuntu-mono.
Preparing to unpack .../051-ubuntu-mono_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../052-adwaita-icon-theme_3.28.0-1ubuntu1_all.deb ...
Unpacking adwaita-icon-theme (3.28.0-1ubuntu1) ...
Selecting previously unselected package libatspi2.0-0:amd64.
Preparing to unpack .../053-libatspi2.0-0_2.28.0-1_amd64.deb ...
Unpacking libatspi2.0-0:amd64 (2.28.0-1) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../054-libxtst6_2%3a1.2.3-1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package at-spi2-core.
Preparing to unpack .../055-at-spi2-core_2.28.0-1_amd64.deb ...
Unpacking at-spi2-core (2.28.0-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../056-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../057-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../058-automake_1%3a1.15.1-3ubuntu2_all.deb ...
Unpacking automake (1:1.15.1-3ubuntu2) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../059-libbison-dev_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Selecting previously unselected package bison.
Preparing to unpack .../060-bison_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1build1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../061-libc-dev-bin_2.27-3ubuntu1_amd64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../062-linux-libc-dev_4.15.0-50.54_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-50.54) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../063-libc6-dev_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ...
Selecting previously unselected package gcc-7-base:amd64.
Preparing to unpack .../064-gcc-7-base_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../065-libisl19_0.19-1_amd64.deb ...
Unpacking libisl19:amd64 (0.19-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../066-libmpfr6_4.0.1-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.1-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../067-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-7.
Preparing to unpack .../068-cpp-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking cpp-7 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../069-cpp_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
Unpacking cpp (4:7.4.0-1ubuntu2.2) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../070-libcc1-0_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../071-libitm1_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libitm1:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../072-libatomic1_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../073-libasan4_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libasan4:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../074-liblsan0_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../075-libtsan0_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../076-libubsan0_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../077-libcilkrts5_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../078-libmpx2_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../079-libquadmath0_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../080-libgcc-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../081-gcc-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
Unpacking gcc (4:7.4.0-1ubuntu2.2) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../083-libstdc++-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../084-g++-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking g++-7 (7.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
Unpacking g++ (4:7.4.0-1ubuntu2.2) ...
Selecting previously unselected package make.
Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.1_all.deb ...
Unpacking libdpkg-perl (1.19.0.5ubuntu2.1) ...
Selecting previously unselected package patch.
Preparing to unpack .../088-patch_2.7.6-2ubuntu1_amd64.deb ...
Unpacking patch (2.7.6-2ubuntu1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.1_all.deb ...
Unpacking dpkg-dev (1.19.0.5ubuntu2.1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
Unpacking build-essential (12.4ubuntu1) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../091-cmake-data_3.10.2-1ubuntu2_all.deb ...
Unpacking cmake-data (3.10.2-1ubuntu2) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../092-libarchive13_3.2.2-3.1ubuntu0.3_amd64.deb ...
Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.3) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../093-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../094-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../095-libcurl4_7.58.0-2ubuntu3.6_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.6) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../096-libjsoncpp1_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../097-librhash0_1.3.6-2_amd64.deb ...
Unpacking librhash0:amd64 (1.3.6-2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../098-libuv1_1.18.0-3_amd64.deb ...
Unpacking libuv1:amd64 (1.18.0-3) ...
Selecting previously unselected package cmake.
Preparing to unpack .../099-cmake_3.10.2-1ubuntu2_amd64.deb ...
Unpacking cmake (3.10.2-1ubuntu2) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../100-cpp-8_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking cpp-8 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package curl.
Preparing to unpack .../101-curl_7.58.0-2ubuntu3.6_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.6) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../102-libdconf1_0.26.0-2ubuntu3_amd64.deb ...
Unpacking libdconf1:amd64 (0.26.0-2ubuntu3) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../103-dconf-service_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-service (0.26.0-2ubuntu3) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../104-dconf-gsettings-backend_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ...
Selecting previously unselected package libllvm6.0:amd64.
Preparing to unpack .../105-libllvm6.0_1%3a6.0-1ubuntu2_amd64.deb ...
Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Selecting previously unselected package libclang1-6.0:amd64.
Preparing to unpack .../106-libclang1-6.0_1%3a6.0-1ubuntu2_amd64.deb ...
Unpacking libclang1-6.0:amd64 (1:6.0-1ubuntu2) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../107-libxapian30_1.4.5-1ubuntu0.1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../108-doxygen_1.8.13-10_amd64.deb ...
Unpacking doxygen (1.8.13-10) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../109-emacsen-common_2.0.8_all.deb ...
Unpacking emacsen-common (2.0.8) ...
Selecting previously unselected package emacs25-common.
Preparing to unpack .../110-emacs25-common_25.2+1-6_all.deb ...
Unpacking emacs25-common (25.2+1-6) ...
Selecting previously unselected package liblockfile-bin.
Preparing to unpack .../111-liblockfile-bin_1.14-1.1_amd64.deb ...
Unpacking liblockfile-bin (1.14-1.1) ...
Selecting previously unselected package liblockfile1:amd64.
Preparing to unpack .../112-liblockfile1_1.14-1.1_amd64.deb ...
Unpacking liblockfile1:amd64 (1.14-1.1) ...
Selecting previously unselected package emacs25-bin-common.
Preparing to unpack .../113-emacs25-bin-common_25.2+1-6_amd64.deb ...
Unpacking emacs25-bin-common (25.2+1-6) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../114-libasound2-data_1.1.3-5ubuntu0.2_all.deb ...
Unpacking libasound2-data (1.1.3-5ubuntu0.2) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../115-libasound2_1.1.3-5ubuntu0.2_amd64.deb ...
Unpacking libasound2:amd64 (1.1.3-5ubuntu0.2) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../116-libgif7_5.1.4-2_amd64.deb ...
Unpacking libgif7:amd64 (5.1.4-2) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../117-libgpm2_1.20.7-5_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-5) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../118-libgtk-3-common_3.22.30-1ubuntu3_all.deb ...
Unpacking libgtk-3-common (3.22.30-1ubuntu3) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../119-libatk1.0-data_2.28.1-1_all.deb ...
Unpacking libatk1.0-data (2.28.1-1) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../120-libatk1.0-0_2.28.1-1_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.28.1-1) ...
Selecting previously unselected package libatk-bridge2.0-0:amd64.
Preparing to unpack .../121-libatk-bridge2.0-0_2.26.2-1_amd64.deb ...
Unpacking libatk-bridge2.0-0:amd64 (2.26.2-1) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../122-libcairo-gobject2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../123-libcolord2_1.3.3-2build1_amd64.deb ...
Unpacking libcolord2:amd64 (1.3.3-2build1) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../124-libavahi-common-data_0.7-3.1ubuntu1.2_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.2) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../125-libavahi-common3_0.7-3.1ubuntu1.2_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.2) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../126-libavahi-client3_0.7-3.1ubuntu1.2_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.2) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../127-libcups2_2.2.7-1ubuntu2.5_amd64.deb ...
Unpacking libcups2:amd64 (2.2.7-1ubuntu2.5) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../128-libepoxy0_1.4.3-1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.4.3-1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../129-libjson-glib-1.0-common_1.4.2-3_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.2-3) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../130-libjson-glib-1.0-0_1.4.2-3_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.4.2-3) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../131-libproxy1v5_0.4.15-1_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.15-1) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../132-glib-networking-common_2.56.0-1_all.deb ...
Unpacking glib-networking-common (2.56.0-1) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../133-glib-networking-services_2.56.0-1_amd64.deb ...
Unpacking glib-networking-services (2.56.0-1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../134-gsettings-desktop-schemas_3.28.0-1ubuntu1_all.deb ...
Unpacking gsettings-desktop-schemas (3.28.0-1ubuntu1) ...
Selecting previously unselected package glib-networking:amd64.
Preparing to unpack .../135-glib-networking_2.56.0-1_amd64.deb ...
Unpacking glib-networking:amd64 (2.56.0-1) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../136-libsoup2.4-1_2.62.1-1ubuntu0.1_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.62.1-1ubuntu0.1) ...
Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Preparing to unpack .../137-libsoup-gnome2.4-1_2.62.1-1ubuntu0.1_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.1) ...
Selecting previously unselected package librest-0.7-0:amd64.
Preparing to unpack .../138-librest-0.7-0_0.8.0-2_amd64.deb ...
Unpacking librest-0.7-0:amd64 (0.8.0-2) ...
Selecting previously unselected package libwayland-cursor0:amd64.
Preparing to unpack .../139-libwayland-cursor0_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../140-libwayland-egl1_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../141-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../142-libxcursor1_1%3a1.1.15-1_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.15-1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../143-libxrandr2_2%3a1.5.1-1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
Selecting previously unselected package libgtk-3-0:amd64.
Preparing to unpack .../144-libgtk-3-0_3.22.30-1ubuntu3_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.22.30-1ubuntu3) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../145-libwebp6_0.6.1-2_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../146-libxpm4_1%3a3.5.12-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../147-libgd3_2.2.5-4ubuntu0.3_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-4ubuntu0.3) ...
Selecting previously unselected package libotf0:amd64.
Preparing to unpack .../148-libotf0_0.9.13-3build1_amd64.deb ...
Unpacking libotf0:amd64 (0.9.13-3build1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../149-libxt6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.5-1) ...
Selecting previously unselected package m17n-db.
Preparing to unpack .../150-m17n-db_1.7.0-2_all.deb ...
Unpacking m17n-db (1.7.0-2) ...
Selecting previously unselected package libm17n-0:amd64.
Preparing to unpack .../151-libm17n-0_1.7.0-3build1_amd64.deb ...
Unpacking libm17n-0:amd64 (1.7.0-3build1) ...
Selecting previously unselected package emacs25.
Preparing to unpack .../152-emacs25_25.2+1-6_amd64.deb ...
Unpacking emacs25 (25.2+1-6) ...
Selecting previously unselected package emacs.
Preparing to unpack .../153-emacs_47.0_all.deb ...
Unpacking emacs (47.0) ...
Selecting previously unselected package emacs25-el.
Preparing to unpack .../154-emacs25-el_25.2+1-6_all.deb ...
Unpacking emacs25-el (25.2+1-6) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../155-libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Selecting previously unselected package tcl-expect:amd64.
Preparing to unpack .../156-tcl-expect_5.45.4-1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-1) ...
Selecting previously unselected package expect.
Preparing to unpack .../157-expect_5.45.4-1_amd64.deb ...
Unpacking expect (5.45.4-1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../158-libfakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../159-fakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) ...
Selecting previously unselected package fonts-lmodern.
Preparing to unpack .../160-fonts-lmodern_2.004.5-3_all.deb ...
Unpacking fonts-lmodern (2.004.5-3) ...
Selecting previously unselected package fonts-noto-mono.
Preparing to unpack .../161-fonts-noto-mono_20171026-2_all.deb ...
Unpacking fonts-noto-mono (20171026-2) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../162-libasan5_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libasan5:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../163-libubsan1_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libubsan1:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libgcc-8-dev:amd64.
Preparing to unpack .../164-libgcc-8-dev_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libgcc-8-dev:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../165-gcc-8_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking gcc-8 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libstdc++-8-dev:amd64.
Preparing to unpack .../166-libstdc++-8-dev_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++-8-dev:amd64 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../167-g++-8_8.3.0-6ubuntu1~18.04_amd64.deb ...
Unpacking g++-8 (8.3.0-6ubuntu1~18.04) ...
Selecting previously unselected package libdw1:amd64.
Preparing to unpack .../168-libdw1_0.170-0.4_amd64.deb ...
Unpacking libdw1:amd64 (0.170-0.4) ...
Selecting previously unselected package libbabeltrace1:amd64.
Preparing to unpack .../169-libbabeltrace1_1.5.5-1_amd64.deb ...
Unpacking libbabeltrace1:amd64 (1.5.5-1) ...
Selecting previously unselected package libpython3.6:amd64.
Preparing to unpack .../170-libpython3.6_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3.6:amd64 (3.6.7-1~18.04) ...
Selecting previously unselected package gdb.
Preparing to unpack .../171-gdb_8.1-0ubuntu3_amd64.deb ...
Unpacking gdb (8.1-0ubuntu3) ...
Selecting previously unselected package gdbserver.
Preparing to unpack .../172-gdbserver_8.1-0ubuntu3_amd64.deb ...
Unpacking gdbserver (8.1-0ubuntu3) ...
Selecting previously unselected package libcupsimage2:amd64.
Preparing to unpack .../173-libcupsimage2_2.2.7-1ubuntu2.5_amd64.deb ...
Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.5) ...
Selecting previously unselected package libijs-0.35:amd64.
Preparing to unpack .../174-libijs-0.35_0.35-13_amd64.deb ...
Unpacking libijs-0.35:amd64 (0.35-13) ...
Selecting previously unselected package libjbig2dec0:amd64.
Preparing to unpack .../175-libjbig2dec0_0.13-6_amd64.deb ...
Unpacking libjbig2dec0:amd64 (0.13-6) ...
Selecting previously unselected package libpaper1:amd64.
Preparing to unpack .../176-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ...
Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ...
Selecting previously unselected package libgs9-common.
Preparing to unpack .../177-libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.9_all.deb ...
Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Selecting previously unselected package libgs9:amd64.
Preparing to unpack .../178-libgs9_9.26~dfsg+0-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Selecting previously unselected package ghostscript.
Preparing to unpack .../179-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.9_amd64.deb ...
Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
Preparing to unpack .../180-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ...
Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../181-libcurl3-gnutls_7.58.0-2ubuntu3.6_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.6) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../182-liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../183-git-man_1%3a2.17.1-1ubuntu0.4_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.4) ...
Selecting previously unselected package git.
Preparing to unpack .../184-git_1%3a2.17.1-1ubuntu0.4_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.4) ...
Selecting previously unselected package libevent-2.1-6:amd64.
Preparing to unpack .../185-libevent-2.1-6_2.1.8-stable-4build1_amd64.deb ...
Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4build1) ...
Selecting previously unselected package libunbound2:amd64.
Preparing to unpack .../186-libunbound2_1.6.7-1ubuntu2.2_amd64.deb ...
Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.2) ...
Selecting previously unselected package libgnutls-dane0:amd64.
Preparing to unpack .../187-libgnutls-dane0_3.5.18-1ubuntu1_amd64.deb ...
Unpacking libgnutls-dane0:amd64 (3.5.18-1ubuntu1) ...
Selecting previously unselected package gnutls-bin.
Preparing to unpack .../188-gnutls-bin_3.5.18-1ubuntu1_amd64.deb ...
Unpacking gnutls-bin (3.5.18-1ubuntu1) ...
Selecting previously unselected package libann0.
Preparing to unpack .../189-libann0_1.1.2+doc-6_amd64.deb ...
Unpacking libann0 (1.1.2+doc-6) ...
Selecting previously unselected package libcdt5.
Preparing to unpack .../190-libcdt5_2.40.1-2_amd64.deb ...
Unpacking libcdt5 (2.40.1-2) ...
Selecting previously unselected package libcgraph6.
Preparing to unpack .../191-libcgraph6_2.40.1-2_amd64.deb ...
Unpacking libcgraph6 (2.40.1-2) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../192-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Selecting previously unselected package libpathplan4.
Preparing to unpack .../193-libpathplan4_2.40.1-2_amd64.deb ...
Unpacking libpathplan4 (2.40.1-2) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../194-libgvc6_2.40.1-2_amd64.deb ...
Unpacking libgvc6 (2.40.1-2) ...
Selecting previously unselected package libgvpr2.
Preparing to unpack .../195-libgvpr2_2.40.1-2_amd64.deb ...
Unpacking libgvpr2 (2.40.1-2) ...
Selecting previously unselected package liblab-gamut1.
Preparing to unpack .../196-liblab-gamut1_2.40.1-2_amd64.deb ...
Unpacking liblab-gamut1 (2.40.1-2) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../197-libxmu6_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../198-libxaw7_2%3a1.0.13-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.13-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../199-graphviz_2.40.1-2_amd64.deb ...
Unpacking graphviz (2.40.1-2) ...
Selecting previously unselected package gsfonts.
Preparing to unpack .../200-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb ...
Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...
Selecting previously unselected package libfontenc1:amd64.
Preparing to unpack .../201-libfontenc1_1%3a1.1.3-1_amd64.deb ...
Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
Selecting previously unselected package xfonts-encodings.
Preparing to unpack .../202-xfonts-encodings_1%3a1.0.4-2_all.deb ...
Unpacking xfonts-encodings (1:1.0.4-2) ...
Selecting previously unselected package xfonts-utils.
Preparing to unpack .../203-xfonts-utils_1%3a7.7+6_amd64.deb ...
Unpacking xfonts-utils (1:7.7+6) ...
Selecting previously unselected package gsfonts-x11.
Preparing to unpack .../204-gsfonts-x11_0.25_all.deb ...
Unpacking gsfonts-x11 (0.25) ...
Selecting previously unselected package libcdparanoia0:amd64.
Preparing to unpack .../205-libcdparanoia0_3.10.2+debian-13_amd64.deb ...
Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ...
Selecting previously unselected package libgstreamer1.0-0:amd64.
Preparing to unpack .../206-libgstreamer1.0-0_1.14.1-1~ubuntu18.04.2_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.14.1-1~ubuntu18.04.2) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Preparing to unpack .../207-liborc-0.4-0_1%3a0.4.28-1_amd64.deb ...
Unpacking liborc-0.4-0:amd64 (1:0.4.28-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
Preparing to unpack .../208-libgstreamer-plugins-base1.0-0_1.14.1-1ubuntu1~ubuntu18.04.2_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.1-1ubuntu1~ubuntu18.04.2) ...
Selecting previously unselected package libopus0:amd64.
Preparing to unpack .../209-libopus0_1.1.2-1ubuntu1_amd64.deb ...
Unpacking libopus0:amd64 (1.1.2-1ubuntu1) ...
Selecting previously unselected package libtheora0:amd64.
Preparing to unpack .../210-libtheora0_1.1.1+dfsg.1-14_amd64.deb ...
Unpacking libtheora0:amd64 (1.1.1+dfsg.1-14) ...
Selecting previously unselected package libvisual-0.4-0:amd64.
Preparing to unpack .../211-libvisual-0.4-0_0.4.0-11_amd64.deb ...
Unpacking libvisual-0.4-0:amd64 (0.4.0-11) ...
Selecting previously unselected package libvorbis0a:amd64.
Preparing to unpack .../212-libvorbis0a_1.3.5-4.2_amd64.deb ...
Unpacking libvorbis0a:amd64 (1.3.5-4.2) ...
Selecting previously unselected package libvorbisenc2:amd64.
Preparing to unpack .../213-libvorbisenc2_1.3.5-4.2_amd64.deb ...
Unpacking libvorbisenc2:amd64 (1.3.5-4.2) ...
Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
Preparing to unpack .../214-gstreamer1.0-plugins-base_1.14.1-1ubuntu1~ubuntu18.04.2_amd64.deb ...
Unpacking gstreamer1.0-plugins-base:amd64 (1.14.1-1ubuntu1~ubuntu18.04.2) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../215-icu-devtools_60.2-3ubuntu3_amd64.deb ...
Unpacking icu-devtools (60.2-3ubuntu3) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../216-libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../217-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../218-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../219-libapr1_1.6.3-2_amd64.deb ...
Unpacking libapr1:amd64 (1.6.3-2) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../220-libaprutil1_1.6.1-2_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-2) ...
Selecting previously unselected package libasyncns0:amd64.
Preparing to unpack .../221-libasyncns0_0.8-6_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-6) ...
Selecting previously unselected package libcupsfilters1:amd64.
Preparing to unpack .../222-libcupsfilters1_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../223-libdata-dump-perl_1.23-1_all.deb ...
Unpacking libdata-dump-perl (1.23-1) ...
Selecting previously unselected package libdrm-dev:amd64.
Preparing to unpack .../224-libdrm-dev_2.4.95-1~18.04.1_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.95-1~18.04.1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../225-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../226-x11proto-dev_2018.4-4_all.deb ...
Unpacking x11proto-dev (2018.4-4) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../227-x11proto-core-dev_2018.4-4_all.deb ...
Unpacking x11proto-core-dev (2018.4-4) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../228-libxau-dev_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../229-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../230-xtrans-dev_1.3.5-1_all.deb ...
Unpacking xtrans-dev (1.3.5-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../231-libpthread-stubs0-dev_0.3-4_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../232-libxcb1-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../233-libx11-dev_2%3a1.6.4-3ubuntu0.2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package mesa-common-dev:amd64.
Preparing to unpack .../234-mesa-common-dev_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking mesa-common-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglvnd-core-dev:amd64.
Preparing to unpack .../235-libglvnd-core-dev_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libgles1:amd64.
Preparing to unpack .../236-libgles1_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libgles1:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libgles2:amd64.
Preparing to unpack .../237-libgles2_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libgles2:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../238-libopengl0_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libopengl0:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package libglvnd-dev:amd64.
Preparing to unpack .../239-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../240-x11proto-xext-dev_2018.4-4_all.deb ...
Unpacking x11proto-xext-dev (2018.4-4) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../241-libxext-dev_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
Selecting previously unselected package x11proto-xf86vidmode-dev.
Preparing to unpack .../242-x11proto-xf86vidmode-dev_2018.4-4_all.deb ...
Unpacking x11proto-xf86vidmode-dev (2018.4-4) ...
Selecting previously unselected package libxxf86vm-dev:amd64.
Preparing to unpack .../243-libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../244-x11proto-fixes-dev_1%3a2018.4-4_all.deb ...
Unpacking x11proto-fixes-dev (1:2018.4-4) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../245-libxfixes-dev_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:5.0.3-1) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../246-x11proto-damage-dev_1%3a2018.4-4_all.deb ...
Unpacking x11proto-damage-dev (1:2018.4-4) ...
Selecting previously unselected package libxdamage-dev:amd64.
Preparing to unpack .../247-libxdamage-dev_1%3a1.1.4-3_amd64.deb ...
Unpacking libxdamage-dev:amd64 (1:1.1.4-3) ...
Selecting previously unselected package libxcb-glx0-dev:amd64.
Preparing to unpack .../248-libxcb-glx0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri2-0-dev:amd64.
Preparing to unpack .../249-libxcb-dri2-0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri3-dev:amd64.
Preparing to unpack .../250-libxcb-dri3-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../251-libxcb-render0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-randr0-dev:amd64.
Preparing to unpack .../252-libxcb-randr0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-shape0-dev:amd64.
Preparing to unpack .../253-libxcb-shape0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xfixes0-dev:amd64.
Preparing to unpack .../254-libxcb-xfixes0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-sync-dev:amd64.
Preparing to unpack .../255-libxcb-sync-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-present-dev:amd64.
Preparing to unpack .../256-libxcb-present-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxshmfence-dev:amd64.
Preparing to unpack .../257-libxshmfence-dev_1.3-1_amd64.deb ...
Unpacking libxshmfence-dev:amd64 (1.3-1) ...
Selecting previously unselected package libx11-xcb-dev:amd64.
Preparing to unpack .../258-libx11-xcb-dev_2%3a1.6.4-3ubuntu0.2_amd64.deb ...
Unpacking libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../259-libwayland-bin_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-bin (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libwayland-dev:amd64.
Preparing to unpack .../260-libwayland-dev_1.16.0-1ubuntu1.1~18.04.1_amd64.deb ...
Unpacking libwayland-dev:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Selecting previously unselected package libegl1-mesa-dev:amd64.
Preparing to unpack .../261-libegl1-mesa-dev_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libegl1-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../262-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../263-libipc-system-simple-perl_1.25-4_all.deb ...
Unpacking libipc-system-simple-perl (1.25-4) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../264-libfile-basedir-perl_0.07-1_all.deb ...
Unpacking libfile-basedir-perl (0.07-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../265-liburi-perl_1.73-1_all.deb ...
Unpacking liburi-perl (1.73-1) ...
Selecting previously unselected package libfile-desktopentry-perl.
Preparing to unpack .../266-libfile-desktopentry-perl_0.22-1_all.deb ...
Unpacking libfile-desktopentry-perl (0.22-1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../267-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build2) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../268-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../269-libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../270-libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libfile-mimeinfo-perl.
Preparing to unpack .../271-libfile-mimeinfo-perl_0.28-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.28-1) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../272-libfl2_2.6.4-6_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-6) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../273-libfl-dev_2.6.4-6_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.4-6) ...
Selecting previously unselected package libflac8:amd64.
Preparing to unpack .../274-libflac8_1.3.2-1_amd64.deb ...
Unpacking libflac8:amd64 (1.3.2-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../275-libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) ...
Selecting previously unselected package libgpg-error-dev.
Preparing to unpack .../276-libgpg-error-dev_1.27-6_amd64.deb ...
Unpacking libgpg-error-dev (1.27-6) ...
Selecting previously unselected package libgcrypt20-dev.
Preparing to unpack .../277-libgcrypt20-dev_1.8.1-4ubuntu1.1_amd64.deb ...
Unpacking libgcrypt20-dev (1.8.1-4ubuntu1.1) ...
Selecting previously unselected package libgdk-pixbuf2.0-bin.
Preparing to unpack .../278-libgdk-pixbuf2.0-bin_2.36.11-2_amd64.deb ...
Unpacking libgdk-pixbuf2.0-bin (2.36.11-2) ...
Selecting previously unselected package libgl1-mesa-glx:amd64.
Preparing to unpack .../279-libgl1-mesa-glx_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libgles2-mesa-dev:amd64.
Preparing to unpack .../280-libgles2-mesa-dev_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libgles2-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../281-libglib2.0-bin_2.56.4-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.2) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../282-python3-lib2to3_3.6.7-1~18.04_all.deb ...
Unpacking python3-lib2to3 (3.6.7-1~18.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../283-python3-distutils_3.6.7-1~18.04_all.deb ...
Unpacking python3-distutils (3.6.7-1~18.04) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../284-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.2) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../285-libpcre16-3_2%3a8.39-9_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-9) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../286-libpcre32-3_2%3a8.39-9_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-9) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../287-libpcrecpp0v5_2%3a8.39-9_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../288-libpcre3-dev_2%3a8.39-9_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-9) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../289-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu2) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../290-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../291-libglib2.0-dev_2.56.4-0ubuntu0.18.04.2_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.2) ...
Selecting previously unselected package libglu1-mesa:amd64.
Preparing to unpack .../292-libglu1-mesa_9.0.0-2.1build1_amd64.deb ...
Unpacking libglu1-mesa:amd64 (9.0.0-2.1build1) ...
Selecting previously unselected package libgl1-mesa-dev:amd64.
Preparing to unpack .../293-libgl1-mesa-dev_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking libgl1-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Selecting previously unselected package libglu1-mesa-dev:amd64.
Preparing to unpack .../294-libglu1-mesa-dev_9.0.0-2.1build1_amd64.deb ...
Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ...
Selecting previously unselected package libgraphite2-dev:amd64.
Preparing to unpack .../295-libgraphite2-dev_1.3.11-2_amd64.deb ...
Unpacking libgraphite2-dev:amd64 (1.3.11-2) ...
Selecting previously unselected package libgtk-3-bin.
Preparing to unpack .../296-libgtk-3-bin_3.22.30-1ubuntu3_amd64.deb ...
Unpacking libgtk-3-bin (3.22.30-1ubuntu3) ...
Selecting previously unselected package libgts-bin.
Preparing to unpack .../297-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
Unpacking libgts-bin (0.7.6+darcs121130-4) ...
Selecting previously unselected package libharfbuzz-icu0:amd64.
Preparing to unpack .../298-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libharfbuzz-gobject0:amd64.
Preparing to unpack .../299-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libicu-le-hb0:amd64.
Preparing to unpack .../300-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ...
Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ...
Selecting previously unselected package libiculx60:amd64.
Preparing to unpack .../301-libiculx60_60.2-3ubuntu3_amd64.deb ...
Unpacking libiculx60:amd64 (60.2-3ubuntu3) ...
Selecting previously unselected package libicu-le-hb-dev:amd64.
Preparing to unpack .../302-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ...
Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ...
Selecting previously unselected package libicu-dev.
Preparing to unpack .../303-libicu-dev_60.2-3ubuntu3_amd64.deb ...
Unpacking libicu-dev (60.2-3ubuntu3) ...
Selecting previously unselected package libharfbuzz-dev:amd64.
Preparing to unpack .../304-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../305-libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../306-libhtml-parser-perl_3.72-3build1_amd64.deb ...
Unpacking libhtml-parser-perl (3.72-3build1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../307-libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../308-liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../309-libhttp-message-perl_6.14-1_all.deb ...
Unpacking libhttp-message-perl (6.14-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../310-libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../311-libhtml-tree-perl_5.07-1_all.deb ...
Unpacking libhtml-tree-perl (5.07-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../312-libhtml-format-perl_2.12-1_all.deb ...
Unpacking libhtml-format-perl (2.12-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../313-libhttp-cookies-perl_6.04-1_all.deb ...
Unpacking libhttp-cookies-perl (6.04-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../314-libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../315-libhttp-negotiate-perl_6.00-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.00-2) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../316-perl-openssl-defaults_3build1_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3build1) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../317-libnet-ssleay-perl_1.84-1build1_amd64.deb ...
Unpacking libnet-ssleay-perl (1.84-1build1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../318-libio-socket-ssl-perl_2.056-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.056-1) ...
Selecting previously unselected package libkpathsea6:amd64.
Preparing to unpack .../319-libkpathsea6_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../320-libltdl-dev_2.4.6-2_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.6-2) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../321-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../322-libnet-http-perl_6.17-1_all.deb ...
Unpacking libnet-http-perl (6.17-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../323-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../324-libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../325-libwww-perl_6.31-1_all.deb ...
Unpacking libwww-perl (6.31-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../326-liblwp-protocol-https-perl_6.07-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.07-2) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../327-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../328-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libmaxminddb0:amd64.
Preparing to unpack .../329-libmaxminddb0_1.3.1-1_amd64.deb ...
Unpacking libmaxminddb0:amd64 (1.3.1-1) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../330-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../331-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../332-libxml-parser-perl_2.44-2build3_amd64.deb ...
Unpacking libxml-parser-perl (2.44-2build3) ...
Selecting previously unselected package libxml-twig-perl.
Preparing to unpack .../333-libxml-twig-perl_1%3a3.50-1_all.deb ...
Unpacking libxml-twig-perl (1:3.50-1) ...
Selecting previously unselected package libnet-dbus-perl.
Preparing to unpack .../334-libnet-dbus-perl_1.1.0-4build2_amd64.deb ...
Unpacking libnet-dbus-perl (1.1.0-4build2) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../335-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack .../336-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../337-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../338-libnss3_2%3a3.35-2ubuntu2.2_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.2) ...
Selecting previously unselected package libpaper-utils.
Preparing to unpack .../339-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ...
Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ...
Selecting previously unselected package libpcap0.8-dev:amd64.
Preparing to unpack .../340-libpcap0.8-dev_1.8.1-6ubuntu1_amd64.deb ...
Unpacking libpcap0.8-dev:amd64 (1.8.1-6ubuntu1) ...
Selecting previously unselected package libpcap-dev:amd64.
Preparing to unpack .../341-libpcap-dev_1.8.1-6ubuntu1_amd64.deb ...
Unpacking libpcap-dev:amd64 (1.8.1-6ubuntu1) ...
Selecting previously unselected package libpoppler73:amd64.
Preparing to unpack .../342-libpoppler73_0.62.0-2ubuntu2.8_amd64.deb ...
Unpacking libpoppler73:amd64 (0.62.0-2ubuntu2.8) ...
Selecting previously unselected package libpotrace0.
Preparing to unpack .../343-libpotrace0_1.14-2_amd64.deb ...
Unpacking libpotrace0 (1.14-2) ...
Selecting previously unselected package libptexenc1:amd64.
Preparing to unpack .../344-libptexenc1_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libptexenc1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libsndfile1:amd64.
Preparing to unpack .../345-libsndfile1_1.0.28-4_amd64.deb ...
Unpacking libsndfile1:amd64 (1.0.28-4) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../346-libwrap0_7.6.q-27_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-27) ...
Selecting previously unselected package libpulse0:amd64.
Preparing to unpack .../347-libpulse0_1%3a11.1-1ubuntu7.2_amd64.deb ...
Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.2) ...
Selecting previously unselected package libpulse-mainloop-glib0:amd64.
Preparing to unpack .../348-libpulse-mainloop-glib0_1%3a11.1-1ubuntu7.2_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.2) ...
Selecting previously unselected package libpulse-dev:amd64.
Preparing to unpack .../349-libpulse-dev_1%3a11.1-1ubuntu7.2_amd64.deb ...
Unpacking libpulse-dev:amd64 (1:11.1-1ubuntu7.2) ...
Selecting previously unselected package libqt5multimedia5:amd64.
Preparing to unpack .../350-libqt5multimedia5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5opengl5:amd64.
Preparing to unpack .../351-libqt5opengl5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5multimediawidgets5:amd64.
Preparing to unpack .../352-libqt5multimediawidgets5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqgsttools-p1:amd64.
Preparing to unpack .../353-libqgsttools-p1_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5concurrent5:amd64.
Preparing to unpack .../354-libqt5concurrent5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5qml5:amd64.
Preparing to unpack .../355-libqt5qml5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ...
Selecting previously unselected package libqt5quick5:amd64.
Preparing to unpack .../356-libqt5quick5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ...
Selecting previously unselected package libqt5multimediaquick-p5:amd64.
Preparing to unpack .../357-libqt5multimediaquick-p5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimediaquick-p5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5printsupport5:amd64.
Preparing to unpack .../358-libqt5printsupport5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5sql5:amd64.
Preparing to unpack .../359-libqt5sql5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5test5:amd64.
Preparing to unpack .../360-libqt5test5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5xml5:amd64.
Preparing to unpack .../361-libqt5xml5_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qt5-qmake-bin.
Preparing to unpack .../362-qt5-qmake-bin_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qt5-qmake-bin (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qtchooser.
Preparing to unpack .../363-qtchooser_64-ga1b6736-5_amd64.deb ...
Unpacking qtchooser (64-ga1b6736-5) ...
Selecting previously unselected package qt5-qmake:amd64.
Preparing to unpack .../364-qt5-qmake_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qtbase5-dev-tools.
Preparing to unpack .../365-qtbase5-dev-tools_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qtbase5-dev-tools (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qtbase5-dev:amd64.
Preparing to unpack .../366-qtbase5-dev_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5opengl5-dev:amd64.
Preparing to unpack .../367-libqt5opengl5-dev_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libqt5sql5-sqlite:amd64.
Preparing to unpack .../368-libqt5sql5-sqlite_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../369-libserf-1-1_1.3.9-6_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-6) ...
Selecting previously unselected package libsmi2ldbl:amd64.
Preparing to unpack .../370-libsmi2ldbl_0.4.8+dfsg2-15_amd64.deb ...
Unpacking libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ...
Selecting previously unselected package libspandsp2:amd64.
Preparing to unpack .../371-libspandsp2_0.0.6+dfsg-0.1_amd64.deb ...
Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libssh-gcrypt-4:amd64.
Preparing to unpack .../372-libssh-gcrypt-4_0.8.0~20170825.94fa1e38-1ubuntu0.2_amd64.deb ...
Unpacking libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.2) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../373-libssl-dev_1.1.0g-2ubuntu4.3_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.0g-2ubuntu4.3) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../374-libssl-doc_1.1.0g-2ubuntu4.3_all.deb ...
Unpacking libssl-doc (1.1.0g-2ubuntu4.3) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../375-libsvn1_1.9.7-4ubuntu1_amd64.deb ...
Unpacking libsvn1:amd64 (1.9.7-4ubuntu1) ...
Selecting previously unselected package libsynctex1:amd64.
Preparing to unpack .../376-libsynctex1_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libsynctex1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtexlua52:amd64.
Preparing to unpack .../377-libtexlua52_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libtexlua52:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtexluajit2:amd64.
Preparing to unpack .../378-libtexluajit2_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libtexluajit2:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../379-libtie-ixhash-perl_1.23-2_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2) ...
Selecting previously unselected package libtool.
Preparing to unpack .../380-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package libtool-bin.
Preparing to unpack .../381-libtool-bin_2.4.6-2_amd64.deb ...
Unpacking libtool-bin (2.4.6-2) ...
Selecting previously unselected package libwacom-bin.
Preparing to unpack .../382-libwacom-bin_0.29-1_amd64.deb ...
Unpacking libwacom-bin (0.29-1) ...
Selecting previously unselected package libwireshark-data.
Preparing to unpack .../383-libwireshark-data_2.6.6-1~ubuntu18.04.0_all.deb ...
Unpacking libwireshark-data (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwsutil9:amd64.
Preparing to unpack .../384-libwsutil9_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwsutil9:amd64 (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwsutil-dev.
Preparing to unpack .../385-libwsutil-dev_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwsutil-dev (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwiretap8:amd64.
Preparing to unpack .../386-libwiretap8_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwiretap8:amd64 (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwiretap-dev.
Preparing to unpack .../387-libwiretap-dev_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwiretap-dev (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../388-libc-ares2_1.14.0-1_amd64.deb ...
Unpacking libc-ares2:amd64 (1.14.0-1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../389-libsnappy1v5_1.1.7-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
Selecting previously unselected package libsbc1:amd64.
Preparing to unpack .../390-libsbc1_1.3-2_amd64.deb ...
Unpacking libsbc1:amd64 (1.3-2) ...
Selecting previously unselected package libwscodecs2:amd64.
Preparing to unpack .../391-libwscodecs2_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwscodecs2:amd64 (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwireshark11:amd64.
Preparing to unpack .../392-libwireshark11_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwireshark11:amd64 (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libwireshark-dev.
Preparing to unpack .../393-libwireshark-dev_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwireshark-dev (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../394-libx11-doc_2%3a1.6.4-3ubuntu0.2_all.deb ...
Unpacking libx11-doc (2:1.6.4-3ubuntu0.2) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../395-libx11-protocol-perl_0.56-7_all.deb ...
Unpacking libx11-protocol-perl (0.56-7) ...
Selecting previously unselected package libxml-xpathengine-perl.
Preparing to unpack .../396-libxml-xpathengine-perl_0.14-1_all.deb ...
Unpacking libxml-xpathengine-perl (0.14-1) ...
Selecting previously unselected package libxml2-dev:amd64.
Preparing to unpack .../397-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ...
Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Selecting previously unselected package libxml2-utils.
Preparing to unpack .../398-libxml2-utils_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ...
Unpacking libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.2) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../399-libxslt1.1_1.1.29-5ubuntu0.1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.1) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../400-libxv1_2%3a1.0.11-1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.11-1) ...
Selecting previously unselected package libzzip-0-13:amd64.
Preparing to unpack .../401-libzzip-0-13_0.13.62-3.1ubuntu0.18.04.1_amd64.deb ...
Unpacking libzzip-0-13:amd64 (0.13.62-3.1ubuntu0.18.04.1) ...
Selecting previously unselected package lmodern.
Preparing to unpack .../402-lmodern_2.004.5-3_all.deb ...
Unpacking lmodern (2.004.5-3) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../403-manpages-dev_4.15-1_all.deb ...
Unpacking manpages-dev (4.15-1) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../404-net-tools_1.60+git20161116.90da8a0-1ubuntu1_amd64.deb ...
Unpacking net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Selecting previously unselected package ps2eps.
Preparing to unpack .../405-ps2eps_1.68+binaryfree-2_amd64.deb ...
Unpacking ps2eps (1.68+binaryfree-2) ...
Selecting previously unselected package qt5-default:amd64.
Preparing to unpack .../406-qt5-default_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qt5-default:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qt5-gtk-platformtheme:amd64.
Preparing to unpack .../407-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2) ...
Selecting previously unselected package qtmultimedia5-dev:amd64.
Preparing to unpack .../408-qtmultimedia5-dev_5.9.5-0ubuntu1_amd64.deb ...
Unpacking qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package qttranslations5-l10n.
Preparing to unpack .../409-qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ...
Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) ...
Selecting previously unselected package sntp.
Preparing to unpack .../410-sntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ...
Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../411-ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) ...
Selecting previously unselected package subversion.
Preparing to unpack .../412-subversion_1.9.7-4ubuntu1_amd64.deb ...
Unpacking subversion (1.9.7-4ubuntu1) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../413-t1utils_1.41-2_amd64.deb ...
Unpacking t1utils (1.41-2) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../414-tcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking tcl8.6 (8.6.8+dfsg-3) ...
Selecting previously unselected package texlive-binaries.
Preparing to unpack .../415-texlive-binaries_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking texlive-binaries (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../416-xdg-utils_1.1.2-1ubuntu2.3_all.deb ...
Unpacking xdg-utils (1.1.2-1ubuntu2.3) ...
Selecting previously unselected package texlive-base.
Preparing to unpack .../417-texlive-base_2017.20180305-1_all.deb ...
Unpacking texlive-base (2017.20180305-1) ...
Selecting previously unselected package texlive-font-utils.
Preparing to unpack .../418-texlive-font-utils_2017.20180305-2_all.deb ...
Unpacking texlive-font-utils (2017.20180305-2) ...
Selecting previously unselected package tree.
Preparing to unpack .../419-tree_1.7.0-5_amd64.deb ...
Unpacking tree (1.7.0-5) ...
Selecting previously unselected package wireshark-common.
Preparing to unpack .../420-wireshark-common_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking wireshark-common (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package tshark.
Preparing to unpack .../421-tshark_2.6.6-1~ubuntu18.04.0_amd64.deb ...
Unpacking tshark (2.6.6-1~ubuntu18.04.0) ...
Selecting previously unselected package unzip.
Preparing to unpack .../422-unzip_6.0-21ubuntu1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1) ...
Selecting previously unselected package libc6-dbg:amd64.
Preparing to unpack .../423-libc6-dbg_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6-dbg:amd64 (2.27-3ubuntu1) ...
Selecting previously unselected package valgrind.
Preparing to unpack .../424-valgrind_1%3a3.13.0-2ubuntu2.1_amd64.deb ...
Unpacking valgrind (1:3.13.0-2ubuntu2.1) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../425-vim-runtime_2%3a8.0.1453-1ubuntu1_all.deb ...
Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package vim.
Preparing to unpack .../426-vim_2%3a8.0.1453-1ubuntu1_amd64.deb ...
Unpacking vim (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package x11-utils.
Preparing to unpack .../427-x11-utils_7.7+3build1_amd64.deb ...
Unpacking x11-utils (7.7+3build1) ...
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack .../428-x11-xserver-utils_7.7+7build1_amd64.deb ...
Unpacking x11-xserver-utils (7.7+7build1) ...
Selecting previously unselected package xsltproc.
Preparing to unpack .../429-xsltproc_1.1.29-5ubuntu0.1_amd64.deb ...
Unpacking xsltproc (1.1.29-5ubuntu0.1) ...
Selecting previously unselected package xutils-dev.
Preparing to unpack .../430-xutils-dev_1%3a7.7+5ubuntu1_amd64.deb ...
Unpacking xutils-dev (1:7.7+5ubuntu1) ...
Selecting previously unselected package dos2unix.
Preparing to unpack .../431-dos2unix_7.3.4-3_amd64.deb ...
Unpacking dos2unix (7.3.4-3) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../432-libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package sshpass.
Preparing to unpack .../433-sshpass_1.06-1_amd64.deb ...
Unpacking sshpass (1.06-1) ...
Selecting previously unselected package vsftpd.
Preparing to unpack .../434-vsftpd_3.0.3-9build1_amd64.deb ...
Unpacking vsftpd (3.0.3-9build1) ...
Setting up libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Setting up libedit2:amd64 (3.1-20170329-1) ...
Setting up libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libwayland-bin (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ...

Creating config file /etc/papersize with new version
Setting up libtexlua52:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libapr1:amd64 (1.6.3-2) ...
Setting up imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libopengl0:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Setting up tree (1.7.0-5) ...
Setting up libsbc1:amd64 (1.3-2) ...
Setting up manpages (4.15-1) ...
Setting up libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Setting up git-man (1:2.17.1-1ubuntu0.4) ...
Setting up libpopt0:amd64 (1.16-11) ...
Setting up libpathplan4 (2.40.1-2) ...
Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
Setting up liblockfile-bin (1.14-1.1) ...
Setting up libgles1:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ...
Setting up libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up less (487-0.1) ...
Setting up make (4.1-9.1ubuntu1) ...
Setting up libjson-glib-1.0-common (1.4.2-3) ...
Setting up liblab-gamut1 (2.40.1-2) ...
Setting up libsynctex1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libevent-2.1-6:amd64 (2.1.8-stable-4build1) ...
Setting up libc6-dbg:amd64 (2.27-3ubuntu1) ...
Setting up libasyncns0:amd64 (0.8-6) ...
Setting up libptexenc1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up glib-networking-common (2.56.0-1) ...
Setting up tex-common (6.09) ...
update-language: texlive-base not installed and configured, doing nothing!
Setting up libwacom-common (0.29-1) ...
Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ...
Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Setting up qt5-qmake-bin (5.9.5+dfsg-0ubuntu2) ...
Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...
Setting up libevdev2:amd64 (1.5.8+dfsg-1) ...
Setting up xxd (2:8.0.1453-1ubuntu1) ...
Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Setting up sudo (1.8.21p2-3ubuntu1) ...
Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Setting up libjbig0:amd64 (2.1-3.1build1) ...
Setting up libsigsegv2:amd64 (2.12-1) ...
Setting up libgpm2:amd64 (1.20.7-5) ...
Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up poppler-data (0.4.8-2) ...
Setting up libllvm7:amd64 (1:7-3~ubuntu0.18.04.1) ...
Setting up libuv1:amd64 (1.18.0-3) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up perl-openssl-defaults:amd64 (3build1) ...
Setting up lsof (4.89+dfsg-0.1) ...
Setting up tzdata (2019a-0ubuntu0.18.04) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Thu May 16 12:51:35 UTC 2019.
Universal Time is now:  Thu May 16 12:51:35 UTC 2019.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libelf1:amd64 (0.170-0.4) ...
Setting up libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libssl-dev:amd64 (1.1.0g-2ubuntu4.3) ...
Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.2) ...
Setting up liblockfile1:amd64 (1.14-1.1) ...
Setting up libasound2-data (1.1.3-5ubuntu0.2) ...
Setting up libxshmfence1:amd64 (1.3-1) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up emacsen-common (2.0.8) ...
Setting up libcap2:amd64 (1:2.25-1.2) ...
Setting up libgpg-error-dev (1.27-6) ...
Setting up libwayland-client0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up xkb-data (2.23.1-1ubuntu1) ...
Setting up qtchooser (64-ga1b6736-5) ...
Setting up libproxy1v5:amd64 (0.4.15-1) ...
Setting up unzip (6.0-21ubuntu1) ...
Setting up linux-libc-dev:amd64 (4.15.0-50.54) ...
Setting up libmpfr6:amd64 (4.0.1-1) ...
Setting up libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.2) ...
Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up dos2unix (7.3.4-3) ...
Setting up libclang1-6.0:amd64 (1:6.0-1ubuntu2) ...
Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
Setting up glib-networking-services (2.56.0-1) ...
Setting up libdatrie1:amd64 (0.2.10-7) ...
Setting up cmake-data (3.10.2-1ubuntu2) ...
Setting up ssl-cert (1.0.39) ...
Setting up libgif7:amd64 (5.1.4-2) ...
Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ...
Setting up libglapi-mesa:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
Setting up m4 (1.4.18-1) ...
Setting up libgdbm5:amd64 (1.14.1-6) ...
Setting up libfftw3-double3:amd64 (3.3.7-1) ...
Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ...
Setting up m17n-db (1.7.0-2) ...
Setting up libbsd0:amd64 (0.8.7-1) ...
Setting up fonts-liberation (1:1.07.4-7~18.04.1) ...
Setting up libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
Setting up x11proto-dev (2018.4-4) ...
Setting up libopus0:amd64 (1.1.2-1ubuntu1) ...
Setting up libfreetype6:amd64 (2.8.1-2ubuntu2) ...
Setting up fonts-noto-mono (20171026-2) ...
Setting up libasound2:amd64 (1.1.3-5ubuntu0.2) ...
Setting up libdrm-common (2.4.95-1~18.04.1) ...
Setting up libjson-glib-1.0-0:amd64 (1.4.2-3) ...
Setting up libgraphite2-3:amd64 (1.3.11-2) ...
Setting up librhash0:amd64 (1.3.6-2) ...
Setting up liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libcroco3:amd64 (0.6.12-2) ...
Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.1) ...
Setting up gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up libogg0:amd64 (1.3.2-1) ...
Setting up libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ...
Setting up emacs25-common (25.2+1-6) ...
Setting up libatk1.0-data (2.28.1-1) ...
Setting up x11proto-damage-dev (1:2018.4-4) ...
Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
Setting up libjbig2dec0:amd64 (0.13-6) ...
Setting up libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.2) ...
Setting up libpixman-1-0:amd64 (0.34.0-2) ...
Setting up xtrans-dev (1.3.5-1) ...
Setting up x11proto-xext-dev (2018.4-4) ...
Setting up patch (2.7.6-2ubuntu1) ...
Setting up libwsutil9:amd64 (2.6.6-1~ubuntu18.04.0) ...
Setting up qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up krb5-locales (1.16-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up publicsuffix (20180223.1310-1) ...
Setting up libepoxy0:amd64 (1.4.3-1) ...
Setting up autotools-dev (20180224.1) ...
Setting up sshpass (1.06-1) ...
Setting up t1utils (1.41-2) ...
Setting up libatk1.0-0:amd64 (2.28.1-1) ...
Setting up libtext-iconv-perl (1.7-5build6) ...
Setting up libaprutil1:amd64 (1.6.1-2) ...
Setting up libsnappy1v5:amd64 (1.1.7-1) ...
Setting up qttranslations5-l10n (5.9.5-0ubuntu1) ...
Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
Setting up libltdl7:amd64 (2.4.6-2) ...
Setting up libmtdev1:amd64 (1.1.5-1ubuntu3) ...
Setting up vim-common (2:8.0.1453-1ubuntu1) ...
Setting up libijs-0.35:amd64 (0.35-13) ...
Setting up libopts25:amd64 (1:5.18.12-4) ...
Setting up libwireshark-data (2.6.6-1~ubuntu18.04.0) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Setting up libann0 (1.1.2+doc-6) ...
Setting up libvisual-0.4-0:amd64 (0.4.0-11) ...
Setting up libfontenc1:amd64 (1:1.1.3-1) ...
Setting up libdconf1:amd64 (0.26.0-2ubuntu3) ...
Setting up libfribidi0:amd64 (0.19.7-2) ...
Setting up liblocale-gettext-perl (1.07-3build2) ...
Setting up libfl2:amd64 (2.6.4-6) ...
Setting up libx11-doc (2:1.6.4-3ubuntu0.2) ...
Setting up libpciaccess0:amd64 (0.14-1) ...
Setting up libpotrace0 (1.14-2) ...
Setting up libsensors4:amd64 (1:3.4.0-4) ...
Setting up libgles2:amd64 (1.0.0-2ubuntu2.2) ...
Processing triggers for shared-mime-info (1.9-2) ...
Setting up libxkbcommon0:amd64 (0.8.0-1ubuntu0.1) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-9) ...
Setting up libpcre32-3:amd64 (2:8.39-9) ...
Setting up libgudev-1.0-0:amd64 (1:232-2) ...
Setting up vim-runtime (2:8.0.1453-1ubuntu1) ...
Setting up gdbserver (8.1-0ubuntu3) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up icu-devtools (60.2-3ubuntu3) ...
Setting up libssl-doc (1.1.0g-2ubuntu4.3) ...
Setting up libc-dev-bin (2.27-3ubuntu1) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up oracle-java11-set-default (11.0.2-2~linuxuprising1) ...
Setting up libgts-bin (0.7.6+darcs121130-4) ...
Setting up liborc-0.4-0:amd64 (1:0.4.28-1) ...
Setting up libpcre16-3:amd64 (2:8.39-9) ...
Setting up valgrind (1:3.13.0-2ubuntu2.1) ...
Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Setting up libcolord2:amd64 (1.3.3-2build1) ...
Setting up libthai-data (0.1.27-2) ...
Setting up bison (2:3.0.4.dfsg-1build1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/yacc.1.gz because associated file /usr/share/man/man1/bison.yacc.1.gz (of link group yacc) doesn't exist
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up python3-lib2to3 (3.6.7-1~18.04) ...
Setting up net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Setting up libvorbis0a:amd64 (1.3.5-4.2) ...
Setting up x11-common (1:7.7+19ubuntu7.1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libzzip-0-13:amd64 (0.13.62-3.1ubuntu0.18.04.1) ...
Setting up xdg-utils (1.1.2-1ubuntu2.3) ...
Setting up manpages-dev (4.15-1) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.2) ...
Setting up libc6-dev:amd64 (2.27-3ubuntu1) ...
Setting up libasan5:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libgraphite2-dev:amd64 (1.3.11-2) ...
Setting up libc-ares2:amd64 (1.14.0-1) ...
Setting up libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up libtexluajit2:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up python3-distutils (3.6.7-1~18.04) ...
Setting up libcdt5 (2.40.1-2) ...
Setting up logrotate (3.11.0-0.1ubuntu1) ...
Setting up libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up libitm1:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libx11-data (2:1.6.4-3ubuntu0.2) ...
Setting up libwsutil-dev (2.6.6-1~ubuntu18.04.0) ...
Setting up libmaxminddb0:amd64 (1.3.1-1) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
Setting up liblzo2-2:amd64 (2.08-1.2) ...
Setting up fonts-lmodern (2.004.5-3) ...
Setting up libwrap0:amd64 (7.6.q-27) ...
Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.2) ...
Setting up libcgraph6 (2.40.1-2) ...
Setting up libpython3.6:amd64 (3.6.7-1~18.04) ...
Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1) ...
Setting up libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up netbase (5.4) ...
Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libubsan1:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libisl19:amd64 (0.19-1) ...
Setting up libjsoncpp1:amd64 (1.7.4-3) ...
Setting up iputils-ping (3:20161105-1ubuntu2) ...
Setting up cpp-8 (8.3.0-6ubuntu1~18.04) ...
Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libunbound2:amd64 (1.6.7-1ubuntu2.2) ...
Setting up libpcre3-dev:amd64 (2:8.39-9) ...
Setting up fontconfig-config (2.12.6-0ubuntu2) ...
Setting up libpam-cap:amd64 (1:2.25-1.2) ...
Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up x11proto-core-dev (2018.4-4) ...
Setting up libwacom2:amd64 (0.29-1) ...
Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Setting up libltdl-dev:amd64 (2.4.6-2) ...
Setting up libasan4:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up libxshmfence-dev:amd64 (1.3-1) ...
Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.2) ...
Setting up libdw1:amd64 (0.170-0.4) ...
Setting up dconf-service (0.26.0-2ubuntu3) ...
Setting up libotf0:amd64 (0.9.13-3build1) ...
Setting up flex (2.6.4-6) ...
Setting up vim (2:8.0.1453-1ubuntu1) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist
Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.3) ...
Setting up libgvpr2 (2.40.1-2) ...
Setting up libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up libcap2-bin (1:2.25-1.2) ...
Setting up libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up x11proto-fixes-dev (1:2018.4-4) ...
Setting up libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libflac8:amd64 (1.3.2-1) ...
Setting up doxygen (1.8.13-10) ...
Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.2) ...
Setting up libpcap0.8-dev:amd64 (1.8.1-6ubuntu1) ...
Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
Setting up libtiff5:amd64 (4.0.9-5ubuntu0.2) ...
Setting up x11proto-xf86vidmode-dev (2018.4-4) ...
Setting up vsftpd (3.0.3-9build1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libxau-dev:amd64 (1:1.0.8-1) ...
Setting up xsltproc (1.1.29-5ubuntu0.1) ...
Setting up libthai0:amd64 (0.1.27-2) ...
Setting up emacs25-bin-common (25.2+1-6) ...
update-alternatives: using /usr/bin/ctags.emacs25 to provide /usr/bin/ctags (ctags) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/ctags.1.gz because associated file /usr/share/man/man1/ctags.emacs25.1.gz (of link group ctags) doesn't exist
update-alternatives: using /usr/bin/ebrowse.emacs25 to provide /usr/bin/ebrowse (ebrowse) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/ebrowse.1.gz because associated file /usr/share/man/man1/ebrowse.emacs25.1.gz (of link group ebrowse) doesn't exist
update-alternatives: using /usr/bin/emacsclient.emacs25 to provide /usr/bin/emacsclient (emacsclient) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/emacsclient.1.gz because associated file /usr/share/man/man1/emacsclient.emacs25.1.gz (of link group emacsclient) doesn't exist
update-alternatives: using /usr/bin/etags.emacs25 to provide /usr/bin/etags (etags) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/etags.1.gz because associated file /usr/share/man/man1/etags.emacs25.1.gz (of link group etags) doesn't exist
Setting up fakeroot (1.22-2ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
Setting up libinput-bin (1.10.4-1) ...
Setting up xfonts-encodings (1:1.0.4-2) ...
Setting up emacs25-el (25.2+1-6) ...
Setting up tcpdump (4.9.2-3) ...
Setting up libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up cpp-7 (7.4.0-1ubuntu1~18.04) ...
Setting up libdrm2:amd64 (2.4.95-1~18.04.1) ...
Setting up libfl-dev:amd64 (2.6.4-6) ...
Setting up libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libdrm-intel1:amd64 (2.4.95-1~18.04.1) ...
Setting up libwacom-bin (0.29-1) ...
Setting up libwiretap8:amd64 (2.6.6-1~ubuntu18.04.0) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ...
Setting up libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libgcrypt20-dev (1.8.1-4ubuntu1.1) ...
Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
Setting up libgnutls-dane0:amd64 (3.5.18-1ubuntu1) ...
Setting up tcl-expect:amd64 (5.45.4-1) ...
Setting up tcl8.6 (8.6.8+dfsg-3) ...
Setting up libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libice6:amd64 (2:1.0.9-2) ...
Setting up libpcap-dev:amd64 (1.8.1-6ubuntu1) ...
Setting up libgcc-8-dev:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.2) ...
Setting up libdrm-radeon1:amd64 (2.4.95-1~18.04.1) ...
Setting up libvorbisenc2:amd64 (1.3.5-4.2) ...
Setting up gnutls-bin (3.5.18-1ubuntu1) ...
Setting up libdrm-nouveau2:amd64 (2.4.95-1~18.04.1) ...
Setting up libwayland-dev:amd64 (1.16.0-1ubuntu1.1~18.04.1) ...
Setting up dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ...
Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ...
Setting up libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up lmodern (2.004.5-3) ...
Setting up libbabeltrace1:amd64 (1.5.5-1) ...
Setting up libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Setting up cpp (4:7.4.0-1ubuntu2.2) ...
Setting up libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Setting up libstdc++-8-dev:amd64 (8.3.0-6ubuntu1~18.04) ...
Setting up libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libsm6:amd64 (2:1.2.2-1) ...
Setting up expect (5.45.4-1) ...
Setting up libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-randr0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...
Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libwiretap-dev (2.6.6-1~ubuntu18.04.0) ...
Setting up libgstreamer1.0-0:amd64 (1.14.1-1~ubuntu18.04.2) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ...
Setting up gsettings-desktop-schemas (3.28.0-1ubuntu1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.95-1~18.04.1) ...
Setting up gcc-7 (7.4.0-1ubuntu1~18.04) ...
Setting up libgtk-3-common (3.22.30-1ubuntu3) ...
Setting up g++-7 (7.4.0-1ubuntu1~18.04) ...
Setting up xutils-dev (1:7.7+5ubuntu1) ...
Setting up libdrm-dev:amd64 (2.4.95-1~18.04.1) ...
Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ...
Setting up libgbm1:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ...
Setting up libinput10:amd64 (1.10.4-1) ...
Setting up libgl1-mesa-dri:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up xfonts-utils (1:7.7+6) ...
Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ...
Setting up gcc (4:7.4.0-1ubuntu2.2) ...
Setting up libxkbcommon-x11-0:amd64 (0.8.0-1ubuntu0.1) ...
Setting up libxmuu1:amd64 (2:1.1.2-2) ...
Setting up gcc-8 (8.3.0-6ubuntu1~18.04) ...
Setting up libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Setting up perl (5.26.1-6ubuntu0.3) ...
Setting up g++-8 (8.3.0-6ubuntu1~18.04) ...
Setting up libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libpoppler73:amd64 (0.62.0-2ubuntu2.8) ...
Setting up libfile-fcntllock-perl (0.22-3build2) ...
Setting up libsndfile1:amd64 (1.0.28-4) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libserf-1-1:amd64 (1.3.9-6) ...
Setting up liburi-perl (1.73-1) ...
Setting up glib-networking:amd64 (2.56.0-1) ...
Setting up libdata-dump-perl (1.23-1) ...
Setting up libiculx60:amd64 (60.2-3ubuntu3) ...
Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up libxt6:amd64 (1:1.1.5-1) ...
Setting up libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libwscodecs2:amd64 (2.6.6-1~ubuntu18.04.0) ...
Setting up libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libx11-protocol-perl (0.56-7) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up g++ (4:7.4.0-1ubuntu2.2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
Setting up libnet-http-perl (6.17-1) ...
Setting up libsvn1:amd64 (1.9.7-4ubuntu1) ...
Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.2) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1) ...
Setting up libegl-mesa0:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libx11-dev:amd64 (2:1.6.4-3ubuntu0.2) ...
Setting up libxft2:amd64 (2.3.2-1) ...
Setting up openssh-client (1:7.6p1-4ubuntu0.3) ...
Setting up gdb (8.1-0ubuntu3) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libauthen-sasl-perl (2.1600-1) ...
Setting up libxcb-sync-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up fontconfig (2.12.6-0ubuntu2) ...
Regenerating fonts cache... done.
Setting up libcups2:amd64 (2.2.7-1ubuntu2.5) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up libtool (2.4.6-2) ...
Setting up libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.2) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.1-1ubuntu1~ubuntu18.04.2) ...
Setting up libtool-bin (2.4.6-2) ...
Setting up qtbase5-dev-tools (5.9.5+dfsg-0ubuntu2) ...
Setting up gsfonts-x11 (0.25) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libxcb-render-util0:amd64 (0.3.9-1) ...
Setting up libfont-afm-perl (1.20-2) ...
Setting up libxdamage1:amd64 (1:1.1.4-3) ...
Setting up libxcb-image0:amd64 (0.4.0-1build1) ...
Setting up mesa-common-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libxext6:amd64 (2:1.3.3-1) ...
Setting up libxfixes3:amd64 (1:5.0.3-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up liberror-perl (0.17025-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libnet-ssleay-perl (1.84-1build1) ...
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.6) ...
Setting up libipc-system-simple-perl (1.25-4) ...
Setting up libfile-basedir-perl (0.07-1) ...
Setting up libatspi2.0-0:amd64 (2.28.0-1) ...
Setting up libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.2) ...
Setting up libio-html-perl (1.001-1) ...
Setting up libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Setting up libcurl4:amd64 (7.58.0-2ubuntu3.6) ...
Setting up libsoup2.4-1:amd64 (2.62.1-1ubuntu0.1) ...
Setting up libtie-ixhash-perl (1.23-2) ...
Setting up libdpkg-perl (1.19.0.5ubuntu2.1) ...
Setting up libgdk-pixbuf2.0-bin (2.36.11-2) ...
Setting up libgd3:amd64 (2.2.5-4ubuntu0.3) ...
Setting up libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.1) ...
Setting up autoconf (2.69-11) ...
Setting up libwireshark11:amd64 (2.6.6-1~ubuntu18.04.0) ...
Setting up libio-socket-ssl-perl (2.056-1) ...
Setting up libpulse0:amd64 (1:11.1-1ubuntu7.2) ...
Setting up libxtst6:amd64 (2:1.2.3-1) ...
Setting up libxmu6:amd64 (2:1.1.2-2) ...
Setting up libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.5) ...
Setting up libegl1:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up gtk-update-icon-cache (3.22.30-1ubuntu3) ...
Setting up libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up dpkg-dev (1.19.0.5ubuntu2.1) ...
Setting up libxcursor1:amd64 (1:1.1.15-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-5) ...
Setting up libxxf86dga1:amd64 (2:1.1.4-1) ...
Setting up libfile-desktopentry-perl (0.22-1) ...
Setting up libm17n-0:amd64 (1.7.0-3build1) ...
Setting up libxext-dev:amd64 (2:1.3.3-1) ...
Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up libhtml-parser-perl (3.72-3build1) ...
Setting up automake (1:1.15.1-3ubuntu2) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
Setting up libxcb-shape0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ...
Setting up subversion (1.9.7-4ubuntu1) ...
Setting up libxv1:amd64 (2:1.0.11-1) ...
Setting up librest-0.7-0:amd64 (0.8.0-2) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
Setting up cmake (3.10.2-1ubuntu2) ...
Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Setting up libxfixes-dev:amd64 (1:5.0.3-1) ...
Setting up libfile-mimeinfo-perl (0.28-1) ...
Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Setting up git (1:2.17.1-1ubuntu0.4) ...
Setting up libxrandr2:amd64 (2:1.5.1-1) ...
Setting up libglx-mesa0:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libxi6:amd64 (2:1.7.9-1) ...
Setting up libxaw7:amd64 (2:1.0.13-1) ...
Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up libxinerama1:amd64 (2:1.1.3-1) ...
Setting up libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.2) ...
Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Setting up curl (7.58.0-2ubuntu3.6) ...
Setting up build-essential (12.4ubuntu1) ...
Setting up libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up at-spi2-core (2.28.0-1) ...
Setting up libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-3) ...
Setting up wireshark-common (2.6.6-1~ubuntu18.04.0) ...
Setting up libwireshark-dev (2.6.6-1~ubuntu18.04.0) ...
Setting up ghostscript (9.26~dfsg+0-0ubuntu0.18.04.9) ...
Setting up texlive-binaries (2017.20170613.44572-8ubuntu0.1) ...
update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode
update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/bibtex.1.gz because associated file /usr/share/man/man1/bibtex.original.1.gz (of link group bibtex) doesn't exist
Setting up libhtml-tree-perl (5.07-1) ...
Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up pkg-config (0.29.1-0ubuntu2) ...
Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ...
Setting up texlive-base (2017.20180305-1) ...
tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps
tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg
tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper
tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/config/pdftexconfig.tex
Setting up libfile-listing-perl (6.04-1) ...
Setting up x11-xserver-utils (7.7+7build1) ...
Setting up libhttp-message-perl (6.14-1) ...
Setting up ps2eps (1.68+binaryfree-2) ...
Setting up libxcb-present-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up tshark (2.6.6-1~ubuntu18.04.0) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-14) ...
Setting up libglx0:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.14.1-1ubuntu1~ubuntu18.04.2) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
Setting up texlive-font-utils (2017.20180305-2) ...
Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.2) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libgl1:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libglu1-mesa:amd64 (9.0.0-2.1build1) ...
Setting up libgvc6 (2.40.1-2) ...
Setting up libpulse-dev:amd64 (1:11.1-1ubuntu7.2) ...
Setting up librsvg2-2:amd64 (2.40.20-2) ...
Setting up x11-utils (7.7+3build1) ...
Setting up libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) ...
Setting up librsvg2-common:amd64 (2.40.20-2) ...
Setting up libgl1-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libgl1-mesa-glx:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libegl1-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up graphviz (2.40.1-2) ...
Setting up libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ...
Setting up libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libgles2-mesa-dev:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5multimediaquick-p5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ...
Setting up qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ...
Setting up qt5-default:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up adwaita-icon-theme (3.28.0-1ubuntu1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up humanity-icon-theme (0.6.15) ...
Setting up libicu-dev (60.2-3ubuntu3) ...
Setting up libgtk-3-0:amd64 (3.22.30-1ubuntu3) ...
Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Setting up libgtk-3-bin (3.22.30-1ubuntu3) ...
Setting up emacs25 (25.2+1-6) ...
update-alternatives: using /usr/bin/emacs25-x to provide /usr/bin/emacs (emacs) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/emacs.1.gz because associated file /usr/share/man/man1/emacs.emacs25.1.gz (of link group emacs) doesn't exist
Install cmake-data for emacs25
install/cmake-data: Byte-compiling for emacs25
Install emacsen-common for emacs25
emacsen-common: Handling install of emacsen flavor emacs25
Setting up qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2) ...
Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ...
Setting up libwww-perl (6.31-1) ...
Setting up ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
Setting up emacs (47.0) ...
Setting up libxml-parser-perl (2.44-2build3) ...
Setting up libxml-twig-perl (1:3.50-1) ...
Setting up libnet-dbus-perl (1.1.0-4build2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for tex-common (6.09) ...
Running updmap-sys. This may take some time... done.
Running mktexlsr /var/lib/texmf ... done.
Building format(s) --all.
	This may take some time... done.
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Adding user `etsi' to group `sudo' ...
Adding user etsi to group sudo
Done.
 ---> e9d776660863
Removing intermediate container 70e7f663ec8a
Step 6/6 : CMD /bin/bash
 ---> Running in ed79f8c26e9b
 ---> af7960be96f6
Removing intermediate container ed79f8c26e9b
Successfully built af7960be96f6
Successfully tagged stfubuntu:18.04

docker build --tag stftitan --force-rm  . || ( echo "Docker build failed: $?"; exit 1 )
+ docker build --tag stftitan --force-rm .
Sending build context to Docker daemon  25.09kB

Step 1/8 : FROM stfubuntu:18.04
 ---> af7960be96f6
Step 2/8 : MAINTAINER ETSI-CTI
 ---> Running in e4e2d9422f6a
 ---> 1a190806e9a0
Removing intermediate container e4e2d9422f6a
Step 3/8 : LABEL description "Titan Docker Image"
 ---> Running in b989dc44eb4f
 ---> 971de3fa90b6
Removing intermediate container b989dc44eb4f
Step 4/8 : ENV TERM linux HOSTNAME docker-STF HOME /home/etsi
 ---> Running in 9c990d337242
 ---> 1514e2614f83
Removing intermediate container 9c990d337242
Step 5/8 : USER etsi
 ---> Running in 09b15b55f1e2
 ---> 404918308446
Removing intermediate container 09b15b55f1e2
Step 6/8 : ADD ./home/etc /home/etsi/etc
 ---> 7b2fd9763cc7
Removing intermediate container c4377e237ad7
Step 7/8 : RUN cd ${HOME}     && export PATH=${HOME}/bin:${PATH}     && export LD_LIBRARY_PATH=${HOME}/lib:${LD_LIBRARY_PATH}     && find ${HOME}/etc/init.d -type f -name "*.sh" | while read S; do chmod 0750 "$S"; /bin/bash -c "$S" || exit 1; done
 ---> Running in 67da3cffd811
chmod: changing permissions of '/home/etsi/etc/init.d/10-titan/10-titan.sh': Operation not permitted

echo -e "*****************************\n* Install titan\n*****************************\n"
+ echo -e '*****************************\n* Install titan\n*****************************\n'
SRC_DIR=${HOME}/src/titan
+ SRC_DIR=/home/etsi/src/titan
export TTCN3_DIR=${HOME}/frameworks/titan
+ export TTCN3_DIR=/home/etsi/frameworks/titan
+ TTCN3_DIR=/home/etsi/frameworks/titan
[ -f /usr/bin/java ] &&  export JAVA_HOME=`readlink -f /usr/bin/java | sed "s:bin/java::"`
*****************************
* Install titan
*****************************

+ '[' -f /usr/bin/java ']'
++ readlink -f /usr/bin/java
++ sed s:bin/java::
+ export JAVA_HOME=/usr/lib/jvm/java-11-oracle/
+ JAVA_HOME=/usr/lib/jvm/java-11-oracle/
TITAN_REPO=`cat ${HOME}/etc/titan_repos.txt | grep 'titan\.core\.git' | head -n 1`
++ grep 'titan\.core\.git'
++ head -n 1
++ cat /home/etsi/etc/titan_repos.txt
+ TITAN_REPO=https://github.com/eclipse/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/bin
+ PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/bin

mkdir -p "$SRC_DIR"
+ mkdir -p /home/etsi/src/titan
cd "$SRC_DIR" || exit 1
+ cd /home/etsi/src/titan

echo "export TTCN3_DIR=${TTCN3_DIR}" >> ${HOME}/.bashrc
+ echo 'export TTCN3_DIR=/home/etsi/frameworks/titan'
echo "export PATH=\${PATH}:\${TTCN3_DIR}/bin" >> ${HOME}/.bashrc
+ echo 'export PATH=${PATH}:${TTCN3_DIR}/bin'

# Install titan core
git clone --progress ${TITAN_REPO} || exit 1
+ git clone --progress https://github.com/eclipse/titan.core.git
Cloning into 'titan.core'...
remote: Enumerating objects: 57, done.        
remote: Counting objects:   1% (1/57)           
remote: Counting objects:   3% (2/57)           
remote: Counting objects:   5% (3/57)           
remote: Counting objects:   7% (4/57)           
remote: Counting objects:   8% (5/57)           
remote: Counting objects:  10% (6/57)           
remote: Counting objects:  12% (7/57)           
remote: Counting objects:  14% (8/57)           
remote: Counting objects:  15% (9/57)           
remote: Counting objects:  17% (10/57)           
remote: Counting objects:  19% (11/57)           
remote: Counting objects:  21% (12/57)           
remote: Counting objects:  22% (13/57)           
remote: Counting objects:  24% (14/57)           
remote: Counting objects:  26% (15/57)           
remote: Counting objects:  28% (16/57)           
remote: Counting objects:  29% (17/57)           
remote: Counting objects:  31% (18/57)           
remote: Counting objects:  33% (19/57)           
remote: Counting objects:  35% (20/57)           
remote: Counting objects:  36% (21/57)           
remote: Counting objects:  38% (22/57)           
remote: Counting objects:  40% (23/57)           
remote: Counting objects:  42% (24/57)           
remote: Counting objects:  43% (25/57)           
remote: Counting objects:  45% (26/57)           
remote: Counting objects:  47% (27/57)           
remote: Counting objects:  49% (28/57)           
remote: Counting objects:  50% (29/57)           
remote: Counting objects:  52% (30/57)           
remote: Counting objects:  54% (31/57)           
remote: Counting objects:  56% (32/57)           
remote: Counting objects:  57% (33/57)           
remote: Counting objects:  59% (34/57)           
remote: Counting objects:  61% (35/57)           
remote: Counting objects:  63% (36/57)           
remote: Counting objects:  64% (37/57)           
remote: Counting objects:  66% (38/57)           
remote: Counting objects:  68% (39/57)           
remote: Counting objects:  70% (40/57)           
remote: Counting objects:  71% (41/57)           
remote: Counting objects:  73% (42/57)           
remote: Counting objects:  75% (43/57)           
remote: Counting objects:  77% (44/57)           
remote: Counting objects:  78% (45/57)           
remote: Counting objects:  80% (46/57)           
remote: Counting objects:  82% (47/57)           
remote: Counting objects:  84% (48/57)           
remote: Counting objects:  85% (49/57)           
remote: Counting objects:  87% (50/57)           
remote: Counting objects:  89% (51/57)           
remote: Counting objects:  91% (52/57)           
remote: Counting objects:  92% (53/57)           
remote: Counting objects:  94% (54/57)           
remote: Counting objects:  96% (55/57)           
remote: Counting objects:  98% (56/57)           
remote: Counting objects: 100% (57/57)           
remote: Counting objects: 100% (57/57), done.        
remote: Compressing objects:   1% (1/55)           
remote: Compressing objects:   3% (2/55)           
remote: Compressing objects:   5% (3/55)           
remote: Compressing objects:   7% (4/55)           
remote: Compressing objects:   9% (5/55)           
remote: Compressing objects:  10% (6/55)           
remote: Compressing objects:  12% (7/55)           
remote: Compressing objects:  14% (8/55)           
remote: Compressing objects:  16% (9/55)           
remote: Compressing objects:  18% (10/55)           
remote: Compressing objects:  20% (11/55)           
remote: Compressing objects:  21% (12/55)           
remote: Compressing objects:  23% (13/55)           
remote: Compressing objects:  25% (14/55)           
remote: Compressing objects:  27% (15/55)           
remote: Compressing objects:  29% (16/55)           
remote: Compressing objects:  30% (17/55)           
remote: Compressing objects:  32% (18/55)           
remote: Compressing objects:  34% (19/55)           
remote: Compressing objects:  36% (20/55)           
remote: Compressing objects:  38% (21/55)           
remote: Compressing objects:  40% (22/55)           
remote: Compressing objects:  41% (23/55)           
remote: Compressing objects:  43% (24/55)           
remote: Compressing objects:  45% (25/55)           
remote: Compressing objects:  47% (26/55)           
remote: Compressing objects:  49% (27/55)           
remote: Compressing objects:  50% (28/55)           
remote: Compressing objects:  52% (29/55)           
remote: Compressing objects:  54% (30/55)           
remote: Compressing objects:  56% (31/55)           
remote: Compressing objects:  58% (32/55)           
remote: Compressing objects:  60% (33/55)           
remote: Compressing objects:  61% (34/55)           
remote: Compressing objects:  63% (35/55)           
remote: Compressing objects:  65% (36/55)           
remote: Compressing objects:  67% (37/55)           
remote: Compressing objects:  69% (38/55)           
remote: Compressing objects:  70% (39/55)           
remote: Compressing objects:  72% (40/55)           
remote: Compressing objects:  74% (41/55)           
remote: Compressing objects:  76% (42/55)           
remote: Compressing objects:  78% (43/55)           
remote: Compressing objects:  80% (44/55)           
remote: Compressing objects:  81% (45/55)           
remote: Compressing objects:  83% (46/55)           
remote: Compressing objects:  85% (47/55)           
remote: Compressing objects:  87% (48/55)           
remote: Compressing objects:  89% (49/55)           
remote: Compressing objects:  90% (50/55)           
remote: Compressing objects:  92% (51/55)           
remote: Compressing objects:  94% (52/55)           
remote: Compressing objects:  96% (53/55)           
remote: Compressing objects:  98% (54/55)           
remote: Compressing objects: 100% (55/55)           
remote: Compressing objects: 100% (55/55), done.        
Receiving objects:   0% (1/59941)   
Receiving objects:   1% (600/59941)   
Receiving objects:   2% (1199/59941)   
Receiving objects:   3% (1799/59941)   
Receiving objects:   4% (2398/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:   5% (2998/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:   6% (3597/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:   7% (4196/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:   8% (4796/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:   9% (5395/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:  10% (5995/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:  11% (6594/59941), 1.43 MiB | 2.84 MiB/s   
Receiving objects:  11% (6739/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  12% (7193/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  13% (7793/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  14% (8392/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  15% (8992/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  16% (9591/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  17% (10190/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  18% (10790/59941), 3.77 MiB | 3.76 MiB/s   
Receiving objects:  19% (11389/59941), 5.74 MiB | 3.80 MiB/s   
Receiving objects:  19% (11487/59941), 7.97 MiB | 3.97 MiB/s   
Receiving objects:  20% (11989/59941), 7.97 MiB | 3.97 MiB/s   
Receiving objects:  21% (12588/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  22% (13188/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  23% (13787/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  24% (14386/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  25% (14986/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  26% (15585/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  27% (16185/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  27% (16210/59941), 10.64 MiB | 4.24 MiB/s   
Receiving objects:  28% (16784/59941), 13.38 MiB | 4.44 MiB/s   
Receiving objects:  28% (17220/59941), 16.86 MiB | 4.14 MiB/s   
Receiving objects:  29% (17383/59941), 16.86 MiB | 4.14 MiB/s   
Receiving objects:  30% (17983/59941), 16.86 MiB | 4.14 MiB/s   
Receiving objects:  31% (18582/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  32% (19182/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  33% (19781/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  34% (20380/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  34% (20694/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  35% (20980/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  36% (21579/59941), 17.98 MiB | 3.93 MiB/s   
Receiving objects:  36% (22169/59941), 22.35 MiB | 3.63 MiB/s   
Receiving objects:  37% (22179/59941), 22.35 MiB | 3.63 MiB/s   
Receiving objects:  38% (22778/59941), 23.55 MiB | 3.40 MiB/s   
Receiving objects:  39% (23377/59941), 23.55 MiB | 3.40 MiB/s   
Receiving objects:  39% (23812/59941), 23.55 MiB | 3.40 MiB/s   
Receiving objects:  40% (23977/59941), 23.55 MiB | 3.40 MiB/s   
Receiving objects:  41% (24576/59941), 24.93 MiB | 3.11 MiB/s   
Receiving objects:  42% (25176/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  43% (25775/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  44% (26375/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  45% (26974/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  46% (27573/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  47% (28173/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  48% (28772/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  49% (29372/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  50% (29971/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  50% (30261/59941), 26.69 MiB | 2.90 MiB/s   
Receiving objects:  50% (30377/59941), 30.35 MiB | 2.97 MiB/s   
Receiving objects:  51% (30570/59941), 32.36 MiB | 3.16 MiB/s   
Receiving objects:  51% (30791/59941), 33.86 MiB | 3.18 MiB/s   
Receiving objects:  52% (31170/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  53% (31769/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  54% (32369/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  55% (32968/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  56% (33567/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  57% (34167/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  57% (34169/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  58% (34766/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  59% (35366/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  60% (35965/59941), 36.23 MiB | 3.05 MiB/s   
Receiving objects:  61% (36565/59941), 37.89 MiB | 3.15 MiB/s   
Receiving objects:  62% (37164/59941), 39.50 MiB | 3.19 MiB/s   
Receiving objects:  62% (37194/59941), 40.79 MiB | 3.09 MiB/s   
Receiving objects:  62% (37472/59941), 42.51 MiB | 3.02 MiB/s   
Receiving objects:  63% (37763/59941), 42.51 MiB | 3.02 MiB/s   
Receiving objects:  64% (38363/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  65% (38962/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  66% (39562/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  67% (40161/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  68% (40760/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  69% (41360/59941), 44.44 MiB | 3.09 MiB/s   
Receiving objects:  70% (41959/59941), 46.74 MiB | 3.15 MiB/s   
Receiving objects:  70% (42059/59941), 46.74 MiB | 3.15 MiB/s   
Receiving objects:  71% (42559/59941), 49.46 MiB | 3.42 MiB/s   
Receiving objects:  71% (42797/59941), 52.45 MiB | 3.86 MiB/s   
Receiving objects:  71% (43099/59941), 56.86 MiB | 4.17 MiB/s   
Receiving objects:  72% (43158/59941), 59.54 MiB | 4.42 MiB/s   
Receiving objects:  72% (43465/59941), 62.56 MiB | 4.71 MiB/s   
Receiving objects:  72% (43660/59941), 67.25 MiB | 4.94 MiB/s   
Receiving objects:  73% (43757/59941), 67.25 MiB | 4.94 MiB/s   
Receiving objects:  74% (44357/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  75% (44956/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  76% (45556/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  77% (46155/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  78% (46754/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  79% (47354/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  80% (47953/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  81% (48553/59941), 69.38 MiB | 4.90 MiB/s   
Receiving objects:  82% (49152/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  83% (49752/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  84% (50351/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  85% (50950/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  85% (51218/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  86% (51550/59941), 71.93 MiB | 4.87 MiB/s   
Receiving objects:  87% (52149/59941), 74.79 MiB | 4.84 MiB/s   
Receiving objects:  88% (52749/59941), 74.79 MiB | 4.84 MiB/s   
Receiving objects:  89% (53348/59941), 74.79 MiB | 4.84 MiB/s   
Receiving objects:  90% (53947/59941), 74.79 MiB | 4.84 MiB/s   
Receiving objects:  91% (54547/59941), 77.96 MiB | 5.03 MiB/s   
Receiving objects:  91% (54648/59941), 77.96 MiB | 5.03 MiB/s   
Receiving objects:  92% (55146/59941), 77.96 MiB | 5.03 MiB/s   
Receiving objects:  93% (55746/59941), 81.54 MiB | 5.35 MiB/s   
Receiving objects:  94% (56345/59941), 81.54 MiB | 5.35 MiB/s   
Receiving objects:  95% (56944/59941), 81.54 MiB | 5.35 MiB/s   
Receiving objects:  96% (57544/59941), 83.65 MiB | 5.23 MiB/s   
Receiving objects:  96% (57565/59941), 83.65 MiB | 5.23 MiB/s   
Receiving objects:  97% (58143/59941), 83.65 MiB | 5.23 MiB/s   
Receiving objects:  98% (58743/59941), 83.65 MiB | 5.23 MiB/s   
Receiving objects:  99% (59342/59941), 87.05 MiB | 4.85 MiB/s   
Receiving objects:  99% (59664/59941), 87.05 MiB | 4.85 MiB/s   
remote: Total 59941 (delta 24), reused 21 (delta 0), pack-reused 59884        
Receiving objects: 100% (59941/59941), 88.54 MiB | 4.70 MiB/s   
Receiving objects: 100% (59941/59941), 89.26 MiB | 3.96 MiB/s, done.
Resolving deltas:   0% (0/47253)   
Resolving deltas:   1% (482/47253)   
Resolving deltas:   2% (950/47253)   
Resolving deltas:   3% (1424/47253)   
Resolving deltas:   4% (1895/47253)   
Resolving deltas:   5% (2365/47253)   
Resolving deltas:   6% (2838/47253)   
Resolving deltas:   7% (3336/47253)   
Resolving deltas:   8% (4078/47253)   
Resolving deltas:   9% (4263/47253)   
Resolving deltas:  10% (4762/47253)   
Resolving deltas:  11% (5219/47253)   
Resolving deltas:  12% (5683/47253)   
Resolving deltas:  13% (6146/47253)   
Resolving deltas:  14% (6643/47253)   
Resolving deltas:  15% (7113/47253)   
Resolving deltas:  16% (7566/47253)   
Resolving deltas:  17% (8035/47253)   
Resolving deltas:  18% (8513/47253)   
Resolving deltas:  19% (9009/47253)   
Resolving deltas:  20% (9452/47253)   
Resolving deltas:  21% (9927/47253)   
Resolving deltas:  22% (10443/47253)   
Resolving deltas:  23% (10870/47253)   
Resolving deltas:  24% (11345/47253)   
Resolving deltas:  25% (11818/47253)   
Resolving deltas:  26% (12293/47253)   
Resolving deltas:  27% (12761/47253)   
Resolving deltas:  28% (13305/47253)   
Resolving deltas:  29% (13707/47253)   
Resolving deltas:  30% (14179/47253)   
Resolving deltas:  31% (14927/47253)   
Resolving deltas:  32% (15140/47253)   
Resolving deltas:  33% (15610/47253)   
Resolving deltas:  34% (16100/47253)   
Resolving deltas:  35% (16573/47253)   
Resolving deltas:  36% (17018/47253)   
Resolving deltas:  37% (17485/47253)   
Resolving deltas:  38% (18116/47253)   
Resolving deltas:  39% (18449/47253)   
Resolving deltas:  40% (18904/47253)   
Resolving deltas:  41% (19376/47253)   
Resolving deltas:  42% (19876/47253)   
Resolving deltas:  42% (19918/47253)   
Resolving deltas:  43% (20344/47253)   
Resolving deltas:  44% (20810/47253)   
Resolving deltas:  45% (21287/47253)   
Resolving deltas:  46% (21740/47253)   
Resolving deltas:  47% (22214/47253)   
Resolving deltas:  48% (22687/47253)   
Resolving deltas:  49% (23160/47253)   
Resolving deltas:  50% (23643/47253)   
Resolving deltas:  51% (24101/47253)   
Resolving deltas:  52% (24575/47253)   
Resolving deltas:  53% (25065/47253)   
Resolving deltas:  54% (25548/47253)   
Resolving deltas:  55% (25998/47253)   
Resolving deltas:  56% (26468/47253)   
Resolving deltas:  57% (26941/47253)   
Resolving deltas:  58% (27407/47253)   
Resolving deltas:  59% (27921/47253)   
Resolving deltas:  60% (28354/47253)   
Resolving deltas:  61% (28876/47253)   
Resolving deltas:  62% (29374/47253)   
Resolving deltas:  63% (29795/47253)   
Resolving deltas:  64% (30243/47253)   
Resolving deltas:  65% (30717/47253)   
Resolving deltas:  66% (31302/47253)   
Resolving deltas:  67% (31701/47253)   
Resolving deltas:  68% (32139/47253)   
Resolving deltas:  69% (32613/47253)   
Resolving deltas:  70% (33079/47253)   
Resolving deltas:  71% (33556/47253)   
Resolving deltas:  72% (34027/47253)   
Resolving deltas:  73% (34497/47253)   
Resolving deltas:  74% (34969/47253)   
Resolving deltas:  75% (35464/47253)   
Resolving deltas:  76% (35918/47253)   
Resolving deltas:  77% (36459/47253)   
Resolving deltas:  78% (36860/47253)   
Resolving deltas:  79% (37343/47253)   
Resolving deltas:  80% (37825/47253)   
Resolving deltas:  81% (38310/47253)   
Resolving deltas:  82% (38776/47253)   
Resolving deltas:  83% (39232/47253)   
Resolving deltas:  84% (39694/47253)   
Resolving deltas:  85% (40169/47253)   
Resolving deltas:  86% (40638/47253)   
Resolving deltas:  87% (41120/47253)   
Resolving deltas:  88% (41584/47253)   
Resolving deltas:  89% (42056/47253)   
Resolving deltas:  90% (42532/47253)   
Resolving deltas:  91% (43008/47253)   
Resolving deltas:  92% (43492/47253)   
Resolving deltas:  93% (43956/47253)   
Resolving deltas:  94% (44418/47253)   
Resolving deltas:  95% (44908/47253)   
Resolving deltas:  96% (45363/47253)   
Resolving deltas:  97% (45836/47253)   
Resolving deltas:  98% (46309/47253)   
Resolving deltas:  99% (46798/47253)   
Resolving deltas:  99% (47229/47253)   
Resolving deltas: 100% (47253/47253)   
Resolving deltas: 100% (47253/47253), done.
Checking out files:  93% (9493/10169)   
Checking out files:  94% (9559/10169)   
Checking out files:  95% (9661/10169)   
Checking out files:  96% (9763/10169)   
Checking out files:  97% (9864/10169)   
Checking out files:  98% (9966/10169)   
Checking out files:  99% (10068/10169)   
Checking out files: 100% (10169/10169)   
Checking out files: 100% (10169/10169), done.

mkdir -p ${TTCN3_DIR}
+ mkdir -p /home/etsi/frameworks/titan
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/src/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
new.cc:21:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void *operator new(size_t size) throw (std::bad_alloc)
                                 ^~~~~
new.cc:26:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void *operator new[](size_t size) throw (std::bad_alloc)
                                   ^~~~~
  (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/src/titan/titan.core/common'
make[1]: Entering directory '/home/etsi/src/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/src/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/src/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/src/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/src/titan/titan.core/compiler2/asn1'
make -C ttcn3
make[2]: Entering directory '/home/etsi/src/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:60.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="coding_attrib_"
 ^^^^^^^^^^^^^
coding_attrib_p.y:61.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:588: warning, -s option given but default rule can be matched
  (dep)	 lex.rawAST.cc
bison -d -p ttcn3_ -o compiler.tab.cc compiler.y
  (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
  (C++)	 Attributes.cc
  (C++)	 ILT.cc
  (C++)	 PatternString.cc
  (C++)	 RawAST.cc
  (C++)	 Statement.cc
  (C++)	 TtcnTemplate.cc
  (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/src/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
  (C++)	 TypeCompat.cc
  (C++)	 Typestuff.cc
  (C++)	 ustring.cc
  (C++)	 Value.cc
  (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:1897: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:3068: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:3091: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:3114: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:3136: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:3178: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:3201: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:3224: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:3247: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:3302: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:3326: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:3349: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:3371: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:3433: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:3456: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:3479: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:3501: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/src/titan/titan.core/compiler2'
make[1]: Entering directory '/home/etsi/src/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/src/titan/titan.core/repgen'
make[1]: Entering directory '/home/etsi/src/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/src/titan/titan.core/xsdconvert'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/mctr2'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline'
mkdir -p build
Running configure script...
cd build &&  MINGW=''  CPPFLAGS='-DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL'  CC='gcc'  CCFLAGS='-Wall -std=gnu9x -O2 -fPIC'  CCDEPFLAG='-MM'  CXXDEPFLAG='-MM'  EXEEXT=''  CFLAGS='-Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -Wno-unused-value'  LDFLAGS=' -fPIC'  prefix='/home/etsi/frameworks/titan'  mandir='/home/etsi/frameworks/titan/man' /home/etsi/src/titan/titan.core//mctr2/editline/libedit/configure 
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc option to accept ISO C99... none needed
checking whether ln -s works... yes
checking for gawk... (cached) mawk
checking for nroff... no
checking for awf... no
checking for tgetent in -lcurses... yes
checking if you want wide-character code... no
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for term.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking for u_int32_t... yes
checking whether closedir returns void... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for endpwent... yes
checking for isascii... yes
checking for memchr... yes
checking for memset... yes
checking for re_comp... yes
checking for regcomp... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for issetugid... no
checking for wcsdup... yes
checking whether getpwnam_r and getpwuid_r are posix like... yes
checking whether getpwnam_r and getpwuid_r are posix _draft_ like... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libedit.pc
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make -C build all
make[3]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
 cd /home/etsi/src/titan/titan.core//mctr2/editline/libedit && /bin/bash /home/etsi/src/titan/titan.core/mctr2/editline/libedit/missing --run automake-1.11 --foreign
/home/etsi/src/titan/titan.core/mctr2/editline/libedit/missing: line 52: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
 cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
make  all-recursive
make[4]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
Making all in src
make[5]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
 cd .. && /bin/bash ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c > vi.h
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/emacs.c > emacs.h
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/common.c > common.h
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -fh vi.h emacs.h common.h  > fcns.h
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -bh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/emacs.c /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/common.c > help.h
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -fc vi.h emacs.h common.h  > fcns.c
sh /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/makelist -bc /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/emacs.c /home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/common.c > help.c
make  all-am
make[6]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
  CC     chared.lo
  CC     common.lo
  CC     el.lo
  CC     emacs.lo
  CC     hist.lo
  CC     key.lo
  CC     map.lo
  CC     chartype.lo
  CC     parse.lo
  CC     prompt.lo
  CC     read.lo
  CC     refresh.lo
  CC     search.lo
  CC     sig.lo
  CC     term.lo
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/term.c: In function 'term_alloc':
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/term.c:428:28: warning: comparison between pointer and zero character constant [-Wpointer-compare]
   if (*tmp != NULL && *tmp != '\0' && *tmp != *str) {
                            ^~
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/term.c:428:23: note: did you mean to dereference the pointer?
   if (*tmp != NULL && *tmp != '\0' && *tmp != *str) {
                       ^
  CC     tty.lo
  CC     vi.lo
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c: In function 'vi_histedit':
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c:1037:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(fd, cp, len);
  ^~~~~~~~~~~~~~~~~~
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/vi.c:1038:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(fd, "\n", 1);
  ^~~~~~~~~~~~~~~~~~
  CC     fgetln.lo
  CC     strlcat.lo
  CC     strlcpy.lo
  CC     unvis.lo
  CC     vis.lo
  CC     wcsdup.lo
  CC     tokenizer.lo
  CC     history.lo
  CC     filecomplete.lo
  CC     readline.lo
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/readline.c: In function 'username_completion_function':
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/readline.c:1693:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    while ((pwd = getpwent())
    ^~~~~
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/readline.c:1697:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  if (pwd == NULL) {
  ^~
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/readline.c: In function 'history_truncate_file':
/home/etsi/src/titan/titan.core//mctr2/editline/libedit/src/readline.c:1277:3: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
   (void)ftruncate(fileno(fp), off);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC     fcns.lo
  CC     help.lo
  CCLD   libedit.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make[5]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make[5]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[5]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[4]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline'
make[2]: Entering directory '/home/etsi/src/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
  (C++)	 config_read.lex.cc
  (C++)	 config_read.tab.cc
ar -r libcli.a Cli.o config_read.lex.o config_read.tab.o
ar: creating libcli.a
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/cli'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
  (dep)	 Cli_main.cc
  (dep)	 config_data.cc
  (dep)	 UserInterface.cc
  (dep)	 MainController.cc
  (dep)	 MctrError.cc
  (C++)	 Cli_main.cc
  (C++)	 MctrError.cc
  (C++)	 MainController.cc
MainController.cc: In static member function 'static boolean mctr::MainController::check_version(mctr::unknown_connection*)':
MainController.cc:851:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           for (unsigned int j = 0; j < checksum_length; j++) {
                                    ~~^~~~~~~~~~~~~~~~~
  (C++)	 UserInterface.cc
  (C++)	 config_data.cc
cd ../../core/ && make RInt.o
make[3]: Entering directory '/home/etsi/src/titan/titan.core/core'
gcc -Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I. -IRT1 -I/usr/include/libxml2 -I../common  -fPIC  \
gccversion.c   -o gccversion
./gccversion > cversion.h.tmp
if [ -f cversion.h ] ; then \
  if diff cversion.h.tmp cversion.h >/dev/null ; then \
    rm cversion.h.tmp ; \
  else \
    mv cversion.h.tmp cversion.h ; \
  fi \
else \
  mv cversion.h.tmp cversion.h ; \
fi
  (dep)	 OER.cc
  (dep)	 DebuggerUI.cc
In file included from DebuggerUI.cc:16:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Debugger.cc
In file included from Debugger.cc:14:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ProfMerge_main.cc
  (dep)	 ProfilerTools.cc
  (dep)	 Profiler.cc
  (dep)	 JSON.cc
  (dep)	 TCov.cc
mkdir -p RT1
../compiler2/compiler  -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/TitanLoggerControl.hh' was generated.
Notify: File `RT1/TitanLoggerControl.cc' was generated.
Notify: 2 files were updated.
touch RT1/TitanLoggerControl.cc.compiled
  (dep)	 TitanLoggerControlImpl.cc
In file included from RT1/TitanLoggerControl.hh:19:0,
                 from TitanLoggerControlImpl.cc:15:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 XmlReader.cc
  (dep)	 XER.cc
  (dep)	 Verdicttype.cc
  (dep)	 Universal_charstring.cc
  (dep)	 Param_Types.cc
In file included from Param_Types.cc:37:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Timer.cc
  (dep)	 Textbuf.cc
  (dep)	 TEXT.cc
  (dep)	 Template.cc
  (dep)	 Struct_of.cc
  (dep)	 Snapshot.cc
  (dep)	 Single_main.cc
Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Runtime.cc
  (dep)	 RAW.cc
  (dep)	 Port.cc
Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Parallel_main.cc
  (dep)	 Octetstring.cc
  (dep)	 Objid.cc
  (dep)	 Module_list.cc
In file included from Module_list.cc:40:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggingBits.cc
  (dep)	 LegacyLogger.cc
In file included from ILoggerPlugin.hh:21:0,
                 from LegacyLogger.hh:19,
                 from LegacyLogger.cc:20:
TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggerPluginManager.cc
In file included from LoggerPluginManager.cc:20:0:
LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggerPlugin.cc
LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Logger.cc
In file included from Logger.cc:41:0:
LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Integer.cc
  (dep)	 RInt.cc
  (dep)	 Hexstring.cc
  (dep)	 Float.cc
  (dep)	 Error.cc
Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Encdec.cc
  (dep)	 Default.cc
Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Component.cc
  (dep)	 Communication.cc
Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory
 #include "TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Charstring.cc
  (dep)	 Boolean.cc
  (dep)	 Bitstring.cc
  (dep)	 BER.cc
  (dep)	 Basetype.cc
  (dep)	 ASN_Null.cc
  (dep)	 ASN_External.cc
  (dep)	 ASN_EmbeddedPDV.cc
  (dep)	 ASN_CharacterString.cc
  (dep)	 ASN_Any.cc
  (dep)	 Array.cc
  (dep)	 Addfunc.cc
Addfunc.cc:36:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT1
../compiler2/compiler -F  -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/PreGenRecordOf.hh' was generated.
Notify: File `RT1/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
touch RT1/PreGenRecordOf.cc.compiled
  (dep)	 RT1/PreGenRecordOf.cc
In file included from RT1/PreGenRecordOf.hh:19:0,
                 from RT1/PreGenRecordOf.cc:11:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
flex -B -s -Cr -Cfe -Pconfig_process_ --header-file=config_process.lex.hh \
	-oconfig_process.lex.cc config_process.l
bison -d -o config_process.tab.cc -p config_process_ config_process.y
  (dep)	 config_process.tab.cc
In file included from RT1/PreGenRecordOf.hh:19:0,
                 from Debugger.hh:23,
                 from config_process.y:59:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 config_process.lex.cc
  (dep)	 RT1/TitanLoggerControl.cc
In file included from RT1/TitanLoggerControl.hh:19:0,
                 from RT1/TitanLoggerControl.cc:11:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
../xsdconvert/xsd2ttcn -p TitanLoggerApi.xsd
Notify: Checking documents...
Notify: Parsing XML schema document `TitanLoggerApi.xsd'...
Notify: Generating TTCN-3 modules...
Notify: File 'TitanLoggerApi.ttcn' was generated.
sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
mkdir -p RT1
if ../compiler2/compiler  -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/TitanLoggerApi.hh' was generated.
Notify: File `RT1/TitanLoggerApi.cc' was generated.
Notify: 2 files were updated.
perl /home/etsi/src/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh 
touch RT1/TitanLoggerApi.cc.compiled
  (dep)	 RT1/TitanLoggerApi.cc
  (dep)	 DebuggerUI.cc
  (dep)	 Debugger.cc
  (dep)	 TitanLoggerControlImpl.cc
  (dep)	 Param_Types.cc
  (dep)	 Single_main.cc
  (dep)	 Port.cc
  (dep)	 Module_list.cc
  (dep)	 LegacyLogger.cc
  (dep)	 LoggerPluginManager.cc
  (dep)	 LoggerPlugin.cc
  (dep)	 Logger.cc
  (dep)	 Error.cc
  (dep)	 Default.cc
  (dep)	 Communication.cc
  (dep)	 Addfunc.cc
  (dep)	 RT1/PreGenRecordOf.cc
  (dep)	 config_process.tab.cc
  (dep)	 RT1/TitanLoggerControl.cc
  (C++)	 RInt.cc
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/core'
cd ../../core/ && make Textbuf.o
make[3]: Entering directory '/home/etsi/src/titan/titan.core/core'
  (C++)	 Textbuf.cc
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/core'
g++  -fPIC -o mctr_cli Cli_main.o MctrError.o MainController.o UserInterface.o config_data.o ../../common/memory.o ../../common/config_preproc.o ../../common/config_preproc_la.o ../../common/config_preproc_p.tab.o ../../common/path.o ../../common/NetworkHandler.o ../../common/Path2.o ../../common/openssl_version.o ../../core/RInt.o ../../core/Textbuf.o ../cli/libcli.a ../editline/build/src/.libs/libedit.a \
-lcrypto -lncurses -lpthread 
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/core'
  (C++)	 RT1/TitanLoggerApi.cc
  (C++)	 RT1/TitanLoggerControl.cc
  (C++)	 config_process.lex.cc
  (C++)	 config_process.tab.cc
  (C++)	 RT1/PreGenRecordOf.cc
  (C++)	 Addfunc.cc
  (C++)	 Array.cc
  (C++)	 ASN_Any.cc
  (C++)	 ASN_CharacterString.cc
  (C++)	 ASN_EmbeddedPDV.cc
  (C++)	 ASN_External.cc
ASN_External.cc:382:11: warning: 'boolean {anonymous}::EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t&, const ASN_BER_TLV_t&)' defined but not used [-Wunused-function]
   boolean EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv)
           ^~~~~~~~~~~~~~~~~~~~~~~~~
ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function]
   EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 ASN_Null.cc
  (C++)	 Basetype.cc
  (C++)	 BER.cc
  (C++)	 Bitstring.cc
  (C++)	 Boolean.cc
  (C++)	 Charstring.cc
  (C++)	 Communication.cc
  (C++)	 Component.cc
  (C++)	 Default.cc
  (C++)	 Encdec.cc
  (C++)	 Error.cc
  (C++)	 Float.cc
  (C++)	 Hexstring.cc
  (C++)	 Integer.cc
  (C++)	 Logger.cc
In file included from Logger.cc:41:0:
LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
Logger.cc: In static member function 'static void TTCN_Logger::set_executable_name(const char*)':
Logger.cc:593:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (name_end >= 4 && !strncasecmp(argv_0 + name_end - 4, ".exe", 4))
   ^~
Logger.cc:595:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     size_t name_begin = 0;
     ^~~~~~
  (C++)	 LoggerPlugin.cc
  (C++)	 LoggerPluginManager.cc
In file included from LoggerPluginManager.cc:20:0:
LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 LegacyLogger.cc
LegacyLogger.cc: In member function 'char* LegacyLogger::get_file_name(size_t)':
LegacyLogger.cc:2093:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
       if (this->logfile_number_ != 1)
       ^~
LegacyLogger.cc:2095:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         i_present = TRUE;
         ^~~~~~~~~
  (C++)	 LoggingBits.cc
  (C++)	 Module_list.cc
  (C++)	 Objid.cc
  (C++)	 Octetstring.cc
  (C++)	 Port.cc
  (C++)	 RAW.cc
  (C++)	 Runtime.cc
  (C++)	 Snapshot.cc
  (C++)	 Struct_of.cc
  (C++)	 Template.cc
  (C++)	 TEXT.cc
  (C++)	 Timer.cc
  (C++)	 Param_Types.cc
  (C++)	 Universal_charstring.cc
  (C++)	 Verdicttype.cc
  (C++)	 XER.cc
  (C++)	 XmlReader.cc
In file included from Encdec.hh:23:0,
                 from XmlReader.cc:24:
Types.h:42:0: warning: "FALSE" redefined
 #define FALSE false
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from XmlReader.cc:20:
/usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition
 #   define FALSE 0
 
In file included from Encdec.hh:23:0,
                 from XmlReader.cc:24:
Types.h:43:0: warning: "TRUE" redefined
 #define TRUE true
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from XmlReader.cc:20:
/usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition
 #   define TRUE  1
 
  (C++)	 TitanLoggerControlImpl.cc
  (C++)	 TCov.cc
  (C++)	 JSON.cc
  (C++)	 Profiler.cc
  (C++)	 ProfilerTools.cc
  (C++)	 Debugger.cc
  (C++)	 DebuggerUI.cc
  (C++)	 OER.cc
  (C++)	 LoggerPlugin_static.cc
  (C++)	 Single_main.cc
ar -r libttcn3.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Single_main.o
ar: creating libttcn3.a
  (C++)	 Parallel_main.cc
ar -r libttcn3-parallel.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Parallel_main.o
ar: creating libttcn3-parallel.a
  (C++)	 LoggerPlugin_dynamic.cc
g++ -shared  -fPIC -o libttcn3-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2
g++ -shared  -fPIC -o libttcn3-parallel-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2
  (C++)	 ProfMerge_main.cc
  (C++)	 ProfilerTools.cc
g++  -fPIC -o ttcn3_profmerge ProfMerge_main.o ProfilerTools.profmerge.o ../common/JSON_Tokenizer.o ../common/memory.o  -lxml2
g++  -fPIC -o single libttcn3.a -lcrypto -lxml2
g++  -fPIC -o parallel libttcn3-parallel.a -lcrypto -lxml2
g++  -fPIC -o single-dynamic Single_main.o libttcn3-dynamic.so -lcrypto -lxml2
g++  -fPIC -o parallel-dynamic Parallel_main.o libttcn3-parallel-dynamic.so -lcrypto -lxml2
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/core'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/core2'
  (dep)	 Basetype2.cc
Basetype2.cc:37:10: fatal error: PreGenRecordOf.hh: No such file or directory
 #include "PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/OER.cc
  (dep)	 ../core/DebuggerUI.cc
In file included from ../core/DebuggerUI.cc:16:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Debugger.cc
In file included from ../core/Debugger.cc:14:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/ProfMerge_main.cc
  (dep)	 ../core/ProfilerTools.cc
  (dep)	 ../core/Profiler.cc
  (dep)	 ../core/JSON.cc
  (dep)	 ../core/TCov.cc
mkdir -p RT2
../compiler2/compiler  -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/TitanLoggerControl.hh' was generated.
Notify: File `RT2/TitanLoggerControl.cc' was generated.
Notify: 2 files were updated.
touch RT2/TitanLoggerControl.cc.compiled
  (dep)	 ../core/TitanLoggerControlImpl.cc
In file included from RT2/TitanLoggerControl.hh:19:0,
                 from ../core/TitanLoggerControlImpl.cc:15:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/XmlReader.cc
  (dep)	 ../core/XER.cc
  (dep)	 ../core/Verdicttype.cc
  (dep)	 ../core/Universal_charstring.cc
  (dep)	 ../core/Param_Types.cc
In file included from ../core/Param_Types.cc:37:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Timer.cc
  (dep)	 ../core/Textbuf.cc
  (dep)	 ../core/TEXT.cc
  (dep)	 ../core/Template.cc
  (dep)	 ../core/Struct_of.cc
  (dep)	 ../core/Snapshot.cc
  (dep)	 ../core/Single_main.cc
../core/Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Runtime.cc
  (dep)	 ../core/RAW.cc
  (dep)	 ../core/Port.cc
../core/Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Parallel_main.cc
  (dep)	 ../core/Octetstring.cc
  (dep)	 ../core/Objid.cc
  (dep)	 ../core/Module_list.cc
In file included from ../core/Module_list.cc:40:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggingBits.cc
  (dep)	 ../core/LegacyLogger.cc
In file included from ../core/ILoggerPlugin.hh:21:0,
                 from ../core/LegacyLogger.hh:19,
                 from ../core/LegacyLogger.cc:20:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggerPluginManager.cc
In file included from ../core/LoggerPluginManager.cc:20:0:
../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggerPlugin.cc
../core/LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Logger.cc
In file included from ../core/Logger.cc:41:0:
../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Integer.cc
  (dep)	 ../core/RInt.cc
  (dep)	 ../core/Hexstring.cc
  (dep)	 ../core/Float.cc
  (dep)	 ../core/Error.cc
../core/Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Encdec.cc
  (dep)	 ../core/Default.cc
../core/Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Component.cc
  (dep)	 ../core/Communication.cc
../core/Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory
 #include "TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Charstring.cc
  (dep)	 ../core/Boolean.cc
  (dep)	 ../core/Bitstring.cc
  (dep)	 ../core/BER.cc
  (dep)	 ../core/Basetype.cc
  (dep)	 ../core/ASN_Null.cc
  (dep)	 ../core/ASN_External.cc
  (dep)	 ../core/ASN_EmbeddedPDV.cc
  (dep)	 ../core/ASN_CharacterString.cc
  (dep)	 ../core/ASN_Any.cc
  (dep)	 ../core/Array.cc
  (dep)	 ../core/Addfunc.cc
../core/Addfunc.cc:36:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT2
../compiler2/compiler -F  -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/PreGenRecordOf.hh' was generated.
Notify: File `RT2/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
touch RT2/PreGenRecordOf.cc.compiled
  (dep)	 RT2/PreGenRecordOf.cc
In file included from RT2/PreGenRecordOf.hh:19:0,
                 from RT2/PreGenRecordOf.cc:11:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/config_process.tab.cc
In file included from ./RT2/PreGenRecordOf.hh:19:0,
                 from ../core/Debugger.hh:21,
                 from config_process.y:59:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/config_process.lex.cc
  (dep)	 RT2/TitanLoggerControl.cc
In file included from RT2/TitanLoggerControl.hh:19:0,
                 from RT2/TitanLoggerControl.cc:11:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT2
if ../compiler2/compiler  -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/TitanLoggerApi.hh' was generated.
Notify: File `RT2/TitanLoggerApi.cc' was generated.
Notify: 2 files were updated.
perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh 
touch RT2/TitanLoggerApi.cc.compiled
  (dep)	 RT2/TitanLoggerApi.cc
  (dep)	 Basetype2.cc
  (dep)	 ../core/DebuggerUI.cc
  (dep)	 ../core/Debugger.cc
  (dep)	 ../core/TitanLoggerControlImpl.cc
  (dep)	 ../core/Param_Types.cc
  (dep)	 ../core/Single_main.cc
  (dep)	 ../core/Port.cc
  (dep)	 ../core/Module_list.cc
  (dep)	 ../core/LegacyLogger.cc
  (dep)	 ../core/LoggerPluginManager.cc
  (dep)	 ../core/LoggerPlugin.cc
  (dep)	 ../core/Logger.cc
  (dep)	 ../core/Error.cc
  (dep)	 ../core/Default.cc
  (dep)	 ../core/Communication.cc
  (dep)	 ../core/Addfunc.cc
  (dep)	 RT2/PreGenRecordOf.cc
  (dep)	 ../core/config_process.tab.cc
  (dep)	 RT2/TitanLoggerControl.cc
  (C++)	 RT2/TitanLoggerApi.cc
  (C++)	 RT2/TitanLoggerControl.cc
  (C++)	 ../core/config_process.lex.cc
  (C++)	 ../core/config_process.tab.cc
  (C++)	 RT2/PreGenRecordOf.cc
  (C++)	 ../core/Addfunc.cc
  (C++)	 ../core/Array.cc
  (C++)	 ../core/ASN_Any.cc
  (C++)	 ../core/ASN_CharacterString.cc
  (C++)	 ../core/ASN_EmbeddedPDV.cc
  (C++)	 ../core/ASN_External.cc
../core/ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function]
   EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 ../core/ASN_Null.cc
  (C++)	 ../core/Basetype.cc
  (C++)	 ../core/BER.cc
  (C++)	 ../core/Bitstring.cc
  (C++)	 ../core/Boolean.cc
  (C++)	 ../core/Charstring.cc
  (C++)	 ../core/Communication.cc
  (C++)	 ../core/Component.cc
  (C++)	 ../core/Default.cc
  (C++)	 ../core/Encdec.cc
  (C++)	 ../core/Error.cc
  (C++)	 ../core/Float.cc
  (C++)	 ../core/Hexstring.cc
  (C++)	 ../core/RInt.cc
  (C++)	 ../core/Integer.cc
  (C++)	 ../core/Logger.cc
In file included from ../core/Logger.cc:41:0:
../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
../core/Logger.cc: In static member function 'static void TTCN_Logger::set_executable_name(const char*)':
../core/Logger.cc:593:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (name_end >= 4 && !strncasecmp(argv_0 + name_end - 4, ".exe", 4))
   ^~
../core/Logger.cc:595:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     size_t name_begin = 0;
     ^~~~~~
  (C++)	 ../core/LoggerPlugin.cc
  (C++)	 ../core/LoggerPluginManager.cc
In file included from ../core/LoggerPluginManager.cc:20:0:
../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 ../core/LegacyLogger.cc
../core/LegacyLogger.cc: In member function 'char* LegacyLogger::get_file_name(size_t)':
../core/LegacyLogger.cc:2093:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
       if (this->logfile_number_ != 1)
       ^~
../core/LegacyLogger.cc:2095:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         i_present = TRUE;
         ^~~~~~~~~
  (C++)	 ../core/LoggingBits.cc
  (C++)	 ../core/Module_list.cc
  (C++)	 ../core/Objid.cc
  (C++)	 ../core/Octetstring.cc
  (C++)	 ../core/Port.cc
  (C++)	 ../core/RAW.cc
  (C++)	 ../core/Runtime.cc
  (C++)	 ../core/Snapshot.cc
  (C++)	 ../core/Struct_of.cc
  (C++)	 ../core/Template.cc
  (C++)	 ../core/TEXT.cc
  (C++)	 ../core/Textbuf.cc
  (C++)	 ../core/Timer.cc
  (C++)	 ../core/Param_Types.cc
  (C++)	 ../core/Universal_charstring.cc
  (C++)	 ../core/Verdicttype.cc
  (C++)	 ../core/XER.cc
  (C++)	 ../core/XmlReader.cc
In file included from ../core/Encdec.hh:23:0,
                 from ../core/XmlReader.cc:24:
../core/Types.h:42:0: warning: "FALSE" redefined
 #define FALSE false
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from ../core/XmlReader.cc:20:
/usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition
 #   define FALSE 0
 
In file included from ../core/Encdec.hh:23:0,
                 from ../core/XmlReader.cc:24:
../core/Types.h:43:0: warning: "TRUE" redefined
 #define TRUE true
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from ../core/XmlReader.cc:20:
/usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition
 #   define TRUE  1
 
  (C++)	 ../core/TitanLoggerControlImpl.cc
  (C++)	 ../core/TCov.cc
  (C++)	 ../core/JSON.cc
  (C++)	 ../core/Profiler.cc
  (C++)	 ../core/ProfilerTools.cc
  (C++)	 ../core/Debugger.cc
  (C++)	 ../core/DebuggerUI.cc
  (C++)	 ../core/OER.cc
  (C++)	 Basetype2.cc
Basetype2.cc: In member function 'virtual void Record_Of_Type::decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&, TTCN_EncDec::coding_t, ...)':
Basetype2.cc:1903:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(RAW_decode(p_td, p_buf, p_buf.get_len()*8, order)<0)
     ^~
Basetype2.cc:1906:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
       break;}
       ^~~~~
  (C++)	 ../core/LoggerPlugin_static.cc
  (C++)	 ../core/Single_main.cc
ar -r libttcn3-rt2.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Single_main.o
ar: creating libttcn3-rt2.a
  (C++)	 ../core/Parallel_main.cc
ar -r libttcn3-rt2-parallel.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Parallel_main.o
ar: creating libttcn3-rt2-parallel.a
  (C++)	 ../core/LoggerPlugin_dynamic.cc
g++ -shared  -fPIC -o libttcn3-rt2-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2
g++ -shared  -fPIC -o libttcn3-rt2-parallel-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2
g++  -fPIC -o single-rt2 libttcn3-rt2.a -lcrypto -lxml2
g++  -fPIC -o parallel-rt2 libttcn3-rt2-parallel.a -lcrypto -lxml2
g++  -fPIC -o single-rt2-dynamic Single_main.o libttcn3-rt2-dynamic.so -lcrypto -lxml2
g++  -fPIC -o parallel-rt2-dynamic Parallel_main.o libttcn3-rt2-parallel-dynamic.so -lcrypto -lxml2
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/core2'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins'
for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d all || exit 1; done
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger.cc
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core  -Wl,-soname,libjunitlogger.so.0 				    -o libjunitlogger.so.0.0 JUnitLogger.o -lttcn3-dynamic -shared
ln -sf libjunitlogger.so.0.0 libjunitlogger.so.0
ln -sf libjunitlogger.so.0 libjunitlogger.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core  -Wl,-soname,libjunitlogger-parallel.so.0     -o libjunitlogger-parallel.so.0.0 JUnitLogger.o -lttcn3-parallel-dynamic -shared
ln -sf libjunitlogger-parallel.so.0.0 libjunitlogger-parallel.so.0
ln -sf libjunitlogger-parallel.so.0 libjunitlogger-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger.cc -o FT/JUnitLogger.o
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-rt2.so.0          -o libjunitlogger-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-dynamic -shared
ln -sf libjunitlogger-rt2.so.0.0 libjunitlogger-rt2.so.0
ln -sf libjunitlogger-rt2.so.0 libjunitlogger-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-parallel-rt2.so.0 -o libjunitlogger-parallel-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libjunitlogger-parallel-rt2.so.0.0 libjunitlogger-parallel-rt2.so.0
ln -sf libjunitlogger-parallel-rt2.so.0 libjunitlogger-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC  -c TSTLogger.cc
TSTLogger.cc:79:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void open_connection(const string host_name, const string service_name) throw(SocketException);
                                                                           ^~~~~
TSTLogger.cc:81:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void send_string(const string& str) throw(SocketException);
                                       ^~~~~
TSTLogger.cc:84:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   bool receive_string(string& str, const size_t wait_for_bytes) throw(SocketException);
                                                                 ^~~~~
TSTLogger.cc:86:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void close_connection() throw(SocketException);
                           ^~~~~
TSTLogger.cc:91:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::open_connection(const string host_name, const string service_name) throw(SocketException)
                                                                                    ^~~~~
TSTLogger.cc:119:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::close_connection() throw(SocketException)
                                    ^~~~~
TSTLogger.cc:160:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::send_string(const string& str) throw(SocketException)
                                                ^~~~~
TSTLogger.cc:180:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 bool TCPClient::receive_string(string& str, const size_t wait_for_bytes) throw(SocketException)
                                                                          ^~~~~
TSTLogger.cc:223:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   string post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException);
                                                                                                                      ^~~~~
TSTLogger.cc:243:128: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 string HTTPClient::post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException)
                                                                                                                                ^~~~~
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core  -Wl,-soname,libtstlogger.so.1				    -o libtstlogger.so.1.0 TSTLogger.o -lttcn3-dynamic -shared
ln -sf libtstlogger.so.1.0 libtstlogger.so.1
ln -sf libtstlogger.so.1 libtstlogger.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core  -Wl,-soname,libtstlogger-parallel.so.1     -o libtstlogger-parallel.so.1.0 TSTLogger.o -lttcn3-parallel-dynamic -shared
ln -sf libtstlogger-parallel.so.1.0 libtstlogger-parallel.so.1
ln -sf libtstlogger-parallel.so.1 libtstlogger-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c TSTLogger.cc -o FT/TSTLogger.o
TSTLogger.cc:79:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void open_connection(const string host_name, const string service_name) throw(SocketException);
                                                                           ^~~~~
TSTLogger.cc:81:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void send_string(const string& str) throw(SocketException);
                                       ^~~~~
TSTLogger.cc:84:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   bool receive_string(string& str, const size_t wait_for_bytes) throw(SocketException);
                                                                 ^~~~~
TSTLogger.cc:86:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   void close_connection() throw(SocketException);
                           ^~~~~
TSTLogger.cc:91:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::open_connection(const string host_name, const string service_name) throw(SocketException)
                                                                                    ^~~~~
TSTLogger.cc:119:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::close_connection() throw(SocketException)
                                    ^~~~~
TSTLogger.cc:160:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 void TCPClient::send_string(const string& str) throw(SocketException)
                                                ^~~~~
TSTLogger.cc:180:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 bool TCPClient::receive_string(string& str, const size_t wait_for_bytes) throw(SocketException)
                                                                          ^~~~~
TSTLogger.cc:223:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   string post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException);
                                                                                                                      ^~~~~
TSTLogger.cc:243:128: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 string HTTPClient::post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException)
                                                                                                                                ^~~~~
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-rt2.so.1          -o libtstlogger-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-dynamic -shared
ln -sf libtstlogger-rt2.so.1.0 libtstlogger-rt2.so.1
ln -sf libtstlogger-rt2.so.1 libtstlogger-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-parallel-rt2.so.1 -o libtstlogger-parallel-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libtstlogger-parallel-rt2.so.1.0 libtstlogger-parallel-rt2.so.1
ln -sf libtstlogger-parallel-rt2.so.1 libtstlogger-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger2.cc
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core  -Wl,-soname,libjunitlogger2.so.0				    -o libjunitlogger2.so.0.0 JUnitLogger2.o -lttcn3-dynamic -shared
ln -sf libjunitlogger2.so.0.0 libjunitlogger2.so.0
ln -sf libjunitlogger2.so.0 libjunitlogger2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core  -Wl,-soname,libjunitlogger2-parallel.so.0     -o libjunitlogger2-parallel.so.0.0 JUnitLogger2.o -lttcn3-parallel-dynamic -shared
ln -sf libjunitlogger2-parallel.so.0.0 libjunitlogger2-parallel.so.0
ln -sf libjunitlogger2-parallel.so.0 libjunitlogger2-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger2.cc -o FT/JUnitLogger2.o
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-rt2.so.0          -o libjunitlogger2-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-dynamic -shared
ln -sf libjunitlogger2-rt2.so.0.0 libjunitlogger2-rt2.so.0
ln -sf libjunitlogger2-rt2.so.0 libjunitlogger2-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-parallel-rt2.so.0 -o libjunitlogger2-parallel-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libjunitlogger2-parallel-rt2.so.0.0 libjunitlogger2-parallel-rt2.so.0
ln -sf libjunitlogger2-parallel-rt2.so.0 libjunitlogger2-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2'
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/JNI'
  (C++)	 jnimw.cc
  (C++)	 jninativelib.cc
g++ -shared  -fPIC -o libmctrjninative.so jnimw.o jninativelib.o ../mctr2/mctr/MctrError.o ../mctr2/mctr/MainController.o ../mctr2/mctr/UserInterface.o ../common/memory.o ../common/new.o ../core/Textbuf.o ../core/RInt.o ../common/NetworkHandler.o ../mctr2/cli/config_read.lex.o ../mctr2/cli/config_read.tab.o ../mctr2/mctr/config_data.o ../common/config_preproc_p.tab.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/path.o ../common/Path2.o \
 -lpthread  -Ldefault/lib -lcrypto
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/JNI'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/usrguide'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/usrguide'
+ make install
if test -h /home/etsi/frameworks/titan; then \
  echo /home/etsi/frameworks/titan is a symlink, you cannot be serious; exit 1; fi
rm -rf /home/etsi/frameworks/titan
make[1]: Entering directory '/home/etsi/src/titan/titan.core/common'
mkdir -p /home/etsi/frameworks/titan/include
cp version.h memory.h platform.h ttcn3float.hh pattern.hh CharCoding.hh JSON_Tokenizer.hh /home/etsi/frameworks/titan/include
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/common'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/compiler2'
make -C asn1
make[2]: Entering directory '/home/etsi/src/titan/titan.core/compiler2/asn1'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/compiler2/asn1'
make -C ttcn3
make[2]: Entering directory '/home/etsi/src/titan/titan.core/compiler2/ttcn3'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/compiler2/ttcn3'
strip compiler ttcn3_makefilegen tcov2lcov
mkdir -p /home/etsi/frameworks/titan/bin
cp compiler ttcn3_makefilegen tcov2lcov /home/etsi/frameworks/titan/bin
cp tcov.xsd tcov.xsl /home/etsi/frameworks/titan/include
cp titanver /home/etsi/frameworks/titan/bin
chmod a+x /home/etsi/frameworks/titan/bin/titanver
rm -f /home/etsi/frameworks/titan/bin/ttcn3_compiler \
/home/etsi/frameworks/titan/bin/asn1_compiler /home/etsi/frameworks/titan/bin/makefilegen
ln -s compiler /home/etsi/frameworks/titan/bin/ttcn3_compiler
ln -s compiler /home/etsi/frameworks/titan/bin/asn1_compiler
ln -s ttcn3_makefilegen /home/etsi/frameworks/titan/bin/makefilegen
mkdir -p /home/etsi/frameworks/titan/man/man1
cp compiler.1 ttcn3_makefilegen.1 /home/etsi/frameworks/titan/man/man1
rm -f /home/etsi/frameworks/titan/man/man1/ttcn3_compiler.1 /home/etsi/frameworks/titan/man/man1/asn1_compiler.1 \
/home/etsi/frameworks/titan/man/man1/makefilegen.1
ln -s compiler.1 /home/etsi/frameworks/titan/man/man1/ttcn3_compiler.1
ln -s compiler.1 /home/etsi/frameworks/titan/man/man1/asn1_compiler.1
ln -s ttcn3_makefilegen.1 /home/etsi/frameworks/titan/man/man1/makefilegen.1
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/compiler2'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/repgen'
strip ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen
mkdir -p /home/etsi/frameworks/titan/bin
cp ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen /home/etsi/frameworks/titan/bin
rm -f /home/etsi/frameworks/titan/bin/logformat /home/etsi/frameworks/titan/bin/repgen
ln -s ttcn3_logformat /home/etsi/frameworks/titan/bin/logformat
ln -s ttcn3_repgen /home/etsi/frameworks/titan/bin/repgen
cp ttcn3_logmerge.1 ttcn3_logfilter.1 ttcn3_logformat.1 /home/etsi/frameworks/titan/man/man1
rm -f /home/etsi/frameworks/titan/man/man1/logformat.1
ln -s ttcn3_logformat.1 /home/etsi/frameworks/titan/man/man1/logformat.1
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/repgen'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/xsdconvert'
mkdir -p /home/etsi/frameworks/titan/bin
cp -f xsd2ttcn /home/etsi/frameworks/titan/bin
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/xsdconvert'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/mctr2'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline'
make -C build all
make[3]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make  all-recursive
make[4]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
Making all in src
make[5]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make  all-am
make[6]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make[5]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build/src'
make[5]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[5]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[4]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline/build'
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/editline'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/cli'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/cli'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
cd mctr && make install
make[2]: Entering directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
strip  mctr_cli
mkdir -p /home/etsi/frameworks/titan/bin
cp  mctr_cli /home/etsi/frameworks/titan/bin
ln -s mctr_cli /home/etsi/frameworks/titan/bin/mctr
cp ttcn3_start /home/etsi/frameworks/titan/bin
chmod +x /home/etsi/frameworks/titan/bin/ttcn3_start
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2/mctr'
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/mctr2'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/core'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/core'
mkdir -p RT1
../compiler2/compiler  -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT1/TitanLoggerControl.cc.compiled
make[3]: Entering directory '/home/etsi/src/titan/titan.core/core'
mkdir -p RT1
../compiler2/compiler -F  -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT1/PreGenRecordOf.cc.compiled
make[4]: Entering directory '/home/etsi/src/titan/titan.core/core'
mkdir -p RT1
if ../compiler2/compiler  -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
perl /home/etsi/src/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh 
touch RT1/TitanLoggerApi.cc.compiled
make[4]: 'RT1/TitanLoggerApi.cc.compiled' is up to date.
make[4]: Leaving directory '/home/etsi/src/titan/titan.core/core'
make[3]: 'RT1/PreGenRecordOf.cc.compiled' is up to date.
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/core'
make[2]: 'RT1/TitanLoggerControl.cc.compiled' is up to date.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/core'
strip libttcn3-dynamic.so libttcn3-parallel-dynamic.so
mkdir -p /home/etsi/frameworks/titan/lib
cp libttcn3.a libttcn3-parallel.a libttcn3-dynamic.so libttcn3-parallel-dynamic.so cversion.h /home/etsi/frameworks/titan/lib
mkdir -p /home/etsi/frameworks/titan/include
cp TTCN3.hh Types.h Param_Types.hh Basetype.hh Template.hh RInt.hh Integer.hh Float.hh Boolean.hh Objid.hh Verdicttype.hh Bitstring.hh Hexstring.hh Octetstring.hh Charstring.hh Universal_charstring.hh Component.hh Logger.hh ILoggerPlugin.hh Error.hh Timer.hh Runtime.hh Snapshot.hh Default.hh Port.hh Event_Handler.hh Struct_of.hh Array.hh Optional.hh Textbuf.hh Encdec.hh Module_list.hh Parameters.h Addfunc.hh RAW.hh BER.hh TEXT.hh ASN_Null.hh ASN_Any.hh ASN_External.hh ASN_EmbeddedPDV.hh ASN_CharacterString.hh XER.hh XmlReader.hh cversion.h TitanLoggerControl.ttcn TitanLoggerApi.xsd Vector.hh JSON.hh Profiler.hh RefdIndex.hh ProfilerTools.hh Debugger.hh DebugCommands.hh DebuggerUI.hh OER.hh /home/etsi/frameworks/titan/include
mkdir -p /home/etsi/frameworks/titan/bin
cp ttcn3_profmerge /home/etsi/frameworks/titan/bin
mkdir -p /home/etsi/frameworks/titan/man/man1
cp ttcn3_profmerge.1 /home/etsi/frameworks/titan/man/man1
mkdir -p /home/etsi/frameworks/titan/include/RT1
cp RT1/TitanLoggerApi*.hh /home/etsi/frameworks/titan/include/RT1
cp RT1/PreGenRecordOf.hh /home/etsi/frameworks/titan/include/RT1
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/core'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/core2'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/core2'
mkdir -p RT2
../compiler2/compiler  -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT2/TitanLoggerControl.cc.compiled
make[3]: Entering directory '/home/etsi/src/titan/titan.core/core2'
mkdir -p RT2
../compiler2/compiler -F  -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT2/PreGenRecordOf.cc.compiled
make[4]: Entering directory '/home/etsi/src/titan/titan.core/core2'
mkdir -p RT2
if ../compiler2/compiler  -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh 
touch RT2/TitanLoggerApi.cc.compiled
make[4]: 'RT2/TitanLoggerApi.cc.compiled' is up to date.
make[4]: Leaving directory '/home/etsi/src/titan/titan.core/core2'
make[3]: 'RT2/PreGenRecordOf.cc.compiled' is up to date.
make[3]: Leaving directory '/home/etsi/src/titan/titan.core/core2'
make[2]: 'RT2/TitanLoggerControl.cc.compiled' is up to date.
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/core2'
strip libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so
mkdir -p /home/etsi/frameworks/titan/lib
cp libttcn3-rt2.a libttcn3-rt2-parallel.a libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so /home/etsi/frameworks/titan/lib
mkdir -p /home/etsi/frameworks/titan/include/RT2
cp RT2/TitanLoggerApi*.hh /home/etsi/frameworks/titan/include/RT2
cp RT2/PreGenRecordOf.hh /home/etsi/frameworks/titan/include/RT2
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/core2'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins'
for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d install || exit 1; done
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger'
mkdir -p /home/etsi/frameworks/titan/lib
cp libjunitlogger.so* libjunitlogger-rt2.so* libjunitlogger-parallel.so* libjunitlogger-parallel-rt2.so* /home/etsi/frameworks/titan/lib
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger'
mkdir -p /home/etsi/frameworks/titan/lib
cp libtstlogger.so* libtstlogger-rt2.so* libtstlogger-parallel.so* libtstlogger-parallel-rt2.so* /home/etsi/frameworks/titan/lib
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/TSTLogger'
make[2]: Entering directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2'
mkdir -p /home/etsi/frameworks/titan/lib
cp libjunitlogger2.so* libjunitlogger2-rt2.so* libjunitlogger2-parallel.so* libjunitlogger2-parallel-rt2.so* /home/etsi/frameworks/titan/lib
make[2]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins/JUnitLogger2'
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/loggerplugins'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/JNI'
strip libmctrjninative.so
mkdir -p /home/etsi/frameworks/titan/lib
cp libmctrjninative.so /home/etsi/frameworks/titan/lib
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/JNI'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/usrguide'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/usrguide'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/etc'
mkdir -p /home/etsi/frameworks/titan/etc/xsd
cp xsd/TPD.xsd /home/etsi/frameworks/titan/etc/xsd
mkdir -p /home/etsi/frameworks/titan/etc/asciiart
mkdir -p /home/etsi/frameworks/titan/etc/scripts
cp scripts/*.py /home/etsi/frameworks/titan/etc/scripts
cp CaseFolding.txt /home/etsi/frameworks/titan/etc
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/etc'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/help'
mkdir -p /home/etsi/frameworks/titan/bin
cp ttcn3_help /home/etsi/frameworks/titan/bin
chmod +x /home/etsi/frameworks/titan/bin/ttcn3_help
mkdir -p /home/etsi/frameworks/titan/help
cp titan_main.html titan_index.html /home/etsi/frameworks/titan/help
mkdir -p /home/etsi/frameworks/titan/help/info
cp info/BNF.html info/action.html info/activate.html info/address.html info/alive.html info/all.html info/alt.html info/altstep.html info/and.html info/and4b.html info/any.html info/anytype.html info/apply.html info/bit2hex.html info/bit2int.html info/bit2oct.html info/bit2str.html info/bitstring.html info/boolean.html info/break.html info/call.html info/case.html info/catch.html info/char.html info/char2int.html info/char2oct.html info/charstring.html info/check.html info/clear.html info/complement.html info/component.html info/connect.html info/const.html info/continue.html info/control.html info/create.html info/deactivate.html info/decode_base64.html info/decvalue.html info/decvalue_unichar.html info/default.html info/derefers.html info/disconnect.html info/display.html info/do.html info/done.html info/else.html info/encode.html info/encode_base64.html info/encvalue.html info/encvalue_unichar.html info/enum2int.html info/enumerated.html info/error.html info/except.html info/exception.html info/execute.html info/extension.html info/external.html info/fail.html info/false.html info/float.html info/float2int.html info/float2str.html info/for.html info/from.html info/function.html info/friend.html info/get_stringencoding.html info/getcall.html info/getreply.html info/getverdict.html info/goto.html info/group.html info/hex2bit.html info/hex2int.html info/hex2oct.html info/hex2str.html info/hexstring.html info/if.html info/ifpresent.html info/import.html info/in.html info/inconc.html info/infinity.html info/inout.html info/int2bit.html info/int2char.html info/int2enum.html info/int2float.html info/int2hex.html info/int2oct.html info/int2str.html info/int2unichar.html info/integer.html info/interleave.html info/isbound.html info/ischosen.html info/ispresent.html info/isvalue.html info/kill.html info/killed.html info/label.html info/language.html info/length.html info/lengthof.html info/log.html info/log2str.html info/map.html info/match.html info/message.html info/mixed.html info/mod.html info/modifies.html info/module.html info/modulepar.html info/mtc.html info/noblock.html info/none.html info/not.html info/not4b.html info/now.html info/nowait.html info/null.html info/objid.html info/oct2bit.html info/oct2char.html info/oct2hex.html info/oct2int.html info/oct2str.html info/oct2unichar.html info/octetstring.html info/of.html info/omit.html info/on.html info/operators.html info/optional.html info/or.html info/or4b.html info/out.html info/override.html info/param.html info/pass.html info/pattern.html info/permutation.html info/port.html info/public.html info/private.html info/procedure.html info/raise.html info/read.html info/realtime.html info/receive.html info/record.html info/recursive.html info/refers.html info/regexp.html info/rem.html info/remove_bom.html info/repeat.html info/replace.html info/reply.html info/return.html info/rnd.html info/running.html info/runs.html info/select.html info/self.html info/send.html info/sender.html info/set.html info/setencode.html info/setstate.html info/setverdict.html info/signature.html info/sizeof.html info/start.html info/stop.html info/str2bit.html info/str2float.html info/str2hex.html info/str2int.html info/str2oct.html info/subset.html info/substr.html info/superset.html info/system.html info/template.html info/testcase.html info/testcasename.html info/timeout.html info/timer.html info/timestamp.html info/to.html info/trigger.html info/true.html info/type.html info/unichar2char.html info/unichar2int.html info/unichar2oct.html info/union.html info/universal.html info/unmap.html info/value.html info/valueof.html info/var.html info/variant.html info/verdicttype.html info/while.html info/with.html info/xor.html info/xor4b.html info/profiler.html /home/etsi/frameworks/titan/help/info
mkdir -p /home/etsi/frameworks/titan/help/images
cp images/ao.jpg images/left.jpg images/right.jpg images/up.jpg images/titan_transparent.gif /home/etsi/frameworks/titan/help/images
mkdir -p /home/etsi/frameworks/titan/help/docs
cp docs/naming.pdf /home/etsi/frameworks/titan/help/docs
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/help'
make[1]: Entering directory '/home/etsi/src/titan/titan.core/hello'
mkdir -p /home/etsi/frameworks/titan/demo
cp MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg /home/etsi/frameworks/titan/demo
cd /home/etsi/frameworks/titan/demo && /home/etsi/frameworks/titan/bin/ttcn3_makefilegen -g MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg && \
make CXX='g++' CXXFLAGS='-Wall -Wno-long-long -O2 -fPIC' LDFLAGS=' -fPIC' && \
(sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start MyExample MyExample.cfg && \
logformat -o MyExample_merged.log *.log
Generating Makefile skeleton...
Makefile skeleton was generated.
make[2]: Entering directory '/home/etsi/frameworks/titan/demo'
/home/etsi/frameworks/titan/bin/compiler -L  MyExample.ttcn hello_world.ttcn - MyExample.ttcn hello_world.ttcn
Notify: Parsing TTCN-3 module `MyExample.ttcn'...
Notify: Parsing TTCN-3 module `hello_world.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `MyExample.hh' was generated.
Notify: File `MyExample.cc' was generated.
Notify: File `hello_world.hh' was generated.
Notify: File `hello_world.cc' was generated.
Notify: 4 files were updated.
touch compile
Creating dependency file for hello_world.cc
Creating dependency file for MyExample.cc
Creating dependency file for PCOType.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/include -Wall -Wno-long-long -O2 -fPIC -o MyExample.o MyExample.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/include -Wall -Wno-long-long -O2 -fPIC -o hello_world.o hello_world.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/include -Wall -Wno-long-long -O2 -fPIC -o PCOType.o PCOType.cc
if g++ -fPIC -o MyExample MyExample.o hello_world.o PCOType.o \
-L/home/etsi/frameworks/titan/lib -lttcn3-parallel \
-L/lib -lcrypto \
-L/home/etsi/frameworks/titan/lib -lxml2; \
then : ; else /home/etsi/frameworks/titan/bin/titanver MyExample.o hello_world.o PCOType.o; exit 1; fi
make[2]: Leaving directory '/home/etsi/frameworks/titan/demo'
ttcn3_start: Starting the test suite
spawn /home/etsi/frameworks/titan/bin/mctr_cli MyExample.cfg

*************************************************************************
* 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: MyExample.cfg
MC@67da3cffd811: Unix server socket created successfully.
MC@67da3cffd811: Listening on TCP port 40088.
67da3cffd811 is the default
MC2> spawn ./MyExample 67da3cffd811 40088
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R6A
MC@67da3cffd811: New HC connected from 67da3cffd811 [172.17.0.4]. 67da3cffd811: Linux 4.4.0-143-generic on x86_64.
cmtc
MC@67da3cffd811: Downloading configuration file to all HCs.
MC@67da3cffd811: Configuration file was processed on all HCs.
MC@67da3cffd811: Creating MTC on host 67da3cffd811.
MC@67da3cffd811: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@67da3cffd811: Execution of control part in module MyExample started.
MTC@67da3cffd811: Test case HelloW started.
Hello, world!
MTC@67da3cffd811: Test case HelloW finished. Verdict: pass
MTC@67da3cffd811: Test case HelloW2 started.
Hello, world!
MTC@67da3cffd811: Test case HelloW2 finished. Verdict: pass
MTC@67da3cffd811: Execution of control part in module MyExample finished.
MC@67da3cffd811: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@67da3cffd811: Terminating MTC.
MTC@67da3cffd811: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %).
MTC@67da3cffd811: Test execution summary: 2 test cases were executed. Overall verdict: pass
MC@67da3cffd811: MTC terminated.
MC2> exit
MC@67da3cffd811: Shutting down session.
MC@67da3cffd811: Shutdown complete.
cd /home/etsi/frameworks/titan/demo && make clean
make[2]: Entering directory '/home/etsi/frameworks/titan/demo'
rm -f MyExample libMyExample.a MyExample.o hello_world.o PCOType.o MyExample.hh hello_world.hh \
MyExample.cc hello_world.cc  compile PCOType.d  MyExample.d hello_world.d \
tags *.log
make[2]: Leaving directory '/home/etsi/frameworks/titan/demo'
make[1]: Leaving directory '/home/etsi/src/titan/titan.core/hello'
chmod -R +r,go-w /home/etsi/frameworks/titan
***********************************
Installation successfully completed
***********************************

# Install other repos
mkdir -p $TTCN3_DIR/../titan-modules
+ mkdir -p /home/etsi/frameworks/titan/../titan-modules
cd $TTCN3_DIR/../titan-modules || exit 1
+ cd /home/etsi/frameworks/titan/../titan-modules
cat ${HOME}/etc/titan_repos.txt | grep -v -e '^\s*#' -e 'titan\.core' | while read REPO; do
  [ -z ${REPO} ] && continue
  WS=`echo ${REPO} | sed -e 's|.*/||g' -e 's|\.git||g'`
  if git clone --progress "${REPO}" "${WS}"; then
    [ -f "${WS}/Makefile" ] && make -C "${WS}"
  fi
done
+ cat /home/etsi/etc/titan_repos.txt
+ grep -v -e '^\s*#' -e 'titan\.core'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.Common_Components.Abstract_Socket.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.Common_Components.Abstract_Socket.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.Common_Components.Abstract_Socket
+ git clone --progress https://github.com/eclipse/titan.TestPorts.Common_Components.Abstract_Socket.git titan.TestPorts.Common_Components.Abstract_Socket
Cloning into 'titan.TestPorts.Common_Components.Abstract_Socket'...
remote: Enumerating objects: 68, done.        
remote: Total 68 (delta 0), reused 0 (delta 0), pack-reused 68        
+ '[' -f titan.TestPorts.Common_Components.Abstract_Socket/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.HTTPmsg.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.HTTPmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.HTTPmsg
+ git clone --progress https://github.com/eclipse/titan.TestPorts.HTTPmsg.git titan.TestPorts.HTTPmsg
Cloning into 'titan.TestPorts.HTTPmsg'...
remote: Enumerating objects: 112, done.        
Receiving objects:   0% (1/112)   
Receiving objects:   1% (2/112)   
Receiving objects:   2% (3/112)   
Receiving objects:   3% (4/112)   
Receiving objects:   4% (5/112)   
Receiving objects:   5% (6/112)   
Receiving objects:   6% (7/112)   
Receiving objects:   7% (8/112)   
Receiving objects:   8% (9/112)   
Receiving objects:   9% (11/112)   
Receiving objects:  10% (12/112)   
Receiving objects:  11% (13/112)   
Receiving objects:  12% (14/112)   
Receiving objects:  13% (15/112)   
Receiving objects:  14% (16/112)   
Receiving objects:  15% (17/112)   
Receiving objects:  16% (18/112)   
Receiving objects:  17% (20/112)   
Receiving objects:  18% (21/112)   
Receiving objects:  19% (22/112)   
Receiving objects:  20% (23/112)   
Receiving objects:  21% (24/112)   
Receiving objects:  22% (25/112)   
Receiving objects:  23% (26/112)   
Receiving objects:  24% (27/112)   
Receiving objects:  25% (28/112)   
Receiving objects:  26% (30/112)   
Receiving objects:  27% (31/112)   
Receiving objects:  28% (32/112)   
Receiving objects:  29% (33/112)   
Receiving objects:  30% (34/112)   
Receiving objects:  31% (35/112)   
Receiving objects:  32% (36/112)   
Receiving objects:  33% (37/112)   
Receiving objects:  34% (39/112)   
Receiving objects:  35% (40/112)   
Receiving objects:  36% (41/112)   
Receiving objects:  37% (42/112)   
Receiving objects:  38% (43/112)   
Receiving objects:  39% (44/112)   
Receiving objects:  40% (45/112)   
Receiving objects:  41% (46/112)   
Receiving objects:  42% (48/112)   
Receiving objects:  43% (49/112)   
Receiving objects:  44% (50/112)   
Receiving objects:  45% (51/112)   
Receiving objects:  46% (52/112)   
Receiving objects:  47% (53/112)   
Receiving objects:  48% (54/112)   
Receiving objects:  49% (55/112)   
Receiving objects:  50% (56/112)   
Receiving objects:  51% (58/112)   
Receiving objects:  52% (59/112)   
Receiving objects:  53% (60/112)   
Receiving objects:  54% (61/112)   
Receiving objects:  55% (62/112)   
Receiving objects:  56% (63/112)   
Receiving objects:  57% (64/112)   
Receiving objects:  58% (65/112)   
Receiving objects:  59% (67/112)   
Receiving objects:  60% (68/112)   
Receiving objects:  61% (69/112)   
Receiving objects:  62% (70/112)   
Receiving objects:  63% (71/112)   
Receiving objects:  64% (72/112)   
Receiving objects:  65% (73/112)   
Receiving objects:  66% (74/112)   
Receiving objects:  67% (76/112)   
Receiving objects:  68% (77/112)   
Receiving objects:  69% (78/112)   
Receiving objects:  70% (79/112)   
Receiving objects:  71% (80/112)   
Receiving objects:  72% (81/112)   
Receiving objects:  73% (82/112)   
Receiving objects:  74% (83/112)   
Receiving objects:  75% (84/112)   
Receiving objects:  76% (86/112)   
Receiving objects:  77% (87/112)   
Receiving objects:  78% (88/112)   
Receiving objects:  79% (89/112)   
Receiving objects:  80% (90/112)   
Receiving objects:  81% (91/112)   
Receiving objects:  82% (92/112)   
Receiving objects:  83% (93/112)   
Receiving objects:  84% (95/112)   
Receiving objects:  85% (96/112)   
Receiving objects:  86% (97/112)   
Receiving objects:  87% (98/112)   
Receiving objects:  88% (99/112)   
Receiving objects:  89% (100/112)   
Receiving objects:  90% (101/112)   
Receiving objects:  91% (102/112)   
Receiving objects:  92% (104/112)   
remote: Total 112 (delta 0), reused 0 (delta 0), pack-reused 112
Receiving objects:  93% (105/112)   
Receiving objects:  94% (106/112)   
Receiving objects:  95% (107/112)   
Receiving objects:  96% (108/112)   
Receiving objects:  97% (109/112)   
Receiving objects:  98% (110/112)   
Receiving objects:  99% (111/112)   
Receiving objects: 100% (112/112)   
Receiving objects: 100% (112/112), 597.20 KiB | 1.30 MiB/s, done.
Resolving deltas:   0% (0/52)   
Resolving deltas:   3% (2/52)   
Resolving deltas:   5% (3/52)   
Resolving deltas:  17% (9/52)   
Resolving deltas:  19% (10/52)   
Resolving deltas:  21% (11/52)   
Resolving deltas:  25% (13/52)   
Resolving deltas:  26% (14/52)   
Resolving deltas:  40% (21/52)   
Resolving deltas:  61% (32/52)   
Resolving deltas:  65% (34/52)   
Resolving deltas:  73% (38/52)   
Resolving deltas:  84% (44/52)   
Resolving deltas:  88% (46/52)   
Resolving deltas:  92% (48/52)   
Resolving deltas: 100% (52/52)   
Resolving deltas: 100% (52/52), done.
+ '[' -f titan.TestPorts.HTTPmsg/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.PCAPasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.PCAPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.PCAPasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.PCAPasp.git titan.TestPorts.PCAPasp
Cloning into 'titan.TestPorts.PCAPasp'...
remote: Enumerating objects: 53, done.        
remote: Total 53 (delta 0), reused 0 (delta 0), pack-reused 53        
+ '[' -f titan.TestPorts.PCAPasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.PIPEasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.PIPEasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.PIPEasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.PIPEasp.git titan.TestPorts.PIPEasp
Cloning into 'titan.TestPorts.PIPEasp'...
remote: Enumerating objects: 89, done.        
remote: Total 89 (delta 0), reused 0 (delta 0), pack-reused 89        
+ '[' -f titan.TestPorts.PIPEasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.SCTPasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.SCTPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SCTPasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.SCTPasp.git titan.TestPorts.SCTPasp
Cloning into 'titan.TestPorts.SCTPasp'...
remote: Enumerating objects: 55, done.        
remote: Total 55 (delta 0), reused 0 (delta 0), pack-reused 55        
+ '[' -f titan.TestPorts.SCTPasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.SIPmsg.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.SIPmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SIPmsg
+ git clone --progress https://github.com/eclipse/titan.TestPorts.SIPmsg.git titan.TestPorts.SIPmsg
Cloning into 'titan.TestPorts.SIPmsg'...
remote: Enumerating objects: 17, done.        
remote: Counting objects:   5% (1/17)           
remote: Counting objects:  11% (2/17)           
remote: Counting objects:  17% (3/17)           
remote: Counting objects:  23% (4/17)           
remote: Counting objects:  29% (5/17)           
remote: Counting objects:  35% (6/17)           
remote: Counting objects:  41% (7/17)           
remote: Counting objects:  47% (8/17)           
remote: Counting objects:  52% (9/17)           
remote: Counting objects:  58% (10/17)           
remote: Counting objects:  64% (11/17)           
remote: Counting objects:  70% (12/17)           
remote: Counting objects:  76% (13/17)           
remote: Counting objects:  82% (14/17)           
remote: Counting objects:  88% (15/17)           
remote: Counting objects:  94% (16/17)           
remote: Counting objects: 100% (17/17)           
remote: Counting objects: 100% (17/17), done.        
remote: Compressing objects:   5% (1/17)           
remote: Compressing objects:  11% (2/17)           
remote: Compressing objects:  17% (3/17)           
remote: Compressing objects:  23% (4/17)           
remote: Compressing objects:  29% (5/17)           
remote: Compressing objects:  35% (6/17)           
remote: Compressing objects:  41% (7/17)           
remote: Compressing objects:  47% (8/17)           
remote: Compressing objects:  52% (9/17)           
remote: Compressing objects:  58% (10/17)           
remote: Compressing objects:  64% (11/17)           
remote: Compressing objects:  70% (12/17)           
remote: Compressing objects:  76% (13/17)           
remote: Compressing objects:  82% (14/17)           
remote: Compressing objects:  88% (15/17)           
remote: Compressing objects:  94% (16/17)           
remote: Compressing objects: 100% (17/17)           
remote: Compressing objects: 100% (17/17), done.        
Receiving objects:   0% (1/132)   
Receiving objects:   1% (2/132)   
Receiving objects:   2% (3/132)   
Receiving objects:   3% (4/132)   
Receiving objects:   4% (6/132)   
Receiving objects:   5% (7/132)   
Receiving objects:   6% (8/132)   
Receiving objects:   7% (10/132)   
Receiving objects:   8% (11/132)   
Receiving objects:   9% (12/132)   
Receiving objects:  10% (14/132)   
Receiving objects:  11% (15/132)   
Receiving objects:  12% (16/132)   
Receiving objects:  13% (18/132)   
Receiving objects:  14% (19/132)   
Receiving objects:  15% (20/132)   
Receiving objects:  16% (22/132)   
Receiving objects:  17% (23/132)   
Receiving objects:  18% (24/132)   
Receiving objects:  19% (26/132)   
Receiving objects:  20% (27/132)   
Receiving objects:  21% (28/132), 100.01 KiB | 188.00 KiB/s   
Receiving objects:  21% (29/132), 372.01 KiB | 362.00 KiB/s   
Receiving objects:  22% (30/132), 372.01 KiB | 362.00 KiB/s   
Receiving objects:  23% (31/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  24% (32/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  25% (33/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  26% (35/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  27% (36/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  28% (37/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  29% (39/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  30% (40/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  31% (41/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  32% (43/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  33% (44/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  34% (45/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  35% (47/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  36% (48/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  37% (49/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  38% (51/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  39% (52/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  40% (53/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  41% (55/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  42% (56/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  43% (57/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  44% (59/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  45% (60/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  46% (61/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  47% (63/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  48% (64/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  49% (65/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  50% (66/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  51% (68/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  52% (69/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  53% (70/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  54% (72/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  55% (73/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  56% (74/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  57% (76/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  58% (77/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  59% (78/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  60% (80/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  61% (81/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  62% (82/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  63% (84/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  64% (85/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  65% (86/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  66% (88/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  67% (89/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  68% (90/132), 812.01 KiB | 532.00 KiB/s   
Receiving objects:  68% (91/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  69% (92/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  70% (93/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  71% (94/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  72% (96/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  73% (97/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  74% (98/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  75% (99/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  76% (101/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  77% (102/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  78% (103/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  79% (105/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  80% (106/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  81% (107/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  82% (109/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  83% (110/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  84% (111/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  85% (113/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  86% (114/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  87% (115/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  88% (117/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  89% (118/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  90% (119/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  91% (121/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  92% (122/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  93% (123/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  94% (125/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  95% (126/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  96% (127/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  97% (129/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  98% (130/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects:  99% (131/132), 1.44 MiB | 726.00 KiB/s   
remote: Total 132 (delta 2), reused 3 (delta 0), pack-reused 115        
Receiving objects: 100% (132/132), 1.44 MiB | 726.00 KiB/s   
Receiving objects: 100% (132/132), 2.06 MiB | 877.00 KiB/s, done.
Resolving deltas:   0% (0/62)   
Resolving deltas:   1% (1/62)   
Resolving deltas:   6% (4/62)   
Resolving deltas:  12% (8/62)   
Resolving deltas:  14% (9/62)   
Resolving deltas:  25% (16/62)   
Resolving deltas:  27% (17/62)   
Resolving deltas:  29% (18/62)   
Resolving deltas:  35% (22/62)   
Resolving deltas:  37% (23/62)   
Resolving deltas:  46% (29/62)   
Resolving deltas:  50% (31/62)   
Resolving deltas:  56% (35/62)   
Resolving deltas:  58% (36/62)   
Resolving deltas:  64% (40/62)   
Resolving deltas:  67% (42/62)   
Resolving deltas:  70% (44/62)   
Resolving deltas:  74% (46/62)   
Resolving deltas:  77% (48/62)   
Resolving deltas:  79% (49/62)   
Resolving deltas:  83% (52/62)   
Resolving deltas:  85% (53/62)   
Resolving deltas:  87% (54/62)   
Resolving deltas:  88% (55/62)   
Resolving deltas:  93% (58/62)   
Resolving deltas: 100% (62/62)   
Resolving deltas: 100% (62/62), done.
+ '[' -f titan.TestPorts.SIPmsg/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.TCPasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.TCPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.TCPasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.TCPasp.git titan.TestPorts.TCPasp
Cloning into 'titan.TestPorts.TCPasp'...
remote: Enumerating objects: 60, done.        
remote: Total 60 (delta 0), reused 0 (delta 0), pack-reused 60        
+ '[' -f titan.TestPorts.TCPasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.TELNETasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.TELNETasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.TELNETasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.TELNETasp.git titan.TestPorts.TELNETasp
Cloning into 'titan.TestPorts.TELNETasp'...
remote: Enumerating objects: 75, done.        
remote: Total 75 (delta 0), reused 0 (delta 0), pack-reused 75        
+ '[' -f titan.TestPorts.TELNETasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.UDPasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.UDPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.UDPasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.UDPasp.git titan.TestPorts.UDPasp
Cloning into 'titan.TestPorts.UDPasp'...
remote: Enumerating objects: 61, done.        
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61        
+ '[' -f titan.TestPorts.UDPasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.COMMON.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.COMMON.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.COMMON
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.COMMON.git titan.ProtocolModules.COMMON
Cloning into 'titan.ProtocolModules.COMMON'...
remote: Enumerating objects: 82, done.        
remote: Total 82 (delta 0), reused 0 (delta 0), pack-reused 82        
+ '[' -f titan.ProtocolModules.COMMON/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.DHCP.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.DHCP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DHCP
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.DHCP.git titan.ProtocolModules.DHCP
Cloning into 'titan.ProtocolModules.DHCP'...
remote: Enumerating objects: 73, done.        
remote: Total 73 (delta 0), reused 0 (delta 0), pack-reused 73        
+ '[' -f titan.ProtocolModules.DHCP/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.DHCPv6.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.DHCPv6.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DHCPv6
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.DHCPv6.git titan.ProtocolModules.DHCPv6
Cloning into 'titan.ProtocolModules.DHCPv6'...
remote: Enumerating objects: 13, done.        
remote: Counting objects:   7% (1/13)           
remote: Counting objects:  15% (2/13)           
remote: Counting objects:  23% (3/13)           
remote: Counting objects:  30% (4/13)           
remote: Counting objects:  38% (5/13)           
remote: Counting objects:  46% (6/13)           
remote: Counting objects:  53% (7/13)           
remote: Counting objects:  61% (8/13)           
remote: Counting objects:  69% (9/13)           
remote: Counting objects:  76% (10/13)           
remote: Counting objects:  84% (11/13)           
remote: Counting objects:  92% (12/13)           
remote: Counting objects: 100% (13/13)           
remote: Counting objects: 100% (13/13), done.        
remote: Compressing objects:   9% (1/11)           
remote: Compressing objects:  18% (2/11)           
remote: Compressing objects:  27% (3/11)           
remote: Compressing objects:  36% (4/11)           
remote: Compressing objects:  45% (5/11)           
remote: Compressing objects:  54% (6/11)           
remote: Compressing objects:  63% (7/11)           
remote: Compressing objects:  72% (8/11)           
remote: Compressing objects:  81% (9/11)           
remote: Compressing objects:  90% (10/11)           
remote: Compressing objects: 100% (11/11)           
remote: Compressing objects: 100% (11/11), done.        
remote: Total 51 (delta 2), reused 11 (delta 2), pack-reused 38        
+ '[' -f titan.ProtocolModules.DHCPv6/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DIAMETER_ProtocolModule_Generator
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git titan.ProtocolModules.DIAMETER_ProtocolModule_Generator
Cloning into 'titan.ProtocolModules.DIAMETER_ProtocolModule_Generator'...
remote: Enumerating objects: 857, done.        
Receiving objects:   0% (1/857)   
Receiving objects:   1% (9/857)   
Receiving objects:   2% (18/857)   
Receiving objects:   3% (26/857)   
Receiving objects:   4% (35/857)   
Receiving objects:   5% (43/857)   
Receiving objects:   6% (52/857)   
Receiving objects:   7% (60/857)   
Receiving objects:   8% (69/857)   
Receiving objects:   9% (78/857)   
Receiving objects:  10% (86/857)   
Receiving objects:  11% (95/857)   
Receiving objects:  12% (103/857)   
Receiving objects:  13% (112/857)   
Receiving objects:  14% (120/857)   
Receiving objects:  15% (129/857)   
Receiving objects:  16% (138/857)   
Receiving objects:  17% (146/857)   
Receiving objects:  18% (155/857)   
Receiving objects:  19% (163/857)   
Receiving objects:  20% (172/857)   
Receiving objects:  21% (180/857)   
Receiving objects:  22% (189/857)   
Receiving objects:  23% (198/857)   
Receiving objects:  24% (206/857)   
Receiving objects:  25% (215/857)   
Receiving objects:  26% (223/857)   
Receiving objects:  27% (232/857)   
Receiving objects:  28% (240/857)   
Receiving objects:  29% (249/857)   
Receiving objects:  30% (258/857)   
Receiving objects:  31% (266/857)   
Receiving objects:  32% (275/857)   
Receiving objects:  33% (283/857)   
Receiving objects:  34% (292/857)   
Receiving objects:  35% (300/857)   
Receiving objects:  36% (309/857)   
Receiving objects:  37% (318/857)   
Receiving objects:  38% (326/857)   
Receiving objects:  39% (335/857)   
Receiving objects:  40% (343/857)   
Receiving objects:  41% (352/857)   
Receiving objects:  42% (360/857)   
Receiving objects:  43% (369/857)   
Receiving objects:  44% (378/857)   
Receiving objects:  45% (386/857)   
Receiving objects:  46% (395/857)   
Receiving objects:  47% (403/857)   
Receiving objects:  48% (412/857)   
Receiving objects:  49% (420/857)   
Receiving objects:  50% (429/857)   
Receiving objects:  51% (438/857)   
Receiving objects:  52% (446/857)   
Receiving objects:  53% (455/857)   
Receiving objects:  54% (463/857)   
Receiving objects:  55% (472/857)   
Receiving objects:  56% (480/857)   
Receiving objects:  57% (489/857)   
Receiving objects:  58% (498/857)   
Receiving objects:  59% (506/857)   
Receiving objects:  60% (515/857)   
Receiving objects:  61% (523/857)   
Receiving objects:  62% (532/857)   
Receiving objects:  63% (540/857)   
Receiving objects:  64% (549/857)   
Receiving objects:  65% (558/857)   
Receiving objects:  66% (566/857)   
Receiving objects:  67% (575/857)   
Receiving objects:  68% (583/857)   
Receiving objects:  69% (592/857)   
Receiving objects:  70% (600/857)   
Receiving objects:  71% (609/857)   
Receiving objects:  72% (618/857)   
Receiving objects:  73% (626/857)   
Receiving objects:  74% (635/857)   
Receiving objects:  75% (643/857)   
Receiving objects:  76% (652/857)   
Receiving objects:  77% (660/857)   
Receiving objects:  78% (669/857)   
Receiving objects:  79% (678/857)   
Receiving objects:  80% (686/857)   
Receiving objects:  81% (695/857)   
Receiving objects:  82% (703/857)   
Receiving objects:  83% (712/857)   
Receiving objects:  84% (720/857)   
Receiving objects:  85% (729/857)   
Receiving objects:  86% (738/857)   
Receiving objects:  87% (746/857)   
Receiving objects:  88% (755/857)   
Receiving objects:  89% (763/857)   
Receiving objects:  90% (772/857)   
Receiving objects:  91% (780/857)   
Receiving objects:  92% (789/857)   
Receiving objects:  93% (798/857)   
Receiving objects:  94% (806/857)   
Receiving objects:  95% (815/857)   
Receiving objects:  96% (823/857)   
Receiving objects:  97% (832/857)   
remote: Total 857 (delta 0), reused 0 (delta 0), pack-reused 857        
Receiving objects:  98% (840/857)   
Receiving objects:  99% (849/857)   
Receiving objects: 100% (857/857)   
Receiving objects: 100% (857/857), 1015.30 KiB | 2.03 MiB/s, done.
Resolving deltas:   0% (0/731)   
Resolving deltas:   1% (8/731)   
Resolving deltas:   2% (17/731)   
Resolving deltas:   3% (23/731)   
Resolving deltas:   5% (39/731)   
Resolving deltas:   7% (56/731)   
Resolving deltas:   9% (71/731)   
Resolving deltas:  10% (74/731)   
Resolving deltas:  11% (81/731)   
Resolving deltas:  12% (89/731)   
Resolving deltas:  13% (99/731)   
Resolving deltas:  14% (107/731)   
Resolving deltas:  16% (117/731)   
Resolving deltas:  17% (127/731)   
Resolving deltas:  20% (151/731)   
Resolving deltas:  21% (154/731)   
Resolving deltas:  22% (163/731)   
Resolving deltas:  24% (176/731)   
Resolving deltas:  25% (187/731)   
Resolving deltas:  26% (193/731)   
Resolving deltas:  27% (198/731)   
Resolving deltas:  29% (213/731)   
Resolving deltas:  30% (223/731)   
Resolving deltas:  31% (230/731)   
Resolving deltas:  32% (238/731)   
Resolving deltas:  33% (246/731)   
Resolving deltas:  35% (261/731)   
Resolving deltas:  37% (276/731)   
Resolving deltas:  39% (289/731)   
Resolving deltas:  40% (296/731)   
Resolving deltas:  41% (301/731)   
Resolving deltas:  42% (313/731)   
Resolving deltas:  44% (328/731)   
Resolving deltas:  52% (385/731)   
Resolving deltas:  56% (413/731)   
Resolving deltas:  58% (427/731)   
Resolving deltas:  61% (452/731)   
Resolving deltas:  62% (455/731)   
Resolving deltas:  63% (465/731)   
Resolving deltas:  65% (480/731)   
Resolving deltas:  66% (485/731)   
Resolving deltas:  67% (492/731)   
Resolving deltas:  70% (514/731)   
Resolving deltas:  71% (521/731)   
Resolving deltas:  72% (529/731)   
Resolving deltas:  73% (536/731)   
Resolving deltas:  75% (550/731)   
Resolving deltas:  76% (559/731)   
Resolving deltas:  77% (570/731)   
Resolving deltas:  78% (573/731)   
Resolving deltas:  80% (590/731)   
Resolving deltas:  81% (598/731)   
Resolving deltas:  82% (601/731)   
Resolving deltas:  84% (617/731)   
Resolving deltas:  85% (628/731)   
Resolving deltas:  86% (630/731)   
Resolving deltas:  87% (636/731)   
Resolving deltas:  88% (647/731)   
Resolving deltas:  89% (653/731)   
Resolving deltas:  90% (660/731)   
Resolving deltas:  91% (666/731)   
Resolving deltas:  92% (674/731)   
Resolving deltas:  93% (681/731)   
Resolving deltas:  95% (699/731)   
Resolving deltas:  96% (707/731)   
Resolving deltas:  97% (710/731)   
Resolving deltas:  98% (717/731)   
Resolving deltas:  99% (724/731)   
Resolving deltas: 100% (731/731)   
Resolving deltas: 100% (731/731), done.
+ '[' -f titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.DNS.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.DNS.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DNS
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.DNS.git titan.ProtocolModules.DNS
Cloning into 'titan.ProtocolModules.DNS'...
remote: Enumerating objects: 83, done.        
remote: Total 83 (delta 0), reused 0 (delta 0), pack-reused 83        
+ '[' -f titan.ProtocolModules.DNS/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.ICMP.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.ICMP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ICMP
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.ICMP.git titan.ProtocolModules.ICMP
Cloning into 'titan.ProtocolModules.ICMP'...
remote: Enumerating objects: 47, done.        
remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47        
+ '[' -f titan.ProtocolModules.ICMP/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.ICMPv6.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.ICMPv6.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ICMPv6
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.ICMPv6.git titan.ProtocolModules.ICMPv6
Cloning into 'titan.ProtocolModules.ICMPv6'...
remote: Enumerating objects: 47, done.        
remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47        
+ '[' -f titan.ProtocolModules.ICMPv6/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.IP.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.IP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IP
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.IP.git titan.ProtocolModules.IP
Cloning into 'titan.ProtocolModules.IP'...
remote: Enumerating objects: 8, done.        
remote: Counting objects:  12% (1/8)           
remote: Counting objects:  25% (2/8)           
remote: Counting objects:  37% (3/8)           
remote: Counting objects:  50% (4/8)           
remote: Counting objects:  62% (5/8)           
remote: Counting objects:  75% (6/8)           
remote: Counting objects:  87% (7/8)           
remote: Counting objects: 100% (8/8)           
remote: Counting objects: 100% (8/8), done.        
remote: Compressing objects:  12% (1/8)           
remote: Compressing objects:  25% (2/8)           
remote: Compressing objects:  37% (3/8)           
remote: Compressing objects:  50% (4/8)           
remote: Compressing objects:  62% (5/8)           
remote: Compressing objects:  75% (6/8)           
remote: Compressing objects:  87% (7/8)           
remote: Compressing objects: 100% (8/8)           
remote: Compressing objects: 100% (8/8), done.        
remote: Total 67 (delta 0), reused 5 (delta 0), pack-reused 59        
+ '[' -f titan.ProtocolModules.IP/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.TCP.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.TCP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.TCP
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.TCP.git titan.ProtocolModules.TCP
Cloning into 'titan.ProtocolModules.TCP'...
remote: Enumerating objects: 59, done.        
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59        
+ '[' -f titan.ProtocolModules.TCP/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.UDP.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.UDP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.UDP
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.UDP.git titan.ProtocolModules.UDP
Cloning into 'titan.ProtocolModules.UDP'...
remote: Enumerating objects: 46, done.        
remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46        
+ '[' -f titan.ProtocolModules.UDP/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.EclipsePlug-ins.git ']'
++ echo https://github.com/eclipse/titan.EclipsePlug-ins.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.EclipsePlug-ins
+ git clone --progress https://github.com/eclipse/titan.EclipsePlug-ins.git titan.EclipsePlug-ins
Cloning into 'titan.EclipsePlug-ins'...
remote: Enumerating objects: 33, done.        
remote: Counting objects:   3% (1/33)           
remote: Counting objects:   6% (2/33)           
remote: Counting objects:   9% (3/33)           
remote: Counting objects:  12% (4/33)           
remote: Counting objects:  15% (5/33)           
remote: Counting objects:  18% (6/33)           
remote: Counting objects:  21% (7/33)           
remote: Counting objects:  24% (8/33)           
remote: Counting objects:  27% (9/33)           
remote: Counting objects:  30% (10/33)           
remote: Counting objects:  33% (11/33)           
remote: Counting objects:  36% (12/33)           
remote: Counting objects:  39% (13/33)           
remote: Counting objects:  42% (14/33)           
remote: Counting objects:  45% (15/33)           
remote: Counting objects:  48% (16/33)           
remote: Counting objects:  51% (17/33)           
remote: Counting objects:  54% (18/33)           
remote: Counting objects:  57% (19/33)           
remote: Counting objects:  60% (20/33)           
remote: Counting objects:  63% (21/33)           
remote: Counting objects:  66% (22/33)           
remote: Counting objects:  69% (23/33)           
remote: Counting objects:  72% (24/33)           
remote: Counting objects:  75% (25/33)           
remote: Counting objects:  78% (26/33)           
remote: Counting objects:  81% (27/33)           
remote: Counting objects:  84% (28/33)           
remote: Counting objects:  87% (29/33)           
remote: Counting objects:  90% (30/33)           
remote: Counting objects:  93% (31/33)           
remote: Counting objects:  96% (32/33)           
remote: Counting objects: 100% (33/33)           
remote: Counting objects: 100% (33/33), done.        
remote: Compressing objects:   7% (1/14)           
remote: Compressing objects:  14% (2/14)           
remote: Compressing objects:  21% (3/14)           
remote: Compressing objects:  28% (4/14)           
remote: Compressing objects:  35% (5/14)           
remote: Compressing objects:  42% (6/14)           
remote: Compressing objects:  50% (7/14)           
remote: Compressing objects:  57% (8/14)           
remote: Compressing objects:  64% (9/14)           
remote: Compressing objects:  71% (10/14)           
remote: Compressing objects:  78% (11/14)           
remote: Compressing objects:  85% (12/14)           
remote: Compressing objects:  92% (13/14)           
remote: Compressing objects: 100% (14/14)           
remote: Compressing objects: 100% (14/14), done.        
Receiving objects:   0% (1/116058)   
Receiving objects:   1% (1161/116058)   
Receiving objects:   2% (2322/116058)   
Receiving objects:   3% (3482/116058)   
Receiving objects:   4% (4643/116058), 948.01 KiB | 1.80 MiB/s   
Receiving objects:   5% (5803/116058), 948.01 KiB | 1.80 MiB/s   
Receiving objects:   6% (6964/116058), 948.01 KiB | 1.80 MiB/s   
Receiving objects:   6% (7289/116058), 2.54 MiB | 2.47 MiB/s   
Receiving objects:   6% (7290/116058), 5.59 MiB | 2.70 MiB/s   
Receiving objects:   7% (8125/116058), 7.44 MiB | 2.90 MiB/s   
Receiving objects:   7% (8470/116058), 9.46 MiB | 3.08 MiB/s   
Receiving objects:   7% (8497/116058), 11.87 MiB | 3.32 MiB/s   
Receiving objects:   8% (9285/116058), 17.18 MiB | 3.75 MiB/s   
Receiving objects:   9% (10446/116058), 17.18 MiB | 3.75 MiB/s   
Receiving objects:   9% (10591/116058), 20.18 MiB | 4.22 MiB/s   
Receiving objects:   9% (11389/116058), 23.40 MiB | 4.58 MiB/s   
Receiving objects:  10% (11606/116058), 25.21 MiB | 4.64 MiB/s   
Receiving objects:  10% (11767/116058), 28.09 MiB | 4.56 MiB/s   
Receiving objects:  10% (12113/116058), 32.56 MiB | 4.56 MiB/s   
Receiving objects:  10% (12126/116058), 35.19 MiB | 4.58 MiB/s   
Receiving objects:  11% (12767/116058), 40.93 MiB | 4.57 MiB/s   
Receiving objects:  11% (13893/116058), 40.93 MiB | 4.57 MiB/s   
Receiving objects:  12% (13927/116058), 40.93 MiB | 4.57 MiB/s   
Receiving objects:  13% (15088/116058), 43.77 MiB | 4.47 MiB/s   
Receiving objects:  14% (16249/116058), 43.77 MiB | 4.47 MiB/s   
Receiving objects:  15% (17409/116058), 45.26 MiB | 4.39 MiB/s   
Receiving objects:  16% (18570/116058), 45.26 MiB | 4.39 MiB/s   
Receiving objects:  16% (18636/116058), 45.26 MiB | 4.39 MiB/s   
Receiving objects:  17% (19730/116058), 46.59 MiB | 4.39 MiB/s   
Receiving objects:  18% (20891/116058), 46.59 MiB | 4.39 MiB/s   
Receiving objects:  19% (22052/116058), 46.59 MiB | 4.39 MiB/s   
Receiving objects:  20% (23212/116058), 47.95 MiB | 4.34 MiB/s   
Receiving objects:  20% (24291/116058), 47.95 MiB | 4.34 MiB/s   
Receiving objects:  21% (24373/116058), 47.95 MiB | 4.34 MiB/s   
Receiving objects:  22% (25533/116058), 47.95 MiB | 4.34 MiB/s   
Receiving objects:  23% (26694/116058), 47.95 MiB | 4.34 MiB/s   
Receiving objects:  24% (27854/116058), 49.67 MiB | 4.24 MiB/s   
Receiving objects:  25% (29015/116058), 49.67 MiB | 4.24 MiB/s   
Receiving objects:  26% (30176/116058), 51.56 MiB | 4.16 MiB/s   
Receiving objects:  26% (31055/116058), 51.56 MiB | 4.16 MiB/s   
Receiving objects:  27% (31336/116058), 51.56 MiB | 4.16 MiB/s   
Receiving objects:  28% (32497/116058), 51.56 MiB | 4.16 MiB/s   
Receiving objects:  29% (33657/116058), 53.68 MiB | 4.05 MiB/s   
Receiving objects:  30% (34818/116058), 53.68 MiB | 4.05 MiB/s   
Receiving objects:  31% (35978/116058), 53.68 MiB | 4.05 MiB/s   
Receiving objects:  32% (37139/116058), 56.00 MiB | 3.96 MiB/s   
Receiving objects:  32% (37353/116058), 56.00 MiB | 3.96 MiB/s   
Receiving objects:  33% (38300/116058), 58.33 MiB | 3.80 MiB/s   
Receiving objects:  34% (39460/116058), 60.39 MiB | 3.64 MiB/s   
Receiving objects:  35% (40621/116058), 60.39 MiB | 3.64 MiB/s   
Receiving objects:  35% (41618/116058), 60.39 MiB | 3.64 MiB/s   
Receiving objects:  36% (41781/116058), 60.39 MiB | 3.64 MiB/s   
Receiving objects:  37% (42942/116058), 62.68 MiB | 3.81 MiB/s   
Receiving objects:  38% (44103/116058), 62.68 MiB | 3.81 MiB/s   
Receiving objects:  38% (44295/116058), 64.75 MiB | 3.98 MiB/s   
Receiving objects:  39% (45263/116058), 66.15 MiB | 3.99 MiB/s   
Receiving objects:  40% (46424/116058), 67.70 MiB | 3.95 MiB/s   
Receiving objects:  41% (47584/116058), 67.70 MiB | 3.95 MiB/s   
Receiving objects:  41% (48384/116058), 67.70 MiB | 3.95 MiB/s   
Receiving objects:  42% (48745/116058), 67.70 MiB | 3.95 MiB/s   
Receiving objects:  43% (49905/116058), 69.42 MiB | 3.91 MiB/s   
Receiving objects:  44% (51066/116058), 69.42 MiB | 3.91 MiB/s   
Receiving objects:  45% (52227/116058), 69.42 MiB | 3.91 MiB/s   
Receiving objects:  46% (53387/116058), 71.20 MiB | 3.83 MiB/s   
Receiving objects:  46% (53872/116058), 72.57 MiB | 3.62 MiB/s   
Receiving objects:  47% (54548/116058), 72.57 MiB | 3.62 MiB/s   
Receiving objects:  48% (55708/116058), 72.57 MiB | 3.62 MiB/s   
Receiving objects:  49% (56869/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  50% (58029/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  51% (59190/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  51% (60028/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  52% (60351/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  53% (61511/116058), 74.21 MiB | 3.47 MiB/s   
Receiving objects:  54% (62672/116058), 76.14 MiB | 3.44 MiB/s   
Receiving objects:  55% (63832/116058), 76.14 MiB | 3.44 MiB/s   
Receiving objects:  55% (63946/116058), 77.89 MiB | 3.30 MiB/s   
Receiving objects:  56% (64993/116058), 77.89 MiB | 3.30 MiB/s   
Receiving objects:  57% (66154/116058), 77.89 MiB | 3.30 MiB/s   
Receiving objects:  58% (67314/116058), 79.33 MiB | 3.17 MiB/s   
Receiving objects:  59% (68475/116058), 79.33 MiB | 3.17 MiB/s   
Receiving objects:  60% (69635/116058), 79.33 MiB | 3.17 MiB/s   
Receiving objects:  61% (70796/116058), 79.33 MiB | 3.17 MiB/s   
Receiving objects:  62% (71956/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  62% (72663/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  63% (73117/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  64% (74278/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  65% (75438/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  66% (76599/116058), 81.11 MiB | 3.26 MiB/s   
Receiving objects:  67% (77759/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  68% (78920/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  69% (80081/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  70% (81241/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  71% (82402/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  72% (83562/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  73% (84723/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  74% (85883/116058), 83.13 MiB | 3.35 MiB/s   
Receiving objects:  75% (87044/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  76% (88205/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  77% (89365/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  78% (90526/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  79% (91686/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  79% (92073/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  80% (92847/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  81% (94007/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  82% (95168/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  83% (96329/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  84% (97489/116058), 85.38 MiB | 3.47 MiB/s   
Receiving objects:  85% (98650/116058), 87.64 MiB | 3.57 MiB/s   
Receiving objects:  86% (99810/116058), 89.67 MiB | 3.72 MiB/s   
Receiving objects:  87% (100971/116058), 89.67 MiB | 3.72 MiB/s   
Receiving objects:  87% (101726/116058), 89.67 MiB | 3.72 MiB/s   
Receiving objects:  88% (102132/116058), 89.67 MiB | 3.72 MiB/s   
Receiving objects:  89% (103292/116058), 91.71 MiB | 3.81 MiB/s   
Receiving objects:  90% (104453/116058), 91.71 MiB | 3.81 MiB/s   
Receiving objects:  91% (105613/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  91% (106109/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  92% (106774/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  93% (107934/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  94% (109095/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  95% (110256/116058), 93.83 MiB | 3.86 MiB/s   
Receiving objects:  96% (111416/116058), 98.97 MiB | 4.34 MiB/s   
Receiving objects:  96% (111469/116058), 98.97 MiB | 4.34 MiB/s   
Receiving objects:  97% (112577/116058), 98.97 MiB | 4.34 MiB/s   
Receiving objects:  97% (113724/116058), 102.49 MiB | 4.24 MiB/s   
Receiving objects:  98% (113737/116058), 102.49 MiB | 4.24 MiB/s   
Receiving objects:  99% (114898/116058), 104.22 MiB | 4.12 MiB/s   
Receiving objects:  99% (115789/116058), 108.32 MiB | 4.09 MiB/s   
remote: Total 116058 (delta 6), reused 32 (delta 6), pack-reused 116025        
Receiving objects: 100% (116058/116058), 108.32 MiB | 4.09 MiB/s   
Receiving objects: 100% (116058/116058), 108.65 MiB | 3.94 MiB/s, done.
Resolving deltas:   0% (0/74010)   
Resolving deltas:   1% (767/74010)   
Resolving deltas:   2% (1490/74010)   
Resolving deltas:   3% (2224/74010)   
Resolving deltas:   4% (3151/74010)   
Resolving deltas:   5% (3785/74010)   
Resolving deltas:   6% (4448/74010)   
Resolving deltas:   7% (5182/74010)   
Resolving deltas:   8% (6070/74010)   
Resolving deltas:   9% (6708/74010)   
Resolving deltas:  10% (7444/74010)   
Resolving deltas:  11% (8163/74010)   
Resolving deltas:  12% (8894/74010)   
Resolving deltas:  13% (9622/74010)   
Resolving deltas:  14% (10610/74010)   
Resolving deltas:  15% (11142/74010)   
Resolving deltas:  16% (11877/74010)   
Resolving deltas:  17% (12694/74010)   
Resolving deltas:  18% (13367/74010)   
Resolving deltas:  19% (14065/74010)   
Resolving deltas:  20% (14880/74010)   
Resolving deltas:  21% (16228/74010)   
Resolving deltas:  22% (16332/74010)   
Resolving deltas:  22% (16562/74010)   
Resolving deltas:  23% (17027/74010)   
Resolving deltas:  24% (17765/74010)   
Resolving deltas:  25% (18503/74010)   
Resolving deltas:  26% (19264/74010)   
Resolving deltas:  27% (19984/74010)   
Resolving deltas:  28% (20740/74010)   
Resolving deltas:  29% (21473/74010)   
Resolving deltas:  30% (22205/74010)   
Resolving deltas:  31% (22949/74010)   
Resolving deltas:  32% (23689/74010)   
Resolving deltas:  33% (24431/74010)   
Resolving deltas:  34% (25173/74010)   
Resolving deltas:  35% (25913/74010)   
Resolving deltas:  36% (26662/74010)   
Resolving deltas:  37% (27386/74010)   
Resolving deltas:  38% (28144/74010)   
Resolving deltas:  39% (28868/74010)   
Resolving deltas:  40% (29733/74010)   
Resolving deltas:  41% (30358/74010)   
Resolving deltas:  42% (31103/74010)   
Resolving deltas:  43% (31826/74010)   
Resolving deltas:  44% (32736/74010)   
Resolving deltas:  46% (34220/74010)   
Resolving deltas:  46% (34525/74010)   
Resolving deltas:  47% (34852/74010)   
Resolving deltas:  48% (35556/74010)   
Resolving deltas:  49% (36275/74010)   
Resolving deltas:  50% (37022/74010)   
Resolving deltas:  51% (37776/74010)   
Resolving deltas:  52% (38586/74010)   
Resolving deltas:  53% (39336/74010)   
Resolving deltas:  54% (40352/74010)   
Resolving deltas:  55% (40724/74010)   
Resolving deltas:  56% (41469/74010)   
Resolving deltas:  59% (44180/74010)   
Resolving deltas:  60% (44411/74010)   
Resolving deltas:  61% (45400/74010)   
Resolving deltas:  62% (45942/74010)   
Resolving deltas:  63% (46655/74010)   
Resolving deltas:  65% (48493/74010)   
Resolving deltas:  66% (48890/74010)   
Resolving deltas:  67% (49600/74010)   
Resolving deltas:  68% (50337/74010)   
Resolving deltas:  69% (51169/74010)   
Resolving deltas:  69% (51341/74010)   
Resolving deltas:  70% (51923/74010)   
Resolving deltas:  71% (52586/74010)   
Resolving deltas:  72% (53417/74010)   
Resolving deltas:  73% (54522/74010)   
Resolving deltas:  74% (54911/74010)   
Resolving deltas:  75% (55681/74010)   
Resolving deltas:  76% (56691/74010)   
Resolving deltas:  77% (57099/74010)   
Resolving deltas:  78% (57787/74010)   
Resolving deltas:  79% (58891/74010)   
Resolving deltas:  80% (59224/74010)   
Resolving deltas:  82% (61401/74010)   
Resolving deltas:  83% (61675/74010)   
Resolving deltas:  84% (62504/74010)   
Resolving deltas:  85% (63053/74010)   
Resolving deltas:  86% (63649/74010)   
Resolving deltas:  87% (64401/74010)   
Resolving deltas:  88% (65201/74010)   
Resolving deltas:  89% (66097/74010)   
Resolving deltas:  90% (66690/74010)   
Resolving deltas:  91% (67357/74010)   
Resolving deltas:  92% (68242/74010)   
Resolving deltas:  93% (68843/74010)   
Resolving deltas:  94% (69593/74010)   
Resolving deltas:  95% (70377/74010)   
Resolving deltas:  96% (71053/74010)   
Resolving deltas:  97% (71829/74010)   
Resolving deltas:  98% (72532/74010)   
Resolving deltas:  99% (73310/74010)   
Resolving deltas: 100% (74010/74010)   
Resolving deltas: 100% (74010/74010), done.
+ '[' -f titan.EclipsePlug-ins/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.misc.git ']'
++ echo https://github.com/eclipse/titan.misc.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.misc
+ git clone --progress https://github.com/eclipse/titan.misc.git titan.misc
Cloning into 'titan.misc'...
remote: Enumerating objects: 934, done.        
Receiving objects:   0% (1/934)   
Receiving objects:   1% (10/934)   
Receiving objects:   2% (19/934)   
Receiving objects:   3% (29/934)   
Receiving objects:   4% (38/934)   
Receiving objects:   5% (47/934)   
Receiving objects:   6% (57/934)   
Receiving objects:   7% (66/934)   
Receiving objects:   8% (75/934)   
Receiving objects:   9% (85/934)   
Receiving objects:  10% (94/934)   
Receiving objects:  11% (103/934)   
Receiving objects:  12% (113/934)   
Receiving objects:  13% (122/934)   
Receiving objects:  14% (131/934)   
Receiving objects:  15% (141/934)   
Receiving objects:  16% (150/934)   
Receiving objects:  17% (159/934)   
Receiving objects:  18% (169/934)   
Receiving objects:  19% (178/934)   
Receiving objects:  20% (187/934)   
Receiving objects:  21% (197/934)   
Receiving objects:  22% (206/934)   
Receiving objects:  23% (215/934)   
Receiving objects:  24% (225/934)   
Receiving objects:  25% (234/934)   
Receiving objects:  26% (243/934)   
Receiving objects:  27% (253/934)   
Receiving objects:  28% (262/934)   
Receiving objects:  29% (271/934)   
Receiving objects:  30% (281/934)   
Receiving objects:  31% (290/934)   
Receiving objects:  32% (299/934)   
Receiving objects:  33% (309/934)   
Receiving objects:  34% (318/934)   
Receiving objects:  35% (327/934)   
Receiving objects:  36% (337/934)   
Receiving objects:  37% (346/934)   
Receiving objects:  38% (355/934)   
Receiving objects:  39% (365/934)   
Receiving objects:  40% (374/934)   
Receiving objects:  41% (383/934)   
Receiving objects:  42% (393/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  43% (402/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  44% (411/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  45% (421/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  46% (430/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  47% (439/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  48% (449/934), 1.29 MiB | 2.49 MiB/s   
Receiving objects:  48% (449/934), 4.09 MiB | 3.99 MiB/s   
Receiving objects:  49% (458/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  50% (467/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  51% (477/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  52% (486/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  53% (496/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  54% (505/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  55% (514/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  56% (524/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  57% (533/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  58% (542/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  59% (552/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  60% (561/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  61% (570/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  62% (580/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  63% (589/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  64% (598/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  65% (608/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  66% (617/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  67% (626/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  68% (636/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  69% (645/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  70% (654/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  71% (664/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  72% (673/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  73% (682/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  74% (692/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  75% (701/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  76% (710/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  77% (720/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  78% (729/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  79% (738/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  80% (748/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  81% (757/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  82% (766/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  83% (776/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  84% (785/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  85% (794/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  86% (804/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  87% (813/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  88% (822/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  89% (832/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  90% (841/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  91% (850/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  92% (860/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  93% (869/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  94% (878/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  95% (888/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  96% (897/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  97% (906/934), 7.04 MiB | 4.62 MiB/s   
remote: Total 934 (delta 0), reused 0 (delta 0), pack-reused 934
Receiving objects:  98% (916/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects:  99% (925/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects: 100% (934/934), 7.04 MiB | 4.62 MiB/s   
Receiving objects: 100% (934/934), 8.03 MiB | 4.75 MiB/s, done.
Resolving deltas:   0% (0/415)   
Resolving deltas:   2% (10/415)   
Resolving deltas:   3% (14/415)   
Resolving deltas:   6% (29/415)   
Resolving deltas:   8% (34/415)   
Resolving deltas:  10% (44/415)   
Resolving deltas:  11% (49/415)   
Resolving deltas:  13% (55/415)   
Resolving deltas:  14% (61/415)   
Resolving deltas:  15% (63/415)   
Resolving deltas:  16% (67/415)   
Resolving deltas:  17% (71/415)   
Resolving deltas:  18% (75/415)   
Resolving deltas:  19% (79/415)   
Resolving deltas:  20% (83/415)   
Resolving deltas:  21% (88/415)   
Resolving deltas:  22% (93/415)   
Resolving deltas:  23% (96/415)   
Resolving deltas:  24% (101/415)   
Resolving deltas:  25% (104/415)   
Resolving deltas:  26% (108/415)   
Resolving deltas:  27% (113/415)   
Resolving deltas:  29% (123/415)   
Resolving deltas:  30% (125/415)   
Resolving deltas:  31% (130/415)   
Resolving deltas:  33% (140/415)   
Resolving deltas:  34% (142/415)   
Resolving deltas:  35% (147/415)   
Resolving deltas:  36% (150/415)   
Resolving deltas:  37% (155/415)   
Resolving deltas:  38% (158/415)   
Resolving deltas:  39% (163/415)   
Resolving deltas:  40% (169/415)   
Resolving deltas:  41% (172/415)   
Resolving deltas:  42% (175/415)   
Resolving deltas:  43% (181/415)   
Resolving deltas:  44% (183/415)   
Resolving deltas:  45% (190/415)   
Resolving deltas:  46% (191/415)   
Resolving deltas:  47% (199/415)   
Resolving deltas:  48% (201/415)   
Resolving deltas:  49% (204/415)   
Resolving deltas:  50% (208/415)   
Resolving deltas:  51% (212/415)   
Resolving deltas:  53% (221/415)   
Resolving deltas:  54% (225/415)   
Resolving deltas:  56% (233/415)   
Resolving deltas:  57% (238/415)   
Resolving deltas:  58% (243/415)   
Resolving deltas:  59% (245/415)   
Resolving deltas:  60% (250/415)   
Resolving deltas:  61% (255/415)   
Resolving deltas:  62% (259/415)   
Resolving deltas:  63% (264/415)   
Resolving deltas:  64% (266/415)   
Resolving deltas:  65% (270/415)   
Resolving deltas:  66% (276/415)   
Resolving deltas:  67% (280/415)   
Resolving deltas:  68% (285/415)   
Resolving deltas:  70% (294/415)   
Resolving deltas:  74% (308/415)   
Resolving deltas:  75% (314/415)   
Resolving deltas:  76% (319/415)   
Resolving deltas:  77% (320/415)   
Resolving deltas:  79% (330/415)   
Resolving deltas:  80% (332/415)   
Resolving deltas:  82% (341/415)   
Resolving deltas:  83% (348/415)   
Resolving deltas:  84% (349/415)   
Resolving deltas:  85% (355/415)   
Resolving deltas:  86% (359/415)   
Resolving deltas:  87% (365/415)   
Resolving deltas:  89% (373/415)   
Resolving deltas:  90% (374/415)   
Resolving deltas:  91% (378/415)   
Resolving deltas:  93% (387/415)   
Resolving deltas:  94% (391/415)   
Resolving deltas:  96% (400/415)   
Resolving deltas:  97% (405/415)   
Resolving deltas:  98% (409/415)   
Resolving deltas:  99% (413/415)   
Resolving deltas: 100% (415/415)   
Resolving deltas: 100% (415/415), done.
+ '[' -f titan.misc/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.Common_Components.Socket-API.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.Common_Components.Socket-API.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.Common_Components.Socket-API
+ git clone --progress https://github.com/eclipse/titan.TestPorts.Common_Components.Socket-API.git titan.TestPorts.Common_Components.Socket-API
Cloning into 'titan.TestPorts.Common_Components.Socket-API'...
remote: Enumerating objects: 48, done.        
remote: Total 48 (delta 0), reused 0 (delta 0), pack-reused 48        
+ '[' -f titan.TestPorts.Common_Components.Socket-API/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.SSHCLIENTasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.SSHCLIENTasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SSHCLIENTasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.SSHCLIENTasp.git titan.TestPorts.SSHCLIENTasp
Cloning into 'titan.TestPorts.SSHCLIENTasp'...
remote: Enumerating objects: 90, done.        
remote: Total 90 (delta 0), reused 0 (delta 0), pack-reused 90        
+ '[' -f titan.TestPorts.SSHCLIENTasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.STDINOUTmsg.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.STDINOUTmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.STDINOUTmsg
+ git clone --progress https://github.com/eclipse/titan.TestPorts.STDINOUTmsg.git titan.TestPorts.STDINOUTmsg
Cloning into 'titan.TestPorts.STDINOUTmsg'...
remote: Enumerating objects: 59, done.        
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59        
+ '[' -f titan.TestPorts.STDINOUTmsg/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.UNIX_DOMAIN_SOCKETasp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git titan.TestPorts.UNIX_DOMAIN_SOCKETasp
Cloning into 'titan.TestPorts.UNIX_DOMAIN_SOCKETasp'...
remote: Enumerating objects: 71, done.        
remote: Total 71 (delta 0), reused 0 (delta 0), pack-reused 71        
+ '[' -f titan.TestPorts.UNIX_DOMAIN_SOCKETasp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.TestPorts.IPL4asp.git ']'
++ echo https://github.com/eclipse/titan.TestPorts.IPL4asp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.IPL4asp
+ git clone --progress https://github.com/eclipse/titan.TestPorts.IPL4asp.git titan.TestPorts.IPL4asp
Cloning into 'titan.TestPorts.IPL4asp'...
remote: Enumerating objects: 15, done.        
remote: Counting objects:   6% (1/15)           
remote: Counting objects:  13% (2/15)           
remote: Counting objects:  20% (3/15)           
remote: Counting objects:  26% (4/15)           
remote: Counting objects:  33% (5/15)           
remote: Counting objects:  40% (6/15)           
remote: Counting objects:  46% (7/15)           
remote: Counting objects:  53% (8/15)           
remote: Counting objects:  60% (9/15)           
remote: Counting objects:  66% (10/15)           
remote: Counting objects:  73% (11/15)           
remote: Counting objects:  80% (12/15)           
remote: Counting objects:  86% (13/15)           
remote: Counting objects:  93% (14/15)           
remote: Counting objects: 100% (15/15)           
remote: Counting objects: 100% (15/15), done.        
remote: Compressing objects:   6% (1/15)           
remote: Compressing objects:  13% (2/15)           
remote: Compressing objects:  20% (3/15)           
remote: Compressing objects:  26% (4/15)           
remote: Compressing objects:  33% (5/15)           
remote: Compressing objects:  40% (6/15)           
remote: Compressing objects:  46% (7/15)           
remote: Compressing objects:  53% (8/15)           
remote: Compressing objects:  60% (9/15)           
remote: Compressing objects:  66% (10/15)           
remote: Compressing objects:  73% (11/15)           
remote: Compressing objects:  80% (12/15)           
remote: Compressing objects:  86% (13/15)           
remote: Compressing objects:  93% (14/15)           
remote: Compressing objects: 100% (15/15)           
remote: Compressing objects: 100% (15/15), done.        
Receiving objects:   0% (1/428)   
Receiving objects:   1% (5/428)   
Receiving objects:   2% (9/428)   
Receiving objects:   3% (13/428)   
Receiving objects:   4% (18/428)   
Receiving objects:   5% (22/428)   
Receiving objects:   6% (26/428)   
Receiving objects:   7% (30/428)   
Receiving objects:   8% (35/428)   
Receiving objects:   9% (39/428)   
Receiving objects:  10% (43/428)   
Receiving objects:  11% (48/428)   
Receiving objects:  12% (52/428)   
Receiving objects:  13% (56/428)   
Receiving objects:  14% (60/428)   
Receiving objects:  15% (65/428)   
Receiving objects:  16% (69/428)   
Receiving objects:  17% (73/428)   
Receiving objects:  18% (78/428)   
Receiving objects:  19% (82/428)   
Receiving objects:  20% (86/428)   
Receiving objects:  21% (90/428)   
Receiving objects:  22% (95/428)   
Receiving objects:  23% (99/428)   
Receiving objects:  24% (103/428)   
Receiving objects:  25% (107/428)   
Receiving objects:  26% (112/428)   
Receiving objects:  27% (116/428)   
Receiving objects:  28% (120/428)   
Receiving objects:  29% (125/428)   
Receiving objects:  30% (129/428)   
Receiving objects:  31% (133/428)   
Receiving objects:  32% (137/428)   
Receiving objects:  33% (142/428)   
Receiving objects:  34% (146/428)   
Receiving objects:  35% (150/428)   
Receiving objects:  36% (155/428)   
Receiving objects:  37% (159/428)   
Receiving objects:  38% (163/428)   
Receiving objects:  39% (167/428)   
Receiving objects:  40% (172/428)   
Receiving objects:  41% (176/428)   
Receiving objects:  42% (180/428)   
Receiving objects:  43% (185/428)   
Receiving objects:  44% (189/428)   
Receiving objects:  45% (193/428)   
Receiving objects:  46% (197/428)   
Receiving objects:  47% (202/428)   
Receiving objects:  48% (206/428)   
Receiving objects:  49% (210/428)   
Receiving objects:  50% (214/428)   
Receiving objects:  51% (219/428)   
Receiving objects:  52% (223/428)   
Receiving objects:  53% (227/428)   
Receiving objects:  54% (232/428)   
Receiving objects:  55% (236/428)   
Receiving objects:  56% (240/428)   
Receiving objects:  57% (244/428)   
Receiving objects:  58% (249/428)   
Receiving objects:  59% (253/428)   
Receiving objects:  60% (257/428)   
Receiving objects:  61% (262/428)   
Receiving objects:  62% (266/428)   
Receiving objects:  63% (270/428)   
Receiving objects:  64% (274/428)   
Receiving objects:  65% (279/428)   
Receiving objects:  66% (283/428)   
Receiving objects:  67% (287/428)   
Receiving objects:  68% (292/428)   
Receiving objects:  69% (296/428)   
Receiving objects:  70% (300/428)   
Receiving objects:  71% (304/428)   
Receiving objects:  72% (309/428)   
Receiving objects:  73% (313/428)   
Receiving objects:  74% (317/428)   
Receiving objects:  75% (321/428)   
Receiving objects:  76% (326/428)   
Receiving objects:  77% (330/428)   
Receiving objects:  78% (334/428)   
Receiving objects:  79% (339/428)   
Receiving objects:  80% (343/428)   
Receiving objects:  81% (347/428)   
Receiving objects:  82% (351/428)   
Receiving objects:  83% (356/428)   
Receiving objects:  84% (360/428)   
Receiving objects:  85% (364/428)   
Receiving objects:  86% (369/428)   
Receiving objects:  87% (373/428)   
Receiving objects:  88% (377/428)   
Receiving objects:  89% (381/428)   
Receiving objects:  90% (386/428)   
Receiving objects:  91% (390/428)   
Receiving objects:  92% (394/428)   
Receiving objects:  93% (399/428)   
Receiving objects:  94% (403/428)   
Receiving objects:  95% (407/428)   
Receiving objects:  96% (411/428)   
Receiving objects:  97% (416/428)   
Receiving objects:  98% (420/428)   
remote: Total 428 (delta 1), reused 5 (delta 0), pack-reused 413        
Receiving objects:  99% (424/428)   
Receiving objects: 100% (428/428)   
Receiving objects: 100% (428/428), 898.48 KiB | 2.00 MiB/s, done.
Resolving deltas:   0% (0/299)   
Resolving deltas:   5% (16/299)   
Resolving deltas:   9% (28/299)   
Resolving deltas:  14% (43/299)   
Resolving deltas:  26% (78/299)   
Resolving deltas:  27% (81/299)   
Resolving deltas:  28% (84/299)   
Resolving deltas:  33% (101/299)   
Resolving deltas:  38% (116/299)   
Resolving deltas:  40% (121/299)   
Resolving deltas:  42% (128/299)   
Resolving deltas:  55% (165/299)   
Resolving deltas:  60% (182/299)   
Resolving deltas:  61% (184/299)   
Resolving deltas:  68% (204/299)   
Resolving deltas:  72% (217/299)   
Resolving deltas:  78% (235/299)   
Resolving deltas:  83% (251/299)   
Resolving deltas:  88% (266/299)   
Resolving deltas:  89% (269/299)   
Resolving deltas:  90% (270/299)   
Resolving deltas:  91% (273/299)   
Resolving deltas:  92% (278/299)   
Resolving deltas:  93% (281/299)   
Resolving deltas:  94% (283/299)   
Resolving deltas:  99% (298/299)   
Resolving deltas: 100% (299/299)   
Resolving deltas: 100% (299/299), done.
+ '[' -f titan.TestPorts.IPL4asp/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.IPsec.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.IPsec.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IPsec
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.IPsec.git titan.ProtocolModules.IPsec
Cloning into 'titan.ProtocolModules.IPsec'...
remote: Enumerating objects: 44, done.        
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44        
+ '[' -f titan.ProtocolModules.IPsec/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.JSON_v07_2006.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.JSON_v07_2006.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.JSON_v07_2006
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.JSON_v07_2006.git titan.ProtocolModules.JSON_v07_2006
Cloning into 'titan.ProtocolModules.JSON_v07_2006'...
remote: Enumerating objects: 50, done.        
remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50        
+ '[' -f titan.ProtocolModules.JSON_v07_2006/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.RADIUS_ProtocolModule_Generator
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git titan.ProtocolModules.RADIUS_ProtocolModule_Generator
Cloning into 'titan.ProtocolModules.RADIUS_ProtocolModule_Generator'...
remote: Enumerating objects: 183, done.        
Receiving objects:   0% (1/183)   
Receiving objects:   1% (2/183)   
Receiving objects:   2% (4/183)   
Receiving objects:   3% (6/183)   
Receiving objects:   4% (8/183)   
Receiving objects:   5% (10/183)   
Receiving objects:   6% (11/183)   
Receiving objects:   7% (13/183)   
Receiving objects:   8% (15/183)   
Receiving objects:   9% (17/183)   
Receiving objects:  10% (19/183)   
Receiving objects:  11% (21/183)   
Receiving objects:  12% (22/183)   
Receiving objects:  13% (24/183)   
Receiving objects:  14% (26/183)   
Receiving objects:  15% (28/183)   
Receiving objects:  16% (30/183)   
Receiving objects:  17% (32/183)   
Receiving objects:  18% (33/183)   
Receiving objects:  19% (35/183)   
Receiving objects:  20% (37/183)   
Receiving objects:  21% (39/183)   
Receiving objects:  22% (41/183)   
Receiving objects:  23% (43/183)   
Receiving objects:  24% (44/183)   
Receiving objects:  25% (46/183)   
Receiving objects:  26% (48/183)   
Receiving objects:  27% (50/183)   
Receiving objects:  28% (52/183)   
Receiving objects:  29% (54/183)   
Receiving objects:  30% (55/183)   
Receiving objects:  31% (57/183)   
Receiving objects:  32% (59/183)   
Receiving objects:  33% (61/183)   
Receiving objects:  34% (63/183)   
Receiving objects:  35% (65/183)   
Receiving objects:  36% (66/183)   
Receiving objects:  37% (68/183)   
Receiving objects:  38% (70/183)   
Receiving objects:  39% (72/183)   
Receiving objects:  40% (74/183)   
Receiving objects:  41% (76/183)   
Receiving objects:  42% (77/183)   
Receiving objects:  43% (79/183)   
Receiving objects:  44% (81/183)   
Receiving objects:  45% (83/183)   
Receiving objects:  46% (85/183)   
Receiving objects:  47% (87/183)   
Receiving objects:  48% (88/183)   
Receiving objects:  49% (90/183)   
Receiving objects:  50% (92/183)   
Receiving objects:  51% (94/183)   
Receiving objects:  52% (96/183)   
Receiving objects:  53% (97/183)   
Receiving objects:  54% (99/183)   
Receiving objects:  55% (101/183)   
Receiving objects:  56% (103/183)   
Receiving objects:  57% (105/183)   
Receiving objects:  58% (107/183)   
Receiving objects:  59% (108/183)   
Receiving objects:  60% (110/183)   
Receiving objects:  61% (112/183)   
Receiving objects:  62% (114/183)   
Receiving objects:  63% (116/183)   
Receiving objects:  64% (118/183)   
Receiving objects:  65% (119/183)   
Receiving objects:  66% (121/183)   
Receiving objects:  67% (123/183)   
Receiving objects:  68% (125/183)   
Receiving objects:  69% (127/183)   
Receiving objects:  70% (129/183)   
Receiving objects:  71% (130/183)   
Receiving objects:  72% (132/183)   
Receiving objects:  73% (134/183)   
Receiving objects:  74% (136/183)   
Receiving objects:  75% (138/183)   
Receiving objects:  76% (140/183)   
Receiving objects:  77% (141/183)   
remote: Total 183 (delta 0), reused 0 (delta 0), pack-reused 183        
Receiving objects:  78% (143/183)   
Receiving objects:  79% (145/183)   
Receiving objects:  80% (147/183)   
Receiving objects:  81% (149/183)   
Receiving objects:  82% (151/183)   
Receiving objects:  83% (152/183)   
Receiving objects:  84% (154/183)   
Receiving objects:  85% (156/183)   
Receiving objects:  86% (158/183)   
Receiving objects:  87% (160/183)   
Receiving objects:  88% (162/183)   
Receiving objects:  89% (163/183)   
Receiving objects:  90% (165/183)   
Receiving objects:  91% (167/183)   
Receiving objects:  92% (169/183)   
Receiving objects:  93% (171/183)   
Receiving objects:  94% (173/183)   
Receiving objects:  95% (174/183)   
Receiving objects:  96% (176/183)   
Receiving objects:  97% (178/183)   
Receiving objects:  98% (180/183)   
Receiving objects:  99% (182/183)   
Receiving objects: 100% (183/183)   
Receiving objects: 100% (183/183), 348.06 KiB | 1.03 MiB/s, done.
Resolving deltas:   0% (0/117)   
Resolving deltas:   2% (3/117)   
Resolving deltas:   7% (9/117)   
Resolving deltas:   9% (11/117)   
Resolving deltas:  17% (20/117)   
Resolving deltas:  18% (22/117)   
Resolving deltas:  24% (29/117)   
Resolving deltas:  32% (38/117)   
Resolving deltas:  34% (40/117)   
Resolving deltas:  35% (42/117)   
Resolving deltas:  36% (43/117)   
Resolving deltas:  40% (47/117)   
Resolving deltas:  44% (52/117)   
Resolving deltas:  46% (54/117)   
Resolving deltas:  48% (57/117)   
Resolving deltas:  52% (61/117)   
Resolving deltas:  57% (67/117)   
Resolving deltas:  60% (71/117)   
Resolving deltas:  63% (74/117)   
Resolving deltas:  68% (80/117)   
Resolving deltas:  69% (81/117)   
Resolving deltas:  70% (83/117)   
Resolving deltas:  75% (88/117)   
Resolving deltas:  78% (92/117)   
Resolving deltas:  82% (96/117)   
Resolving deltas:  83% (98/117)   
Resolving deltas:  84% (99/117)   
Resolving deltas:  89% (105/117)   
Resolving deltas:  91% (107/117)   
Resolving deltas:  92% (108/117)   
Resolving deltas:  96% (113/117)   
Resolving deltas:  97% (114/117)   
Resolving deltas:  99% (116/117)   
Resolving deltas: 100% (117/117)   
Resolving deltas: 100% (117/117), done.
+ '[' -f titan.ProtocolModules.RADIUS_ProtocolModule_Generator/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.WebSocket.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.WebSocket.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.WebSocket
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.WebSocket.git titan.ProtocolModules.WebSocket
Cloning into 'titan.ProtocolModules.WebSocket'...
remote: Enumerating objects: 46, done.        
remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46        
+ '[' -f titan.ProtocolModules.WebSocket/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.ProtocolModules.HTTP2.0.git ']'
++ echo https://github.com/eclipse/titan.ProtocolModules.HTTP2.0.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.HTTP2.0
+ git clone --progress https://github.com/eclipse/titan.ProtocolModules.HTTP2.0.git titan.ProtocolModules.HTTP2.0
Cloning into 'titan.ProtocolModules.HTTP2.0'...
remote: Enumerating objects: 71, done.        
remote: Total 71 (delta 0), reused 0 (delta 0), pack-reused 71        
+ '[' -f titan.ProtocolModules.HTTP2.0/Makefile ']'
+ read REPO
+ '[' -z https://github.com/eclipse/titan.Libraries.TCCUsefulFunctions.git ']'
++ echo https://github.com/eclipse/titan.Libraries.TCCUsefulFunctions.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.Libraries.TCCUsefulFunctions
+ git clone --progress https://github.com/eclipse/titan.Libraries.TCCUsefulFunctions.git titan.Libraries.TCCUsefulFunctions
Cloning into 'titan.Libraries.TCCUsefulFunctions'...
remote: Enumerating objects: 656, done.        
Receiving objects:   0% (1/656)   
Receiving objects:   1% (7/656)   
Receiving objects:   2% (14/656)   
Receiving objects:   3% (20/656)   
Receiving objects:   4% (27/656)   
Receiving objects:   5% (33/656)   
Receiving objects:   6% (40/656)   
Receiving objects:   7% (46/656)   
Receiving objects:   8% (53/656)   
Receiving objects:   9% (60/656)   
Receiving objects:  10% (66/656)   
Receiving objects:  11% (73/656)   
Receiving objects:  12% (79/656)   
Receiving objects:  13% (86/656)   
Receiving objects:  14% (92/656)   
Receiving objects:  15% (99/656)   
Receiving objects:  16% (105/656)   
Receiving objects:  17% (112/656)   
Receiving objects:  18% (119/656)   
Receiving objects:  19% (125/656)   
Receiving objects:  20% (132/656)   
Receiving objects:  21% (138/656)   
Receiving objects:  22% (145/656)   
Receiving objects:  23% (151/656)   
Receiving objects:  24% (158/656)   
Receiving objects:  25% (164/656)   
Receiving objects:  26% (171/656)   
Receiving objects:  27% (178/656)   
Receiving objects:  28% (184/656)   
Receiving objects:  29% (191/656)   
Receiving objects:  30% (197/656)   
Receiving objects:  31% (204/656)   
Receiving objects:  32% (210/656)   
Receiving objects:  33% (217/656)   
Receiving objects:  34% (224/656)   
Receiving objects:  35% (230/656)   
Receiving objects:  36% (237/656)   
Receiving objects:  37% (243/656)   
Receiving objects:  38% (250/656)   
Receiving objects:  39% (256/656)   
Receiving objects:  40% (263/656)   
Receiving objects:  41% (269/656)   
Receiving objects:  42% (276/656)   
Receiving objects:  43% (283/656)   
Receiving objects:  44% (289/656)   
Receiving objects:  45% (296/656)   
Receiving objects:  46% (302/656)   
Receiving objects:  47% (309/656)   
Receiving objects:  48% (315/656)   
Receiving objects:  49% (322/656)   
Receiving objects:  50% (328/656)   
Receiving objects:  51% (335/656)   
Receiving objects:  52% (342/656)   
Receiving objects:  53% (348/656)   
Receiving objects:  54% (355/656)   
Receiving objects:  55% (361/656)   
Receiving objects:  56% (368/656)   
Receiving objects:  57% (374/656)   
Receiving objects:  58% (381/656)   
Receiving objects:  59% (388/656)   
Receiving objects:  60% (394/656)   
Receiving objects:  61% (401/656)   
Receiving objects:  62% (407/656)   
Receiving objects:  63% (414/656)   
Receiving objects:  64% (420/656)   
Receiving objects:  65% (427/656)   
Receiving objects:  66% (433/656)   
Receiving objects:  67% (440/656)   
Receiving objects:  68% (447/656)   
Receiving objects:  69% (453/656)   
Receiving objects:  70% (460/656)   
Receiving objects:  71% (466/656)   
Receiving objects:  72% (473/656)   
Receiving objects:  73% (479/656)   
Receiving objects:  74% (486/656)   
Receiving objects:  75% (492/656)   
Receiving objects:  76% (499/656)   
Receiving objects:  77% (506/656)   
Receiving objects:  78% (512/656)   
Receiving objects:  79% (519/656)   
Receiving objects:  80% (525/656)   
Receiving objects:  81% (532/656)   
Receiving objects:  82% (538/656)   
Receiving objects:  83% (545/656)   
Receiving objects:  84% (552/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  85% (558/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  86% (565/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  87% (571/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  88% (578/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  89% (584/656), 976.01 KiB | 1.90 MiB/s   
remote: Total 656 (delta 0), reused 0 (delta 0), pack-reused 656        
Receiving objects:  90% (591/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  91% (597/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  92% (604/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  93% (611/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  94% (617/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  95% (624/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  96% (630/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  97% (637/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  98% (643/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects:  99% (650/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects: 100% (656/656), 976.01 KiB | 1.90 MiB/s   
Receiving objects: 100% (656/656), 1.07 MiB | 2.11 MiB/s, done.
Resolving deltas:   0% (0/499)   
Resolving deltas:   3% (15/499)   
Resolving deltas:   4% (23/499)   
Resolving deltas:   9% (46/499)   
Resolving deltas:  12% (60/499)   
Resolving deltas:  13% (65/499)   
Resolving deltas:  14% (70/499)   
Resolving deltas:  15% (79/499)   
Resolving deltas:  16% (80/499)   
Resolving deltas:  17% (85/499)   
Resolving deltas:  18% (90/499)   
Resolving deltas:  19% (95/499)   
Resolving deltas:  20% (100/499)   
Resolving deltas:  21% (108/499)   
Resolving deltas:  22% (110/499)   
Resolving deltas:  23% (116/499)   
Resolving deltas:  26% (133/499)   
Resolving deltas:  27% (137/499)   
Resolving deltas:  30% (151/499)   
Resolving deltas:  32% (160/499)   
Resolving deltas:  34% (174/499)   
Resolving deltas:  36% (180/499)   
Resolving deltas:  38% (194/499)   
Resolving deltas:  39% (197/499)   
Resolving deltas:  40% (203/499)   
Resolving deltas:  42% (212/499)   
Resolving deltas:  44% (224/499)   
Resolving deltas:  46% (230/499)   
Resolving deltas:  48% (242/499)   
Resolving deltas:  50% (253/499)   
Resolving deltas:  55% (277/499)   
Resolving deltas:  56% (283/499)   
Resolving deltas:  60% (304/499)   
Resolving deltas:  62% (310/499)   
Resolving deltas:  63% (316/499)   
Resolving deltas:  65% (328/499)   
Resolving deltas:  66% (334/499)   
Resolving deltas:  67% (335/499)   
Resolving deltas:  68% (344/499)   
Resolving deltas:  69% (346/499)   
Resolving deltas:  71% (358/499)   
Resolving deltas:  73% (367/499)   
Resolving deltas:  74% (372/499)   
Resolving deltas:  75% (378/499)   
Resolving deltas:  76% (381/499)   
Resolving deltas:  77% (388/499)   
Resolving deltas:  79% (397/499)   
Resolving deltas:  80% (401/499)   
Resolving deltas:  81% (407/499)   
Resolving deltas:  82% (413/499)   
Resolving deltas:  85% (428/499)   
Resolving deltas:  86% (430/499)   
Resolving deltas:  89% (445/499)   
Resolving deltas:  90% (452/499)   
Resolving deltas:  91% (455/499)   
Resolving deltas:  92% (461/499)   
Resolving deltas:  93% (465/499)   
Resolving deltas:  94% (471/499)   
Resolving deltas:  95% (479/499)   
Resolving deltas:  96% (482/499)   
Resolving deltas:  97% (485/499)   
Resolving deltas:  98% (490/499)   
Resolving deltas:  99% (496/499)   
Resolving deltas: 100% (499/499)   
Resolving deltas: 100% (499/499), done.
+ '[' -f titan.Libraries.TCCUsefulFunctions/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ApplicationLibraries.CoAP ']'
++ echo https://git.eclipse.org/r/titan/titan.ApplicationLibraries.CoAP
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ApplicationLibraries.CoAP
+ git clone --progress https://git.eclipse.org/r/titan/titan.ApplicationLibraries.CoAP titan.ApplicationLibraries.CoAP
Cloning into 'titan.ApplicationLibraries.CoAP'...
remote: Total 95 (delta 0), reused 95 (delta 0)        
+ '[' -f titan.ApplicationLibraries.CoAP/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ApplicationLibraries.MQTT ']'
++ echo https://git.eclipse.org/r/titan/titan.ApplicationLibraries.MQTT
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ApplicationLibraries.MQTT
+ git clone --progress https://git.eclipse.org/r/titan/titan.ApplicationLibraries.MQTT titan.ApplicationLibraries.MQTT
Cloning into 'titan.ApplicationLibraries.MQTT'...
remote: Total 59 (delta 0), reused 59 (delta 0)        
+ '[' -f titan.ApplicationLibraries.MQTT/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ProtocolModules.CoAP.git ']'
++ echo https://git.eclipse.org/r/titan/titan.ProtocolModules.CoAP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.CoAP
+ git clone --progress https://git.eclipse.org/r/titan/titan.ProtocolModules.CoAP.git titan.ProtocolModules.CoAP
Cloning into 'titan.ProtocolModules.CoAP'...
remote: Counting objects: 1           
remote: Counting objects: 4, done        
remote: Total 97 (delta 0), reused 97 (delta 0)        
+ '[' -f titan.ProtocolModules.CoAP/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ProtocolModules.MQTT.git ']'
++ echo https://git.eclipse.org/r/titan/titan.ProtocolModules.MQTT.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.MQTT
+ git clone --progress https://git.eclipse.org/r/titan/titan.ProtocolModules.MQTT.git titan.ProtocolModules.MQTT
Cloning into 'titan.ProtocolModules.MQTT'...
remote: Counting objects: 1           
remote: Counting objects: 7, done        
Receiving objects:   0% (1/119)   
Receiving objects:   1% (2/119)   
Receiving objects:   2% (3/119)   
Receiving objects:   3% (4/119)   
Receiving objects:   4% (5/119)   
Receiving objects:   5% (6/119)   
Receiving objects:   6% (8/119)   
Receiving objects:   7% (9/119)   
Receiving objects:   8% (10/119)   
Receiving objects:   9% (11/119)   
Receiving objects:  10% (12/119)   
Receiving objects:  11% (14/119)   
Receiving objects:  12% (15/119)   
Receiving objects:  13% (16/119)   
Receiving objects:  14% (17/119)   
Receiving objects:  15% (18/119)   
Receiving objects:  16% (20/119)   
Receiving objects:  17% (21/119)   
Receiving objects:  18% (22/119)   
Receiving objects:  19% (23/119)   
Receiving objects:  20% (24/119)   
Receiving objects:  21% (25/119)   
Receiving objects:  22% (27/119)   
Receiving objects:  23% (28/119)   
Receiving objects:  24% (29/119)   
Receiving objects:  25% (30/119)   
Receiving objects:  26% (31/119)   
Receiving objects:  27% (33/119)   
Receiving objects:  28% (34/119)   
Receiving objects:  29% (35/119)   
Receiving objects:  30% (36/119)   
Receiving objects:  31% (37/119)   
Receiving objects:  32% (39/119)   
Receiving objects:  33% (40/119)   
Receiving objects:  34% (41/119)   
Receiving objects:  35% (42/119)   
Receiving objects:  36% (43/119)   
Receiving objects:  37% (45/119)   
Receiving objects:  38% (46/119)   
Receiving objects:  39% (47/119)   
Receiving objects:  40% (48/119)   
Receiving objects:  41% (49/119)   
Receiving objects:  42% (50/119)   
Receiving objects:  43% (52/119)   
Receiving objects:  44% (53/119)   
Receiving objects:  45% (54/119)   
Receiving objects:  46% (55/119)   
Receiving objects:  47% (56/119)   
Receiving objects:  48% (58/119)   
Receiving objects:  49% (59/119)   
Receiving objects:  50% (60/119)   
Receiving objects:  51% (61/119)   
Receiving objects:  52% (62/119)   
Receiving objects:  53% (64/119)   
Receiving objects:  54% (65/119)   
Receiving objects:  55% (66/119)   
Receiving objects:  56% (67/119)   
Receiving objects:  57% (68/119)   
Receiving objects:  58% (70/119)   
Receiving objects:  59% (71/119)   
Receiving objects:  60% (72/119)   
Receiving objects:  61% (73/119)   
Receiving objects:  62% (74/119)   
Receiving objects:  63% (75/119)   
Receiving objects:  64% (77/119)   
Receiving objects:  65% (78/119)   
remote: Total 119 (delta 0), reused 119 (delta 0)        
Receiving objects:  66% (79/119)   
Receiving objects:  67% (80/119)   
Receiving objects:  68% (81/119)   
Receiving objects:  69% (83/119)   
Receiving objects:  70% (84/119)   
Receiving objects:  71% (85/119)   
Receiving objects:  72% (86/119)   
Receiving objects:  73% (87/119)   
Receiving objects:  74% (89/119)   
Receiving objects:  75% (90/119)   
Receiving objects:  76% (91/119)   
Receiving objects:  77% (92/119)   
Receiving objects:  78% (93/119)   
Receiving objects:  79% (95/119)   
Receiving objects:  80% (96/119)   
Receiving objects:  81% (97/119)   
Receiving objects:  82% (98/119)   
Receiving objects:  83% (99/119)   
Receiving objects:  84% (100/119)   
Receiving objects:  85% (102/119)   
Receiving objects:  86% (103/119)   
Receiving objects:  87% (104/119)   
Receiving objects:  88% (105/119)   
Receiving objects:  89% (106/119)   
Receiving objects:  90% (108/119)   
Receiving objects:  91% (109/119)   
Receiving objects:  92% (110/119)   
Receiving objects:  93% (111/119)   
Receiving objects:  94% (112/119)   
Receiving objects:  95% (114/119)   
Receiving objects:  96% (115/119)   
Receiving objects:  97% (116/119)   
Receiving objects:  98% (117/119)   
Receiving objects:  99% (118/119)   
Receiving objects: 100% (119/119)   
Receiving objects: 100% (119/119), 111.98 KiB | 37.00 KiB/s, done.
Resolving deltas:   0% (0/67)   
Resolving deltas:   1% (1/67)   
Resolving deltas:  11% (8/67)   
Resolving deltas:  13% (9/67)   
Resolving deltas:  16% (11/67)   
Resolving deltas:  20% (14/67)   
Resolving deltas:  22% (15/67)   
Resolving deltas:  35% (24/67)   
Resolving deltas:  47% (32/67)   
Resolving deltas:  61% (41/67)   
Resolving deltas:  76% (51/67)   
Resolving deltas:  89% (60/67)   
Resolving deltas:  98% (66/67)   
Resolving deltas: 100% (67/67)   
Resolving deltas: 100% (67/67), done.
+ '[' -f titan.ProtocolModules.MQTT/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ProtocolModules.SCTP.git ']'
++ echo https://git.eclipse.org/r/titan/titan.ProtocolModules.SCTP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.SCTP
+ git clone --progress https://git.eclipse.org/r/titan/titan.ProtocolModules.SCTP.git titan.ProtocolModules.SCTP
Cloning into 'titan.ProtocolModules.SCTP'...
remote: Counting objects: 1           
remote: Counting objects: 1, done        
remote: Total 41 (delta 0), reused 41 (delta 0)        
+ '[' -f titan.ProtocolModules.SCTP/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ProtocolModules.SDP.git ']'
++ echo https://git.eclipse.org/r/titan/titan.ProtocolModules.SDP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.SDP
+ git clone --progress https://git.eclipse.org/r/titan/titan.ProtocolModules.SDP.git titan.ProtocolModules.SDP
Cloning into 'titan.ProtocolModules.SDP'...
remote: Counting objects: 1           
remote: Counting objects: 1, done        
remote: Total 90 (delta 0), reused 90 (delta 0)        
+ '[' -f titan.ProtocolModules.SDP/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.ProtocolModules.TLS.git ']'
++ echo https://git.eclipse.org/r/titan/titan.ProtocolModules.TLS.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.TLS
+ git clone --progress https://git.eclipse.org/r/titan/titan.ProtocolModules.TLS.git titan.ProtocolModules.TLS
Cloning into 'titan.ProtocolModules.TLS'...
remote: Counting objects: 1           
remote: Counting objects: 1, done        
remote: Total 61 (delta 0), reused 61 (delta 0)        
+ '[' -f titan.ProtocolModules.TLS/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.TestPorts.GPIO.git ']'
++ echo https://git.eclipse.org/r/titan/titan.TestPorts.GPIO.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.GPIO
+ git clone --progress https://git.eclipse.org/r/titan/titan.TestPorts.GPIO.git titan.TestPorts.GPIO
Cloning into 'titan.TestPorts.GPIO'...
remote: Counting objects: 1           
remote: Counting objects: 2, done        
remote: Total 123 (delta 0), reused 123 (delta 0)        
Receiving objects:   0% (1/123)   
Receiving objects:   1% (2/123)   
Receiving objects:   2% (3/123)   
Receiving objects:   3% (4/123)   
Receiving objects:   4% (5/123)   
Receiving objects:   5% (7/123)   
Receiving objects:   6% (8/123)   
Receiving objects:   7% (9/123)   
Receiving objects:   8% (10/123)   
Receiving objects:   9% (12/123)   
Receiving objects:  10% (13/123)   
Receiving objects:  11% (14/123)   
Receiving objects:  12% (15/123)   
Receiving objects:  13% (16/123)   
Receiving objects:  14% (18/123)   
Receiving objects:  15% (19/123)   
Receiving objects:  16% (20/123)   
Receiving objects:  17% (21/123)   
Receiving objects:  18% (23/123)   
Receiving objects:  19% (24/123)   
Receiving objects:  20% (25/123)   
Receiving objects:  21% (26/123)   
Receiving objects:  22% (28/123)   
Receiving objects:  23% (29/123)   
Receiving objects:  24% (30/123)   
Receiving objects:  25% (31/123)   
Receiving objects:  26% (32/123)   
Receiving objects:  27% (34/123)   
Receiving objects:  28% (35/123)   
Receiving objects:  29% (36/123)   
Receiving objects:  30% (37/123)   
Receiving objects:  31% (39/123)   
Receiving objects:  32% (40/123)   
Receiving objects:  33% (41/123)   
Receiving objects:  34% (42/123)   
Receiving objects:  35% (44/123)   
Receiving objects:  36% (45/123)   
Receiving objects:  37% (46/123)   
Receiving objects:  38% (47/123)   
Receiving objects:  39% (48/123)   
Receiving objects:  40% (50/123)   
Receiving objects:  41% (51/123)   
Receiving objects:  42% (52/123)   
Receiving objects:  43% (53/123)   
Receiving objects:  44% (55/123)   
Receiving objects:  45% (56/123)   
Receiving objects:  46% (57/123)   
Receiving objects:  47% (58/123)   
Receiving objects:  48% (60/123)   
Receiving objects:  49% (61/123)   
Receiving objects:  50% (62/123)   
Receiving objects:  51% (63/123)   
Receiving objects:  52% (64/123)   
Receiving objects:  53% (66/123)   
Receiving objects:  54% (67/123)   
Receiving objects:  55% (68/123)   
Receiving objects:  56% (69/123)   
Receiving objects:  57% (71/123)   
Receiving objects:  58% (72/123)   
Receiving objects:  59% (73/123)   
Receiving objects:  60% (74/123)   
Receiving objects:  61% (76/123)   
Receiving objects:  62% (77/123)   
Receiving objects:  63% (78/123)   
Receiving objects:  64% (79/123)   
Receiving objects:  65% (80/123)   
Receiving objects:  66% (82/123)   
Receiving objects:  67% (83/123)   
Receiving objects:  68% (84/123)   
Receiving objects:  69% (85/123)   
Receiving objects:  70% (87/123)   
Receiving objects:  71% (88/123)   
Receiving objects:  72% (89/123)   
Receiving objects:  73% (90/123)   
Receiving objects:  74% (92/123)   
Receiving objects:  75% (93/123)   
Receiving objects:  76% (94/123)   
Receiving objects:  77% (95/123)   
Receiving objects:  78% (96/123)   
Receiving objects:  79% (98/123)   
Receiving objects:  80% (99/123)   
Receiving objects:  81% (100/123)   
Receiving objects:  82% (101/123)   
Receiving objects:  83% (103/123)   
Receiving objects:  84% (104/123)   
Receiving objects:  85% (105/123)   
Receiving objects:  86% (106/123)   
Receiving objects:  87% (108/123)   
Receiving objects:  88% (109/123)   
Receiving objects:  89% (110/123)   
Receiving objects:  90% (111/123)   
Receiving objects:  91% (112/123)   
Receiving objects:  92% (114/123)   
Receiving objects:  93% (115/123)   
Receiving objects:  94% (116/123)   
Receiving objects:  95% (117/123)   
Receiving objects:  96% (119/123)   
Receiving objects:  97% (120/123)   
Receiving objects:  98% (121/123)   
Receiving objects:  99% (122/123)   
Receiving objects: 100% (123/123)   
Receiving objects: 100% (123/123), 31.82 KiB | 237.00 KiB/s, done.
Resolving deltas:   0% (0/69)   
Resolving deltas:   1% (1/69)   
Resolving deltas:  18% (13/69)   
Resolving deltas:  20% (14/69)   
Resolving deltas:  24% (17/69)   
Resolving deltas:  26% (18/69)   
Resolving deltas:  34% (24/69)   
Resolving deltas:  42% (29/69)   
Resolving deltas:  49% (34/69)   
Resolving deltas:  56% (39/69)   
Resolving deltas:  63% (44/69)   
Resolving deltas:  75% (52/69)   
Resolving deltas:  76% (53/69)   
Resolving deltas:  78% (54/69)   
Resolving deltas:  88% (61/69)   
Resolving deltas: 100% (69/69)   
Resolving deltas: 100% (69/69), done.
+ '[' -f titan.TestPorts.GPIO/Makefile ']'
+ read REPO
+ '[' -z https://git.eclipse.org/r/titan/titan.TestPorts.Serial.git ']'
++ echo https://git.eclipse.org/r/titan/titan.TestPorts.Serial.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.Serial
+ git clone --progress https://git.eclipse.org/r/titan/titan.TestPorts.Serial.git titan.TestPorts.Serial
Cloning into 'titan.TestPorts.Serial'...
remote: Counting objects: 1           
remote: Counting objects: 1, done        
remote: Total 93 (delta 0), reused 93 (delta 0)        
+ '[' -f titan.TestPorts.Serial/Makefile ']'
+ read REPO

exit 0
+ exit 0
 ---> 71dcb4bb32d1
Removing intermediate container 67da3cffd811
Step 8/8 : CMD /bin/bash
 ---> Running in 61fb89311e8d
 ---> 7f3e50bee721
Removing intermediate container 61fb89311e8d
Successfully built 7f3e50bee721
Successfully tagged stftitan:latest

docker images
+ docker images
REPOSITORY                 TAG                 IMAGE ID            CREATED                  SIZE
stftitan                   latest              7f3e50bee721        Less than a second ago   2.83GB
stfubuntu                  18.04               af7960be96f6        9 minutes ago            2.11GB
tosca-ie-sample            latest              b336b293fb06        About an hour ago        552MB
ubuntu                     18.04               7698f282e524        16 hours ago             69.9MB
ubuntu                     latest              7698f282e524        16 hours ago             69.9MB
<none>                     <none>              7fcc0d143f38        27 hours ago             586MB
<none>                     <none>              a3b04f7be80a        40 hours ago             586MB
<none>                     <none>              3cc6372711e3        2 days ago               586MB
<none>                     <none>              13ec95e1389b        2 days ago               586MB
<none>                     <none>              e932a6441062        2 weeks ago              150MB
sol006                     latest              f619b0db8d88        2 weeks ago              150MB
<none>                     <none>              e889cc1fde43        3 weeks ago              570MB
<none>                     <none>              69b54ee3111f        3 weeks ago              150MB
<none>                     <none>              b4faaa16c3f2        3 weeks ago              150MB
<none>                     <none>              255364b8ec10        3 weeks ago              570MB
<none>                     <none>              84859dde0d23        3 weeks ago              570MB
<none>                     <none>              e6d0e25e0e98        3 weeks ago              151MB
openapivalidator           latest              aead7ceb0f7b        2 months ago             221MB
mjethanandani/pyang        latest              d359e28f6d04        9 months ago             565MB
plantuml/plantuml-server   tomcat              805a4b03284f        10 months ago            729MB
docker inspect stftitan:latest || ( echo "Docker inspect failed: $?"; exit 1 )
+ docker inspect stftitan:latest
[
    {
        "Id": "sha256:7f3e50bee721180d67d17207c40c190b28959c99af32ff0b8a54c4ea491966f7",
        "RepoTags": [
            "stftitan:latest"
        ],
        "RepoDigests": [],
        "Parent": "sha256:71dcb4bb32d1a4ce65a186ab601ef6731b2b2d2a09d1fdf29ddc8877c1de2af0",
        "Comment": "",
        "Created": "2019-05-16T13:02:37.388367059Z",
        "Container": "61fb89311e8d1661414b19073a983e1665fe69c38376cc37eae13bfc19b1442d",
        "ContainerConfig": {
            "Hostname": "61fb89311e8d",
            "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=linux",
                "HOSTNAME=docker-STF",
                "HOME=/home/etsi"
            ],
            "Cmd": [
                "/bin/sh",
                "-c",
                "#(nop) ",
                "CMD [\"/bin/bash\"]"
            ],
            "ArgsEscaped": true,
            "Image": "sha256:71dcb4bb32d1a4ce65a186ab601ef6731b2b2d2a09d1fdf29ddc8877c1de2af0",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": null,
            "OnBuild": [],
            "Labels": {
                "description": "Titan Docker Image"
            }
        },
        "DockerVersion": "17.06.2-ce",
        "Author": "ETSI-CTI",
        "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=linux",
                "HOSTNAME=docker-STF",
                "HOME=/home/etsi"
            ],
            "Cmd": [
                "/bin/bash"
            ],
            "ArgsEscaped": true,
            "Image": "sha256:71dcb4bb32d1a4ce65a186ab601ef6731b2b2d2a09d1fdf29ddc8877c1de2af0",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": null,
            "OnBuild": [],
            "Labels": {
                "description": "Titan Docker Image"
            }
        },
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 2829811690,
        "VirtualSize": 2829811690,
        "GraphDriver": {
            "Data": null,
            "Name": "aufs"
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:02571d034293cb241c078d7ecbf7a84b83a5df2508f11a91de26ec38eb6122f1",
                "sha256:270f934787edf0135132b6780cead0f12ca11690c5d6a5d395e44d290912100a",
                "sha256:8d267010480fed7e616b9b7861854042aad4ef5e55f8771f2c738061640d2cb0",
                "sha256:5b621aeb56751ddace72710fe3bbb4d6d79c6e8187735db5a4fa892412dfaeb7",
                "sha256:0f43ec644cd0dd675c087a024a0839125d984d72eabc377db35d409f8e519a73",
                "sha256:a18b606bac69f6201ce8be9b115b16142af8721e448afdbc861e9636ab108841"
            ]
        }
    }
]

# That's all Floks
exit 0
+ exit 0
./run.sh
+ ./run.sh

docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --cap-add=NET_RAW --cap-add=NET_ADMIN --rm stftitan:latest /bin/bash -c "cd /home/etsi"
+ docker run -it -e DISPLAY= -v /tmp/.X11-unix:/tmp/.X11-unix --cap-add=NET_RAW --cap-add=NET_ADMIN --rm stftitan:latest /bin/bash -c 'cd /home/etsi'
the input device is not a TTY

cd ${OLD_PWD}
+ cd /home/jenkins/workspace/ttcn/titan-docker-latest/from-sources

# That's all Floks
exit 0
+ exit 0
Finished: SUCCESS