SuccessConsole Output

12:44:47 Started by GitLab push by Michele Carignani
12:44:47 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
12:44:47 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:44:47  > git rev-parse --is-inside-work-tree # timeout=10
12:44:47 Fetching changes from the remote Git repository
12:44:47  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
12:44:47 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
12:44:47  > git --version # timeout=10
12:44:47 using GIT_SSH to set credentials 
12:44:47  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
12:44:48  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
12:44:48  > git branch -a -v --no-abbrev --contains 90f842c600448df713816390cad00e5d229deb87 # timeout=10
12:44:48 Checking out Revision 90f842c600448df713816390cad00e5d229deb87 (origin/3.3.1-dev)
12:44:48  > git config core.sparsecheckout # timeout=10
12:44:48  > git checkout -f 90f842c600448df713816390cad00e5d229deb87
12:44:48 Commit message: "Update validation tooling"
12:44:48  > git rev-list --no-walk 97d05607c699fbb1078c7f47294a59d53fd9e51d # timeout=10
12:44:48 [sol009] $ /bin/bash /tmp/jenkins1180095811710666597.sh
12:44:48 ./build-container.sh: line 7: proxy: command not found
12:44:48 http_proxy is not set
12:44:48 Proxy set to 
12:44:48 Sending build context to Docker daemon  13.31kB

12:44:49 Step 1/24 : FROM alpine:3.10.0
12:44:50 3.10.0: Pulling from library/alpine
12:44:50 921b31ab772b: Pulling fs layer
12:44:51 921b31ab772b: Verifying Checksum
12:44:51 921b31ab772b: Download complete
12:44:51 921b31ab772b: Pull complete
12:44:51 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:44:51 Status: Downloaded newer image for alpine:3.10.0
12:44:51  ---> 4d90542f0623
12:44:51 Step 2/24 : RUN env
12:44:51  ---> Running in 81ffe1c36b85
12:44:52 HOSTNAME=81ffe1c36b85
12:44:52 SHLVL=1
12:44:52 HOME=/root
12:44:52 https_proxy=
12:44:52 http_proxy=
12:44:52 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:44:52 PWD=/
12:44:52  ---> c8cecf89d704
12:44:52 Removing intermediate container 81ffe1c36b85
12:44:52 Step 3/24 : RUN apk update
12:44:52  ---> Running in 12b49892245e
12:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
12:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
12:44:53 v3.10.3-49-g8500a33291 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
12:44:53 v3.10.3-43-gcc200417b2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
12:44:53 OK: 10344 distinct packages available
12:44:54  ---> 6264cba780e9
12:44:54 Removing intermediate container 12b49892245e
12:44:54 Step 4/24 : RUN apk add bash
12:44:54  ---> Running in bc69e2810df0
12:44:54 (1/5) Installing ncurses-terminfo-base (6.1_p20190518-r0)
12:44:54 (2/5) Installing ncurses-terminfo (6.1_p20190518-r0)
12:44:55 (3/5) Installing ncurses-libs (6.1_p20190518-r0)
12:44:55 (4/5) Installing readline (8.0.0-r0)
12:44:55 (5/5) Installing bash (5.0.0-r0)
12:44:55 Executing bash-5.0.0-r0.post-install
12:44:55 Executing busybox-1.30.1-r2.trigger
12:44:55 OK: 15 MiB in 19 packages
12:44:56  ---> 4e10238767b3
12:44:56 Removing intermediate container bc69e2810df0
12:44:56 Step 5/24 : RUN apk add nodejs
12:44:56  ---> Running in f49f4709fc02
12:44:56 (1/7) Installing ca-certificates (20190108-r0)
12:44:56 (2/7) Installing c-ares (1.15.0-r0)
12:44:56 (3/7) Installing libgcc (8.3.0-r0)
12:44:56 (4/7) Installing http-parser (2.9.2-r0)
12:44:56 (5/7) Installing libstdc++ (8.3.0-r0)
12:44:57 (6/7) Installing libuv (1.29.1-r0)
12:44:57 (7/7) Installing nodejs (10.16.3-r0)
12:44:59 Executing busybox-1.30.1-r2.trigger
12:44:59 Executing ca-certificates-20190108-r0.trigger
12:44:59 OK: 41 MiB in 26 packages
12:44:59  ---> 2ba37b1ad369
12:44:59 Removing intermediate container f49f4709fc02
12:44:59 Step 6/24 : RUN apk add nodejs-npm
12:44:59  ---> Running in 440354cc7f79
12:45:00 (1/1) Installing npm (10.16.3-r0)
12:45:02 Executing busybox-1.30.1-r2.trigger
12:45:02 OK: 68 MiB in 27 packages
12:45:03  ---> da7188bbf0f5
12:45:03 Removing intermediate container 440354cc7f79
12:45:03 Step 7/24 : RUN apk add asciidoctor
12:45:03  ---> Running in 507e6f0561d1
12:45:03 (1/5) Installing gmp (6.1.2-r1)
12:45:04 (2/5) Installing yaml (0.2.2-r1)
12:45:04 (3/5) Installing ruby-libs (2.5.7-r0)
12:45:04 (4/5) Installing ruby (2.5.7-r0)
12:45:04 (5/5) Installing asciidoctor (2.0.10-r0)
12:45:04 Executing busybox-1.30.1-r2.trigger
12:45:04 OK: 83 MiB in 32 packages
12:45:05  ---> 567b921c8a47
12:45:05 Removing intermediate container 507e6f0561d1
12:45:05 Step 8/24 : RUN apk add openjdk8
12:45:05  ---> Running in b6cb273b181f
12:45:05 (1/37) Installing libffi (3.2.1-r6)
12:45:06 (2/37) Installing p11-kit (0.23.16.1-r0)
12:45:06 (3/37) Installing libtasn1 (4.14-r0)
12:45:06 (4/37) Installing p11-kit-trust (0.23.16.1-r0)
12:45:06 (5/37) Installing java-cacerts (1.0-r0)
12:45:06 (6/37) Installing nspr (4.20-r0)
12:45:06 (7/37) Installing sqlite-libs (3.28.0-r1)
12:45:06 (8/37) Installing nss (3.44-r0)
12:45:06 (9/37) Installing libxau (1.0.9-r0)
12:45:06 (10/37) Installing libbsd (0.9.1-r0)
12:45:06 (11/37) Installing libxdmcp (1.1.3-r0)
12:45:06 (12/37) Installing libxcb (1.13.1-r0)
12:45:06 (13/37) Installing libx11 (1.6.8-r1)
12:45:07 (14/37) Installing libxcomposite (0.4.5-r0)
12:45:07 (15/37) Installing libxext (1.3.4-r0)
12:45:07 (16/37) Installing libxi (1.7.9-r2)
12:45:07 (17/37) Installing libxrender (0.9.10-r3)
12:45:07 (18/37) Installing libxtst (1.2.3-r3)
12:45:07 (19/37) Installing alsa-lib (1.1.9-r0)
12:45:07 (20/37) Installing libbz2 (1.0.6-r7)
12:45:07 (21/37) Installing libpng (1.6.37-r1)
12:45:07 (22/37) Installing freetype (2.10.0-r0)
12:45:07 (23/37) Installing giflib (5.1.9-r0)
12:45:07 (24/37) Installing libjpeg-turbo (2.0.3-r0)
12:45:07 (25/37) Installing openjdk8-jre-lib (8.222.10-r0)
12:45:13 (26/37) Installing java-common (0.2-r0)
12:45:13 (27/37) Installing krb5-conf (1.0-r1)
12:45:13 (28/37) Installing libcom_err (1.45.2-r1)
12:45:13 (29/37) Installing keyutils-libs (1.6-r1)
12:45:13 (30/37) Installing libverto (0.3.1-r0)
12:45:13 (31/37) Installing krb5-libs (1.17-r0)
12:45:14 (32/37) Installing lcms2 (2.9-r1)
12:45:14 (33/37) Installing pcsc-lite-libs (1.8.25-r1)
12:45:14 (34/37) Installing liblksctp (1.0.18-r0)
12:45:14 (35/37) Installing openjdk8-jre-base (8.222.10-r0)
12:45:15 (36/37) Installing openjdk8-jre (8.222.10-r0)
12:45:15 (37/37) Installing openjdk8 (8.222.10-r0)
12:45:17 Executing busybox-1.30.1-r2.trigger
12:45:17 Executing ca-certificates-20190108-r0.trigger
12:45:17 Executing java-common-0.2-r0.trigger
12:45:17 OK: 179 MiB in 69 packages
12:45:19  ---> 3f1d30f8dbb5
12:45:19 Removing intermediate container b6cb273b181f
12:45:19 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:45:19  ---> Running in 8407807f17df
12:45:19 (1/1) Installing wget (1.20.3-r0)
12:45:20 Executing busybox-1.30.1-r2.trigger
12:45:20 OK: 179 MiB in 70 packages
12:45:20 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
12:45:20  ---> 6abb7b0bb6ad
12:45:20 Removing intermediate container 8407807f17df
12:45:20 Step 10/24 : RUN apk add openssl
12:45:20  ---> Running in 899e71514829
12:45:21 (1/1) Installing openssl (1.1.1d-r0)
12:45:21 Executing busybox-1.30.1-r2.trigger
12:45:21 OK: 180 MiB in 71 packages
12:45:21  ---> 67675bf5abea
12:45:21 Removing intermediate container 899e71514829
12:45:21 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:45:21  ---> Running in 62ccd44e3491
12:45:23 ERROR:  While executing gem ... (NoMethodError)
12:45:23     undefined method `reset' for RDoc::TopLevel:Class
12:45:23 Successfully installed rdoc-6.2.0
12:45:30 Successfully installed rdoc-6.2.0
12:45:30 Parsing documentation for rdoc-6.2.0
12:45:30 Installing ri documentation for rdoc-6.2.0
12:45:30 Done installing documentation for rdoc after 6 seconds
12:45:30 1 gem installed
12:45:31  ---> 6cff3aa70b10
12:45:31 Removing intermediate container 62ccd44e3491
12:45:31 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:45:31  ---> Running in 885c0bf9040f
12:45:57 Successfully installed pdf-core-0.7.0
12:45:57 Successfully installed ttfunk-1.5.1
12:45:57 Successfully installed prawn-2.2.2
12:45:57 Successfully installed prawn-table-0.2.2
12:45:57 Successfully installed Ascii85-1.0.3
12:45:57 Successfully installed ruby-rc4-0.1.5
12:45:57 Successfully installed hashery-2.1.2
12:45:57 Successfully installed afm-0.2.2
12:45:57 Successfully installed pdf-reader-2.3.0
12:45:57 Successfully installed prawn-templates-0.1.1
12:45:57 Successfully installed public_suffix-4.0.1
12:45:57 Successfully installed addressable-2.7.0
12:45:57 Successfully installed css_parser-1.7.0
12:45:57 Successfully installed prawn-svg-0.29.1
12:45:57 Successfully installed prawn-icon-2.5.0
12:45:57 Successfully installed safe_yaml-1.0.5
12:45:57 Successfully installed thread_safe-0.3.6
12:45:57 Successfully installed concurrent-ruby-1.1.5
12:45:57 Successfully installed polyglot-0.3.5
12:45:57 Successfully installed treetop-1.5.3
12:45:57 Successfully installed asciidoctor-pdf-1.5.0.beta.7
12:45:57 Successfully installed asciidoctor-pdf-cjk-0.1.3
12:45:57 Parsing documentation for pdf-core-0.7.0
12:45:57 Installing ri documentation for pdf-core-0.7.0
12:45:57 Parsing documentation for ttfunk-1.5.1
12:45:57 Installing ri documentation for ttfunk-1.5.1
12:45:57 Parsing documentation for prawn-2.2.2
12:45:57 Installing ri documentation for prawn-2.2.2
12:45:57 Parsing documentation for prawn-table-0.2.2
12:45:57 Installing ri documentation for prawn-table-0.2.2
12:45:57 Parsing documentation for Ascii85-1.0.3
12:45:57 Installing ri documentation for Ascii85-1.0.3
12:45:57 Parsing documentation for ruby-rc4-0.1.5
12:45:57 Installing ri documentation for ruby-rc4-0.1.5
12:45:57 Parsing documentation for hashery-2.1.2
12:45:57 Installing ri documentation for hashery-2.1.2
12:45:57 Parsing documentation for afm-0.2.2
12:45:57 Installing ri documentation for afm-0.2.2
12:45:57 Parsing documentation for pdf-reader-2.3.0
12:45:57 Installing ri documentation for pdf-reader-2.3.0
12:45:57 Parsing documentation for prawn-templates-0.1.1
12:45:57 Installing ri documentation for prawn-templates-0.1.1
12:45:57 Parsing documentation for public_suffix-4.0.1
12:45:57 Installing ri documentation for public_suffix-4.0.1
12:45:57 Parsing documentation for addressable-2.7.0
12:45:57 Installing ri documentation for addressable-2.7.0
12:45:57 Parsing documentation for css_parser-1.7.0
12:45:57 Installing ri documentation for css_parser-1.7.0
12:45:57 Parsing documentation for prawn-svg-0.29.1
12:45:57 Installing ri documentation for prawn-svg-0.29.1
12:45:57 Parsing documentation for prawn-icon-2.5.0
12:45:57 Installing ri documentation for prawn-icon-2.5.0
12:45:57 Parsing documentation for safe_yaml-1.0.5
12:45:57 Installing ri documentation for safe_yaml-1.0.5
12:45:57 Parsing documentation for thread_safe-0.3.6
12:45:57 Installing ri documentation for thread_safe-0.3.6
12:45:57 Parsing documentation for concurrent-ruby-1.1.5
12:45:57 Installing ri documentation for concurrent-ruby-1.1.5
12:45:57 Parsing documentation for polyglot-0.3.5
12:45:57 Installing ri documentation for polyglot-0.3.5
12:45:57 Parsing documentation for treetop-1.5.3
12:45:57 Installing ri documentation for treetop-1.5.3
12:45:57 Parsing documentation for asciidoctor-pdf-1.5.0.beta.7
12:45:57 Installing ri documentation for asciidoctor-pdf-1.5.0.beta.7
12:45:57 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
12:45:57 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
12:45:57 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 18 seconds
12:45:57 22 gems installed
12:45:59  ---> b1e99a905d8e
12:45:59 Removing intermediate container 885c0bf9040f
12:45:59 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:45:59  ---> Running in d52c509decf7
12:45:59 --2019-11-20 11:45:59--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:45:59 Resolving forge.etsi.org... 195.238.226.56
12:45:59 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
12:45:59 HTTP request sent, awaiting response... 200 OK
12:45:59 Length: 14909486 (14M) [application/java-archive]
12:45:59 Saving to: 'swagger2markup-cli-1.3.2.jar'
12:45:59 
12:45:59      0K .......... .......... .......... .......... ..........  0% 1.84M 8s
12:45:59     50K .......... .......... .......... .......... ..........  0% 3.20M 6s
12:45:59    100K .......... .......... .......... .......... ..........  1% 17.0M 4s
12:45:59    150K .......... .......... .......... .......... ..........  1% 12.8M 3s
12:45:59    200K .......... .......... .......... .......... ..........  1% 34.9M 3s
12:45:59    250K .......... .......... .......... .......... ..........  2% 28.0M 2s
12:45:59    300K .......... .......... .......... .......... ..........  2% 20.4M 2s
12:46:00    350K .......... .......... .......... .......... ..........  2% 29.3M 2s
12:46:00    400K .......... .......... .......... .......... ..........  3% 15.9M 2s
12:46:00    450K .......... .......... .......... .......... ..........  3% 9.94M 2s
12:46:00    500K .......... .......... .......... .......... ..........  3% 27.8M 2s
12:46:00    550K .......... .......... .......... .......... ..........  4% 24.9M 2s
12:46:00    600K .......... .......... .......... .......... ..........  4% 25.4M 1s
12:46:00    650K .......... .......... .......... .......... ..........  4% 17.1M 1s
12:46:00    700K .......... .......... .......... .......... ..........  5% 32.9M 1s
12:46:00    750K .......... .......... .......... .......... ..........  5% 19.1M 1s
12:46:00    800K .......... .......... .......... .......... ..........  5% 18.6M 1s
12:46:00    850K .......... .......... .......... .......... ..........  6% 26.9M 1s
12:46:00    900K .......... .......... .......... .......... ..........  6% 24.5M 1s
12:46:00    950K .......... .......... .......... .......... ..........  6% 20.6M 1s
12:46:00   1000K .......... .......... .......... .......... ..........  7% 10.7M 1s
12:46:00   1050K .......... .......... .......... .......... ..........  7% 21.0M 1s
12:46:00   1100K .......... .......... .......... .......... ..........  7% 32.1M 1s
12:46:00   1150K .......... .......... .......... .......... ..........  8% 22.0M 1s
12:46:00   1200K .......... .......... .......... .......... ..........  8% 16.1M 1s
12:46:00   1250K .......... .......... .......... .......... ..........  8% 28.4M 1s
12:46:00   1300K .......... .......... .......... .......... ..........  9% 18.8M 1s
12:46:00   1350K .......... .......... .......... .......... ..........  9% 40.6M 1s
12:46:00   1400K .......... .......... .......... .......... ..........  9% 19.4M 1s
12:46:00   1450K .......... .......... .......... .......... .......... 10% 25.0M 1s
12:46:00   1500K .......... .......... .......... .......... .......... 10% 19.6M 1s
12:46:00   1550K .......... .......... .......... .......... .......... 10% 26.0M 1s
12:46:00   1600K .......... .......... .......... .......... .......... 11% 20.6M 1s
12:46:00   1650K .......... .......... .......... .......... .......... 11% 25.5M 1s
12:46:00   1700K .......... .......... .......... .......... .......... 12% 28.9M 1s
12:46:00   1750K .......... .......... .......... .......... .......... 12% 26.2M 1s
12:46:00   1800K .......... .......... .......... .......... .......... 12% 30.5M 1s
12:46:00   1850K .......... .......... .......... .......... .......... 13% 18.4M 1s
12:46:00   1900K .......... .......... .......... .......... .......... 13% 41.8M 1s
12:46:00   1950K .......... .......... .......... .......... .......... 13% 30.5M 1s
12:46:00   2000K .......... .......... .......... .......... .......... 14% 20.7M 1s
12:46:00   2050K .......... .......... .......... .......... .......... 14% 37.7M 1s
12:46:00   2100K .......... .......... .......... .......... .......... 14% 19.5M 1s
12:46:00   2150K .......... .......... .......... .......... .......... 15% 27.0M 1s
12:46:00   2200K .......... .......... .......... .......... .......... 15% 30.7M 1s
12:46:00   2250K .......... .......... .......... .......... .......... 15% 17.0M 1s
12:46:00   2300K .......... .......... .......... .......... .......... 16% 18.1M 1s
12:46:00   2350K .......... .......... .......... .......... .......... 16% 19.9M 1s
12:46:00   2400K .......... .......... .......... .......... .......... 16% 26.4M 1s
12:46:00   2450K .......... .......... .......... .......... .......... 17% 19.6M 1s
12:46:00   2500K .......... .......... .......... .......... .......... 17% 26.5M 1s
12:46:00   2550K .......... .......... .......... .......... .......... 17% 28.3M 1s
12:46:00   2600K .......... .......... .......... .......... .......... 18% 27.7M 1s
12:46:00   2650K .......... .......... .......... .......... .......... 18% 41.1M 1s
12:46:00   2700K .......... .......... .......... .......... .......... 18% 20.4M 1s
12:46:00   2750K .......... .......... .......... .......... .......... 19% 24.9M 1s
12:46:00   2800K .......... .......... .......... .......... .......... 19% 15.6M 1s
12:46:00   2850K .......... .......... .......... .......... .......... 19% 26.2M 1s
12:46:00   2900K .......... .......... .......... .......... .......... 20% 27.3M 1s
12:46:00   2950K .......... .......... .......... .......... .......... 20% 26.8M 1s
12:46:00   3000K .......... .......... .......... .......... .......... 20% 29.9M 1s
12:46:00   3050K .......... .......... .......... .......... .......... 21% 22.0M 1s
12:46:00   3100K .......... .......... .......... .......... .......... 21% 27.6M 1s
12:46:00   3150K .......... .......... .......... .......... .......... 21% 25.3M 1s
12:46:00   3200K .......... .......... .......... .......... .......... 22% 16.5M 1s
12:46:00   3250K .......... .......... .......... .......... .......... 22% 26.6M 1s
12:46:00   3300K .......... .......... .......... .......... .......... 23% 27.7M 1s
12:46:00   3350K .......... .......... .......... .......... .......... 23% 30.9M 1s
12:46:00   3400K .......... .......... .......... .......... .......... 23% 29.0M 1s
12:46:00   3450K .......... .......... .......... .......... .......... 24% 24.6M 1s
12:46:00   3500K .......... .......... .......... .......... .......... 24% 16.7M 1s
12:46:00   3550K .......... .......... .......... .......... .......... 24% 28.9M 1s
12:46:00   3600K .......... .......... .......... .......... .......... 25% 19.5M 1s
12:46:00   3650K .......... .......... .......... .......... .......... 25% 13.7M 1s
12:46:00   3700K .......... .......... .......... .......... .......... 25% 35.2M 1s
12:46:00   3750K .......... .......... .......... .......... .......... 26% 12.2M 1s
12:46:00   3800K .......... .......... .......... .......... .......... 26% 17.0M 1s
12:46:00   3850K .......... .......... .......... .......... .......... 26% 37.3M 1s
12:46:00   3900K .......... .......... .......... .......... .......... 27% 22.9M 1s
12:46:00   3950K .......... .......... .......... .......... .......... 27% 21.6M 1s
12:46:00   4000K .......... .......... .......... .......... .......... 27% 27.1M 1s
12:46:00   4050K .......... .......... .......... .......... .......... 28% 21.5M 1s
12:46:00   4100K .......... .......... .......... .......... .......... 28% 28.1M 1s
12:46:00   4150K .......... .......... .......... .......... .......... 28% 21.9M 1s
12:46:00   4200K .......... .......... .......... .......... .......... 29% 12.6M 1s
12:46:00   4250K .......... .......... .......... .......... .......... 29% 15.7M 1s
12:46:00   4300K .......... .......... .......... .......... .......... 29% 21.0M 1s
12:46:00   4350K .......... .......... .......... .......... .......... 30% 9.57M 1s
12:46:00   4400K .......... .......... .......... .......... .......... 30% 9.03M 1s
12:46:00   4450K .......... .......... .......... .......... .......... 30% 36.3M 1s
12:46:00   4500K .......... .......... .......... .......... .......... 31% 15.2M 1s
12:46:00   4550K .......... .......... .......... .......... .......... 31% 18.6M 1s
12:46:00   4600K .......... .......... .......... .......... .......... 31% 28.9M 1s
12:46:00   4650K .......... .......... .......... .......... .......... 32% 23.9M 1s
12:46:00   4700K .......... .......... .......... .......... .......... 32% 29.6M 1s
12:46:00   4750K .......... .......... .......... .......... .......... 32% 25.0M 1s
12:46:00   4800K .......... .......... .......... .......... .......... 33% 17.9M 1s
12:46:00   4850K .......... .......... .......... .......... .......... 33% 34.4M 1s
12:46:00   4900K .......... .......... .......... .......... .......... 33% 17.0M 1s
12:46:00   4950K .......... .......... .......... .......... .......... 34% 17.7M 1s
12:46:00   5000K .......... .......... .......... .......... .......... 34% 19.0M 1s
12:46:00   5050K .......... .......... .......... .......... .......... 35% 31.8M 0s
12:46:00   5100K .......... .......... .......... .......... .......... 35% 22.8M 0s
12:46:00   5150K .......... .......... .......... .......... .......... 35% 23.8M 0s
12:46:00   5200K .......... .......... .......... .......... .......... 36% 21.5M 0s
12:46:00   5250K .......... .......... .......... .......... .......... 36% 26.8M 0s
12:46:00   5300K .......... .......... .......... .......... .......... 36% 30.3M 0s
12:46:00   5350K .......... .......... .......... .......... .......... 37% 14.3M 0s
12:46:00   5400K .......... .......... .......... .......... .......... 37% 40.9M 0s
12:46:00   5450K .......... .......... .......... .......... .......... 37% 21.4M 0s
12:46:00   5500K .......... .......... .......... .......... .......... 38% 20.9M 0s
12:46:00   5550K .......... .......... .......... .......... .......... 38% 22.4M 0s
12:46:00   5600K .......... .......... .......... .......... .......... 38% 12.3M 0s
12:46:00   5650K .......... .......... .......... .......... .......... 39% 18.5M 0s
12:46:00   5700K .......... .......... .......... .......... .......... 39% 28.9M 0s
12:46:00   5750K .......... .......... .......... .......... .......... 39% 19.9M 0s
12:46:00   5800K .......... .......... .......... .......... .......... 40% 34.8M 0s
12:46:00   5850K .......... .......... .......... .......... .......... 40% 18.8M 0s
12:46:00   5900K .......... .......... .......... .......... .......... 40% 24.6M 0s
12:46:00   5950K .......... .......... .......... .......... .......... 41% 32.6M 0s
12:46:00   6000K .......... .......... .......... .......... .......... 41% 15.3M 0s
12:46:00   6050K .......... .......... .......... .......... .......... 41% 33.0M 0s
12:46:00   6100K .......... .......... .......... .......... .......... 42% 23.5M 0s
12:46:00   6150K .......... .......... .......... .......... .......... 42% 30.1M 0s
12:46:00   6200K .......... .......... .......... .......... .......... 42% 27.7M 0s
12:46:00   6250K .......... .......... .......... .......... .......... 43% 19.0M 0s
12:46:00   6300K .......... .......... .......... .......... .......... 43% 36.6M 0s
12:46:00   6350K .......... .......... .......... .......... .......... 43% 12.0M 0s
12:46:00   6400K .......... .......... .......... .......... .......... 44% 19.7M 0s
12:46:00   6450K .......... .......... .......... .......... .......... 44% 39.3M 0s
12:46:00   6500K .......... .......... .......... .......... .......... 44% 31.8M 0s
12:46:00   6550K .......... .......... .......... .......... .......... 45% 25.4M 0s
12:46:00   6600K .......... .......... .......... .......... .......... 45% 25.7M 0s
12:46:00   6650K .......... .......... .......... .......... .......... 46% 15.9M 0s
12:46:00   6700K .......... .......... .......... .......... .......... 46% 27.0M 0s
12:46:00   6750K .......... .......... .......... .......... .......... 46% 23.2M 0s
12:46:00   6800K .......... .......... .......... .......... .......... 47% 22.2M 0s
12:46:00   6850K .......... .......... .......... .......... .......... 47% 26.6M 0s
12:46:00   6900K .......... .......... .......... .......... .......... 47% 31.0M 0s
12:46:00   6950K .......... .......... .......... .......... .......... 48% 32.2M 0s
12:46:00   7000K .......... .......... .......... .......... .......... 48% 22.8M 0s
12:46:00   7050K .......... .......... .......... .......... .......... 48% 30.8M 0s
12:46:00   7100K .......... .......... .......... .......... .......... 49% 24.3M 0s
12:46:00   7150K .......... .......... .......... .......... .......... 49% 33.0M 0s
12:46:00   7200K .......... .......... .......... .......... .......... 49% 17.1M 0s
12:46:00   7250K .......... .......... .......... .......... .......... 50% 19.0M 0s
12:46:00   7300K .......... .......... .......... .......... .......... 50% 32.3M 0s
12:46:00   7350K .......... .......... .......... .......... .......... 50% 13.2M 0s
12:46:00   7400K .......... .......... .......... .......... .......... 51% 25.5M 0s
12:46:00   7450K .......... .......... .......... .......... .......... 51% 30.8M 0s
12:46:00   7500K .......... .......... .......... .......... .......... 51% 25.8M 0s
12:46:00   7550K .......... .......... .......... .......... .......... 52% 29.2M 0s
12:46:00   7600K .......... .......... .......... .......... .......... 52% 20.4M 0s
12:46:00   7650K .......... .......... .......... .......... .......... 52% 19.2M 0s
12:46:00   7700K .......... .......... .......... .......... .......... 53% 24.5M 0s
12:46:00   7750K .......... .......... .......... .......... .......... 53% 22.3M 0s
12:46:00   7800K .......... .......... .......... .......... .......... 53% 29.0M 0s
12:46:00   7850K .......... .......... .......... .......... .......... 54% 26.1M 0s
12:46:00   7900K .......... .......... .......... .......... .......... 54% 20.5M 0s
12:46:00   7950K .......... .......... .......... .......... .......... 54% 22.8M 0s
12:46:00   8000K .......... .......... .......... .......... .......... 55% 23.3M 0s
12:46:00   8050K .......... .......... .......... .......... .......... 55% 22.9M 0s
12:46:00   8100K .......... .......... .......... .......... .......... 55% 32.0M 0s
12:46:00   8150K .......... .......... .......... .......... .......... 56% 22.6M 0s
12:46:00   8200K .......... .......... .......... .......... .......... 56% 27.2M 0s
12:46:00   8250K .......... .......... .......... .......... .......... 57% 26.3M 0s
12:46:00   8300K .......... .......... .......... .......... .......... 57% 26.5M 0s
12:46:00   8350K .......... .......... .......... .......... .......... 57% 30.2M 0s
12:46:00   8400K .......... .......... .......... .......... .......... 58% 19.7M 0s
12:46:00   8450K .......... .......... .......... .......... .......... 58% 31.4M 0s
12:46:00   8500K .......... .......... .......... .......... .......... 58% 23.2M 0s
12:46:00   8550K .......... .......... .......... .......... .......... 59% 22.8M 0s
12:46:00   8600K .......... .......... .......... .......... .......... 59% 23.9M 0s
12:46:00   8650K .......... .......... .......... .......... .......... 59% 17.8M 0s
12:46:00   8700K .......... .......... .......... .......... .......... 60% 23.6M 0s
12:46:00   8750K .......... .......... .......... .......... .......... 60% 27.7M 0s
12:46:00   8800K .......... .......... .......... .......... .......... 60% 21.7M 0s
12:46:00   8850K .......... .......... .......... .......... .......... 61% 22.3M 0s
12:46:00   8900K .......... .......... .......... .......... .......... 61% 35.5M 0s
12:46:00   8950K .......... .......... .......... .......... .......... 61% 21.2M 0s
12:46:00   9000K .......... .......... .......... .......... .......... 62% 28.1M 0s
12:46:00   9050K .......... .......... .......... .......... .......... 62% 24.3M 0s
12:46:00   9100K .......... .......... .......... .......... .......... 62% 45.9M 0s
12:46:00   9150K .......... .......... .......... .......... .......... 63% 28.8M 0s
12:46:00   9200K .......... .......... .......... .......... .......... 63% 14.1M 0s
12:46:00   9250K .......... .......... .......... .......... .......... 63% 31.5M 0s
12:46:00   9300K .......... .......... .......... .......... .......... 64% 24.0M 0s
12:46:00   9350K .......... .......... .......... .......... .......... 64% 23.0M 0s
12:46:00   9400K .......... .......... .......... .......... .......... 64% 22.4M 0s
12:46:00   9450K .......... .......... .......... .......... .......... 65% 28.0M 0s
12:46:00   9500K .......... .......... .......... .......... .......... 65% 35.2M 0s
12:46:00   9550K .......... .......... .......... .......... .......... 65% 3.28M 0s
12:46:00   9600K .......... .......... .......... .......... .......... 66% 21.3M 0s
12:46:00   9650K .......... .......... .......... .......... .......... 66% 52.9M 0s
12:46:00   9700K .......... .......... .......... .......... .......... 66% 52.8M 0s
12:46:00   9750K .......... .......... .......... .......... .......... 67% 66.6M 0s
12:46:00   9800K .......... .......... .......... .......... .......... 67% 71.5M 0s
12:46:00   9850K .......... .......... .......... .......... .......... 67% 80.7M 0s
12:46:00   9900K .......... .......... .......... .......... .......... 68% 77.9M 0s
12:46:00   9950K .......... .......... .......... .......... .......... 68% 50.2M 0s
12:46:00  10000K .......... .......... .......... .......... .......... 69% 35.9M 0s
12:46:00  10050K .......... .......... .......... .......... .......... 69% 33.2M 0s
12:46:00  10100K .......... .......... .......... .......... .......... 69% 29.0M 0s
12:46:00  10150K .......... .......... .......... .......... .......... 70% 8.33M 0s
12:46:00  10200K .......... .......... .......... .......... .......... 70% 16.2M 0s
12:46:00  10250K .......... .......... .......... .......... .......... 70% 81.7M 0s
12:46:00  10300K .......... .......... .......... .......... .......... 71% 31.3M 0s
12:46:00  10350K .......... .......... .......... .......... .......... 71% 26.8M 0s
12:46:00  10400K .......... .......... .......... .......... .......... 71% 19.8M 0s
12:46:00  10450K .......... .......... .......... .......... .......... 72% 38.1M 0s
12:46:00  10500K .......... .......... .......... .......... .......... 72% 26.2M 0s
12:46:00  10550K .......... .......... .......... .......... .......... 72% 29.3M 0s
12:46:00  10600K .......... .......... .......... .......... .......... 73% 30.8M 0s
12:46:00  10650K .......... .......... .......... .......... .......... 73% 22.5M 0s
12:46:00  10700K .......... .......... .......... .......... .......... 73% 41.8M 0s
12:46:00  10750K .......... .......... .......... .......... .......... 74% 21.4M 0s
12:46:00  10800K .......... .......... .......... .......... .......... 74% 22.6M 0s
12:46:00  10850K .......... .......... .......... .......... .......... 74% 19.9M 0s
12:46:00  10900K .......... .......... .......... .......... .......... 75% 31.2M 0s
12:46:00  10950K .......... .......... .......... .......... .......... 75% 25.3M 0s
12:46:00  11000K .......... .......... .......... .......... .......... 75% 24.4M 0s
12:46:00  11050K .......... .......... .......... .......... .......... 76% 41.6M 0s
12:46:00  11100K .......... .......... .......... .......... .......... 76% 22.9M 0s
12:46:00  11150K .......... .......... .......... .......... .......... 76% 37.8M 0s
12:46:00  11200K .......... .......... .......... .......... .......... 77% 21.2M 0s
12:46:00  11250K .......... .......... .......... .......... .......... 77% 16.2M 0s
12:46:00  11300K .......... .......... .......... .......... .......... 77% 55.9M 0s
12:46:00  11350K .......... .......... .......... .......... .......... 78% 28.9M 0s
12:46:00  11400K .......... .......... .......... .......... .......... 78% 24.0M 0s
12:46:00  11450K .......... .......... .......... .......... .......... 78% 31.4M 0s
12:46:00  11500K .......... .......... .......... .......... .......... 79% 22.0M 0s
12:46:00  11550K .......... .......... .......... .......... .......... 79% 25.5M 0s
12:46:00  11600K .......... .......... .......... .......... .......... 80% 23.4M 0s
12:46:00  11650K .......... .......... .......... .......... .......... 80% 28.1M 0s
12:46:00  11700K .......... .......... .......... .......... .......... 80% 9.74M 0s
12:46:00  11750K .......... .......... .......... .......... .......... 81% 23.7M 0s
12:46:00  11800K .......... .......... .......... .......... .......... 81% 18.0M 0s
12:46:00  11850K .......... .......... .......... .......... .......... 81% 30.7M 0s
12:46:00  11900K .......... .......... .......... .......... .......... 82% 33.3M 0s
12:46:00  11950K .......... .......... .......... .......... .......... 82% 24.9M 0s
12:46:00  12000K .......... .......... .......... .......... .......... 82% 13.7M 0s
12:46:00  12050K .......... .......... .......... .......... .......... 83% 21.8M 0s
12:46:00  12100K .......... .......... .......... .......... .......... 83% 23.1M 0s
12:46:00  12150K .......... .......... .......... .......... .......... 83% 23.9M 0s
12:46:00  12200K .......... .......... .......... .......... .......... 84% 22.9M 0s
12:46:00  12250K .......... .......... .......... .......... .......... 84% 16.7M 0s
12:46:00  12300K .......... .......... .......... .......... .......... 84% 20.7M 0s
12:46:00  12350K .......... .......... .......... .......... .......... 85% 18.3M 0s
12:46:00  12400K .......... .......... .......... .......... .......... 85% 26.1M 0s
12:46:00  12450K .......... .......... .......... .......... .......... 85% 24.3M 0s
12:46:00  12500K .......... .......... .......... .......... .......... 86% 22.3M 0s
12:46:00  12550K .......... .......... .......... .......... .......... 86% 31.1M 0s
12:46:00  12600K .......... .......... .......... .......... .......... 86% 23.5M 0s
12:46:00  12650K .......... .......... .......... .......... .......... 87% 24.2M 0s
12:46:00  12700K .......... .......... .......... .......... .......... 87% 21.7M 0s
12:46:00  12750K .......... .......... .......... .......... .......... 87% 30.6M 0s
12:46:00  12800K .......... .......... .......... .......... .......... 88% 21.6M 0s
12:46:00  12850K .......... .......... .......... .......... .......... 88% 21.4M 0s
12:46:00  12900K .......... .......... .......... .......... .......... 88% 20.4M 0s
12:46:00  12950K .......... .......... .......... .......... .......... 89% 20.2M 0s
12:46:00  13000K .......... .......... .......... .......... .......... 89% 34.0M 0s
12:46:00  13050K .......... .......... .......... .......... .......... 89% 18.4M 0s
12:46:00  13100K .......... .......... .......... .......... .......... 90% 27.7M 0s
12:46:00  13150K .......... .......... .......... .......... .......... 90% 26.5M 0s
12:46:00  13200K .......... .......... .......... .......... .......... 91% 20.9M 0s
12:46:00  13250K .......... .......... .......... .......... .......... 91% 23.1M 0s
12:46:00  13300K .......... .......... .......... .......... .......... 91% 31.7M 0s
12:46:00  13350K .......... .......... .......... .......... .......... 92% 12.5M 0s
12:46:00  13400K .......... .......... .......... .......... .......... 92% 15.5M 0s
12:46:00  13450K .......... .......... .......... .......... .......... 92% 40.8M 0s
12:46:00  13500K .......... .......... .......... .......... .......... 93% 31.8M 0s
12:46:00  13550K .......... .......... .......... .......... .......... 93% 22.9M 0s
12:46:00  13600K .......... .......... .......... .......... .......... 93% 19.5M 0s
12:46:00  13650K .......... .......... .......... .......... .......... 94% 14.7M 0s
12:46:00  13700K .......... .......... .......... .......... .......... 94% 22.0M 0s
12:46:00  13750K .......... .......... .......... .......... .......... 94% 23.0M 0s
12:46:00  13800K .......... .......... .......... .......... .......... 95% 23.5M 0s
12:46:00  13850K .......... .......... .......... .......... .......... 95% 15.7M 0s
12:46:00  13900K .......... .......... .......... .......... .......... 95% 15.2M 0s
12:46:00  13950K .......... .......... .......... .......... .......... 96% 22.7M 0s
12:46:00  14000K .......... .......... .......... .......... .......... 96% 22.0M 0s
12:46:00  14050K .......... .......... .......... .......... .......... 96% 19.5M 0s
12:46:00  14100K .......... .......... .......... .......... .......... 97% 15.1M 0s
12:46:00  14150K .......... .......... .......... .......... .......... 97% 34.5M 0s
12:46:00  14200K .......... .......... .......... .......... .......... 97% 35.2M 0s
12:46:00  14250K .......... .......... .......... .......... .......... 98% 29.6M 0s
12:46:00  14300K .......... .......... .......... .......... .......... 98% 22.1M 0s
12:46:00  14350K .......... .......... .......... .......... .......... 98% 24.8M 0s
12:46:00  14400K .......... .......... .......... .......... .......... 99% 12.3M 0s
12:46:00  14450K .......... .......... .......... .......... .......... 99% 23.0M 0s
12:46:00  14500K .......... .......... .......... .......... .......... 99% 18.3M 0s
12:46:00  14550K ..........                                            100% 91.3M=0.7s
12:46:00 
12:46:00 2019-11-20 11:46:00 (21.1 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
12:46:00 
12:46:00  ---> 19050c654506
12:46:01 Removing intermediate container d52c509decf7
12:46:01 Step 14/24 : RUN npm config set proxy $http_proxy
12:46:01  ---> Running in 908666ae9f48
12:46:02  ---> 2f4ed0397a39
12:46:02 Removing intermediate container 908666ae9f48
12:46:02 Step 15/24 : RUN npm install -g swagger-cli
12:46:02  ---> Running in 1e2409a6d9d6
12:46:03 npm WARN invalid config proxy=""
12:46:03 npm WARN invalid config Must be a full url with 'http://'
12:46:03 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/bin/swagger-cli.js
12:46:06 + swagger-cli@2.3.4
12:46:06 added 49 packages from 29 contributors in 2.776s
12:46:07  ---> 4f6fcf624cd2
12:46:07 Removing intermediate container 1e2409a6d9d6
12:46:07 Step 16/24 : RUN npm install -g json-refs
12:46:07  ---> Running in 9db3bb027345
12:46:08 npm WARN invalid config proxy=""
12:46:08 npm WARN invalid config Must be a full url with 'http://'
12:46:08 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
12:46:10 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
12:46:11 + json-refs@3.0.13
12:46:11 added 37 packages from 38 contributors in 3.317s
12:46:12  ---> 3cf6b699c5fa
12:46:12 Removing intermediate container 9db3bb027345
12:46:12 Step 17/24 : RUN npm install -g yamljs
12:46:12  ---> Running in d24bd09b664b
12:46:13 npm WARN invalid config proxy=""
12:46:13 npm WARN invalid config Must be a full url with 'http://'
12:46:13 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
12:46:15 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
12:46:15 + yamljs@0.3.0
12:46:15 added 14 packages from 8 contributors in 1.126s
12:46:15  ---> 1386c985d90f
12:46:15 Removing intermediate container d24bd09b664b
12:46:15 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:46:15  ---> 730b434ee40a
12:46:15 Removing intermediate container f596e921c694
12:46:15 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:46:15  ---> Running in 07117c4b873d
12:46:16  ---> 7bc02caa294f
12:46:16 Removing intermediate container 07117c4b873d
12:46:16 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:46:16  ---> fe6c547c01d5
12:46:16 Removing intermediate container dfd3bd4a99f6
12:46:16 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:46:16  ---> Running in c798551bf26f
12:46:17  ---> 997199583ef7
12:46:17 Removing intermediate container c798551bf26f
12:46:17 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:46:17  ---> 3ab649b32ccf
12:46:17 Removing intermediate container cddda074a0b5
12:46:17 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:46:17  ---> Running in d0706ff2bd64
12:46:18  ---> 3056e6ea1a9a
12:46:18 Removing intermediate container d0706ff2bd64
12:46:18 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:46:18  ---> Running in 035b8f0edfee
12:46:18  ---> acb63b2dd0fe
12:46:18 Removing intermediate container 035b8f0edfee
12:46:18 Successfully built acb63b2dd0fe
12:46:18 Successfully tagged openapivalidator:latest
12:46:18 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
12:46:18 mkdir: created directory '/var/www/html/api/nfv/sol009/11'
12:46:18 Mounting dir /var/www/html/api/nfv/sol009/11 as /storage
12:46:19 Using filter ''
12:46:19 
12:46:19 Entering dir /work/src
12:46:19 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
12:46:19 --- Merging file.
12:46:20 --- Create PDF...
12:46:21 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
12:46:21 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:46:22 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
12:46:22 --- Validation done (0).
12:46:22 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
12:46:22 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
12:46:22 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:46:22 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
12:46:22 --- Merging file.
12:46:24 --- Create PDF...
12:46:25 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:46:25 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
12:46:26 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
12:46:26 --- Validation done (0).
12:46:26 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
12:46:26 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
12:46:26 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:46:26 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
12:46:26 --- Merging file.
12:46:28 --- Create PDF...
12:46:30 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:46:30 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
12:46:31 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
12:46:31 --- Validation done (0).
12:46:31 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
12:46:31 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
12:46:31 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:46:31 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
12:46:31 --- Merging file.
12:46:32 --- Create PDF...
12:46:33 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
12:46:34 --- Validating ../build/SOL009-APIVersion-API.yaml
12:46:34 ../build/SOL009-APIVersion-API.yaml is valid
12:46:34 --- Validation done (0).
12:46:34 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
12:46:34 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
12:46:34 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
12:46:34 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
12:46:34 --- Merging file.
12:46:35 --- Create PDF...
12:46:37 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:46:37 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
12:46:37 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
12:46:37 --- Validation done (0).
12:46:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
12:46:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
12:46:37 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:46:37 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
12:46:37 --- Merging file.
12:46:38 --- Create PDF...
12:46:40 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:46:40 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
12:46:40 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
12:46:40 --- Validation done (0).
12:46:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
12:46:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
12:46:40 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:46:40 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
12:46:40 --- Merging file.
12:46:41 --- Create PDF...
12:46:43 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:46:43 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
12:46:44 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
12:46:44 --- Validation done (0).
12:46:44 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
12:46:44 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
12:46:44 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:46:44 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
12:46:44 --- Merging file.
12:46:45 --- Create PDF...
12:46:47 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:46:47 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
12:46:48 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
12:46:48 --- Validation done (0).
12:46:48 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
12:46:48 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
12:46:48 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:46:48 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
12:46:48 --- Merging file.
12:46:49 --- Create PDF...
12:46:51 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:46:51 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
12:46:51 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
12:46:51 --- Validation done (0).
12:46:51 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
12:46:51 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
12:46:51 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:46:51 -- Final validator returns 0.
12:46:51 Archiving artifacts
12:46:52 Finished: SUCCESS