SuccessConsole Output

18:54:33 Started by GitLab push by bernini
18:54:33 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
18:54:34 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:54:34  > git rev-parse --is-inside-work-tree # timeout=10
18:54:34 Fetching changes from the remote Git repository
18:54:34  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
18:54:34 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
18:54:34  > git --version # timeout=10
18:54:34 using GIT_SSH to set credentials 
18:54:34  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
18:54:35  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
18:54:35  > git branch -a -v --no-abbrev --contains 55384c3f4eeda82230abf1ea02f0c7ed2ab3cfd7 # timeout=10
18:54:35 Checking out Revision 55384c3f4eeda82230abf1ea02f0c7ed2ab3cfd7 (origin/3.5.1-dev)
18:54:35  > git config core.sparsecheckout # timeout=10
18:54:35  > git checkout -f 55384c3f4eeda82230abf1ea02f0c7ed2ab3cfd7
18:54:35 Commit message: "fixed responses ref names"
18:54:35  > git rev-list --no-walk 11100b0781e56cbf08237a71595944544481f6e0 # timeout=10
18:54:35 [sol002-sol003] $ /bin/bash /tmp/jenkins2745226213179207885.sh
18:54:35 rm: cannot remove 'build/*-API.pdf': No such file or directory
18:54:35 ./build-container.sh: line 7: proxy: command not found
18:54:35 http_proxy is not set
18:54:35 Proxy set to 
18:54:35 Sending build context to Docker daemon  13.31kB

18:54:35 Step 1/24 : FROM alpine:3.10.0
18:54:37 3.10.0: Pulling from library/alpine
18:54:37 921b31ab772b: Pulling fs layer
18:54:38 921b31ab772b: Verifying Checksum
18:54:38 921b31ab772b: Download complete
18:54:38 921b31ab772b: Pull complete
18:54:38 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
18:54:38 Status: Downloaded newer image for alpine:3.10.0
18:54:38  ---> 4d90542f0623
18:54:38 Step 2/24 : RUN env
18:54:38  ---> Running in 75423ae1ce29
18:54:38 HOSTNAME=75423ae1ce29
18:54:38 SHLVL=1
18:54:38 HOME=/root
18:54:38 https_proxy=
18:54:38 http_proxy=
18:54:38 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:54:38 PWD=/
18:54:39  ---> 33d9beb76aee
18:54:39 Removing intermediate container 75423ae1ce29
18:54:39 Step 3/24 : RUN apk update
18:54:39  ---> Running in da441e3e01e9
18:54:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:54:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:54:39 v3.10.9-40-gc03ce583a6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
18:54:39 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
18:54:39 OK: 10351 distinct packages available
18:54:40  ---> 5f5a6facdf09
18:54:40 Removing intermediate container da441e3e01e9
18:54:40 Step 4/24 : RUN apk add bash
18:54:40  ---> Running in 8f730b23ca3d
18:54:40 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
18:54:40 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
18:54:40 (3/4) Installing readline (8.0.0-r0)
18:54:40 (4/4) Installing bash (5.0.0-r0)
18:54:40 Executing bash-5.0.0-r0.post-install
18:54:40 Executing busybox-1.30.1-r2.trigger
18:54:40 OK: 8 MiB in 18 packages
18:54:41  ---> c4dbd7c780f7
18:54:41 Removing intermediate container 8f730b23ca3d
18:54:41 Step 5/24 : RUN apk add nodejs
18:54:41  ---> Running in 1c60d2edc1a1
18:54:41 (1/6) Installing ca-certificates (20191127-r2)
18:54:41 (2/6) Installing c-ares (1.15.0-r0)
18:54:41 (3/6) Installing libgcc (8.3.0-r0)
18:54:41 (4/6) Installing http-parser (2.9.2-r0)
18:54:41 (5/6) Installing libstdc++ (8.3.0-r0)
18:54:41 (6/6) Installing nodejs (10.24.1-r0)
18:54:42 Executing busybox-1.30.1-r2.trigger
18:54:42 Executing ca-certificates-20191127-r2.trigger
18:54:42 OK: 34 MiB in 24 packages
18:54:43  ---> a9e008c49091
18:54:43 Removing intermediate container 1c60d2edc1a1
18:54:43 Step 6/24 : RUN apk add nodejs-npm
18:54:43  ---> Running in 947f5870228a
18:54:43 (1/1) Installing npm (10.24.1-r0)
18:54:44 Executing busybox-1.30.1-r2.trigger
18:54:44 OK: 61 MiB in 25 packages
18:54:45  ---> d8c4a2dfde29
18:54:45 Removing intermediate container 947f5870228a
18:54:45 Step 7/24 : RUN apk add asciidoctor
18:54:45  ---> Running in f7db11f2a9cb
18:54:46 (1/5) Installing gmp (6.1.2-r1)
18:54:46 (2/5) Installing yaml (0.2.2-r1)
18:54:46 (3/5) Installing ruby-libs (2.5.9-r0)
18:54:46 (4/5) Installing ruby (2.5.9-r0)
18:54:46 (5/5) Installing asciidoctor (2.0.10-r0)
18:54:46 Executing busybox-1.30.1-r2.trigger
18:54:46 OK: 75 MiB in 30 packages
18:54:47  ---> 7f6e285cb91e
18:54:47 Removing intermediate container f7db11f2a9cb
18:54:47 Step 8/24 : RUN apk add openjdk8
18:54:47  ---> Running in a14fe39ec180
18:54:47 (1/44) Installing expat (2.2.8-r0)
18:54:47 (2/44) Installing libbz2 (1.0.6-r7)
18:54:47 (3/44) Installing libpng (1.6.37-r1)
18:54:47 (4/44) Installing freetype (2.10.0-r1)
18:54:47 (5/44) Installing libuuid (2.33.2-r0)
18:54:47 (6/44) Installing fontconfig (2.13.1-r0)
18:54:47 (7/44) Installing encodings (1.0.4-r1)
18:54:47 (8/44) Installing libfontenc (1.1.4-r0)
18:54:47 (9/44) Installing mkfontscale (1.2.1-r1)
18:54:47 (10/44) Installing ttf-dejavu (2.37-r1)
18:54:48 (11/44) Installing libxau (1.0.9-r0)
18:54:48 (12/44) Installing libbsd (0.9.1-r1)
18:54:48 (13/44) Installing libxdmcp (1.1.3-r0)
18:54:48 (14/44) Installing libxcb (1.13.1-r0)
18:54:48 (15/44) Installing libx11 (1.6.12-r1)
18:54:48 (16/44) Installing libxcomposite (0.4.5-r0)
18:54:48 (17/44) Installing libxext (1.3.4-r0)
18:54:48 (18/44) Installing libxi (1.7.9-r2)
18:54:48 (19/44) Installing libxrender (0.9.10-r3)
18:54:48 (20/44) Installing libxtst (1.2.3-r3)
18:54:48 (21/44) Installing alsa-lib (1.1.9-r0)
18:54:48 (22/44) Installing giflib (5.1.9-r0)
18:54:48 (23/44) Installing libjpeg-turbo (2.0.4-r1)
18:54:48 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
18:54:49 (25/44) Installing java-common (0.2-r0)
18:54:49 (26/44) Installing libffi (3.2.1-r6)
18:54:49 (27/44) Installing p11-kit (0.23.16.1-r1)
18:54:49 (28/44) Installing libtasn1 (4.14-r0)
18:54:49 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
18:54:49 (30/44) Installing java-cacerts (1.0-r0)
18:54:49 (31/44) Installing nspr (4.20-r0)
18:54:49 (32/44) Installing sqlite-libs (3.28.0-r3)
18:54:49 (33/44) Installing nss (3.44.3-r0)
18:54:49 (34/44) Installing krb5-conf (1.0-r1)
18:54:49 (35/44) Installing libcom_err (1.45.5-r0)
18:54:49 (36/44) Installing keyutils-libs (1.6-r1)
18:54:49 (37/44) Installing libverto (0.3.1-r0)
18:54:49 (38/44) Installing krb5-libs (1.17.2-r0)
18:54:49 (39/44) Installing lcms2 (2.9-r1)
18:54:49 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
18:54:49 (41/44) Installing liblksctp (1.0.18-r0)
18:54:49 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
18:54:49 (43/44) Installing openjdk8-jre (8.275.01-r0)
18:54:49 (44/44) Installing openjdk8 (8.275.01-r0)
18:54:50 Executing busybox-1.30.1-r2.trigger
18:54:50 Executing ca-certificates-20191127-r2.trigger
18:54:50 Executing fontconfig-2.13.1-r0.trigger
18:54:52 Executing mkfontscale-1.2.1-r1.trigger
18:54:52 Executing java-common-0.2-r0.trigger
18:54:52 OK: 193 MiB in 74 packages
18:54:54  ---> c9d4db129548
18:54:54 Removing intermediate container a14fe39ec180
18:54:54 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:54:54  ---> Running in 2e020d6d4e49
18:54:54 (1/1) Installing wget (1.20.3-r0)
18:54:54 Executing busybox-1.30.1-r2.trigger
18:54:54 OK: 193 MiB in 75 packages
18:54:54 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
18:54:54  ---> 35eb11cb9413
18:54:55 Removing intermediate container 2e020d6d4e49
18:54:55 Step 10/24 : RUN apk add openssl
18:54:55  ---> Running in d2b773871bd5
18:54:55 (1/1) Installing openssl (1.1.1k-r0)
18:54:55 Executing busybox-1.30.1-r2.trigger
18:54:55 OK: 194 MiB in 76 packages
18:54:56  ---> 471c630be456
18:54:56 Removing intermediate container d2b773871bd5
18:54:56 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:54:56  ---> Running in aef6983ecedd
18:54:57 ERROR:  While executing gem ... (NoMethodError)
18:54:57     undefined method `reset' for RDoc::TopLevel:Class
18:54:57 Successfully installed rdoc-6.3.2
18:55:05 Successfully installed rdoc-6.3.2
18:55:05 Parsing documentation for rdoc-6.3.2
18:55:05 Installing ri documentation for rdoc-6.3.2
18:55:05 Done installing documentation for rdoc after 6 seconds
18:55:05 1 gem installed
18:55:05  ---> c20804847d0b
18:55:06 Removing intermediate container aef6983ecedd
18:55:06 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:55:06  ---> Running in 2d2e310b10d6
18:55:35 Successfully installed pdf-core-0.7.0
18:55:35 Successfully installed ttfunk-1.5.1
18:55:35 Successfully installed prawn-2.2.2
18:55:35 Successfully installed prawn-table-0.2.2
18:55:35 Successfully installed Ascii85-1.1.0
18:55:35 Successfully installed ruby-rc4-0.1.5
18:55:35 Successfully installed hashery-2.1.2
18:55:35 Successfully installed afm-0.2.2
18:55:35 Successfully installed pdf-reader-2.5.0
18:55:35 Successfully installed prawn-templates-0.1.2
18:55:35 Successfully installed public_suffix-4.0.6
18:55:35 Successfully installed addressable-2.8.0
18:55:35 Successfully installed css_parser-1.9.0
18:55:35 Successfully installed prawn-svg-0.31.0
18:55:35 Successfully installed prawn-icon-2.5.0
18:55:35 Successfully installed safe_yaml-1.0.5
18:55:35 Successfully installed thread_safe-0.3.6
18:55:35 Successfully installed concurrent-ruby-1.1.9
18:55:35 Successfully installed polyglot-0.3.5
18:55:35 Successfully installed treetop-1.6.11
18:55:35 Successfully installed asciidoctor-pdf-1.5.4
18:55:35 Successfully installed asciidoctor-pdf-cjk-0.1.3
18:55:35 Parsing documentation for pdf-core-0.7.0
18:55:35 Installing ri documentation for pdf-core-0.7.0
18:55:35 Parsing documentation for ttfunk-1.5.1
18:55:35 Installing ri documentation for ttfunk-1.5.1
18:55:35 Parsing documentation for prawn-2.2.2
18:55:35 Installing ri documentation for prawn-2.2.2
18:55:35 Parsing documentation for prawn-table-0.2.2
18:55:35 Installing ri documentation for prawn-table-0.2.2
18:55:35 Parsing documentation for Ascii85-1.1.0
18:55:35 Installing ri documentation for Ascii85-1.1.0
18:55:35 Parsing documentation for ruby-rc4-0.1.5
18:55:35 Installing ri documentation for ruby-rc4-0.1.5
18:55:35 Parsing documentation for hashery-2.1.2
18:55:35 Installing ri documentation for hashery-2.1.2
18:55:35 Parsing documentation for afm-0.2.2
18:55:35 Installing ri documentation for afm-0.2.2
18:55:35 Parsing documentation for pdf-reader-2.5.0
18:55:35 Installing ri documentation for pdf-reader-2.5.0
18:55:35 Parsing documentation for prawn-templates-0.1.2
18:55:35 Installing ri documentation for prawn-templates-0.1.2
18:55:35 Parsing documentation for public_suffix-4.0.6
18:55:35 Installing ri documentation for public_suffix-4.0.6
18:55:35 Parsing documentation for addressable-2.8.0
18:55:35 Installing ri documentation for addressable-2.8.0
18:55:35 Parsing documentation for css_parser-1.9.0
18:55:35 Installing ri documentation for css_parser-1.9.0
18:55:35 Parsing documentation for prawn-svg-0.31.0
18:55:35 Installing ri documentation for prawn-svg-0.31.0
18:55:35 Parsing documentation for prawn-icon-2.5.0
18:55:35 Installing ri documentation for prawn-icon-2.5.0
18:55:35 Parsing documentation for safe_yaml-1.0.5
18:55:35 Installing ri documentation for safe_yaml-1.0.5
18:55:35 Parsing documentation for thread_safe-0.3.6
18:55:35 Installing ri documentation for thread_safe-0.3.6
18:55:35 Parsing documentation for concurrent-ruby-1.1.9
18:55:35 Installing ri documentation for concurrent-ruby-1.1.9
18:55:35 Parsing documentation for polyglot-0.3.5
18:55:35 Installing ri documentation for polyglot-0.3.5
18:55:35 Parsing documentation for treetop-1.6.11
18:55:35 Installing ri documentation for treetop-1.6.11
18:55:35 Parsing documentation for asciidoctor-pdf-1.5.4
18:55:35 Installing ri documentation for asciidoctor-pdf-1.5.4
18:55:35 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
18:55:35 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
18:55:35 Done installing documentation for pdf-core, ttfunk, prawn, prawn-table, Ascii85, ruby-rc4, hashery, afm, pdf-reader, prawn-templates, public_suffix, addressable, css_parser, prawn-svg, prawn-icon, safe_yaml, thread_safe, concurrent-ruby, polyglot, treetop, asciidoctor-pdf, asciidoctor-pdf-cjk after 20 seconds
18:55:35 22 gems installed
18:55:37  ---> c259fc8a9b9a
18:55:37 Removing intermediate container 2d2e310b10d6
18:55:37 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:55:37  ---> Running in 13d2d160bb20
18:55:37 --2021-07-07 16:55:37--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:55:37 Resolving forge.etsi.org... 195.238.226.56
18:55:37 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
18:55:37 HTTP request sent, awaiting response... 200 OK
18:55:37 Length: 14909486 (14M) [application/java-archive]
18:55:37 Saving to: 'swagger2markup-cli-1.3.2.jar'
18:55:37 
18:55:37      0K .......... .......... .......... .......... ..........  0% 1.59M 9s
18:55:37     50K .......... .......... .......... .......... ..........  0% 25.3M 5s
18:55:37    100K .......... .......... .......... .......... ..........  1% 13.5M 3s
18:55:37    150K .......... .......... .......... .......... ..........  1% 58.3M 3s
18:55:37    200K .......... .......... .......... .......... ..........  1% 64.7M 2s
18:55:37    250K .......... .......... .......... .......... ..........  2% 39.5M 2s
18:55:37    300K .......... .......... .......... .......... ..........  2% 11.6M 2s
18:55:37    350K .......... .......... .......... .......... ..........  2% 13.5M 2s
18:55:37    400K .......... .......... .......... .......... ..........  3% 12.3M 2s
18:55:37    450K .......... .......... .......... .......... ..........  3% 15.1M 2s
18:55:37    500K .......... .......... .......... .......... ..........  3% 39.5M 1s
18:55:37    550K .......... .......... .......... .......... ..........  4% 9.44M 1s
18:55:37    600K .......... .......... .......... .......... ..........  4% 12.9M 1s
18:55:37    650K .......... .......... .......... .......... ..........  4% 18.1M 1s
18:55:37    700K .......... .......... .......... .......... ..........  5% 55.4M 1s
18:55:37    750K .......... .......... .......... .......... ..........  5% 9.93M 1s
18:55:37    800K .......... .......... .......... .......... ..........  5% 24.3M 1s
18:55:37    850K .......... .......... .......... .......... ..........  6% 11.2M 1s
18:55:37    900K .......... .......... .......... .......... ..........  6% 45.9M 1s
18:55:37    950K .......... .......... .......... .......... ..........  6% 12.4M 1s
18:55:37   1000K .......... .......... .......... .......... ..........  7% 68.3M 1s
18:55:37   1050K .......... .......... .......... .......... ..........  7% 68.1M 1s
18:55:37   1100K .......... .......... .......... .......... ..........  7% 29.5M 1s
18:55:37   1150K .......... .......... .......... .......... ..........  8% 65.5M 1s
18:55:37   1200K .......... .......... .......... .......... ..........  8% 24.2M 1s
18:55:37   1250K .......... .......... .......... .......... ..........  8% 46.5M 1s
18:55:37   1300K .......... .......... .......... .......... ..........  9% 35.4M 1s
18:55:37   1350K .......... .......... .......... .......... ..........  9% 53.1M 1s
18:55:37   1400K .......... .......... .......... .......... ..........  9% 40.1M 1s
18:55:37   1450K .......... .......... .......... .......... .......... 10% 65.7M 1s
18:55:37   1500K .......... .......... .......... .......... .......... 10% 50.6M 1s
18:55:37   1550K .......... .......... .......... .......... .......... 10% 58.1M 1s
18:55:37   1600K .......... .......... .......... .......... .......... 11% 42.1M 1s
18:55:37   1650K .......... .......... .......... .......... .......... 11% 73.3M 1s
18:55:37   1700K .......... .......... .......... .......... .......... 12% 66.0M 1s
18:55:37   1750K .......... .......... .......... .......... .......... 12% 44.0M 1s
18:55:37   1800K .......... .......... .......... .......... .......... 12% 65.3M 1s
18:55:37   1850K .......... .......... .......... .......... .......... 13% 59.9M 1s
18:55:37   1900K .......... .......... .......... .......... .......... 13% 68.3M 1s
18:55:37   1950K .......... .......... .......... .......... .......... 13% 46.3M 1s
18:55:37   2000K .......... .......... .......... .......... .......... 14% 50.2M 1s
18:55:37   2050K .......... .......... .......... .......... .......... 14% 70.5M 1s
18:55:37   2100K .......... .......... .......... .......... .......... 14% 40.3M 1s
18:55:37   2150K .......... .......... .......... .......... .......... 15% 42.6M 1s
18:55:37   2200K .......... .......... .......... .......... .......... 15% 33.2M 1s
18:55:37   2250K .......... .......... .......... .......... .......... 15% 51.3M 1s
18:55:37   2300K .......... .......... .......... .......... .......... 16% 33.7M 1s
18:55:37   2350K .......... .......... .......... .......... .......... 16% 28.5M 1s
18:55:37   2400K .......... .......... .......... .......... .......... 16% 58.8M 1s
18:55:37   2450K .......... .......... .......... .......... .......... 17% 80.6M 1s
18:55:37   2500K .......... .......... .......... .......... .......... 17% 80.1M 1s
18:55:37   2550K .......... .......... .......... .......... .......... 17% 82.1M 1s
18:55:37   2600K .......... .......... .......... .......... .......... 18% 68.0M 1s
18:55:37   2650K .......... .......... .......... .......... .......... 18% 35.8M 1s
18:55:37   2700K .......... .......... .......... .......... .......... 18% 51.8M 1s
18:55:37   2750K .......... .......... .......... .......... .......... 19% 73.8M 1s
18:55:37   2800K .......... .......... .......... .......... .......... 19% 16.1M 1s
18:55:37   2850K .......... .......... .......... .......... .......... 19% 42.4M 0s
18:55:37   2900K .......... .......... .......... .......... .......... 20% 58.2M 0s
18:55:37   2950K .......... .......... .......... .......... .......... 20% 73.0M 0s
18:55:37   3000K .......... .......... .......... .......... .......... 20% 51.1M 0s
18:55:37   3050K .......... .......... .......... .......... .......... 21% 15.3M 0s
18:55:37   3100K .......... .......... .......... .......... .......... 21% 68.0M 0s
18:55:37   3150K .......... .......... .......... .......... .......... 21% 67.0M 0s
18:55:37   3200K .......... .......... .......... .......... .......... 22% 56.6M 0s
18:55:37   3250K .......... .......... .......... .......... .......... 22% 74.1M 0s
18:55:37   3300K .......... .......... .......... .......... .......... 23% 25.4M 0s
18:55:37   3350K .......... .......... .......... .......... .......... 23% 32.9M 0s
18:55:37   3400K .......... .......... .......... .......... .......... 23% 51.2M 0s
18:55:37   3450K .......... .......... .......... .......... .......... 24% 73.8M 0s
18:55:37   3500K .......... .......... .......... .......... .......... 24% 40.7M 0s
18:55:37   3550K .......... .......... .......... .......... .......... 24% 47.5M 0s
18:55:37   3600K .......... .......... .......... .......... .......... 25% 44.5M 0s
18:55:37   3650K .......... .......... .......... .......... .......... 25% 55.6M 0s
18:55:37   3700K .......... .......... .......... .......... .......... 25% 53.4M 0s
18:55:37   3750K .......... .......... .......... .......... .......... 26% 46.1M 0s
18:55:37   3800K .......... .......... .......... .......... .......... 26% 40.5M 0s
18:55:37   3850K .......... .......... .......... .......... .......... 26% 40.7M 0s
18:55:37   3900K .......... .......... .......... .......... .......... 27% 49.2M 0s
18:55:37   3950K .......... .......... .......... .......... .......... 27% 38.3M 0s
18:55:37   4000K .......... .......... .......... .......... .......... 27% 32.1M 0s
18:55:37   4050K .......... .......... .......... .......... .......... 28% 41.4M 0s
18:55:37   4100K .......... .......... .......... .......... .......... 28% 36.3M 0s
18:55:37   4150K .......... .......... .......... .......... .......... 28% 37.7M 0s
18:55:37   4200K .......... .......... .......... .......... .......... 29% 34.1M 0s
18:55:37   4250K .......... .......... .......... .......... .......... 29% 36.5M 0s
18:55:37   4300K .......... .......... .......... .......... .......... 29% 36.0M 0s
18:55:37   4350K .......... .......... .......... .......... .......... 30% 37.3M 0s
18:55:37   4400K .......... .......... .......... .......... .......... 30% 31.3M 0s
18:55:37   4450K .......... .......... .......... .......... .......... 30% 38.7M 0s
18:55:37   4500K .......... .......... .......... .......... .......... 31% 40.8M 0s
18:55:37   4550K .......... .......... .......... .......... .......... 31% 38.9M 0s
18:55:37   4600K .......... .......... .......... .......... .......... 31% 35.4M 0s
18:55:37   4650K .......... .......... .......... .......... .......... 32% 37.9M 0s
18:55:37   4700K .......... .......... .......... .......... .......... 32% 38.1M 0s
18:55:37   4750K .......... .......... .......... .......... .......... 32% 37.6M 0s
18:55:37   4800K .......... .......... .......... .......... .......... 33% 33.7M 0s
18:55:37   4850K .......... .......... .......... .......... .......... 33% 37.3M 0s
18:55:37   4900K .......... .......... .......... .......... .......... 33% 37.8M 0s
18:55:37   4950K .......... .......... .......... .......... .......... 34% 38.0M 0s
18:55:37   5000K .......... .......... .......... .......... .......... 34% 33.2M 0s
18:55:37   5050K .......... .......... .......... .......... .......... 35% 35.3M 0s
18:55:37   5100K .......... .......... .......... .......... .......... 35% 38.7M 0s
18:55:37   5150K .......... .......... .......... .......... .......... 35% 38.3M 0s
18:55:37   5200K .......... .......... .......... .......... .......... 36% 32.2M 0s
18:55:37   5250K .......... .......... .......... .......... .......... 36% 36.9M 0s
18:55:37   5300K .......... .......... .......... .......... .......... 36% 37.6M 0s
18:55:37   5350K .......... .......... .......... .......... .......... 37% 36.4M 0s
18:55:37   5400K .......... .......... .......... .......... .......... 37% 33.3M 0s
18:55:37   5450K .......... .......... .......... .......... .......... 37% 38.0M 0s
18:55:37   5500K .......... .......... .......... .......... .......... 38% 36.3M 0s
18:55:37   5550K .......... .......... .......... .......... .......... 38% 38.5M 0s
18:55:37   5600K .......... .......... .......... .......... .......... 38% 31.6M 0s
18:55:37   5650K .......... .......... .......... .......... .......... 39% 64.3M 0s
18:55:37   5700K .......... .......... .......... .......... .......... 39% 70.2M 0s
18:55:37   5750K .......... .......... .......... .......... .......... 39% 72.4M 0s
18:55:37   5800K .......... .......... .......... .......... .......... 40% 66.0M 0s
18:55:37   5850K .......... .......... .......... .......... .......... 40% 70.6M 0s
18:55:37   5900K .......... .......... .......... .......... .......... 40% 70.3M 0s
18:55:37   5950K .......... .......... .......... .......... .......... 41% 70.0M 0s
18:55:37   6000K .......... .......... .......... .......... .......... 41% 56.2M 0s
18:55:37   6050K .......... .......... .......... .......... .......... 41% 72.1M 0s
18:55:37   6100K .......... .......... .......... .......... .......... 42% 68.5M 0s
18:55:37   6150K .......... .......... .......... .......... .......... 42% 73.5M 0s
18:55:37   6200K .......... .......... .......... .......... .......... 42% 66.5M 0s
18:55:37   6250K .......... .......... .......... .......... .......... 43% 67.0M 0s
18:55:37   6300K .......... .......... .......... .......... .......... 43% 73.3M 0s
18:55:37   6350K .......... .......... .......... .......... .......... 43% 72.3M 0s
18:55:37   6400K .......... .......... .......... .......... .......... 44% 55.9M 0s
18:55:37   6450K .......... .......... .......... .......... .......... 44% 69.9M 0s
18:55:37   6500K .......... .......... .......... .......... .......... 44% 70.4M 0s
18:55:37   6550K .......... .......... .......... .......... .......... 45% 68.9M 0s
18:55:37   6600K .......... .......... .......... .......... .......... 45% 66.2M 0s
18:55:37   6650K .......... .......... .......... .......... .......... 46% 74.7M 0s
18:55:37   6700K .......... .......... .......... .......... .......... 46% 69.7M 0s
18:55:37   6750K .......... .......... .......... .......... .......... 46% 72.8M 0s
18:55:37   6800K .......... .......... .......... .......... .......... 47% 60.7M 0s
18:55:37   6850K .......... .......... .......... .......... .......... 47% 74.8M 0s
18:55:37   6900K .......... .......... .......... .......... .......... 47% 70.7M 0s
18:55:37   6950K .......... .......... .......... .......... .......... 48% 71.9M 0s
18:55:37   7000K .......... .......... .......... .......... .......... 48% 63.9M 0s
18:55:37   7050K .......... .......... .......... .......... .......... 48% 68.6M 0s
18:55:37   7100K .......... .......... .......... .......... .......... 49% 74.2M 0s
18:55:37   7150K .......... .......... .......... .......... .......... 49% 73.6M 0s
18:55:37   7200K .......... .......... .......... .......... .......... 49% 60.7M 0s
18:55:37   7250K .......... .......... .......... .......... .......... 50% 69.2M 0s
18:55:37   7300K .......... .......... .......... .......... .......... 50% 74.3M 0s
18:55:37   7350K .......... .......... .......... .......... .......... 50% 78.3M 0s
18:55:37   7400K .......... .......... .......... .......... .......... 51% 65.7M 0s
18:55:37   7450K .......... .......... .......... .......... .......... 51% 75.6M 0s
18:55:37   7500K .......... .......... .......... .......... .......... 51% 72.4M 0s
18:55:37   7550K .......... .......... .......... .......... .......... 52% 64.4M 0s
18:55:37   7600K .......... .......... .......... .......... .......... 52% 52.7M 0s
18:55:37   7650K .......... .......... .......... .......... .......... 52% 73.9M 0s
18:55:37   7700K .......... .......... .......... .......... .......... 53% 59.7M 0s
18:55:37   7750K .......... .......... .......... .......... .......... 53% 72.6M 0s
18:55:37   7800K .......... .......... .......... .......... .......... 53% 69.2M 0s
18:55:37   7850K .......... .......... .......... .......... .......... 54% 71.2M 0s
18:55:37   7900K .......... .......... .......... .......... .......... 54% 54.9M 0s
18:55:37   7950K .......... .......... .......... .......... .......... 54% 62.6M 0s
18:55:37   8000K .......... .......... .......... .......... .......... 55% 55.8M 0s
18:55:37   8050K .......... .......... .......... .......... .......... 55% 69.3M 0s
18:55:37   8100K .......... .......... .......... .......... .......... 55% 70.0M 0s
18:55:37   8150K .......... .......... .......... .......... .......... 56% 74.3M 0s
18:55:38   8200K .......... .......... .......... .......... .......... 56% 68.7M 0s
18:55:38   8250K .......... .......... .......... .......... .......... 57% 72.7M 0s
18:55:38   8300K .......... .......... .......... .......... .......... 57% 72.9M 0s
18:55:38   8350K .......... .......... .......... .......... .......... 57% 74.6M 0s
18:55:38   8400K .......... .......... .......... .......... .......... 58% 51.4M 0s
18:55:38   8450K .......... .......... .......... .......... .......... 58% 73.2M 0s
18:55:38   8500K .......... .......... .......... .......... .......... 58% 74.4M 0s
18:55:38   8550K .......... .......... .......... .......... .......... 59% 72.5M 0s
18:55:38   8600K .......... .......... .......... .......... .......... 59% 67.6M 0s
18:55:38   8650K .......... .......... .......... .......... .......... 59% 71.6M 0s
18:55:38   8700K .......... .......... .......... .......... .......... 60% 74.8M 0s
18:55:38   8750K .......... .......... .......... .......... .......... 60% 75.5M 0s
18:55:38   8800K .......... .......... .......... .......... .......... 60% 61.8M 0s
18:55:38   8850K .......... .......... .......... .......... .......... 61% 67.5M 0s
18:55:38   8900K .......... .......... .......... .......... .......... 61% 79.6M 0s
18:55:38   8950K .......... .......... .......... .......... .......... 61% 79.3M 0s
18:55:38   9000K .......... .......... .......... .......... .......... 62% 69.8M 0s
18:55:38   9050K .......... .......... .......... .......... .......... 62% 74.7M 0s
18:55:38   9100K .......... .......... .......... .......... .......... 62% 79.1M 0s
18:55:38   9150K .......... .......... .......... .......... .......... 63% 77.6M 0s
18:55:38   9200K .......... .......... .......... .......... .......... 63% 19.1M 0s
18:55:38   9250K .......... .......... .......... .......... .......... 63% 52.6M 0s
18:55:38   9300K .......... .......... .......... .......... .......... 64% 71.2M 0s
18:55:38   9350K .......... .......... .......... .......... .......... 64% 72.3M 0s
18:55:38   9400K .......... .......... .......... .......... .......... 64% 19.4M 0s
18:55:38   9450K .......... .......... .......... .......... .......... 65% 73.8M 0s
18:55:38   9500K .......... .......... .......... .......... .......... 65% 11.5M 0s
18:55:38   9550K .......... .......... .......... .......... .......... 65% 29.1M 0s
18:55:38   9600K .......... .......... .......... .......... .......... 66% 19.3M 0s
18:55:38   9650K .......... .......... .......... .......... .......... 66% 71.6M 0s
18:55:38   9700K .......... .......... .......... .......... .......... 66% 8.18M 0s
18:55:38   9750K .......... .......... .......... .......... .......... 67% 57.1M 0s
18:55:38   9800K .......... .......... .......... .......... .......... 67% 66.8M 0s
18:55:38   9850K .......... .......... .......... .......... .......... 67% 73.8M 0s
18:55:38   9900K .......... .......... .......... .......... .......... 68% 58.6M 0s
18:55:38   9950K .......... .......... .......... .......... .......... 68% 49.2M 0s
18:55:38  10000K .......... .......... .......... .......... .......... 69% 41.7M 0s
18:55:38  10050K .......... .......... .......... .......... .......... 69% 33.4M 0s
18:55:38  10100K .......... .......... .......... .......... .......... 69% 31.1M 0s
18:55:38  10150K .......... .......... .......... .......... .......... 70% 73.9M 0s
18:55:38  10200K .......... .......... .......... .......... .......... 70% 16.4M 0s
18:55:38  10250K .......... .......... .......... .......... .......... 70% 67.7M 0s
18:55:38  10300K .......... .......... .......... .......... .......... 71% 74.7M 0s
18:55:38  10350K .......... .......... .......... .......... .......... 71% 18.6M 0s
18:55:38  10400K .......... .......... .......... .......... .......... 71% 49.6M 0s
18:55:38  10450K .......... .......... .......... .......... .......... 72% 16.7M 0s
18:55:38  10500K .......... .......... .......... .......... .......... 72% 62.4M 0s
18:55:38  10550K .......... .......... .......... .......... .......... 72% 40.2M 0s
18:55:38  10600K .......... .......... .......... .......... .......... 73% 24.1M 0s
18:55:38  10650K .......... .......... .......... .......... .......... 73% 59.8M 0s
18:55:38  10700K .......... .......... .......... .......... .......... 73% 15.4M 0s
18:55:38  10750K .......... .......... .......... .......... .......... 74% 76.6M 0s
18:55:38  10800K .......... .......... .......... .......... .......... 74% 52.7M 0s
18:55:38  10850K .......... .......... .......... .......... .......... 74% 14.1M 0s
18:55:38  10900K .......... .......... .......... .......... .......... 75% 63.8M 0s
18:55:38  10950K .......... .......... .......... .......... .......... 75% 23.1M 0s
18:55:38  11000K .......... .......... .......... .......... .......... 75% 61.5M 0s
18:55:38  11050K .......... .......... .......... .......... .......... 76% 45.5M 0s
18:55:38  11100K .......... .......... .......... .......... .......... 76% 16.8M 0s
18:55:38  11150K .......... .......... .......... .......... .......... 76% 52.9M 0s
18:55:38  11200K .......... .......... .......... .......... .......... 77% 21.6M 0s
18:55:38  11250K .......... .......... .......... .......... .......... 77% 55.2M 0s
18:55:38  11300K .......... .......... .......... .......... .......... 77% 71.6M 0s
18:55:38  11350K .......... .......... .......... .......... .......... 78% 20.5M 0s
18:55:38  11400K .......... .......... .......... .......... .......... 78% 57.5M 0s
18:55:38  11450K .......... .......... .......... .......... .......... 78% 58.0M 0s
18:55:38  11500K .......... .......... .......... .......... .......... 79% 14.4M 0s
18:55:38  11550K .......... .......... .......... .......... .......... 79% 49.7M 0s
18:55:38  11600K .......... .......... .......... .......... .......... 80% 19.5M 0s
18:55:38  11650K .......... .......... .......... .......... .......... 80% 45.7M 0s
18:55:38  11700K .......... .......... .......... .......... .......... 80% 54.2M 0s
18:55:38  11750K .......... .......... .......... .......... .......... 81% 12.0M 0s
18:55:38  11800K .......... .......... .......... .......... .......... 81% 56.9M 0s
18:55:38  11850K .......... .......... .......... .......... .......... 81% 34.5M 0s
18:55:38  11900K .......... .......... .......... .......... .......... 82% 32.0M 0s
18:55:38  11950K .......... .......... .......... .......... .......... 82% 54.1M 0s
18:55:38  12000K .......... .......... .......... .......... .......... 82% 31.6M 0s
18:55:38  12050K .......... .......... .......... .......... .......... 83% 37.9M 0s
18:55:38  12100K .......... .......... .......... .......... .......... 83% 15.1M 0s
18:55:38  12150K .......... .......... .......... .......... .......... 83% 56.0M 0s
18:55:38  12200K .......... .......... .......... .......... .......... 84% 41.0M 0s
18:55:38  12250K .......... .......... .......... .......... .......... 84% 19.1M 0s
18:55:38  12300K .......... .......... .......... .......... .......... 84% 21.3M 0s
18:55:38  12350K .......... .......... .......... .......... .......... 85% 31.1M 0s
18:55:38  12400K .......... .......... .......... .......... .......... 85% 62.1M 0s
18:55:38  12450K .......... .......... .......... .......... .......... 85% 20.1M 0s
18:55:38  12500K .......... .......... .......... .......... .......... 86% 71.3M 0s
18:55:38  12550K .......... .......... .......... .......... .......... 86% 22.2M 0s
18:55:38  12600K .......... .......... .......... .......... .......... 86% 59.0M 0s
18:55:38  12650K .......... .......... .......... .......... .......... 87% 75.8M 0s
18:55:38  12700K .......... .......... .......... .......... .......... 87% 10.7M 0s
18:55:38  12750K .......... .......... .......... .......... .......... 87% 64.1M 0s
18:55:38  12800K .......... .......... .......... .......... .......... 88% 15.8M 0s
18:55:38  12850K .......... .......... .......... .......... .......... 88% 51.2M 0s
18:55:38  12900K .......... .......... .......... .......... .......... 88% 68.5M 0s
18:55:38  12950K .......... .......... .......... .......... .......... 89% 51.6M 0s
18:55:38  13000K .......... .......... .......... .......... .......... 89% 66.8M 0s
18:55:38  13050K .......... .......... .......... .......... .......... 89% 70.4M 0s
18:55:38  13100K .......... .......... .......... .......... .......... 90% 20.2M 0s
18:55:38  13150K .......... .......... .......... .......... .......... 90% 40.2M 0s
18:55:38  13200K .......... .......... .......... .......... .......... 91% 12.1M 0s
18:55:38  13250K .......... .......... .......... .......... .......... 91% 17.9M 0s
18:55:38  13300K .......... .......... .......... .......... .......... 91% 57.1M 0s
18:55:38  13350K .......... .......... .......... .......... .......... 92% 37.8M 0s
18:55:38  13400K .......... .......... .......... .......... .......... 92% 13.4M 0s
18:55:38  13450K .......... .......... .......... .......... .......... 92% 54.0M 0s
18:55:38  13500K .......... .......... .......... .......... .......... 93% 37.1M 0s
18:55:38  13550K .......... .......... .......... .......... .......... 93% 39.6M 0s
18:55:38  13600K .......... .......... .......... .......... .......... 93% 38.7M 0s
18:55:38  13650K .......... .......... .......... .......... .......... 94% 22.8M 0s
18:55:38  13700K .......... .......... .......... .......... .......... 94% 61.0M 0s
18:55:38  13750K .......... .......... .......... .......... .......... 94% 14.9M 0s
18:55:38  13800K .......... .......... .......... .......... .......... 95% 55.3M 0s
18:55:38  13850K .......... .......... .......... .......... .......... 95% 70.7M 0s
18:55:38  13900K .......... .......... .......... .......... .......... 95% 14.6M 0s
18:55:38  13950K .......... .......... .......... .......... .......... 96% 64.5M 0s
18:55:38  14000K .......... .......... .......... .......... .......... 96% 25.0M 0s
18:55:38  14050K .......... .......... .......... .......... .......... 96% 55.8M 0s
18:55:38  14100K .......... .......... .......... .......... .......... 97% 70.7M 0s
18:55:38  14150K .......... .......... .......... .......... .......... 97% 26.7M 0s
18:55:38  14200K .......... .......... .......... .......... .......... 97% 57.7M 0s
18:55:38  14250K .......... .......... .......... .......... .......... 98% 76.8M 0s
18:55:38  14300K .......... .......... .......... .......... .......... 98% 15.8M 0s
18:55:38  14350K .......... .......... .......... .......... .......... 98% 72.7M 0s
18:55:38  14400K .......... .......... .......... .......... .......... 99% 10.3M 0s
18:55:38  14450K .......... .......... .......... .......... .......... 99% 45.6M 0s
18:55:38  14500K .......... .......... .......... .......... .......... 99% 45.9M 0s
18:55:38  14550K ..........                                            100% 72.6M=0.4s
18:55:38 
18:55:38 2021-07-07 16:55:37 (34.0 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
18:55:38 
18:55:38  ---> 61b04c3e3b86
18:55:38 Removing intermediate container 13d2d160bb20
18:55:38 Step 14/24 : RUN npm config set proxy $http_proxy
18:55:38  ---> Running in cd175e27969c
18:55:39  ---> c0cfe8603833
18:55:39 Removing intermediate container cd175e27969c
18:55:39 Step 15/24 : RUN npm install -g swagger-cli
18:55:39  ---> Running in 2562ff97f4f6
18:55:40 npm WARN invalid config proxy=""
18:55:40 npm WARN invalid config Must be a full url with 'http://'
18:55:40 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
18:55:45 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.
18:55:45 
18:55:45 + swagger-cli@4.0.4
18:55:45 added 49 packages from 33 contributors in 4.447s
18:55:46  ---> 5391a8964a52
18:55:46 Removing intermediate container 2562ff97f4f6
18:55:46 Step 16/24 : RUN npm install -g json-refs
18:55:46  ---> Running in 990c8ca0d2c8
18:55:46 npm WARN invalid config proxy=""
18:55:46 npm WARN invalid config Must be a full url with 'http://'
18:55:46 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
18:55:50 + json-refs@3.0.15
18:55:50 added 44 packages from 43 contributors in 3.632s
18:55:51  ---> 2be86aba2673
18:55:51 Removing intermediate container 990c8ca0d2c8
18:55:51 Step 17/24 : RUN npm install -g yamljs
18:55:51  ---> Running in 597d1e93af51
18:55:52 npm WARN invalid config proxy=""
18:55:52 npm WARN invalid config Must be a full url with 'http://'
18:55:52 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
18:55:54 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
18:55:54 + yamljs@0.3.0
18:55:54 added 14 packages from 8 contributors in 1.491s
18:55:54  ---> 385d9eccd453
18:55:54 Removing intermediate container 597d1e93af51
18:55:54 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:55:55  ---> 03c6d50ee1d6
18:55:55 Removing intermediate container 0f285114efd4
18:55:55 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:55:55  ---> Running in a0e81204f5e0
18:55:55  ---> 75d913890daf
18:55:55 Removing intermediate container a0e81204f5e0
18:55:55 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:55:55  ---> f00da3fb6b1e
18:55:55 Removing intermediate container e352cdf3c2cb
18:55:55 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:55:56  ---> Running in f7093ec5366a
18:55:56  ---> 0394d97d33c3
18:55:56 Removing intermediate container f7093ec5366a
18:55:56 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:55:56  ---> 7957c176209b
18:55:56 Removing intermediate container 86a50ef4bd5a
18:55:56 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:55:56  ---> Running in 8723aa0bde0d
18:55:57  ---> 02fc7780fea2
18:55:57 Removing intermediate container 8723aa0bde0d
18:55:57 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:55:57  ---> Running in 3a2f15119186
18:55:57  ---> ab4ae624b2c2
18:55:57 Removing intermediate container 3a2f15119186
18:55:57 Successfully built ab4ae624b2c2
18:55:57 Successfully tagged openapivalidator:latest
18:55:57 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
18:55:57 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/525’: Permission denied
18:55:57 Mounting dir /var/www/html/api/nfv/sol002-sol003/525 as /storage
18:55:57 Using filter ''
18:55:57 
18:55:57 Entering dir /work/src
18:55:58 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
18:55:58 --- Merging file.
18:55:59 --- Create PDF...
18:56:01 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory
18:56:01 --- Validating ../build/SOL003-VNFIndicator-API.yaml
18:56:01 ../build/SOL003-VNFIndicator-API.yaml is valid
18:56:01 --- Validation done (0).
18:56:01 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
18:56:01 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
18:56:01 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory
18:56:01 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003)
18:56:01 --- Merging file.
18:56:02 --- Create PDF...
18:56:04 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:56:04 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml
18:56:05 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid
18:56:05 --- Validation done (0).
18:56:05 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml'
18:56:05 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json'
18:56:05 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:56:05 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
18:56:05 --- Merging file.
18:56:06 --- Create PDF...
18:56:07 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
18:56:07 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
18:56:08 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid
18:56:08 --- Validation done (0).
18:56:08 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
18:56:08 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
18:56:08 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory
18:56:08 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
18:56:08 --- Merging file.
18:56:12 --- Create PDF...
18:56:14 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:56:14 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
18:56:15 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid
18:56:15 --- Validation done (0).
18:56:15 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
18:56:15 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
18:56:15 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory
18:56:15 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
18:56:15 --- Merging file.
18:56:16 --- Create PDF...
18:56:18 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
18:56:18 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
18:56:18 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid
18:56:18 --- Validation done (0).
18:56:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
18:56:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
18:56:18 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory
18:56:18 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
18:56:18 --- Merging file.
18:56:20 --- Create PDF...
18:56:21 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory
18:56:21 --- Validating ../build/SOL003-APIVersion-API.yaml
18:56:22 ../build/SOL003-APIVersion-API.yaml is valid
18:56:22 --- Validation done (0).
18:56:22 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
18:56:22 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
18:56:22 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory
18:56:22 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
18:56:22 --- Merging file.
18:56:23 --- Create PDF...
18:56:25 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
18:56:25 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
18:56:25 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid
18:56:25 --- Validation done (0).
18:56:25 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
18:56:25 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
18:56:25 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory
18:56:25 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
18:56:25 --- Merging file.
18:56:26 --- Create PDF...
18:56:28 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
18:56:28 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
18:56:28 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid
18:56:28 --- Validation done (0).
18:56:28 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
18:56:28 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
18:56:28 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory
18:56:28 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
18:56:28 --- Merging file.
18:56:30 --- Create PDF...
18:56:31 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory
18:56:31 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
18:56:32 ../build/SOL003-VNFFaultManagement-API.yaml is valid
18:56:32 --- Validation done (0).
18:56:32 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
18:56:32 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
18:56:32 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory
18:56:32 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
18:56:32 --- Merging file.
18:56:33 --- Create PDF...
18:56:35 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:56:35 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
18:56:35 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid
18:56:35 --- Validation done (0).
18:56:35 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
18:56:35 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
18:56:35 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:56:35 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
18:56:35 --- Merging file.
18:56:36 --- Create PDF...
18:56:38 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
18:56:38 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
18:56:39 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid
18:56:39 --- Validation done (0).
18:56:39 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
18:56:39 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
18:56:39 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory
18:56:39 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
18:56:39 --- Merging file.
18:56:41 --- Create PDF...
18:56:42 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory
18:56:42 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
18:56:43 ../build/SOL003-VNFPackageManagement-API.yaml is valid
18:56:43 --- Validation done (0).
18:56:43 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
18:56:43 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
18:56:43 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory
18:56:43 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
18:56:43 --- Merging file.
18:56:44 --- Create PDF...
18:56:46 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:56:46 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
18:56:46 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid
18:56:46 --- Validation done (0).
18:56:46 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
18:56:46 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
18:56:46 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:56:46 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
18:56:46 --- Merging file.
18:56:48 --- Create PDF...
18:56:49 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
18:56:49 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
18:56:50 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid
18:56:50 --- Validation done (0).
18:56:50 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
18:56:50 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
18:56:50 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory
18:56:50 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
18:56:50 --- Merging file.
18:56:51 --- Create PDF...
18:56:53 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory
18:56:53 --- Validating ../build/SOL002-VNFIndicator-API.yaml
18:56:54 ../build/SOL002-VNFIndicator-API.yaml is valid
18:56:54 --- Validation done (0).
18:56:54 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
18:56:54 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
18:56:54 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory
18:56:54 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
18:56:54 --- Merging file.
18:56:55 --- Create PDF...
18:56:56 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory
18:56:56 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
18:56:57 ../build/SOL002-VNFConfiguration-API.yaml is valid
18:56:57 --- Validation done (0).
18:56:57 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
18:56:57 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
18:56:57 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory
18:56:57 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
18:56:57 --- Merging file.
18:57:00 --- Create PDF...
18:57:02 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:57:02 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
18:57:03 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid
18:57:03 --- Validation done (0).
18:57:03 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
18:57:03 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
18:57:03 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory
18:57:03 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
18:57:03 --- Merging file.
18:57:05 --- Create PDF...
18:57:06 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory
18:57:06 --- Validating ../build/SOL002-APIVersion-API.yaml
18:57:07 ../build/SOL002-APIVersion-API.yaml is valid
18:57:07 --- Validation done (0).
18:57:07 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
18:57:07 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
18:57:07 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory
18:57:07 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
18:57:07 --- Merging file.
18:57:08 --- Create PDF...
18:57:10 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
18:57:10 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
18:57:10 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid
18:57:10 --- Validation done (0).
18:57:10 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
18:57:10 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
18:57:10 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory
18:57:10 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
18:57:10 --- Merging file.
18:57:11 --- Create PDF...
18:57:13 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
18:57:13 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
18:57:13 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid
18:57:13 --- Validation done (0).
18:57:13 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
18:57:13 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
18:57:13 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory
18:57:13 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
18:57:13 --- Merging file.
18:57:15 --- Create PDF...
18:57:16 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory
18:57:16 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
18:57:17 ../build/SOL002-VNFFaultManagement-API.yaml is valid
18:57:17 --- Validation done (0).
18:57:17 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
18:57:17 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
18:57:17 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory
18:57:17 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
18:57:17 --- Merging file.
18:57:18 --- Create PDF...
18:57:20 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:57:20 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
18:57:20 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid
18:57:20 --- Validation done (0).
18:57:20 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
18:57:20 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
18:57:20 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory
18:57:20 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
18:57:20 --- Merging file.
18:57:21 --- Create PDF...
18:57:23 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:57:23 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
18:57:23 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid
18:57:23 --- Validation done (0).
18:57:23 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
18:57:23 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
18:57:23 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory
18:57:23 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
18:57:23 --- Merging file.
18:57:25 --- Create PDF...
18:57:27 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
18:57:27 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
18:57:28 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid
18:57:28 --- Validation done (0).
18:57:28 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
18:57:28 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
18:57:28 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory
18:57:28 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002)
18:57:28 --- Merging file.
18:57:29 --- Create PDF...
18:57:30 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
18:57:30 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml
18:57:31 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid
18:57:31 --- Validation done (0).
18:57:31 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml'
18:57:31 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json'
18:57:31 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory
18:57:31 -- Final validator returns 0.
18:57:31 Archiving artifacts
18:57:32 Finished: SUCCESS