SuccessConsole Output

12:51:08 Started by GitLab push by bernini
12:51:08 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
12:51:08 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:51:08  > git rev-parse --is-inside-work-tree # timeout=10
12:51:08 Fetching changes from the remote Git repository
12:51:08  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
12:51:08 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
12:51:08  > git --version # timeout=10
12:51:08 using GIT_SSH to set credentials 
12:51:08  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
12:51:09  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
12:51:09  > git branch -a -v --no-abbrev --contains 87d161181b9836294d5b21454545dd6c5b346173 # timeout=10
12:51:09 Checking out Revision 87d161181b9836294d5b21454545dd6c5b346173 (origin/master, origin/3.5.1-dev)
12:51:09  > git config core.sparsecheckout # timeout=10
12:51:09  > git checkout -f 87d161181b9836294d5b21454545dd6c5b346173
12:51:09 Commit message: "Merge branch '3.3.1-dev' into 'master'"
12:51:09  > git rev-list --no-walk 5b48a59a629a5743b6c21c2acc9d4fafb96ad01b # timeout=10
12:51:10 [sol002-sol003] $ /bin/bash /tmp/jenkins4207006857218512591.sh
12:51:10 ./build-container.sh: line 7: proxy: command not found
12:51:10 http_proxy is not set
12:51:10 Proxy set to 
12:51:10 Sending build context to Docker daemon  13.31kB

12:51:10 Step 1/24 : FROM alpine:3.10.0
12:51:11 3.10.0: Pulling from library/alpine
12:51:11 921b31ab772b: Pulling fs layer
12:51:12 921b31ab772b: Verifying Checksum
12:51:12 921b31ab772b: Download complete
12:51:12 921b31ab772b: Pull complete
12:51:12 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:51:12 Status: Downloaded newer image for alpine:3.10.0
12:51:12  ---> 4d90542f0623
12:51:12 Step 2/24 : RUN env
12:51:13  ---> Running in 03905ab05295
12:51:13 HOSTNAME=03905ab05295
12:51:13 SHLVL=1
12:51:13 HOME=/root
12:51:13 https_proxy=
12:51:13 http_proxy=
12:51:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:51:13 PWD=/
12:51:13  ---> 3dd37f88f48b
12:51:13 Removing intermediate container 03905ab05295
12:51:13 Step 3/24 : RUN apk update
12:51:13  ---> Running in d58def0ab182
12:51:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
12:51:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
12:51:14 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
12:51:14 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
12:51:14 OK: 10351 distinct packages available
12:51:14  ---> 12029cc0f39f
12:51:14 Removing intermediate container d58def0ab182
12:51:14 Step 4/24 : RUN apk add bash
12:51:14  ---> Running in 91cd00331b38
12:51:15 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
12:51:15 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
12:51:15 (3/4) Installing readline (8.0.0-r0)
12:51:15 (4/4) Installing bash (5.0.0-r0)
12:51:15 Executing bash-5.0.0-r0.post-install
12:51:15 Executing busybox-1.30.1-r2.trigger
12:51:15 OK: 8 MiB in 18 packages
12:51:15  ---> e6615b737995
12:51:15 Removing intermediate container 91cd00331b38
12:51:15 Step 5/24 : RUN apk add nodejs
12:51:15  ---> Running in 1fe662c25849
12:51:16 (1/7) Installing ca-certificates (20191127-r2)
12:51:16 (2/7) Installing c-ares (1.15.0-r0)
12:51:16 (3/7) Installing libgcc (8.3.0-r0)
12:51:16 (4/7) Installing http-parser (2.9.2-r0)
12:51:16 (5/7) Installing libstdc++ (8.3.0-r0)
12:51:16 (6/7) Installing libuv (1.29.1-r0)
12:51:16 (7/7) Installing nodejs (10.19.0-r0)
12:51:16 Executing busybox-1.30.1-r2.trigger
12:51:16 Executing ca-certificates-20191127-r2.trigger
12:51:17 OK: 34 MiB in 25 packages
12:51:17  ---> 24860c3b2063
12:51:17 Removing intermediate container 1fe662c25849
12:51:17 Step 6/24 : RUN apk add nodejs-npm
12:51:17  ---> Running in 756e6ddc35ae
12:51:18 (1/1) Installing npm (10.19.0-r0)
12:51:18 Executing busybox-1.30.1-r2.trigger
12:51:18 OK: 62 MiB in 26 packages
12:51:20  ---> cb2256300214
12:51:20 Removing intermediate container 756e6ddc35ae
12:51:20 Step 7/24 : RUN apk add asciidoctor
12:51:20  ---> Running in 87f10ea976c1
12:51:20 (1/5) Installing gmp (6.1.2-r1)
12:51:21 (2/5) Installing yaml (0.2.2-r1)
12:51:21 (3/5) Installing ruby-libs (2.5.8-r0)
12:51:21 (4/5) Installing ruby (2.5.8-r0)
12:51:21 (5/5) Installing asciidoctor (2.0.10-r0)
12:51:21 Executing busybox-1.30.1-r2.trigger
12:51:22 OK: 76 MiB in 31 packages
12:51:22  ---> 48f0b705cc06
12:51:22 Removing intermediate container 87f10ea976c1
12:51:22 Step 8/24 : RUN apk add openjdk8
12:51:22  ---> Running in dafd76533db2
12:51:23 (1/37) Installing libffi (3.2.1-r6)
12:51:23 (2/37) Installing p11-kit (0.23.16.1-r0)
12:51:23 (3/37) Installing libtasn1 (4.14-r0)
12:51:23 (4/37) Installing p11-kit-trust (0.23.16.1-r0)
12:51:23 (5/37) Installing java-cacerts (1.0-r0)
12:51:23 (6/37) Installing nspr (4.20-r0)
12:51:23 (7/37) Installing sqlite-libs (3.28.0-r3)
12:51:23 (8/37) Installing nss (3.44.3-r0)
12:51:23 (9/37) Installing libxau (1.0.9-r0)
12:51:23 (10/37) Installing libbsd (0.9.1-r0)
12:51:23 (11/37) Installing libxdmcp (1.1.3-r0)
12:51:23 (12/37) Installing libxcb (1.13.1-r0)
12:51:23 (13/37) Installing libx11 (1.6.12-r0)
12:51:23 (14/37) Installing libxcomposite (0.4.5-r0)
12:51:23 (15/37) Installing libxext (1.3.4-r0)
12:51:23 (16/37) Installing libxi (1.7.9-r2)
12:51:23 (17/37) Installing libxrender (0.9.10-r3)
12:51:23 (18/37) Installing libxtst (1.2.3-r3)
12:51:23 (19/37) Installing alsa-lib (1.1.9-r0)
12:51:23 (20/37) Installing libbz2 (1.0.6-r7)
12:51:23 (21/37) Installing libpng (1.6.37-r1)
12:51:23 (22/37) Installing freetype (2.10.0-r1)
12:51:23 (23/37) Installing giflib (5.1.9-r0)
12:51:23 (24/37) Installing libjpeg-turbo (2.0.4-r1)
12:51:24 (25/37) Installing openjdk8-jre-lib (8.252.09-r0)
12:51:24 (26/37) Installing java-common (0.2-r0)
12:51:24 (27/37) Installing krb5-conf (1.0-r1)
12:51:24 (28/37) Installing libcom_err (1.45.5-r0)
12:51:24 (29/37) Installing keyutils-libs (1.6-r1)
12:51:24 (30/37) Installing libverto (0.3.1-r0)
12:51:24 (31/37) Installing krb5-libs (1.17-r0)
12:51:24 (32/37) Installing lcms2 (2.9-r1)
12:51:24 (33/37) Installing pcsc-lite-libs (1.8.25-r1)
12:51:24 (34/37) Installing liblksctp (1.0.18-r0)
12:51:24 (35/37) Installing openjdk8-jre-base (8.252.09-r0)
12:51:25 (36/37) Installing openjdk8-jre (8.252.09-r0)
12:51:25 (37/37) Installing openjdk8 (8.252.09-r0)
12:51:25 Executing busybox-1.30.1-r2.trigger
12:51:25 Executing ca-certificates-20191127-r2.trigger
12:51:25 Executing java-common-0.2-r0.trigger
12:51:25 OK: 172 MiB in 68 packages
12:51:27  ---> 56a612d9bba4
12:51:27 Removing intermediate container dafd76533db2
12:51:27 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:51:27  ---> Running in e2279e79fd05
12:51:27 (1/1) Installing wget (1.20.3-r0)
12:51:28 Executing busybox-1.30.1-r2.trigger
12:51:28 OK: 173 MiB in 69 packages
12:51:28 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
12:51:28  ---> 54afa303828c
12:51:28 Removing intermediate container e2279e79fd05
12:51:28 Step 10/24 : RUN apk add openssl
12:51:28  ---> Running in e40cbbc60e79
12:51:29 (1/1) Installing openssl (1.1.1g-r0)
12:51:29 Executing busybox-1.30.1-r2.trigger
12:51:29 OK: 174 MiB in 70 packages
12:51:29  ---> c9c08c112472
12:51:29 Removing intermediate container e40cbbc60e79
12:51:29 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:51:29  ---> Running in 4d6b61fc5d00
12:51:31 ERROR:  While executing gem ... (NoMethodError)
12:51:31     undefined method `reset' for RDoc::TopLevel:Class
12:51:31 Successfully installed rdoc-6.2.1
12:51:39 Successfully installed rdoc-6.2.1
12:51:39 Parsing documentation for rdoc-6.2.1
12:51:39 Installing ri documentation for rdoc-6.2.1
12:51:39 Done installing documentation for rdoc after 6 seconds
12:51:39 1 gem installed
12:51:40  ---> 352b01bc416e
12:51:40 Removing intermediate container 4d6b61fc5d00
12:51:40 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:51:40  ---> Running in 79b0703d5b4b
12:52:05 Successfully installed pdf-core-0.7.0
12:52:05 Successfully installed ttfunk-1.5.1
12:52:05 Successfully installed prawn-2.2.2
12:52:05 Successfully installed prawn-table-0.2.2
12:52:05 Successfully installed Ascii85-1.0.3
12:52:05 Successfully installed ruby-rc4-0.1.5
12:52:05 Successfully installed hashery-2.1.2
12:52:05 Successfully installed afm-0.2.2
12:52:05 Successfully installed pdf-reader-2.4.1
12:52:05 Successfully installed prawn-templates-0.1.2
12:52:05 Successfully installed public_suffix-4.0.6
12:52:05 Successfully installed addressable-2.7.0
12:52:05 Successfully installed css_parser-1.7.1
12:52:05 Successfully installed prawn-svg-0.30.0
12:52:05 Successfully installed prawn-icon-2.5.0
12:52:05 Successfully installed safe_yaml-1.0.5
12:52:05 Successfully installed thread_safe-0.3.6
12:52:05 Successfully installed concurrent-ruby-1.1.7
12:52:05 Successfully installed polyglot-0.3.5
12:52:05 Successfully installed treetop-1.6.11
12:52:05 Successfully installed asciidoctor-pdf-1.5.3
12:52:05 Successfully installed asciidoctor-pdf-cjk-0.1.3
12:52:05 Parsing documentation for pdf-core-0.7.0
12:52:05 Installing ri documentation for pdf-core-0.7.0
12:52:05 Parsing documentation for ttfunk-1.5.1
12:52:05 Installing ri documentation for ttfunk-1.5.1
12:52:05 Parsing documentation for prawn-2.2.2
12:52:05 Installing ri documentation for prawn-2.2.2
12:52:05 Parsing documentation for prawn-table-0.2.2
12:52:05 Installing ri documentation for prawn-table-0.2.2
12:52:05 Parsing documentation for Ascii85-1.0.3
12:52:05 Installing ri documentation for Ascii85-1.0.3
12:52:05 Parsing documentation for ruby-rc4-0.1.5
12:52:05 Installing ri documentation for ruby-rc4-0.1.5
12:52:05 Parsing documentation for hashery-2.1.2
12:52:05 Installing ri documentation for hashery-2.1.2
12:52:05 Parsing documentation for afm-0.2.2
12:52:05 Installing ri documentation for afm-0.2.2
12:52:05 Parsing documentation for pdf-reader-2.4.1
12:52:05 Installing ri documentation for pdf-reader-2.4.1
12:52:05 Parsing documentation for prawn-templates-0.1.2
12:52:05 Installing ri documentation for prawn-templates-0.1.2
12:52:05 Parsing documentation for public_suffix-4.0.6
12:52:05 Installing ri documentation for public_suffix-4.0.6
12:52:05 Parsing documentation for addressable-2.7.0
12:52:05 Installing ri documentation for addressable-2.7.0
12:52:05 Parsing documentation for css_parser-1.7.1
12:52:05 Installing ri documentation for css_parser-1.7.1
12:52:05 Parsing documentation for prawn-svg-0.30.0
12:52:05 Installing ri documentation for prawn-svg-0.30.0
12:52:05 Parsing documentation for prawn-icon-2.5.0
12:52:05 Installing ri documentation for prawn-icon-2.5.0
12:52:05 Parsing documentation for safe_yaml-1.0.5
12:52:05 Installing ri documentation for safe_yaml-1.0.5
12:52:05 Parsing documentation for thread_safe-0.3.6
12:52:05 Installing ri documentation for thread_safe-0.3.6
12:52:05 Parsing documentation for concurrent-ruby-1.1.7
12:52:05 Installing ri documentation for concurrent-ruby-1.1.7
12:52:05 Parsing documentation for polyglot-0.3.5
12:52:05 Installing ri documentation for polyglot-0.3.5
12:52:05 Parsing documentation for treetop-1.6.11
12:52:05 Installing ri documentation for treetop-1.6.11
12:52:05 Parsing documentation for asciidoctor-pdf-1.5.3
12:52:05 Installing ri documentation for asciidoctor-pdf-1.5.3
12:52:05 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
12:52:05 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
12:52:05 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 19 seconds
12:52:05 22 gems installed
12:52:07  ---> ce077e02bff8
12:52:07 Removing intermediate container 79b0703d5b4b
12:52:07 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:52:07  ---> Running in e210605af445
12:52:08 --2020-10-30 11:52:07--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:52:08 Resolving forge.etsi.org... 195.238.226.56
12:52:08 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
12:52:08 HTTP request sent, awaiting response... 200 OK
12:52:08 Length: 14909486 (14M) [application/java-archive]
12:52:08 Saving to: 'swagger2markup-cli-1.3.2.jar'
12:52:08 
12:52:08      0K .......... .......... .......... .......... ..........  0% 1002K 14s
12:52:08     50K .......... .......... .......... .......... ..........  0% 2.99M 10s
12:52:08    100K .......... .......... .......... .......... ..........  1% 6.78M 7s
12:52:08    150K .......... .......... .......... .......... ..........  1% 33.4M 5s
12:52:08    200K .......... .......... .......... .......... ..........  1% 8.88M 5s
12:52:08    250K .......... .......... .......... .......... ..........  2% 21.0M 4s
12:52:08    300K .......... .......... .......... .......... ..........  2% 23.4M 3s
12:52:08    350K .......... .......... .......... .......... ..........  2% 23.6M 3s
12:52:08    400K .......... .......... .......... .......... ..........  3% 26.8M 3s
12:52:08    450K .......... .......... .......... .......... ..........  3% 32.3M 3s
12:52:08    500K .......... .......... .......... .......... ..........  3% 26.4M 2s
12:52:08    550K .......... .......... .......... .......... ..........  4% 51.2M 2s
12:52:08    600K .......... .......... .......... .......... ..........  4% 70.4M 2s
12:52:08    650K .......... .......... .......... .......... ..........  4% 55.7M 2s
12:52:08    700K .......... .......... .......... .......... ..........  5% 51.0M 2s
12:52:08    750K .......... .......... .......... .......... ..........  5% 53.9M 2s
12:52:08    800K .......... .......... .......... .......... ..........  5% 44.3M 2s
12:52:08    850K .......... .......... .......... .......... ..........  6% 49.7M 1s
12:52:08    900K .......... .......... .......... .......... ..........  6% 53.1M 1s
12:52:08    950K .......... .......... .......... .......... ..........  6% 53.0M 1s
12:52:08   1000K .......... .......... .......... .......... ..........  7% 49.5M 1s
12:52:08   1050K .......... .......... .......... .......... ..........  7% 54.8M 1s
12:52:08   1100K .......... .......... .......... .......... ..........  7% 68.5M 1s
12:52:08   1150K .......... .......... .......... .......... ..........  8% 56.3M 1s
12:52:08   1200K .......... .......... .......... .......... ..........  8% 44.6M 1s
12:52:08   1250K .......... .......... .......... .......... ..........  8% 47.7M 1s
12:52:08   1300K .......... .......... .......... .......... ..........  9% 42.0M 1s
12:52:08   1350K .......... .......... .......... .......... ..........  9% 51.7M 1s
12:52:08   1400K .......... .......... .......... .......... ..........  9% 51.8M 1s
12:52:08   1450K .......... .......... .......... .......... .......... 10% 44.1M 1s
12:52:08   1500K .......... .......... .......... .......... .......... 10% 47.7M 1s
12:52:08   1550K .......... .......... .......... .......... .......... 10% 44.6M 1s
12:52:08   1600K .......... .......... .......... .......... .......... 11% 37.2M 1s
12:52:08   1650K .......... .......... .......... .......... .......... 11% 40.9M 1s
12:52:08   1700K .......... .......... .......... .......... .......... 12% 45.7M 1s
12:52:08   1750K .......... .......... .......... .......... .......... 12% 46.3M 1s
12:52:08   1800K .......... .......... .......... .......... .......... 12% 29.8M 1s
12:52:08   1850K .......... .......... .......... .......... .......... 13% 37.7M 1s
12:52:08   1900K .......... .......... .......... .......... .......... 13% 42.0M 1s
12:52:08   1950K .......... .......... .......... .......... .......... 13% 35.4M 1s
12:52:08   2000K .......... .......... .......... .......... .......... 14% 31.1M 1s
12:52:08   2050K .......... .......... .......... .......... .......... 14% 36.6M 1s
12:52:08   2100K .......... .......... .......... .......... .......... 14% 44.0M 1s
12:52:08   2150K .......... .......... .......... .......... .......... 15% 43.0M 1s
12:52:08   2200K .......... .......... .......... .......... .......... 15% 43.1M 1s
12:52:08   2250K .......... .......... .......... .......... .......... 15% 31.5M 1s
12:52:08   2300K .......... .......... .......... .......... .......... 16% 37.7M 1s
12:52:08   2350K .......... .......... .......... .......... .......... 16% 33.8M 1s
12:52:08   2400K .......... .......... .......... .......... .......... 16% 26.5M 1s
12:52:08   2450K .......... .......... .......... .......... .......... 17% 44.2M 1s
12:52:08   2500K .......... .......... .......... .......... .......... 17% 41.0M 1s
12:52:08   2550K .......... .......... .......... .......... .......... 17% 31.7M 1s
12:52:08   2600K .......... .......... .......... .......... .......... 18% 37.8M 1s
12:52:08   2650K .......... .......... .......... .......... .......... 18% 34.9M 1s
12:52:08   2700K .......... .......... .......... .......... .......... 18% 29.4M 1s
12:52:08   2750K .......... .......... .......... .......... .......... 19% 36.4M 1s
12:52:08   2800K .......... .......... .......... .......... .......... 19% 36.6M 1s
12:52:08   2850K .......... .......... .......... .......... .......... 19% 32.2M 1s
12:52:08   2900K .......... .......... .......... .......... .......... 20% 41.1M 1s
12:52:08   2950K .......... .......... .......... .......... .......... 20% 42.9M 1s
12:52:08   3000K .......... .......... .......... .......... .......... 20% 38.6M 1s
12:52:08   3050K .......... .......... .......... .......... .......... 21% 42.9M 1s
12:52:08   3100K .......... .......... .......... .......... .......... 21% 43.6M 1s
12:52:08   3150K .......... .......... .......... .......... .......... 21% 44.0M 1s
12:52:08   3200K .......... .......... .......... .......... .......... 22% 45.8M 1s
12:52:08   3250K .......... .......... .......... .......... .......... 22% 73.5M 1s
12:52:08   3300K .......... .......... .......... .......... .......... 23% 76.1M 1s
12:52:08   3350K .......... .......... .......... .......... .......... 23% 76.0M 1s
12:52:08   3400K .......... .......... .......... .......... .......... 23% 65.4M 1s
12:52:08   3450K .......... .......... .......... .......... .......... 24% 72.5M 1s
12:52:08   3500K .......... .......... .......... .......... .......... 24% 70.8M 0s
12:52:08   3550K .......... .......... .......... .......... .......... 24% 68.5M 0s
12:52:08   3600K .......... .......... .......... .......... .......... 25% 58.2M 0s
12:52:08   3650K .......... .......... .......... .......... .......... 25% 75.2M 0s
12:52:08   3700K .......... .......... .......... .......... .......... 25% 68.1M 0s
12:52:08   3750K .......... .......... .......... .......... .......... 26% 67.4M 0s
12:52:08   3800K .......... .......... .......... .......... .......... 26% 67.2M 0s
12:52:08   3850K .......... .......... .......... .......... .......... 26% 76.4M 0s
12:52:08   3900K .......... .......... .......... .......... .......... 27% 73.8M 0s
12:52:08   3950K .......... .......... .......... .......... .......... 27% 75.4M 0s
12:52:08   4000K .......... .......... .......... .......... .......... 27% 55.0M 0s
12:52:08   4050K .......... .......... .......... .......... .......... 28% 71.0M 0s
12:52:08   4100K .......... .......... .......... .......... .......... 28% 66.6M 0s
12:52:08   4150K .......... .......... .......... .......... .......... 28% 75.6M 0s
12:52:08   4200K .......... .......... .......... .......... .......... 29% 70.5M 0s
12:52:08   4250K .......... .......... .......... .......... .......... 29% 69.4M 0s
12:52:08   4300K .......... .......... .......... .......... .......... 29% 70.2M 0s
12:52:08   4350K .......... .......... .......... .......... .......... 30% 74.2M 0s
12:52:08   4400K .......... .......... .......... .......... .......... 30% 59.4M 0s
12:52:08   4450K .......... .......... .......... .......... .......... 30% 75.0M 0s
12:52:08   4500K .......... .......... .......... .......... .......... 31% 73.4M 0s
12:52:08   4550K .......... .......... .......... .......... .......... 31% 68.7M 0s
12:52:08   4600K .......... .......... .......... .......... .......... 31% 65.4M 0s
12:52:08   4650K .......... .......... .......... .......... .......... 32% 73.2M 0s
12:52:08   4700K .......... .......... .......... .......... .......... 32% 76.1M 0s
12:52:08   4750K .......... .......... .......... .......... .......... 32% 75.1M 0s
12:52:08   4800K .......... .......... .......... .......... .......... 33% 59.2M 0s
12:52:08   4850K .......... .......... .......... .......... .......... 33% 69.9M 0s
12:52:08   4900K .......... .......... .......... .......... .......... 33% 70.2M 0s
12:52:08   4950K .......... .......... .......... .......... .......... 34% 74.9M 0s
12:52:08   5000K .......... .......... .......... .......... .......... 34% 65.3M 0s
12:52:08   5050K .......... .......... .......... .......... .......... 35% 79.6M 0s
12:52:08   5100K .......... .......... .......... .......... .......... 35% 76.0M 0s
12:52:08   5150K .......... .......... .......... .......... .......... 35% 70.6M 0s
12:52:08   5200K .......... .......... .......... .......... .......... 36% 56.3M 0s
12:52:08   5250K .......... .......... .......... .......... .......... 36% 75.7M 0s
12:52:08   5300K .......... .......... .......... .......... .......... 36% 76.4M 0s
12:52:08   5350K .......... .......... .......... .......... .......... 37% 76.0M 0s
12:52:08   5400K .......... .......... .......... .......... .......... 37% 67.3M 0s
12:52:08   5450K .......... .......... .......... .......... .......... 37% 63.6M 0s
12:52:08   5500K .......... .......... .......... .......... .......... 38% 74.3M 0s
12:52:08   5550K .......... .......... .......... .......... .......... 38% 74.7M 0s
12:52:08   5600K .......... .......... .......... .......... .......... 38% 61.1M 0s
12:52:08   5650K .......... .......... .......... .......... .......... 39% 76.4M 0s
12:52:08   5700K .......... .......... .......... .......... .......... 39% 69.2M 0s
12:52:08   5750K .......... .......... .......... .......... .......... 39% 76.8M 0s
12:52:08   5800K .......... .......... .......... .......... .......... 40% 73.8M 0s
12:52:08   5850K .......... .......... .......... .......... .......... 40% 73.6M 0s
12:52:08   5900K .......... .......... .......... .......... .......... 40% 76.8M 0s
12:52:08   5950K .......... .......... .......... .......... .......... 41% 80.5M 0s
12:52:08   6000K .......... .......... .......... .......... .......... 41% 55.9M 0s
12:52:08   6050K .......... .......... .......... .......... .......... 41% 71.1M 0s
12:52:08   6100K .......... .......... .......... .......... .......... 42% 77.0M 0s
12:52:08   6150K .......... .......... .......... .......... .......... 42% 76.9M 0s
12:52:08   6200K .......... .......... .......... .......... .......... 42% 72.7M 0s
12:52:08   6250K .......... .......... .......... .......... .......... 43% 75.4M 0s
12:52:08   6300K .......... .......... .......... .......... .......... 43% 74.2M 0s
12:52:08   6350K .......... .......... .......... .......... .......... 43% 75.7M 0s
12:52:08   6400K .......... .......... .......... .......... .......... 44% 60.7M 0s
12:52:08   6450K .......... .......... .......... .......... .......... 44% 75.2M 0s
12:52:08   6500K .......... .......... .......... .......... .......... 44% 74.0M 0s
12:52:08   6550K .......... .......... .......... .......... .......... 45% 75.2M 0s
12:52:08   6600K .......... .......... .......... .......... .......... 45% 66.4M 0s
12:52:08   6650K .......... .......... .......... .......... .......... 46% 74.8M 0s
12:52:08   6700K .......... .......... .......... .......... .......... 46% 73.7M 0s
12:52:08   6750K .......... .......... .......... .......... .......... 46% 76.7M 0s
12:52:08   6800K .......... .......... .......... .......... .......... 47% 59.4M 0s
12:52:08   6850K .......... .......... .......... .......... .......... 47% 70.6M 0s
12:52:08   6900K .......... .......... .......... .......... .......... 47% 74.1M 0s
12:52:08   6950K .......... .......... .......... .......... .......... 48% 73.4M 0s
12:52:08   7000K .......... .......... .......... .......... .......... 48% 70.8M 0s
12:52:08   7050K .......... .......... .......... .......... .......... 48% 77.6M 0s
12:52:08   7100K .......... .......... .......... .......... .......... 49% 77.5M 0s
12:52:08   7150K .......... .......... .......... .......... .......... 49% 74.9M 0s
12:52:08   7200K .......... .......... .......... .......... .......... 49% 54.7M 0s
12:52:08   7250K .......... .......... .......... .......... .......... 50% 72.5M 0s
12:52:08   7300K .......... .......... .......... .......... .......... 50% 73.1M 0s
12:52:08   7350K .......... .......... .......... .......... .......... 50% 77.0M 0s
12:52:08   7400K .......... .......... .......... .......... .......... 51% 72.4M 0s
12:52:08   7450K .......... .......... .......... .......... .......... 51% 75.2M 0s
12:52:08   7500K .......... .......... .......... .......... .......... 51% 75.1M 0s
12:52:08   7550K .......... .......... .......... .......... .......... 52% 70.1M 0s
12:52:08   7600K .......... .......... .......... .......... .......... 52% 60.8M 0s
12:52:08   7650K .......... .......... .......... .......... .......... 52% 76.0M 0s
12:52:08   7700K .......... .......... .......... .......... .......... 53% 76.0M 0s
12:52:08   7750K .......... .......... .......... .......... .......... 53% 75.4M 0s
12:52:08   7800K .......... .......... .......... .......... .......... 53% 68.5M 0s
12:52:08   7850K .......... .......... .......... .......... .......... 54% 71.3M 0s
12:52:08   7900K .......... .......... .......... .......... .......... 54% 66.9M 0s
12:52:08   7950K .......... .......... .......... .......... .......... 54% 79.6M 0s
12:52:08   8000K .......... .......... .......... .......... .......... 55% 62.2M 0s
12:52:08   8050K .......... .......... .......... .......... .......... 55% 71.0M 0s
12:52:08   8100K .......... .......... .......... .......... .......... 55% 75.2M 0s
12:52:08   8150K .......... .......... .......... .......... .......... 56% 73.4M 0s
12:52:08   8200K .......... .......... .......... .......... .......... 56% 65.2M 0s
12:52:08   8250K .......... .......... .......... .......... .......... 57% 78.1M 0s
12:52:08   8300K .......... .......... .......... .......... .......... 57% 77.1M 0s
12:52:08   8350K .......... .......... .......... .......... .......... 57% 73.6M 0s
12:52:08   8400K .......... .......... .......... .......... .......... 58% 55.0M 0s
12:52:08   8450K .......... .......... .......... .......... .......... 58% 74.3M 0s
12:52:08   8500K .......... .......... .......... .......... .......... 58% 74.6M 0s
12:52:08   8550K .......... .......... .......... .......... .......... 59% 78.8M 0s
12:52:08   8600K .......... .......... .......... .......... .......... 59% 72.1M 0s
12:52:08   8650K .......... .......... .......... .......... .......... 59% 71.0M 0s
12:52:08   8700K .......... .......... .......... .......... .......... 60% 77.3M 0s
12:52:08   8750K .......... .......... .......... .......... .......... 60% 75.3M 0s
12:52:08   8800K .......... .......... .......... .......... .......... 60% 54.5M 0s
12:52:08   8850K .......... .......... .......... .......... .......... 61% 77.1M 0s
12:52:08   8900K .......... .......... .......... .......... .......... 61% 77.0M 0s
12:52:08   8950K .......... .......... .......... .......... .......... 61% 72.4M 0s
12:52:08   9000K .......... .......... .......... .......... .......... 62% 67.9M 0s
12:52:08   9050K .......... .......... .......... .......... .......... 62% 75.0M 0s
12:52:08   9100K .......... .......... .......... .......... .......... 62% 75.5M 0s
12:52:08   9150K .......... .......... .......... .......... .......... 63% 73.7M 0s
12:52:08   9200K .......... .......... .......... .......... .......... 63% 59.0M 0s
12:52:08   9250K .......... .......... .......... .......... .......... 63% 71.3M 0s
12:52:08   9300K .......... .......... .......... .......... .......... 64% 74.8M 0s
12:52:08   9350K .......... .......... .......... .......... .......... 64% 73.7M 0s
12:52:08   9400K .......... .......... .......... .......... .......... 64% 71.4M 0s
12:52:08   9450K .......... .......... .......... .......... .......... 65% 70.5M 0s
12:52:08   9500K .......... .......... .......... .......... .......... 65% 51.2M 0s
12:52:08   9550K .......... .......... .......... .......... .......... 65% 73.3M 0s
12:52:08   9600K .......... .......... .......... .......... .......... 66% 53.9M 0s
12:52:08   9650K .......... .......... .......... .......... .......... 66% 72.1M 0s
12:52:08   9700K .......... .......... .......... .......... .......... 66% 73.1M 0s
12:52:08   9750K .......... .......... .......... .......... .......... 67% 75.8M 0s
12:52:08   9800K .......... .......... .......... .......... .......... 67% 64.8M 0s
12:52:08   9850K .......... .......... .......... .......... .......... 67% 61.6M 0s
12:52:08   9900K .......... .......... .......... .......... .......... 68% 73.7M 0s
12:52:08   9950K .......... .......... .......... .......... .......... 68% 70.3M 0s
12:52:08  10000K .......... .......... .......... .......... .......... 69% 59.0M 0s
12:52:08  10050K .......... .......... .......... .......... .......... 69% 67.5M 0s
12:52:08  10100K .......... .......... .......... .......... .......... 69% 73.4M 0s
12:52:08  10150K .......... .......... .......... .......... .......... 70% 71.9M 0s
12:52:08  10200K .......... .......... .......... .......... .......... 70% 58.2M 0s
12:52:08  10250K .......... .......... .......... .......... .......... 70% 76.2M 0s
12:52:08  10300K .......... .......... .......... .......... .......... 71% 70.8M 0s
12:52:08  10350K .......... .......... .......... .......... .......... 71% 68.1M 0s
12:52:08  10400K .......... .......... .......... .......... .......... 71% 34.6M 0s
12:52:08  10450K .......... .......... .......... .......... .......... 72% 39.4M 0s
12:52:08  10500K .......... .......... .......... .......... .......... 72% 64.3M 0s
12:52:08  10550K .......... .......... .......... .......... .......... 72% 72.4M 0s
12:52:08  10600K .......... .......... .......... .......... .......... 73% 68.9M 0s
12:52:08  10650K .......... .......... .......... .......... .......... 73% 67.0M 0s
12:52:08  10700K .......... .......... .......... .......... .......... 73% 70.3M 0s
12:52:08  10750K .......... .......... .......... .......... .......... 74% 72.2M 0s
12:52:08  10800K .......... .......... .......... .......... .......... 74% 55.3M 0s
12:52:08  10850K .......... .......... .......... .......... .......... 74% 72.3M 0s
12:52:08  10900K .......... .......... .......... .......... .......... 75% 7.53M 0s
12:52:08  10950K .......... .......... .......... .......... .......... 75% 63.2M 0s
12:52:08  11000K .......... .......... .......... .......... .......... 75% 67.1M 0s
12:52:08  11050K .......... .......... .......... .......... .......... 76% 44.2M 0s
12:52:08  11100K .......... .......... .......... .......... .......... 76% 35.4M 0s
12:52:08  11150K .......... .......... .......... .......... .......... 76% 31.9M 0s
12:52:08  11200K .......... .......... .......... .......... .......... 77% 26.7M 0s
12:52:08  11250K .......... .......... .......... .......... .......... 77% 30.0M 0s
12:52:08  11300K .......... .......... .......... .......... .......... 77% 33.0M 0s
12:52:08  11350K .......... .......... .......... .......... .......... 78% 34.3M 0s
12:52:08  11400K .......... .......... .......... .......... .......... 78% 26.4M 0s
12:52:08  11450K .......... .......... .......... .......... .......... 78% 34.2M 0s
12:52:08  11500K .......... .......... .......... .......... .......... 79% 31.2M 0s
12:52:08  11550K .......... .......... .......... .......... .......... 79% 31.0M 0s
12:52:08  11600K .......... .......... .......... .......... .......... 80% 26.3M 0s
12:52:08  11650K .......... .......... .......... .......... .......... 80% 34.6M 0s
12:52:08  11700K .......... .......... .......... .......... .......... 80% 32.9M 0s
12:52:08  11750K .......... .......... .......... .......... .......... 81% 31.9M 0s
12:52:08  11800K .......... .......... .......... .......... .......... 81% 24.4M 0s
12:52:08  11850K .......... .......... .......... .......... .......... 81% 35.4M 0s
12:52:08  11900K .......... .......... .......... .......... .......... 82% 30.0M 0s
12:52:08  11950K .......... .......... .......... .......... .......... 82% 32.4M 0s
12:52:08  12000K .......... .......... .......... .......... .......... 82% 28.9M 0s
12:52:08  12050K .......... .......... .......... .......... .......... 83% 31.5M 0s
12:52:08  12100K .......... .......... .......... .......... .......... 83% 28.1M 0s
12:52:08  12150K .......... .......... .......... .......... .......... 83% 26.2M 0s
12:52:08  12200K .......... .......... .......... .......... .......... 84% 26.6M 0s
12:52:08  12250K .......... .......... .......... .......... .......... 84% 24.8M 0s
12:52:08  12300K .......... .......... .......... .......... .......... 84% 29.7M 0s
12:52:08  12350K .......... .......... .......... .......... .......... 85% 32.8M 0s
12:52:08  12400K .......... .......... .......... .......... .......... 85% 20.8M 0s
12:52:08  12450K .......... .......... .......... .......... .......... 85% 28.7M 0s
12:52:08  12500K .......... .......... .......... .......... .......... 86% 31.3M 0s
12:52:08  12550K .......... .......... .......... .......... .......... 86% 33.2M 0s
12:52:08  12600K .......... .......... .......... .......... .......... 86% 24.6M 0s
12:52:08  12650K .......... .......... .......... .......... .......... 87% 30.7M 0s
12:52:08  12700K .......... .......... .......... .......... .......... 87% 29.0M 0s
12:52:08  12750K .......... .......... .......... .......... .......... 87% 30.9M 0s
12:52:08  12800K .......... .......... .......... .......... .......... 88% 26.0M 0s
12:52:08  12850K .......... .......... .......... .......... .......... 88% 28.9M 0s
12:52:08  12900K .......... .......... .......... .......... .......... 88% 31.7M 0s
12:52:08  12950K .......... .......... .......... .......... .......... 89% 34.6M 0s
12:52:08  13000K .......... .......... .......... .......... .......... 89% 32.4M 0s
12:52:08  13050K .......... .......... .......... .......... .......... 89% 29.9M 0s
12:52:08  13100K .......... .......... .......... .......... .......... 90% 28.4M 0s
12:52:08  13150K .......... .......... .......... .......... .......... 90% 30.9M 0s
12:52:08  13200K .......... .......... .......... .......... .......... 91% 3.44M 0s
12:52:08  13250K .......... .......... .......... .......... .......... 91% 35.6M 0s
12:52:08  13300K .......... .......... .......... .......... .......... 91% 35.6M 0s
12:52:08  13350K .......... .......... .......... .......... .......... 92% 36.0M 0s
12:52:08  13400K .......... .......... .......... .......... .......... 92% 33.0M 0s
12:52:08  13450K .......... .......... .......... .......... .......... 92% 34.6M 0s
12:52:08  13500K .......... .......... .......... .......... .......... 93% 36.2M 0s
12:52:08  13550K .......... .......... .......... .......... .......... 93% 36.1M 0s
12:52:08  13600K .......... .......... .......... .......... .......... 93% 29.8M 0s
12:52:08  13650K .......... .......... .......... .......... .......... 94% 36.4M 0s
12:52:08  13700K .......... .......... .......... .......... .......... 94% 34.3M 0s
12:52:08  13750K .......... .......... .......... .......... .......... 94% 34.2M 0s
12:52:08  13800K .......... .......... .......... .......... .......... 95% 32.0M 0s
12:52:08  13850K .......... .......... .......... .......... .......... 95% 33.4M 0s
12:52:08  13900K .......... .......... .......... .......... .......... 95% 35.5M 0s
12:52:08  13950K .......... .......... .......... .......... .......... 96% 36.3M 0s
12:52:08  14000K .......... .......... .......... .......... .......... 96% 29.2M 0s
12:52:08  14050K .......... .......... .......... .......... .......... 96% 36.4M 0s
12:52:08  14100K .......... .......... .......... .......... .......... 97% 36.4M 0s
12:52:08  14150K .......... .......... .......... .......... .......... 97% 39.8M 0s
12:52:08  14200K .......... .......... .......... .......... .......... 97% 32.0M 0s
12:52:08  14250K .......... .......... .......... .......... .......... 98% 35.4M 0s
12:52:08  14300K .......... .......... .......... .......... .......... 98% 32.0M 0s
12:52:08  14350K .......... .......... .......... .......... .......... 98% 36.6M 0s
12:52:08  14400K .......... .......... .......... .......... .......... 99% 29.9M 0s
12:52:08  14450K .......... .......... .......... .......... .......... 99% 34.6M 0s
12:52:08  14500K .......... .......... .......... .......... .......... 99% 35.5M 0s
12:52:08  14550K ..........                                            100% 26.5M=0.4s
12:52:08 
12:52:08 2020-10-30 11:52:08 (36.2 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
12:52:08 
12:52:08  ---> b23fedc8dd94
12:52:09 Removing intermediate container e210605af445
12:52:09 Step 14/24 : RUN npm config set proxy $http_proxy
12:52:09  ---> Running in 94b2178c57b7
12:52:10  ---> 91638a196f16
12:52:10 Removing intermediate container 94b2178c57b7
12:52:10 Step 15/24 : RUN npm install -g swagger-cli
12:52:10  ---> Running in d95fd00c9ffb
12:52:11 npm WARN invalid config proxy=""
12:52:11 npm WARN invalid config Must be a full url with 'http://'
12:52:11 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
12:52:14 npm WARN @apidevtools/swagger-parser@10.0.2 requires a peer of openapi-types@>=7 but none is installed. You must install peer dependencies yourself.
12:52:14 
12:52:14 + swagger-cli@4.0.4
12:52:14 added 46 packages from 27 contributors in 3.138s
12:52:15  ---> f4d81cd29e36
12:52:15 Removing intermediate container d95fd00c9ffb
12:52:15 Step 16/24 : RUN npm install -g json-refs
12:52:15  ---> Running in f8450cfb5b8a
12:52:16 npm WARN invalid config proxy=""
12:52:16 npm WARN invalid config Must be a full url with 'http://'
12:52:16 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
12:52:19 + json-refs@3.0.15
12:52:19 added 37 packages from 38 contributors in 2.458s
12:52:19  ---> 11d5296cb6e3
12:52:19 Removing intermediate container f8450cfb5b8a
12:52:19 Step 17/24 : RUN npm install -g yamljs
12:52:19  ---> Running in 108f7be783de
12:52:20 npm WARN invalid config proxy=""
12:52:20 npm WARN invalid config Must be a full url with 'http://'
12:52:20 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
12:52:22 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
12:52:22 + yamljs@0.3.0
12:52:22 added 14 packages from 8 contributors in 1.109s
12:52:22  ---> 261de29c25d2
12:52:22 Removing intermediate container 108f7be783de
12:52:22 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:52:22  ---> 71f14f57d3ea
12:52:22 Removing intermediate container fd0aee9a5dd4
12:52:22 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:52:22  ---> Running in 2f9ac1afaafd
12:52:23  ---> 00f8ba24379b
12:52:23 Removing intermediate container 2f9ac1afaafd
12:52:23 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:52:23  ---> 808faca21532
12:52:23 Removing intermediate container 47386e9d090d
12:52:23 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:52:23  ---> Running in a863f4102bfa
12:52:24  ---> 374dfe44f785
12:52:24 Removing intermediate container a863f4102bfa
12:52:24 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:52:24  ---> d7b0c952fa18
12:52:24 Removing intermediate container bdb002d681b0
12:52:24 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:52:25  ---> Running in 34aec23bee9d
12:52:25  ---> 50dadb49c240
12:52:25 Removing intermediate container 34aec23bee9d
12:52:25 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:52:25  ---> Running in a765b9981aad
12:52:25  ---> 3399a60ada3f
12:52:25 Removing intermediate container a765b9981aad
12:52:25 Successfully built 3399a60ada3f
12:52:25 Successfully tagged openapivalidator:latest
12:52:25 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
12:52:25 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/463’: Permission denied
12:52:25 Mounting dir /var/www/html/api/nfv/sol002-sol003/463 as /storage
12:52:26 Using filter ''
12:52:26 
12:52:26 Entering dir /work/src
12:52:26 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
12:52:26 --- Merging file.
12:52:27 --- Create PDF...
12:52:29 --- Validating ../build/SOL003-VNFIndicator-API.yaml
12:52:29 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
12:52:29 ../build/SOL003-VNFIndicator-API.yaml is valid
12:52:29 --- Validation done (0).
12:52:29 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
12:52:29 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
12:52:29 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
12:52:29 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
12:52:29 --- Merging file.
12:52:30 --- Create PDF...
12:52:32 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:52:32 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
12:52:33 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
12:52:33 --- Validation done (0).
12:52:33 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
12:52:33 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
12:52:33 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:52:33 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
12:52:33 --- Merging file.
12:52:34 --- Create PDF...
12:52:35 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:52:35 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
12:52:36 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
12:52:36 --- Validation done (0).
12:52:36 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
12:52:36 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
12:52:36 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
12:52:36 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
12:52:36 --- Merging file.
12:52:39 --- Create PDF...
12:52:41 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:52:41 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
12:52:42 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
12:52:42 --- Validation done (0).
12:52:42 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
12:52:42 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
12:52:42 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
12:52:42 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
12:52:42 --- Merging file.
12:52:43 --- Create PDF...
12:52:45 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:52:45 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
12:52:45 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
12:52:45 --- Validation done (0).
12:52:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
12:52:45 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
12:52:45 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
12:52:45 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
12:52:46 --- Merging file.
12:52:47 --- Create PDF...
12:52:48 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
12:52:48 --- Validating ../build/SOL003-APIVersion-API.yaml
12:52:49 ../build/SOL003-APIVersion-API.yaml is valid
12:52:49 --- Validation done (0).
12:52:49 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
12:52:49 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
12:52:49 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
12:52:49 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
12:52:49 --- Merging file.
12:52:50 --- Create PDF...
12:52:51 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:52:51 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
12:52:52 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
12:52:52 --- Validation done (0).
12:52:52 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
12:52:52 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
12:52:52 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
12:52:52 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
12:52:52 --- Merging file.
12:52:53 --- Create PDF...
12:52:54 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:52:54 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
12:52:55 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
12:52:55 --- Validation done (0).
12:52:55 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
12:52:55 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
12:52:55 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
12:52:55 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
12:52:55 --- Merging file.
12:52:56 --- Create PDF...
12:52:58 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:52:58 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
12:52:58 ../build/SOL003-VNFFaultManagement-API.yaml is valid
12:52:58 --- Validation done (0).
12:52:58 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
12:52:58 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
12:52:58 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
12:52:58 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
12:52:58 --- Merging file.
12:53:00 --- Create PDF...
12:53:01 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:53:01 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
12:53:02 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
12:53:02 --- Validation done (0).
12:53:02 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
12:53:02 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
12:53:02 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:53:02 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
12:53:02 --- Merging file.
12:53:03 --- Create PDF...
12:53:05 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:53:05 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
12:53:05 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
12:53:05 --- Validation done (0).
12:53:05 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
12:53:05 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
12:53:05 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
12:53:05 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
12:53:05 --- Merging file.
12:53:07 --- Create PDF...
12:53:09 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:53:09 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
12:53:09 ../build/SOL003-VNFPackageManagement-API.yaml is valid
12:53:09 --- Validation done (0).
12:53:09 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
12:53:09 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
12:53:09 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
12:53:09 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
12:53:09 --- Merging file.
12:53:10 --- Create PDF...
12:53:12 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:53:12 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
12:53:12 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
12:53:12 --- Validation done (0).
12:53:12 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
12:53:12 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
12:53:12 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:53:12 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
12:53:12 --- Merging file.
12:53:14 --- Create PDF...
12:53:15 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:53:15 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
12:53:16 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
12:53:16 --- Validation done (0).
12:53:16 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
12:53:16 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
12:53:16 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
12:53:16 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
12:53:16 --- Merging file.
12:53:17 --- Create PDF...
12:53:19 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
12:53:19 --- Validating ../build/SOL002-VNFIndicator-API.yaml
12:53:20 ../build/SOL002-VNFIndicator-API.yaml is valid
12:53:20 --- Validation done (0).
12:53:20 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
12:53:20 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
12:53:20 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
12:53:20 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
12:53:20 --- Merging file.
12:53:21 --- Create PDF...
12:53:22 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
12:53:22 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
12:53:23 ../build/SOL002-VNFConfiguration-API.yaml is valid
12:53:23 --- Validation done (0).
12:53:23 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
12:53:23 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
12:53:23 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
12:53:23 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
12:53:23 --- Merging file.
12:53:26 --- Create PDF...
12:53:28 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:53:28 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
12:53:29 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
12:53:29 --- Validation done (0).
12:53:29 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
12:53:29 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
12:53:29 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
12:53:29 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
12:53:29 --- Merging file.
12:53:30 --- Create PDF...
12:53:32 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
12:53:32 --- Validating ../build/SOL002-APIVersion-API.yaml
12:53:32 ../build/SOL002-APIVersion-API.yaml is valid
12:53:32 --- Validation done (0).
12:53:32 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
12:53:32 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
12:53:32 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
12:53:32 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
12:53:32 --- Merging file.
12:53:33 --- Create PDF...
12:53:35 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:53:35 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
12:53:35 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
12:53:35 --- Validation done (0).
12:53:35 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
12:53:35 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
12:53:35 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
12:53:35 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
12:53:35 --- Merging file.
12:53:36 --- Create PDF...
12:53:38 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:53:38 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
12:53:38 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
12:53:38 --- Validation done (0).
12:53:38 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
12:53:38 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
12:53:38 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
12:53:38 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
12:53:38 --- Merging file.
12:53:40 --- Create PDF...
12:53:41 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:53:41 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
12:53:42 ../build/SOL002-VNFFaultManagement-API.yaml is valid
12:53:42 --- Validation done (0).
12:53:42 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
12:53:42 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
12:53:42 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
12:53:42 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
12:53:42 --- Merging file.
12:53:43 --- Create PDF...
12:53:45 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:53:45 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
12:53:45 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
12:53:45 --- Validation done (0).
12:53:45 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
12:53:45 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
12:53:45 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
12:53:45 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
12:53:45 --- Merging file.
12:53:46 --- Create PDF...
12:53:48 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:53:48 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
12:53:48 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
12:53:48 --- Validation done (0).
12:53:48 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
12:53:48 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
12:53:48 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
12:53:48 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
12:53:48 --- Merging file.
12:53:50 --- Create PDF...
12:53:52 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:53:52 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
12:53:52 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
12:53:52 --- Validation done (0).
12:53:52 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
12:53:52 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
12:53:52 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
12:53:52 -- Final validator returns 0.
12:53:53 Archiving artifacts
12:53:54 Finished: SUCCESS