SuccessConsole Output

12:07:34 Started by GitLab push by bernini
12:07:34 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
12:07:34 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:07:34 Cloning the remote Git repository
12:07:34 Cloning repository git@forge.etsi.org:nfv/SOL002-SOL003.git
12:07:34  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 # timeout=10
12:07:34 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
12:07:34  > git --version # timeout=10
12:07:34 using GIT_SSH to set credentials 
12:07:34  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
12:07:35  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
12:07:35  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:07:35  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
12:07:35 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
12:07:35 using GIT_SSH to set credentials 
12:07:35  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
12:07:36  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
12:07:36  > git branch -a -v --no-abbrev --contains 3998e766d32d166d37ce7c50b4677455f040a48f # timeout=10
12:07:36 Checking out Revision 3998e766d32d166d37ce7c50b4677455f040a48f (origin/3.3.1-dev)
12:07:36  > git config core.sparsecheckout # timeout=10
12:07:36  > git checkout -f 3998e766d32d166d37ce7c50b4677455f040a48f
12:07:36 Commit message: "updated url to published SOL002 and SOL003 v3.3.1"
12:07:36  > git rev-list --no-walk 0b9d6e096ed5e7c9033f118ef89ac969bdc622b8 # timeout=10
12:07:36 [sol002-sol003] $ /bin/bash /tmp/jenkins6132537159678119180.sh
12:07:36 rm: cannot remove 'build/*-API.yaml': No such file or directory
12:07:36 rm: cannot remove 'build/*-API.json': No such file or directory
12:07:36 rm: cannot remove 'build/*-API.pdf': No such file or directory
12:07:36 ./build-container.sh: line 7: proxy: command not found
12:07:36 http_proxy is not set
12:07:36 Proxy set to 
12:07:36 Sending build context to Docker daemon  13.31kB

12:07:37 Step 1/24 : FROM alpine:3.10.0
12:07:37  ---> 4d90542f0623
12:07:37 Step 2/24 : RUN env
12:07:37  ---> Running in c88d299b4648
12:07:37 HOSTNAME=c88d299b4648
12:07:37 SHLVL=1
12:07:37 HOME=/root
12:07:37 https_proxy=
12:07:37 http_proxy=
12:07:37 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:07:37 PWD=/
12:07:38 Removing intermediate container c88d299b4648
12:07:38  ---> f21b4b0b5c15
12:07:38 Step 3/24 : RUN apk update
12:07:38  ---> Running in d20b2d360d18
12:07:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
12:07:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
12:07:39 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
12:07:39 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
12:07:39 OK: 10351 distinct packages available
12:07:39 Removing intermediate container d20b2d360d18
12:07:39  ---> 1a9fbd62c62d
12:07:39 Step 4/24 : RUN apk add bash
12:07:39  ---> Running in 53844e42a1c6
12:07:40 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
12:07:40 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
12:07:40 (3/4) Installing readline (8.0.0-r0)
12:07:40 (4/4) Installing bash (5.0.0-r0)
12:07:40 Executing bash-5.0.0-r0.post-install
12:07:40 Executing busybox-1.30.1-r2.trigger
12:07:40 OK: 8 MiB in 18 packages
12:07:41 Removing intermediate container 53844e42a1c6
12:07:41  ---> 527bc82c80e5
12:07:41 Step 5/24 : RUN apk add nodejs
12:07:41  ---> Running in 8e454b6006ca
12:07:41 (1/7) Installing ca-certificates (20191127-r2)
12:07:41 (2/7) Installing c-ares (1.15.0-r0)
12:07:41 (3/7) Installing libgcc (8.3.0-r0)
12:07:41 (4/7) Installing http-parser (2.9.2-r0)
12:07:41 (5/7) Installing libstdc++ (8.3.0-r0)
12:07:41 (6/7) Installing libuv (1.29.1-r0)
12:07:42 (7/7) Installing nodejs (10.19.0-r0)
12:07:42 Executing busybox-1.30.1-r2.trigger
12:07:42 Executing ca-certificates-20191127-r2.trigger
12:07:42 OK: 34 MiB in 25 packages
12:07:43 Removing intermediate container 8e454b6006ca
12:07:43  ---> c7d651d2923f
12:07:43 Step 6/24 : RUN apk add nodejs-npm
12:07:44  ---> Running in 9d01db6d9def
12:07:44 (1/1) Installing npm (10.19.0-r0)
12:07:45 Executing busybox-1.30.1-r2.trigger
12:07:45 OK: 62 MiB in 26 packages
12:07:46 Removing intermediate container 9d01db6d9def
12:07:46  ---> 162bc8c672e2
12:07:46 Step 7/24 : RUN apk add asciidoctor
12:07:46  ---> Running in 06d20fdf6c6d
12:07:47 (1/5) Installing gmp (6.1.2-r1)
12:07:47 (2/5) Installing yaml (0.2.2-r1)
12:07:47 (3/5) Installing ruby-libs (2.5.8-r0)
12:07:47 (4/5) Installing ruby (2.5.8-r0)
12:07:47 (5/5) Installing asciidoctor (2.0.10-r0)
12:07:48 Executing busybox-1.30.1-r2.trigger
12:07:48 OK: 76 MiB in 31 packages
12:07:49 Removing intermediate container 06d20fdf6c6d
12:07:49  ---> db1fc277f26e
12:07:49 Step 8/24 : RUN apk add openjdk8
12:07:49  ---> Running in 5d9b6c440d8c
12:07:49 (1/37) Installing libffi (3.2.1-r6)
12:07:49 (2/37) Installing p11-kit (0.23.16.1-r0)
12:07:49 (3/37) Installing libtasn1 (4.14-r0)
12:07:49 (4/37) Installing p11-kit-trust (0.23.16.1-r0)
12:07:49 (5/37) Installing java-cacerts (1.0-r0)
12:07:49 (6/37) Installing nspr (4.20-r0)
12:07:49 (7/37) Installing sqlite-libs (3.28.0-r3)
12:07:50 (8/37) Installing nss (3.44.3-r0)
12:07:50 (9/37) Installing libxau (1.0.9-r0)
12:07:50 (10/37) Installing libbsd (0.9.1-r0)
12:07:50 (11/37) Installing libxdmcp (1.1.3-r0)
12:07:50 (12/37) Installing libxcb (1.13.1-r0)
12:07:50 (13/37) Installing libx11 (1.6.12-r0)
12:07:50 (14/37) Installing libxcomposite (0.4.5-r0)
12:07:50 (15/37) Installing libxext (1.3.4-r0)
12:07:50 (16/37) Installing libxi (1.7.9-r2)
12:07:50 (17/37) Installing libxrender (0.9.10-r3)
12:07:50 (18/37) Installing libxtst (1.2.3-r3)
12:07:50 (19/37) Installing alsa-lib (1.1.9-r0)
12:07:50 (20/37) Installing libbz2 (1.0.6-r7)
12:07:50 (21/37) Installing libpng (1.6.37-r1)
12:07:50 (22/37) Installing freetype (2.10.0-r0)
12:07:50 (23/37) Installing giflib (5.1.9-r0)
12:07:50 (24/37) Installing libjpeg-turbo (2.0.4-r1)
12:07:50 (25/37) Installing openjdk8-jre-lib (8.252.09-r0)
12:07:54 (26/37) Installing java-common (0.2-r0)
12:07:54 (27/37) Installing krb5-conf (1.0-r1)
12:07:54 (28/37) Installing libcom_err (1.45.5-r0)
12:07:54 (29/37) Installing keyutils-libs (1.6-r1)
12:07:54 (30/37) Installing libverto (0.3.1-r0)
12:07:54 (31/37) Installing krb5-libs (1.17-r0)
12:07:54 (32/37) Installing lcms2 (2.9-r1)
12:07:54 (33/37) Installing pcsc-lite-libs (1.8.25-r1)
12:07:54 (34/37) Installing liblksctp (1.0.18-r0)
12:07:54 (35/37) Installing openjdk8-jre-base (8.252.09-r0)
12:07:54 (36/37) Installing openjdk8-jre (8.252.09-r0)
12:07:54 (37/37) Installing openjdk8 (8.252.09-r0)
12:07:55 Executing busybox-1.30.1-r2.trigger
12:07:55 Executing ca-certificates-20191127-r2.trigger
12:07:55 Executing java-common-0.2-r0.trigger
12:07:55 OK: 172 MiB in 68 packages
12:07:57 Removing intermediate container 5d9b6c440d8c
12:07:57  ---> 226c66ea1c7a
12:07:57 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:07:57  ---> Running in 1eff779983fe
12:07:58 (1/1) Installing wget (1.20.3-r0)
12:07:58 Executing busybox-1.30.1-r2.trigger
12:07:58 OK: 173 MiB in 69 packages
12:07:58 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
12:07:58 Removing intermediate container 1eff779983fe
12:07:59  ---> 5c4ae3c5b99f
12:07:59 Step 10/24 : RUN apk add openssl
12:07:59  ---> Running in 7a58f21fcc59
12:07:59 (1/1) Installing openssl (1.1.1g-r0)
12:08:00 Executing busybox-1.30.1-r2.trigger
12:08:00 OK: 174 MiB in 70 packages
12:08:00 Removing intermediate container 7a58f21fcc59
12:08:00  ---> b400cfb21fdf
12:08:00 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:08:00  ---> Running in aa90dae79e6f
12:08:02 ERROR:  While executing gem ... (NoMethodError)
12:08:02     undefined method `reset' for RDoc::TopLevel:Class
12:08:02 Successfully installed rdoc-6.2.1
12:08:09 Successfully installed rdoc-6.2.1
12:08:09 Parsing documentation for rdoc-6.2.1
12:08:09 Installing ri documentation for rdoc-6.2.1
12:08:09 Done installing documentation for rdoc after 6 seconds
12:08:09 1 gem installed
12:08:10 Removing intermediate container aa90dae79e6f
12:08:10  ---> a51f758c2c40
12:08:10 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:08:10  ---> Running in c0002144abef
12:08:35 Successfully installed pdf-core-0.7.0
12:08:35 Successfully installed ttfunk-1.5.1
12:08:35 Successfully installed prawn-2.2.2
12:08:35 Successfully installed prawn-table-0.2.2
12:08:35 Successfully installed Ascii85-1.0.3
12:08:35 Successfully installed ruby-rc4-0.1.5
12:08:35 Successfully installed hashery-2.1.2
12:08:35 Successfully installed afm-0.2.2
12:08:35 Successfully installed pdf-reader-2.4.0
12:08:35 Successfully installed prawn-templates-0.1.2
12:08:35 Successfully installed public_suffix-4.0.5
12:08:35 Successfully installed addressable-2.7.0
12:08:35 Successfully installed css_parser-1.7.1
12:08:35 Successfully installed prawn-svg-0.30.0
12:08:35 Successfully installed prawn-icon-2.5.0
12:08:35 Successfully installed safe_yaml-1.0.5
12:08:35 Successfully installed thread_safe-0.3.6
12:08:35 Successfully installed concurrent-ruby-1.1.7
12:08:35 Successfully installed polyglot-0.3.5
12:08:35 Successfully installed treetop-1.6.10
12:08:35 Successfully installed asciidoctor-pdf-1.5.3
12:08:35 Successfully installed asciidoctor-pdf-cjk-0.1.3
12:08:35 Parsing documentation for pdf-core-0.7.0
12:08:35 Installing ri documentation for pdf-core-0.7.0
12:08:35 Parsing documentation for ttfunk-1.5.1
12:08:35 Installing ri documentation for ttfunk-1.5.1
12:08:35 Parsing documentation for prawn-2.2.2
12:08:35 Installing ri documentation for prawn-2.2.2
12:08:35 Parsing documentation for prawn-table-0.2.2
12:08:35 Installing ri documentation for prawn-table-0.2.2
12:08:35 Parsing documentation for Ascii85-1.0.3
12:08:35 Installing ri documentation for Ascii85-1.0.3
12:08:35 Parsing documentation for ruby-rc4-0.1.5
12:08:35 Installing ri documentation for ruby-rc4-0.1.5
12:08:35 Parsing documentation for hashery-2.1.2
12:08:35 Installing ri documentation for hashery-2.1.2
12:08:35 Parsing documentation for afm-0.2.2
12:08:35 Installing ri documentation for afm-0.2.2
12:08:35 Parsing documentation for pdf-reader-2.4.0
12:08:35 Installing ri documentation for pdf-reader-2.4.0
12:08:35 Parsing documentation for prawn-templates-0.1.2
12:08:35 Installing ri documentation for prawn-templates-0.1.2
12:08:35 Parsing documentation for public_suffix-4.0.5
12:08:35 Installing ri documentation for public_suffix-4.0.5
12:08:35 Parsing documentation for addressable-2.7.0
12:08:35 Installing ri documentation for addressable-2.7.0
12:08:35 Parsing documentation for css_parser-1.7.1
12:08:35 Installing ri documentation for css_parser-1.7.1
12:08:35 Parsing documentation for prawn-svg-0.30.0
12:08:35 Installing ri documentation for prawn-svg-0.30.0
12:08:35 Parsing documentation for prawn-icon-2.5.0
12:08:35 Installing ri documentation for prawn-icon-2.5.0
12:08:35 Parsing documentation for safe_yaml-1.0.5
12:08:35 Installing ri documentation for safe_yaml-1.0.5
12:08:35 Parsing documentation for thread_safe-0.3.6
12:08:35 Installing ri documentation for thread_safe-0.3.6
12:08:35 Parsing documentation for concurrent-ruby-1.1.7
12:08:35 Installing ri documentation for concurrent-ruby-1.1.7
12:08:35 Parsing documentation for polyglot-0.3.5
12:08:35 Installing ri documentation for polyglot-0.3.5
12:08:35 Parsing documentation for treetop-1.6.10
12:08:35 Installing ri documentation for treetop-1.6.10
12:08:35 Parsing documentation for asciidoctor-pdf-1.5.3
12:08:35 Installing ri documentation for asciidoctor-pdf-1.5.3
12:08:35 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
12:08:35 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
12:08:35 Done installing documentation for pdf-core, ttfunk, prawn, prawn-table, Ascii85, ruby-rc4, hashery, afm, pdf-reader, prawn-templates, public_suffix, addressable, css_parser, prawn-svg, prawn-icon, safe_yaml, thread_safe, concurrent-ruby, polyglot, treetop, asciidoctor-pdf, asciidoctor-pdf-cjk after 20 seconds
12:08:35 22 gems installed
12:08:38 Removing intermediate container c0002144abef
12:08:38  ---> c4cba385dee5
12:08:38 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:08:38  ---> Running in 7557d1bf8ec3
12:08:38 --2020-09-01 10:08:39--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:08:38 Resolving forge.etsi.org... 195.238.226.56
12:08:38 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
12:08:38 HTTP request sent, awaiting response... 200 OK
12:08:38 Length: 14909486 (14M) [application/java-archive]
12:08:38 Saving to: 'swagger2markup-cli-1.3.2.jar'
12:08:38 
12:08:38      0K .......... .......... .......... .......... ..........  0% 9.37M 2s
12:08:38     50K .......... .......... .......... .......... ..........  0% 46.3M 1s
12:08:38    100K .......... .......... .......... .......... ..........  1% 19.7M 1s
12:08:38    150K .......... .......... .......... .......... ..........  1% 28.1M 1s
12:08:38    200K .......... .......... .......... .......... ..........  1% 15.7M 1s
12:08:38    250K .......... .......... .......... .......... ..........  2% 25.2M 1s
12:08:38    300K .......... .......... .......... .......... ..........  2% 12.3M 1s
12:08:38    350K .......... .......... .......... .......... ..........  2% 45.0M 1s
12:08:38    400K .......... .......... .......... .......... ..........  3% 23.2M 1s
12:08:38    450K .......... .......... .......... .......... ..........  3% 15.7M 1s
12:08:38    500K .......... .......... .......... .......... ..........  3% 41.6M 1s
12:08:38    550K .......... .......... .......... .......... ..........  4% 69.1M 1s
12:08:38    600K .......... .......... .......... .......... ..........  4% 23.0M 1s
12:08:38    650K .......... .......... .......... .......... ..........  4% 29.6M 1s
12:08:38    700K .......... .......... .......... .......... ..........  5% 24.3M 1s
12:08:38    750K .......... .......... .......... .......... ..........  5% 42.8M 1s
12:08:38    800K .......... .......... .......... .......... ..........  5% 33.0M 1s
12:08:38    850K .......... .......... .......... .......... ..........  6% 35.7M 1s
12:08:38    900K .......... .......... .......... .......... ..........  6% 47.4M 1s
12:08:38    950K .......... .......... .......... .......... ..........  6% 31.9M 1s
12:08:38   1000K .......... .......... .......... .......... ..........  7% 44.7M 1s
12:08:38   1050K .......... .......... .......... .......... ..........  7% 36.7M 1s
12:08:38   1100K .......... .......... .......... .......... ..........  7% 50.9M 1s
12:08:38   1150K .......... .......... .......... .......... ..........  8% 36.9M 0s
12:08:38   1200K .......... .......... .......... .......... ..........  8% 61.0M 0s
12:08:38   1250K .......... .......... .......... .......... ..........  8% 28.7M 0s
12:08:38   1300K .......... .......... .......... .......... ..........  9% 39.6M 0s
12:08:38   1350K .......... .......... .......... .......... ..........  9% 35.7M 0s
12:08:38   1400K .......... .......... .......... .......... ..........  9% 67.2M 0s
12:08:38   1450K .......... .......... .......... .......... .......... 10% 33.6M 0s
12:08:38   1500K .......... .......... .......... .......... .......... 10% 34.1M 0s
12:08:38   1550K .......... .......... .......... .......... .......... 10% 79.5M 0s
12:08:38   1600K .......... .......... .......... .......... .......... 11% 62.4M 0s
12:08:38   1650K .......... .......... .......... .......... .......... 11% 41.4M 0s
12:08:38   1700K .......... .......... .......... .......... .......... 12% 71.7M 0s
12:08:38   1750K .......... .......... .......... .......... .......... 12% 51.4M 0s
12:08:38   1800K .......... .......... .......... .......... .......... 12% 74.9M 0s
12:08:38   1850K .......... .......... .......... .......... .......... 13% 13.1M 0s
12:08:38   1900K .......... .......... .......... .......... .......... 13% 14.0M 0s
12:08:38   1950K .......... .......... .......... .......... .......... 13% 11.8M 0s
12:08:38   2000K .......... .......... .......... .......... .......... 14% 12.0M 0s
12:08:38   2050K .......... .......... .......... .......... .......... 14% 69.4M 0s
12:08:38   2100K .......... .......... .......... .......... .......... 14% 18.1M 0s
12:08:38   2150K .......... .......... .......... .......... .......... 15% 30.8M 0s
12:08:38   2200K .......... .......... .......... .......... .......... 15% 12.9M 0s
12:08:38   2250K .......... .......... .......... .......... .......... 15% 77.7M 0s
12:08:38   2300K .......... .......... .......... .......... .......... 16% 16.7M 0s
12:08:38   2350K .......... .......... .......... .......... .......... 16% 77.4M 0s
12:08:38   2400K .......... .......... .......... .......... .......... 16% 43.8M 0s
12:08:38   2450K .......... .......... .......... .......... .......... 17% 56.0M 0s
12:08:38   2500K .......... .......... .......... .......... .......... 17% 63.0M 0s
12:08:38   2550K .......... .......... .......... .......... .......... 17% 22.3M 0s
12:08:38   2600K .......... .......... .......... .......... .......... 18% 35.0M 0s
12:08:38   2650K .......... .......... .......... .......... .......... 18% 53.7M 0s
12:08:38   2700K .......... .......... .......... .......... .......... 18% 80.9M 0s
12:08:38   2750K .......... .......... .......... .......... .......... 19% 26.6M 0s
12:08:38   2800K .......... .......... .......... .......... .......... 19% 22.9M 0s
12:08:38   2850K .......... .......... .......... .......... .......... 19% 79.6M 0s
12:08:38   2900K .......... .......... .......... .......... .......... 20% 79.6M 0s
12:08:38   2950K .......... .......... .......... .......... .......... 20% 35.3M 0s
12:08:38   3000K .......... .......... .......... .......... .......... 20% 58.5M 0s
12:08:38   3050K .......... .......... .......... .......... .......... 21% 88.2M 0s
12:08:38   3100K .......... .......... .......... .......... .......... 21% 39.9M 0s
12:08:38   3150K .......... .......... .......... .......... .......... 21% 40.8M 0s
12:08:38   3200K .......... .......... .......... .......... .......... 22% 64.4M 0s
12:08:38   3250K .......... .......... .......... .......... .......... 22% 30.1M 0s
12:08:38   3300K .......... .......... .......... .......... .......... 23% 64.0M 0s
12:08:38   3350K .......... .......... .......... .......... .......... 23% 29.7M 0s
12:08:38   3400K .......... .......... .......... .......... .......... 23% 80.3M 0s
12:08:38   3450K .......... .......... .......... .......... .......... 24% 73.9M 0s
12:08:38   3500K .......... .......... .......... .......... .......... 24% 87.7M 0s
12:08:38   3550K .......... .......... .......... .......... .......... 24% 88.3M 0s
12:08:38   3600K .......... .......... .......... .......... .......... 25% 70.2M 0s
12:08:38   3650K .......... .......... .......... .......... .......... 25% 28.5M 0s
12:08:38   3700K .......... .......... .......... .......... .......... 25% 47.2M 0s
12:08:38   3750K .......... .......... .......... .......... .......... 26% 63.9M 0s
12:08:38   3800K .......... .......... .......... .......... .......... 26% 12.8M 0s
12:08:38   3850K .......... .......... .......... .......... .......... 26% 20.0M 0s
12:08:38   3900K .......... .......... .......... .......... .......... 27% 25.3M 0s
12:08:38   3950K .......... .......... .......... .......... .......... 27% 40.8M 0s
12:08:38   4000K .......... .......... .......... .......... .......... 27% 22.7M 0s
12:08:38   4050K .......... .......... .......... .......... .......... 28% 41.4M 0s
12:08:38   4100K .......... .......... .......... .......... .......... 28% 36.3M 0s
12:08:38   4150K .......... .......... .......... .......... .......... 28% 85.5M 0s
12:08:38   4200K .......... .......... .......... .......... .......... 29% 57.1M 0s
12:08:38   4250K .......... .......... .......... .......... .......... 29% 37.7M 0s
12:08:38   4300K .......... .......... .......... .......... .......... 29% 86.6M 0s
12:08:38   4350K .......... .......... .......... .......... .......... 30% 89.3M 0s
12:08:38   4400K .......... .......... .......... .......... .......... 30% 63.4M 0s
12:08:38   4450K .......... .......... .......... .......... .......... 30% 80.7M 0s
12:08:38   4500K .......... .......... .......... .......... .......... 31% 89.7M 0s
12:08:38   4550K .......... .......... .......... .......... .......... 31% 82.7M 0s
12:08:38   4600K .......... .......... .......... .......... .......... 31% 79.2M 0s
12:08:38   4650K .......... .......... .......... .......... .......... 32% 32.2M 0s
12:08:38   4700K .......... .......... .......... .......... .......... 32% 66.3M 0s
12:08:38   4750K .......... .......... .......... .......... .......... 32% 85.4M 0s
12:08:38   4800K .......... .......... .......... .......... .......... 33% 66.8M 0s
12:08:38   4850K .......... .......... .......... .......... .......... 33% 36.4M 0s
12:08:38   4900K .......... .......... .......... .......... .......... 33% 85.5M 0s
12:08:38   4950K .......... .......... .......... .......... .......... 34% 33.8M 0s
12:08:38   5000K .......... .......... .......... .......... .......... 34% 20.3M 0s
12:08:38   5050K .......... .......... .......... .......... .......... 35% 23.6M 0s
12:08:38   5100K .......... .......... .......... .......... .......... 35% 35.6M 0s
12:08:38   5150K .......... .......... .......... .......... .......... 35% 82.5M 0s
12:08:38   5200K .......... .......... .......... .......... .......... 36% 64.7M 0s
12:08:38   5250K .......... .......... .......... .......... .......... 36% 82.1M 0s
12:08:38   5300K .......... .......... .......... .......... .......... 36% 30.0M 0s
12:08:38   5350K .......... .......... .......... .......... .......... 37% 82.8M 0s
12:08:38   5400K .......... .......... .......... .......... .......... 37% 77.1M 0s
12:08:38   5450K .......... .......... .......... .......... .......... 37% 81.6M 0s
12:08:38   5500K .......... .......... .......... .......... .......... 38% 86.9M 0s
12:08:38   5550K .......... .......... .......... .......... .......... 38% 77.6M 0s
12:08:38   5600K .......... .......... .......... .......... .......... 38% 68.0M 0s
12:08:38   5650K .......... .......... .......... .......... .......... 39% 84.2M 0s
12:08:38   5700K .......... .......... .......... .......... .......... 39% 44.3M 0s
12:08:38   5750K .......... .......... .......... .......... .......... 39% 85.8M 0s
12:08:38   5800K .......... .......... .......... .......... .......... 40% 81.6M 0s
12:08:38   5850K .......... .......... .......... .......... .......... 40% 84.0M 0s
12:08:39   5900K .......... .......... .......... .......... .......... 40% 35.9M 0s
12:08:39   5950K .......... .......... .......... .......... .......... 41% 40.9M 0s
12:08:39   6000K .......... .......... .......... .......... .......... 41% 22.5M 0s
12:08:39   6050K .......... .......... .......... .......... .......... 41% 46.6M 0s
12:08:39   6100K .......... .......... .......... .......... .......... 42% 15.6M 0s
12:08:39   6150K .......... .......... .......... .......... .......... 42% 79.4M 0s
12:08:39   6200K .......... .......... .......... .......... .......... 42% 80.9M 0s
12:08:39   6250K .......... .......... .......... .......... .......... 43% 85.1M 0s
12:08:39   6300K .......... .......... .......... .......... .......... 43% 64.9M 0s
12:08:39   6350K .......... .......... .......... .......... .......... 43% 33.1M 0s
12:08:39   6400K .......... .......... .......... .......... .......... 44% 69.2M 0s
12:08:39   6450K .......... .......... .......... .......... .......... 44% 85.4M 0s
12:08:39   6500K .......... .......... .......... .......... .......... 44% 86.1M 0s
12:08:39   6550K .......... .......... .......... .......... .......... 45% 82.0M 0s
12:08:39   6600K .......... .......... .......... .......... .......... 45% 76.1M 0s
12:08:39   6650K .......... .......... .......... .......... .......... 46% 38.3M 0s
12:08:39   6700K .......... .......... .......... .......... .......... 46% 58.8M 0s
12:08:39   6750K .......... .......... .......... .......... .......... 46% 80.0M 0s
12:08:39   6800K .......... .......... .......... .......... .......... 47% 71.3M 0s
12:08:39   6850K .......... .......... .......... .......... .......... 47% 83.9M 0s
12:08:39   6900K .......... .......... .......... .......... .......... 47% 85.9M 0s
12:08:39   6950K .......... .......... .......... .......... .......... 48% 40.9M 0s
12:08:39   7000K .......... .......... .......... .......... .......... 48% 13.7M 0s
12:08:39   7050K .......... .......... .......... .......... .......... 48% 35.2M 0s
12:08:39   7100K .......... .......... .......... .......... .......... 49% 75.8M 0s
12:08:39   7150K .......... .......... .......... .......... .......... 49% 23.9M 0s
12:08:39   7200K .......... .......... .......... .......... .......... 49% 30.9M 0s
12:08:39   7250K .......... .......... .......... .......... .......... 50% 35.2M 0s
12:08:39   7300K .......... .......... .......... .......... .......... 50% 75.5M 0s
12:08:39   7350K .......... .......... .......... .......... .......... 50% 79.6M 0s
12:08:39   7400K .......... .......... .......... .......... .......... 51% 76.6M 0s
12:08:39   7450K .......... .......... .......... .......... .......... 51% 81.6M 0s
12:08:39   7500K .......... .......... .......... .......... .......... 51% 78.0M 0s
12:08:39   7550K .......... .......... .......... .......... .......... 52% 30.4M 0s
12:08:39   7600K .......... .......... .......... .......... .......... 52% 61.0M 0s
12:08:39   7650K .......... .......... .......... .......... .......... 52% 78.3M 0s
12:08:39   7700K .......... .......... .......... .......... .......... 53% 78.7M 0s
12:08:39   7750K .......... .......... .......... .......... .......... 53% 78.6M 0s
12:08:39   7800K .......... .......... .......... .......... .......... 53% 72.7M 0s
12:08:39   7850K .......... .......... .......... .......... .......... 54% 34.7M 0s
12:08:39   7900K .......... .......... .......... .......... .......... 54% 30.3M 0s
12:08:39   7950K .......... .......... .......... .......... .......... 54% 27.5M 0s
12:08:39   8000K .......... .......... .......... .......... .......... 55% 21.1M 0s
12:08:39   8050K .......... .......... .......... .......... .......... 55% 79.5M 0s
12:08:39   8100K .......... .......... .......... .......... .......... 55% 25.4M 0s
12:08:39   8150K .......... .......... .......... .......... .......... 56% 28.3M 0s
12:08:39   8200K .......... .......... .......... .......... .......... 56% 46.3M 0s
12:08:39   8250K .......... .......... .......... .......... .......... 57% 27.5M 0s
12:08:39   8300K .......... .......... .......... .......... .......... 57% 40.8M 0s
12:08:39   8350K .......... .......... .......... .......... .......... 57% 48.5M 0s
12:08:39   8400K .......... .......... .......... .......... .......... 58% 34.8M 0s
12:08:39   8450K .......... .......... .......... .......... .......... 58% 70.4M 0s
12:08:39   8500K .......... .......... .......... .......... .......... 58% 29.6M 0s
12:08:39   8550K .......... .......... .......... .......... .......... 59% 74.0M 0s
12:08:39   8600K .......... .......... .......... .......... .......... 59% 74.2M 0s
12:08:39   8650K .......... .......... .......... .......... .......... 59% 78.4M 0s
12:08:39   8700K .......... .......... .......... .......... .......... 60% 77.6M 0s
12:08:39   8750K .......... .......... .......... .......... .......... 60% 29.8M 0s
12:08:39   8800K .......... .......... .......... .......... .......... 60% 63.3M 0s
12:08:39   8850K .......... .......... .......... .......... .......... 61% 76.6M 0s
12:08:39   8900K .......... .......... .......... .......... .......... 61% 79.4M 0s
12:08:39   8950K .......... .......... .......... .......... .......... 61% 62.9M 0s
12:08:39   9000K .......... .......... .......... .......... .......... 62% 32.1M 0s
12:08:39   9050K .......... .......... .......... .......... .......... 62% 27.0M 0s
12:08:39   9100K .......... .......... .......... .......... .......... 62% 23.4M 0s
12:08:39   9150K .......... .......... .......... .......... .......... 63% 61.2M 0s
12:08:39   9200K .......... .......... .......... .......... .......... 63% 14.0M 0s
12:08:39   9250K .......... .......... .......... .......... .......... 63% 77.5M 0s
12:08:39   9300K .......... .......... .......... .......... .......... 64% 80.7M 0s
12:08:39   9350K .......... .......... .......... .......... .......... 64% 36.3M 0s
12:08:39   9400K .......... .......... .......... .......... .......... 64% 70.8M 0s
12:08:39   9450K .......... .......... .......... .......... .......... 65% 75.7M 0s
12:08:39   9500K .......... .......... .......... .......... .......... 65% 75.3M 0s
12:08:39   9550K .......... .......... .......... .......... .......... 65% 77.7M 0s
12:08:39   9600K .......... .......... .......... .......... .......... 66% 61.6M 0s
12:08:39   9650K .......... .......... .......... .......... .......... 66% 75.2M 0s
12:08:39   9700K .......... .......... .......... .......... .......... 66% 74.5M 0s
12:08:39   9750K .......... .......... .......... .......... .......... 67% 76.4M 0s
12:08:39   9800K .......... .......... .......... .......... .......... 67% 72.8M 0s
12:08:39   9850K .......... .......... .......... .......... .......... 67% 75.4M 0s
12:08:39   9900K .......... .......... .......... .......... .......... 68% 76.4M 0s
12:08:39   9950K .......... .......... .......... .......... .......... 68% 49.5M 0s
12:08:39  10000K .......... .......... .......... .......... .......... 69% 53.9M 0s
12:08:39  10050K .......... .......... .......... .......... .......... 69% 77.0M 0s
12:08:39  10100K .......... .......... .......... .......... .......... 69% 77.4M 0s
12:08:39  10150K .......... .......... .......... .......... .......... 70% 75.6M 0s
12:08:39  10200K .......... .......... .......... .......... .......... 70% 69.6M 0s
12:08:39  10250K .......... .......... .......... .......... .......... 70% 67.8M 0s
12:08:39  10300K .......... .......... .......... .......... .......... 71% 61.4M 0s
12:08:39  10350K .......... .......... .......... .......... .......... 71% 65.2M 0s
12:08:39  10400K .......... .......... .......... .......... .......... 71% 59.4M 0s
12:08:39  10450K .......... .......... .......... .......... .......... 72% 81.5M 0s
12:08:39  10500K .......... .......... .......... .......... .......... 72% 59.9M 0s
12:08:39  10550K .......... .......... .......... .......... .......... 72% 67.2M 0s
12:08:39  10600K .......... .......... .......... .......... .......... 73% 70.2M 0s
12:08:39  10650K .......... .......... .......... .......... .......... 73% 76.3M 0s
12:08:39  10700K .......... .......... .......... .......... .......... 73% 75.2M 0s
12:08:39  10750K .......... .......... .......... .......... .......... 74% 73.8M 0s
12:08:39  10800K .......... .......... .......... .......... .......... 74% 53.2M 0s
12:08:39  10850K .......... .......... .......... .......... .......... 74% 65.5M 0s
12:08:39  10900K .......... .......... .......... .......... .......... 75% 77.2M 0s
12:08:39  10950K .......... .......... .......... .......... .......... 75% 76.5M 0s
12:08:39  11000K .......... .......... .......... .......... .......... 75% 72.3M 0s
12:08:39  11050K .......... .......... .......... .......... .......... 76% 73.6M 0s
12:08:39  11100K .......... .......... .......... .......... .......... 76% 65.5M 0s
12:08:39  11150K .......... .......... .......... .......... .......... 76% 68.5M 0s
12:08:39  11200K .......... .......... .......... .......... .......... 77% 59.9M 0s
12:08:39  11250K .......... .......... .......... .......... .......... 77% 65.3M 0s
12:08:39  11300K .......... .......... .......... .......... .......... 77% 71.6M 0s
12:08:39  11350K .......... .......... .......... .......... .......... 78% 71.9M 0s
12:08:39  11400K .......... .......... .......... .......... .......... 78% 63.2M 0s
12:08:39  11450K .......... .......... .......... .......... .......... 78% 62.0M 0s
12:08:39  11500K .......... .......... .......... .......... .......... 79% 59.8M 0s
12:08:39  11550K .......... .......... .......... .......... .......... 79% 56.3M 0s
12:08:39  11600K .......... .......... .......... .......... .......... 80% 46.4M 0s
12:08:39  11650K .......... .......... .......... .......... .......... 80% 62.5M 0s
12:08:39  11700K .......... .......... .......... .......... .......... 80% 57.9M 0s
12:08:39  11750K .......... .......... .......... .......... .......... 81% 59.9M 0s
12:08:39  11800K .......... .......... .......... .......... .......... 81% 61.9M 0s
12:08:39  11850K .......... .......... .......... .......... .......... 81% 58.6M 0s
12:08:39  11900K .......... .......... .......... .......... .......... 82% 63.1M 0s
12:08:39  11950K .......... .......... .......... .......... .......... 82% 61.1M 0s
12:08:39  12000K .......... .......... .......... .......... .......... 82% 52.2M 0s
12:08:39  12050K .......... .......... .......... .......... .......... 83% 56.5M 0s
12:08:39  12100K .......... .......... .......... .......... .......... 83% 71.6M 0s
12:08:39  12150K .......... .......... .......... .......... .......... 83% 76.9M 0s
12:08:39  12200K .......... .......... .......... .......... .......... 84% 60.5M 0s
12:08:39  12250K .......... .......... .......... .......... .......... 84% 65.5M 0s
12:08:39  12300K .......... .......... .......... .......... .......... 84% 64.0M 0s
12:08:39  12350K .......... .......... .......... .......... .......... 85% 74.1M 0s
12:08:39  12400K .......... .......... .......... .......... .......... 85% 54.1M 0s
12:08:39  12450K .......... .......... .......... .......... .......... 85% 62.8M 0s
12:08:39  12500K .......... .......... .......... .......... .......... 86% 60.7M 0s
12:08:39  12550K .......... .......... .......... .......... .......... 86% 59.5M 0s
12:08:39  12600K .......... .......... .......... .......... .......... 86% 61.7M 0s
12:08:39  12650K .......... .......... .......... .......... .......... 87% 64.8M 0s
12:08:39  12700K .......... .......... .......... .......... .......... 87% 72.5M 0s
12:08:39  12750K .......... .......... .......... .......... .......... 87% 60.7M 0s
12:08:39  12800K .......... .......... .......... .......... .......... 88% 47.5M 0s
12:08:39  12850K .......... .......... .......... .......... .......... 88% 63.5M 0s
12:08:39  12900K .......... .......... .......... .......... .......... 88% 66.2M 0s
12:08:39  12950K .......... .......... .......... .......... .......... 89% 82.4M 0s
12:08:39  13000K .......... .......... .......... .......... .......... 89% 68.2M 0s
12:08:39  13050K .......... .......... .......... .......... .......... 89% 70.9M 0s
12:08:39  13100K .......... .......... .......... .......... .......... 90% 71.5M 0s
12:08:39  13150K .......... .......... .......... .......... .......... 90% 73.8M 0s
12:08:39  13200K .......... .......... .......... .......... .......... 91% 50.2M 0s
12:08:39  13250K .......... .......... .......... .......... .......... 91% 69.2M 0s
12:08:39  13300K .......... .......... .......... .......... .......... 91% 55.8M 0s
12:08:39  13350K .......... .......... .......... .......... .......... 92% 62.7M 0s
12:08:39  13400K .......... .......... .......... .......... .......... 92% 64.0M 0s
12:08:39  13450K .......... .......... .......... .......... .......... 92% 66.1M 0s
12:08:39  13500K .......... .......... .......... .......... .......... 93% 66.8M 0s
12:08:39  13550K .......... .......... .......... .......... .......... 93% 62.4M 0s
12:08:39  13600K .......... .......... .......... .......... .......... 93% 53.0M 0s
12:08:39  13650K .......... .......... .......... .......... .......... 94% 63.9M 0s
12:08:39  13700K .......... .......... .......... .......... .......... 94% 62.0M 0s
12:08:39  13750K .......... .......... .......... .......... .......... 94% 66.2M 0s
12:08:39  13800K .......... .......... .......... .......... .......... 95% 60.2M 0s
12:08:39  13850K .......... .......... .......... .......... .......... 95% 62.4M 0s
12:08:39  13900K .......... .......... .......... .......... .......... 95% 70.4M 0s
12:08:39  13950K .......... .......... .......... .......... .......... 96% 62.1M 0s
12:08:39  14000K .......... .......... .......... .......... .......... 96% 59.6M 0s
12:08:39  14050K .......... .......... .......... .......... .......... 96% 72.9M 0s
12:08:39  14100K .......... .......... .......... .......... .......... 97% 81.7M 0s
12:08:39  14150K .......... .......... .......... .......... .......... 97% 82.4M 0s
12:08:39  14200K .......... .......... .......... .......... .......... 97% 73.3M 0s
12:08:39  14250K .......... .......... .......... .......... .......... 98% 75.7M 0s
12:08:39  14300K .......... .......... .......... .......... .......... 98% 79.1M 0s
12:08:39  14350K .......... .......... .......... .......... .......... 98% 69.6M 0s
12:08:39  14400K .......... .......... .......... .......... .......... 99% 60.2M 0s
12:08:39  14450K .......... .......... .......... .......... .......... 99% 73.8M 0s
12:08:39  14500K .......... .......... .......... .......... .......... 99% 74.9M 0s
12:08:39  14550K ..........                                            100% 97.0M=0.3s
12:08:39 
12:08:39 2020-09-01 10:08:39 (44.8 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
12:08:39 
12:08:39 Removing intermediate container 7557d1bf8ec3
12:08:39  ---> 1a975f7cb3aa
12:08:39 Step 14/24 : RUN npm config set proxy $http_proxy
12:08:40  ---> Running in b4bdfe7d16ee
12:08:41 Removing intermediate container b4bdfe7d16ee
12:08:41  ---> e8f6cd5a4866
12:08:41 Step 15/24 : RUN npm install -g swagger-cli
12:08:41  ---> Running in f382c556c1c7
12:08:42 npm WARN invalid config proxy=""
12:08:42 npm WARN invalid config Must be a full url with 'http://'
12:08:42 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
12:08:48 + swagger-cli@4.0.4
12:08:48 added 48 packages from 29 contributors in 5.784s
12:08:49 Removing intermediate container f382c556c1c7
12:08:49  ---> 044f54c803a0
12:08:49 Step 16/24 : RUN npm install -g json-refs
12:08:49  ---> Running in 41f04da3c7cd
12:08:50 npm WARN invalid config proxy=""
12:08:50 npm WARN invalid config Must be a full url with 'http://'
12:08:50 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
12:08:53 + json-refs@3.0.15
12:08:53 added 37 packages from 38 contributors in 2.578s
12:08:54 Removing intermediate container 41f04da3c7cd
12:08:54  ---> 490b6653c8a5
12:08:54 Step 17/24 : RUN npm install -g yamljs
12:08:54  ---> Running in 91f83e2e4583
12:08:54 npm WARN invalid config proxy=""
12:08:54 npm WARN invalid config Must be a full url with 'http://'
12:08:54 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
12:08:56 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
12:08:56 + yamljs@0.3.0
12:08:56 added 14 packages from 8 contributors in 1.125s
12:08:57 Removing intermediate container 91f83e2e4583
12:08:57  ---> 98f8b6c349c0
12:08:57 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:08:57  ---> 4ce5a2e2edef
12:08:57 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:08:57  ---> Running in 723d3b2a32b4
12:08:58 Removing intermediate container 723d3b2a32b4
12:08:58  ---> a1bb8a25abee
12:08:58 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:08:58  ---> 50d669adfd24
12:08:58 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:08:58  ---> Running in 7146dc21ba36
12:08:59 Removing intermediate container 7146dc21ba36
12:08:59  ---> 80a0c0d17a92
12:08:59 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:08:59  ---> 3fb080b814e5
12:08:59 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:08:59  ---> Running in e3bd13cee7a8
12:09:00 Removing intermediate container e3bd13cee7a8
12:09:00  ---> 1d438cad2f06
12:09:00 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
12:09:00  ---> Running in 7f12e0879505
12:09:01 Removing intermediate container 7f12e0879505
12:09:01  ---> 48b954c830c3
12:09:01 Successfully built 48b954c830c3
12:09:01 Successfully tagged openapivalidator:latest
12:09:01 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
12:09:01 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/458’: Permission denied
12:09:01 Mounting dir /var/www/html/api/nfv/sol002-sol003/458 as /storage
12:09:01 Using filter ''
12:09:01 
12:09:01 Entering dir /work/src
12:09:01 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
12:09:01 --- Merging file.
12:09:02 --- Create PDF...
12:09:04 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
12:09:04 --- Validating ../build/SOL003-VNFIndicator-API.yaml
12:09:04 ../build/SOL003-VNFIndicator-API.yaml is valid
12:09:04 --- Validation done (0).
12:09:04 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
12:09:04 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
12:09:04 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
12:09:04 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
12:09:04 --- Merging file.
12:09:05 --- Create PDF...
12:09:07 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:09:07 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
12:09:07 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
12:09:07 --- Validation done (0).
12:09:07 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
12:09:07 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
12:09:07 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:09:07 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
12:09:07 --- Merging file.
12:09:08 --- Create PDF...
12:09:09 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:09:09 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
12:09:10 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
12:09:10 --- Validation done (0).
12:09:10 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
12:09:10 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
12:09:10 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:09:10 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
12:09:10 --- Merging file.
12:09:13 --- Create PDF...
12:09:15 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:09:15 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
12:09:16 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
12:09:16 --- Validation done (0).
12:09:16 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
12:09:16 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
12:09:16 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:09:16 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
12:09:16 --- Merging file.
12:09:17 --- Create PDF...
12:09:18 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:09:18 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
12:09:19 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
12:09:19 --- Validation done (0).
12:09:19 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
12:09:19 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
12:09:19 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:09:19 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
12:09:19 --- Merging file.
12:09:20 --- Create PDF...
12:09:21 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
12:09:21 --- Validating ../build/SOL003-APIVersion-API.yaml
12:09:22 ../build/SOL003-APIVersion-API.yaml is valid
12:09:22 --- Validation done (0).
12:09:22 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
12:09:22 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
12:09:22 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
12:09:22 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
12:09:22 --- Merging file.
12:09:23 --- Create PDF...
12:09:24 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:09:24 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
12:09:25 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
12:09:25 --- Validation done (0).
12:09:25 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
12:09:25 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
12:09:25 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:09:25 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
12:09:25 --- Merging file.
12:09:25 --- Create PDF...
12:09:27 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:09:27 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
12:09:27 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
12:09:27 --- Validation done (0).
12:09:27 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
12:09:27 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
12:09:27 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:09:27 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
12:09:27 --- Merging file.
12:09:28 --- Create PDF...
12:09:30 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:09:30 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
12:09:30 ../build/SOL003-VNFFaultManagement-API.yaml is valid
12:09:30 --- Validation done (0).
12:09:30 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
12:09:30 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
12:09:30 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:09:30 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
12:09:30 --- Merging file.
12:09:31 --- Create PDF...
12:09:33 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:09:33 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
12:09:33 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
12:09:33 --- Validation done (0).
12:09:33 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
12:09:33 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
12:09:33 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:09:33 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
12:09:33 --- Merging file.
12:09:34 --- Create PDF...
12:09:36 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:09:36 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
12:09:36 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
12:09:36 --- Validation done (0).
12:09:36 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
12:09:36 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
12:09:36 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:09:36 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
12:09:36 --- Merging file.
12:09:38 --- Create PDF...
12:09:39 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:09:39 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
12:09:40 ../build/SOL003-VNFPackageManagement-API.yaml is valid
12:09:40 --- Validation done (0).
12:09:40 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
12:09:40 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
12:09:40 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:09:40 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
12:09:40 --- Merging file.
12:09:41 --- Create PDF...
12:09:43 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:09:43 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
12:09:43 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
12:09:43 --- Validation done (0).
12:09:43 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
12:09:43 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
12:09:43 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:09:43 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
12:09:43 --- Merging file.
12:09:44 --- Create PDF...
12:09:46 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:09:46 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
12:09:46 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
12:09:46 --- Validation done (0).
12:09:46 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
12:09:46 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
12:09:46 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:09:46 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
12:09:46 --- Merging file.
12:09:48 --- Create PDF...
12:09:49 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
12:09:49 --- Validating ../build/SOL002-VNFIndicator-API.yaml
12:09:50 ../build/SOL002-VNFIndicator-API.yaml is valid
12:09:50 --- Validation done (0).
12:09:50 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
12:09:50 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
12:09:50 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
12:09:50 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
12:09:50 --- Merging file.
12:09:51 --- Create PDF...
12:09:52 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
12:09:52 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
12:09:52 ../build/SOL002-VNFConfiguration-API.yaml is valid
12:09:52 --- Validation done (0).
12:09:52 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
12:09:52 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
12:09:52 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
12:09:52 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
12:09:52 --- Merging file.
12:09:56 --- Create PDF...
12:09:57 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
12:09:57 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:09:58 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
12:09:58 --- Validation done (0).
12:09:58 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
12:09:58 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
12:09:58 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:09:58 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
12:09:58 --- Merging file.
12:09:59 --- Create PDF...
12:10:01 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
12:10:01 --- Validating ../build/SOL002-APIVersion-API.yaml
12:10:01 ../build/SOL002-APIVersion-API.yaml is valid
12:10:01 --- Validation done (0).
12:10:01 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
12:10:01 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
12:10:01 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
12:10:01 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
12:10:01 --- Merging file.
12:10:02 --- Create PDF...
12:10:03 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:10:03 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
12:10:04 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
12:10:04 --- Validation done (0).
12:10:04 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
12:10:04 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
12:10:04 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:10:04 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
12:10:04 --- Merging file.
12:10:05 --- Create PDF...
12:10:06 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:10:06 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
12:10:06 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
12:10:06 --- Validation done (0).
12:10:06 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
12:10:06 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
12:10:06 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:10:06 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
12:10:06 --- Merging file.
12:10:08 --- Create PDF...
12:10:09 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:10:09 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
12:10:10 ../build/SOL002-VNFFaultManagement-API.yaml is valid
12:10:10 --- Validation done (0).
12:10:10 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
12:10:10 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
12:10:10 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:10:10 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
12:10:10 --- Merging file.
12:10:11 --- Create PDF...
12:10:12 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:10:12 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
12:10:13 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
12:10:13 --- Validation done (0).
12:10:13 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
12:10:13 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
12:10:13 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:10:13 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
12:10:13 --- Merging file.
12:10:13 --- Create PDF...
12:10:15 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:10:15 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
12:10:15 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
12:10:15 --- Validation done (0).
12:10:15 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
12:10:15 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
12:10:15 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:10:15 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
12:10:15 --- Merging file.
12:10:17 --- Create PDF...
12:10:18 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:10:18 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
12:10:19 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
12:10:19 --- Validation done (0).
12:10:19 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
12:10:19 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
12:10:19 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:10:19 -- Final validator returns 0.
12:10:19 Archiving artifacts
12:10:20 Discard old builds...
12:10:20 #445 is removed because old than numToKeep
12:10:20 Finished: SUCCESS