18:19:56 Started by GitLab push by bernini 18:19:56 [EnvInject] - Loading node environment variables. 18:19:56 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 18:19:56 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 18:19:56 > git rev-parse --is-inside-work-tree # timeout=10 18:19:56 Fetching changes from the remote Git repository 18:19:56 > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10 18:19:56 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git 18:19:56 > git --version # timeout=10 18:19:56 using GIT_SSH to set credentials 18:19:56 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/* 18:19:58 > git rev-parse remotes/origin/3.6.1-dev^{commit} # timeout=10 18:19:58 > git branch -a -v --no-abbrev --contains 0ea512fda8b0ebb070ed1a911f0f9d433c3aa985 # timeout=10 18:19:58 Checking out Revision 0ea512fda8b0ebb070ed1a911f0f9d433c3aa985 (origin/3.6.1-dev, origin/master) 18:19:58 > git config core.sparsecheckout # timeout=10 18:19:58 > git checkout -f 0ea512fda8b0ebb070ed1a911f0f9d433c3aa985 18:19:58 Commit message: "Merge branch '3.5.1-dev' into 'master'" 18:19:58 > git rev-list --no-walk e3eec91b5e3b648129ae09603a3caaa961cbe2fa # timeout=10 18:19:58 [sol002-sol003] $ /bin/bash /tmp/jenkins1145544471063775406.sh 18:19:58 rm: cannot remove 'build/*-API.pdf': No such file or directory 18:19:58 ./build-container.sh: line 7: proxy: command not found 18:19:58 http_proxy is not set 18:19:58 Proxy set to 18:19:58 Sending build context to Docker daemon 13.31kB 18:19:58 Step 1/24 : FROM alpine:3.10.0 18:20:00 3.10.0: Pulling from library/alpine 18:20:00 921b31ab772b: Pulling fs layer 18:20:01 921b31ab772b: Verifying Checksum 18:20:01 921b31ab772b: Download complete 18:20:01 921b31ab772b: Pull complete 18:20:01 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 18:20:01 Status: Downloaded newer image for alpine:3.10.0 18:20:01 ---> 4d90542f0623 18:20:01 Step 2/24 : RUN env 18:20:01 ---> Running in 078d21a412a7 18:20:01 HOSTNAME=078d21a412a7 18:20:01 SHLVL=1 18:20:01 HOME=/root 18:20:01 https_proxy= 18:20:01 http_proxy= 18:20:01 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 18:20:01 PWD=/ 18:20:02 ---> 8dac25977110 18:20:02 Removing intermediate container 078d21a412a7 18:20:02 Step 3/24 : RUN apk update 18:20:02 ---> Running in 889598cf3793 18:20:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:20:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:20:02 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:20:02 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:20:02 OK: 10351 distinct packages available 18:20:03 ---> 37b1267c0d61 18:20:03 Removing intermediate container 889598cf3793 18:20:03 Step 4/24 : RUN apk add bash 18:20:03 ---> Running in 544dbddff2aa 18:20:03 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2) 18:20:03 (2/4) Installing ncurses-libs (6.1_p20190518-r2) 18:20:03 (3/4) Installing readline (8.0.0-r0) 18:20:03 (4/4) Installing bash (5.0.0-r0) 18:20:03 Executing bash-5.0.0-r0.post-install 18:20:03 Executing busybox-1.30.1-r2.trigger 18:20:03 OK: 8 MiB in 18 packages 18:20:04 ---> 08d05719ba05 18:20:04 Removing intermediate container 544dbddff2aa 18:20:04 Step 5/24 : RUN apk add nodejs 18:20:04 ---> Running in d510a762e21b 18:20:04 (1/6) Installing ca-certificates (20191127-r2) 18:20:04 (2/6) Installing c-ares (1.15.0-r0) 18:20:04 (3/6) Installing libgcc (8.3.0-r0) 18:20:04 (4/6) Installing http-parser (2.9.2-r0) 18:20:04 (5/6) Installing libstdc++ (8.3.0-r0) 18:20:05 (6/6) Installing nodejs (10.24.1-r0) 18:20:05 Executing busybox-1.30.1-r2.trigger 18:20:05 Executing ca-certificates-20191127-r2.trigger 18:20:05 OK: 34 MiB in 24 packages 18:20:06 ---> 0ee099fc3499 18:20:06 Removing intermediate container d510a762e21b 18:20:06 Step 6/24 : RUN apk add nodejs-npm 18:20:06 ---> Running in cb2fef35fe6c 18:20:06 (1/1) Installing npm (10.24.1-r0) 18:20:07 Executing busybox-1.30.1-r2.trigger 18:20:07 OK: 61 MiB in 25 packages 18:20:08 ---> 2e13502fb746 18:20:08 Removing intermediate container cb2fef35fe6c 18:20:08 Step 7/24 : RUN apk add asciidoctor 18:20:08 ---> Running in 1cf50c7e32aa 18:20:09 (1/5) Installing gmp (6.1.2-r1) 18:20:09 (2/5) Installing yaml (0.2.2-r1) 18:20:09 (3/5) Installing ruby-libs (2.5.9-r0) 18:20:09 (4/5) Installing ruby (2.5.9-r0) 18:20:09 (5/5) Installing asciidoctor (2.0.10-r0) 18:20:09 Executing busybox-1.30.1-r2.trigger 18:20:09 OK: 75 MiB in 30 packages 18:20:10 ---> b501e544cc6f 18:20:10 Removing intermediate container 1cf50c7e32aa 18:20:10 Step 8/24 : RUN apk add openjdk8 18:20:10 ---> Running in 5cb271ff11c4 18:20:10 (1/44) Installing expat (2.2.8-r0) 18:20:11 (2/44) Installing libbz2 (1.0.6-r7) 18:20:11 (3/44) Installing libpng (1.6.37-r1) 18:20:11 (4/44) Installing freetype (2.10.0-r1) 18:20:11 (5/44) Installing libuuid (2.33.2-r0) 18:20:11 (6/44) Installing fontconfig (2.13.1-r0) 18:20:11 (7/44) Installing encodings (1.0.4-r1) 18:20:11 (8/44) Installing libfontenc (1.1.4-r0) 18:20:11 (9/44) Installing mkfontscale (1.2.1-r1) 18:20:11 (10/44) Installing ttf-dejavu (2.37-r1) 18:20:11 (11/44) Installing libxau (1.0.9-r0) 18:20:11 (12/44) Installing libbsd (0.9.1-r1) 18:20:11 (13/44) Installing libxdmcp (1.1.3-r0) 18:20:11 (14/44) Installing libxcb (1.13.1-r0) 18:20:11 (15/44) Installing libx11 (1.6.12-r1) 18:20:11 (16/44) Installing libxcomposite (0.4.5-r0) 18:20:11 (17/44) Installing libxext (1.3.4-r0) 18:20:11 (18/44) Installing libxi (1.7.9-r2) 18:20:11 (19/44) Installing libxrender (0.9.10-r3) 18:20:11 (20/44) Installing libxtst (1.2.3-r3) 18:20:11 (21/44) Installing alsa-lib (1.1.9-r0) 18:20:11 (22/44) Installing giflib (5.1.9-r0) 18:20:11 (23/44) Installing libjpeg-turbo (2.0.4-r1) 18:20:11 (24/44) Installing openjdk8-jre-lib (8.275.01-r0) 18:20:12 (25/44) Installing java-common (0.2-r0) 18:20:12 (26/44) Installing libffi (3.2.1-r6) 18:20:12 (27/44) Installing p11-kit (0.23.16.1-r1) 18:20:12 (28/44) Installing libtasn1 (4.14-r0) 18:20:12 (29/44) Installing p11-kit-trust (0.23.16.1-r1) 18:20:12 (30/44) Installing java-cacerts (1.0-r0) 18:20:12 (31/44) Installing nspr (4.20-r0) 18:20:12 (32/44) Installing sqlite-libs (3.28.0-r3) 18:20:12 (33/44) Installing nss (3.44.3-r0) 18:20:12 (34/44) Installing krb5-conf (1.0-r1) 18:20:12 (35/44) Installing libcom_err (1.45.5-r0) 18:20:12 (36/44) Installing keyutils-libs (1.6-r1) 18:20:12 (37/44) Installing libverto (0.3.1-r0) 18:20:12 (38/44) Installing krb5-libs (1.17.2-r0) 18:20:12 (39/44) Installing lcms2 (2.9-r1) 18:20:12 (40/44) Installing pcsc-lite-libs (1.8.25-r1) 18:20:12 (41/44) Installing liblksctp (1.0.18-r0) 18:20:12 (42/44) Installing openjdk8-jre-base (8.275.01-r0) 18:20:13 (43/44) Installing openjdk8-jre (8.275.01-r0) 18:20:13 (44/44) Installing openjdk8 (8.275.01-r0) 18:20:13 Executing busybox-1.30.1-r2.trigger 18:20:13 Executing ca-certificates-20191127-r2.trigger 18:20:13 Executing fontconfig-2.13.1-r0.trigger 18:20:15 Executing mkfontscale-1.2.1-r1.trigger 18:20:15 Executing java-common-0.2-r0.trigger 18:20:15 OK: 193 MiB in 74 packages 18:20:17 ---> 7ba24886b75e 18:20:17 Removing intermediate container 5cb271ff11c4 18:20:17 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 18:20:17 ---> Running in ec9803812457 18:20:18 (1/1) Installing wget (1.20.3-r0) 18:20:18 Executing busybox-1.30.1-r2.trigger 18:20:18 OK: 193 MiB in 75 packages 18:20:18 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping 18:20:18  ---> 87451dbdb562 18:20:18 Removing intermediate container ec9803812457 18:20:18 Step 10/24 : RUN apk add openssl 18:20:18 ---> Running in 19a92bc7c636 18:20:19 (1/1) Installing openssl (1.1.1k-r0) 18:20:19 Executing busybox-1.30.1-r2.trigger 18:20:19 OK: 194 MiB in 76 packages 18:20:19 ---> cb4988caa1a6 18:20:19 Removing intermediate container 19a92bc7c636 18:20:19 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 18:20:19 ---> Running in 8277c99f4075 18:20:21 ERROR: While executing gem ... (NoMethodError) 18:20:21 undefined method `reset' for RDoc::TopLevel:Class 18:20:21 Successfully installed rdoc-6.3.3 18:20:29 Successfully installed rdoc-6.3.3 18:20:29 Parsing documentation for rdoc-6.3.3 18:20:29 Installing ri documentation for rdoc-6.3.3 18:20:29 Done installing documentation for rdoc after 6 seconds 18:20:29 1 gem installed 18:20:30 ---> d1bb45b65e57 18:20:30 Removing intermediate container 8277c99f4075 18:20:30 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 18:20:30 ---> Running in 67bb988aa869 18:20:57 Successfully installed pdf-core-0.7.0 18:20:57 Successfully installed ttfunk-1.5.1 18:20:57 Successfully installed prawn-2.2.2 18:20:57 Successfully installed prawn-table-0.2.2 18:20:57 Successfully installed Ascii85-1.1.0 18:20:57 Successfully installed ruby-rc4-0.1.5 18:20:57 Successfully installed hashery-2.1.2 18:20:57 Successfully installed afm-0.2.2 18:20:57 Successfully installed pdf-reader-2.7.0 18:20:57 Successfully installed prawn-templates-0.1.2 18:20:57 Successfully installed public_suffix-4.0.6 18:20:57 Successfully installed addressable-2.8.0 18:20:57 Successfully installed css_parser-1.11.0 18:20:57 Successfully installed prawn-svg-0.31.0 18:20:57 Successfully installed prawn-icon-2.5.0 18:20:57 Successfully installed safe_yaml-1.0.5 18:20:57 Successfully installed thread_safe-0.3.6 18:20:57 Successfully installed concurrent-ruby-1.1.9 18:20:57 Successfully installed polyglot-0.3.5 18:20:57 Successfully installed treetop-1.6.11 18:20:57 Successfully installed asciidoctor-pdf-1.5.4 18:20:57 Successfully installed asciidoctor-pdf-cjk-0.1.3 18:20:57 Parsing documentation for pdf-core-0.7.0 18:20:57 Installing ri documentation for pdf-core-0.7.0 18:20:57 Parsing documentation for ttfunk-1.5.1 18:20:57 Installing ri documentation for ttfunk-1.5.1 18:20:57 Parsing documentation for prawn-2.2.2 18:20:57 Installing ri documentation for prawn-2.2.2 18:20:57 Parsing documentation for prawn-table-0.2.2 18:20:57 Installing ri documentation for prawn-table-0.2.2 18:20:57 Parsing documentation for Ascii85-1.1.0 18:20:57 Installing ri documentation for Ascii85-1.1.0 18:20:57 Parsing documentation for ruby-rc4-0.1.5 18:20:57 Installing ri documentation for ruby-rc4-0.1.5 18:20:57 Parsing documentation for hashery-2.1.2 18:20:57 Installing ri documentation for hashery-2.1.2 18:20:57 Parsing documentation for afm-0.2.2 18:20:57 Installing ri documentation for afm-0.2.2 18:20:57 Parsing documentation for pdf-reader-2.7.0 18:20:57 Installing ri documentation for pdf-reader-2.7.0 18:20:57 Parsing documentation for prawn-templates-0.1.2 18:20:57 Installing ri documentation for prawn-templates-0.1.2 18:20:57 Parsing documentation for public_suffix-4.0.6 18:20:57 Installing ri documentation for public_suffix-4.0.6 18:20:57 Parsing documentation for addressable-2.8.0 18:20:57 Installing ri documentation for addressable-2.8.0 18:20:57 Parsing documentation for css_parser-1.11.0 18:20:57 Installing ri documentation for css_parser-1.11.0 18:20:57 Parsing documentation for prawn-svg-0.31.0 18:20:57 Installing ri documentation for prawn-svg-0.31.0 18:20:57 Parsing documentation for prawn-icon-2.5.0 18:20:57 Installing ri documentation for prawn-icon-2.5.0 18:20:57 Parsing documentation for safe_yaml-1.0.5 18:20:57 Installing ri documentation for safe_yaml-1.0.5 18:20:57 Parsing documentation for thread_safe-0.3.6 18:20:57 Installing ri documentation for thread_safe-0.3.6 18:20:57 Parsing documentation for concurrent-ruby-1.1.9 18:20:57 Installing ri documentation for concurrent-ruby-1.1.9 18:20:57 Parsing documentation for polyglot-0.3.5 18:20:57 Installing ri documentation for polyglot-0.3.5 18:20:57 Parsing documentation for treetop-1.6.11 18:20:57 Installing ri documentation for treetop-1.6.11 18:20:57 Parsing documentation for asciidoctor-pdf-1.5.4 18:20:57 Installing ri documentation for asciidoctor-pdf-1.5.4 18:20:57 Parsing documentation for asciidoctor-pdf-cjk-0.1.3 18:20:57 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3 18:20: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 18:20:57 22 gems installed 18:20:59 ---> 052acfe99c2d 18:20:59 Removing intermediate container 67bb988aa869 18:20:59 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:20:59 ---> Running in ac0b2d7251e9 18:20:59 --2021-12-17 17:20:57-- https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:20:59 Resolving forge.etsi.org... 195.238.226.56 18:20:59 Connecting to forge.etsi.org|195.238.226.56|:443... connected. 18:20:59 HTTP request sent, awaiting response... 200 OK 18:20:59 Length: 14909486 (14M) [application/java-archive] 18:20:59 Saving to: 'swagger2markup-cli-1.3.2.jar' 18:20:59  18:20:59 0K .......... .......... .......... .......... .......... 0% 577K 25s 18:20:59 50K .......... .......... .......... .......... .......... 0% 1.03M 19s 18:21:00 100K .......... .......... .......... .......... .......... 1% 1.44M 16s 18:21:00 150K .......... .......... .......... .......... .......... 1% 2.16M 14s 18:21:00 200K .......... .......... .......... .......... .......... 1% 2.81M 12s 18:21:00 250K .......... .......... .......... .......... .......... 2% 6.17M 10s 18:21:00 300K .......... .......... .......... .......... .......... 2% 3.19M 9s 18:21:00 350K .......... .......... .......... .......... .......... 2% 39.2M 8s 18:21:00 400K .......... .......... .......... .......... .......... 3% 16.4M 7s 18:21:00 450K .......... .......... .......... .......... .......... 3% 11.5M 7s 18:21:00 500K .......... .......... .......... .......... .......... 3% 20.3M 6s 18:21:00 550K .......... .......... .......... .......... .......... 4% 59.8M 6s 18:21:00 600K .......... .......... .......... .......... .......... 4% 50.9M 5s 18:21:00 650K .......... .......... .......... .......... .......... 4% 15.1M 5s 18:21:00 700K .......... .......... .......... .......... .......... 5% 75.5M 5s 18:21:00 750K .......... .......... .......... .......... .......... 5% 19.8M 4s 18:21:00 800K .......... .......... .......... .......... .......... 5% 36.6M 4s 18:21:00 850K .......... .......... .......... .......... .......... 6% 55.4M 4s 18:21:00 900K .......... .......... .......... .......... .......... 6% 23.1M 4s 18:21:00 950K .......... .......... .......... .......... .......... 6% 47.1M 3s 18:21:00 1000K .......... .......... .......... .......... .......... 7% 44.2M 3s 18:21:00 1050K .......... .......... .......... .......... .......... 7% 67.1M 3s 18:21:00 1100K .......... .......... .......... .......... .......... 7% 51.7M 3s 18:21:00 1150K .......... .......... .......... .......... .......... 8% 50.3M 3s 18:21:00 1200K .......... .......... .......... .......... .......... 8% 41.5M 3s 18:21:00 1250K .......... .......... .......... .......... .......... 8% 74.1M 3s 18:21:00 1300K .......... .......... .......... .......... .......... 9% 68.6M 3s 18:21:00 1350K .......... .......... .......... .......... .......... 9% 58.8M 2s 18:21:00 1400K .......... .......... .......... .......... .......... 9% 55.5M 2s 18:21:00 1450K .......... .......... .......... .......... .......... 10% 52.1M 2s 18:21:00 1500K .......... .......... .......... .......... .......... 10% 67.9M 2s 18:21:00 1550K .......... .......... .......... .......... .......... 10% 65.0M 2s 18:21:00 1600K .......... .......... .......... .......... .......... 11% 45.7M 2s 18:21:00 1650K .......... .......... .......... .......... .......... 11% 58.5M 2s 18:21:00 1700K .......... .......... .......... .......... .......... 12% 65.3M 2s 18:21:00 1750K .......... .......... .......... .......... .......... 12% 72.9M 2s 18:21:00 1800K .......... .......... .......... .......... .......... 12% 63.5M 2s 18:21:00 1850K .......... .......... .......... .......... .......... 13% 66.1M 2s 18:21:00 1900K .......... .......... .......... .......... .......... 13% 57.8M 2s 18:21:00 1950K .......... .......... .......... .......... .......... 13% 60.1M 2s 18:21:00 2000K .......... .......... .......... .......... .......... 14% 58.1M 2s 18:21:00 2050K .......... .......... .......... .......... .......... 14% 59.6M 2s 18:21:00 2100K .......... .......... .......... .......... .......... 14% 49.1M 2s 18:21:00 2150K .......... .......... .......... .......... .......... 15% 55.6M 2s 18:21:00 2200K .......... .......... .......... .......... .......... 15% 36.5M 2s 18:21:00 2250K .......... .......... .......... .......... .......... 15% 57.2M 1s 18:21:00 2300K .......... .......... .......... .......... .......... 16% 62.9M 1s 18:21:00 2350K .......... .......... .......... .......... .......... 16% 53.6M 1s 18:21:00 2400K .......... .......... .......... .......... .......... 16% 42.4M 1s 18:21:00 2450K .......... .......... .......... .......... .......... 17% 69.8M 1s 18:21:00 2500K .......... .......... .......... .......... .......... 17% 53.2M 1s 18:21:00 2550K .......... .......... .......... .......... .......... 17% 57.5M 1s 18:21:00 2600K .......... .......... .......... .......... .......... 18% 52.9M 1s 18:21:00 2650K .......... .......... .......... .......... .......... 18% 67.7M 1s 18:21:00 2700K .......... .......... .......... .......... .......... 18% 71.2M 1s 18:21:00 2750K .......... .......... .......... .......... .......... 19% 62.4M 1s 18:21:00 2800K .......... .......... .......... .......... .......... 19% 52.1M 1s 18:21:00 2850K .......... .......... .......... .......... .......... 19% 59.1M 1s 18:21:00 2900K .......... .......... .......... .......... .......... 20% 54.9M 1s 18:21:00 2950K .......... .......... .......... .......... .......... 20% 63.5M 1s 18:21:00 3000K .......... .......... .......... .......... .......... 20% 58.9M 1s 18:21:00 3050K .......... .......... .......... .......... .......... 21% 59.7M 1s 18:21:00 3100K .......... .......... .......... .......... .......... 21% 54.5M 1s 18:21:00 3150K .......... .......... .......... .......... .......... 21% 73.8M 1s 18:21:00 3200K .......... .......... .......... .......... .......... 22% 52.2M 1s 18:21:00 3250K .......... .......... .......... .......... .......... 22% 64.4M 1s 18:21:00 3300K .......... .......... .......... .......... .......... 23% 57.3M 1s 18:21:00 3350K .......... .......... .......... .......... .......... 23% 57.2M 1s 18:21:00 3400K .......... .......... .......... .......... .......... 23% 66.5M 1s 18:21:00 3450K .......... .......... .......... .......... .......... 24% 64.6M 1s 18:21:00 3500K .......... .......... .......... .......... .......... 24% 56.8M 1s 18:21:00 3550K .......... .......... .......... .......... .......... 24% 57.3M 1s 18:21:00 3600K .......... .......... .......... .......... .......... 25% 50.0M 1s 18:21:00 3650K .......... .......... .......... .......... .......... 25% 70.8M 1s 18:21:00 3700K .......... .......... .......... .......... .......... 25% 62.8M 1s 18:21:00 3750K .......... .......... .......... .......... .......... 26% 56.1M 1s 18:21:00 3800K .......... .......... .......... .......... .......... 26% 54.4M 1s 18:21:00 3850K .......... .......... .......... .......... .......... 26% 61.5M 1s 18:21:00 3900K .......... .......... .......... .......... .......... 27% 71.2M 1s 18:21:00 3950K .......... .......... .......... .......... .......... 27% 65.8M 1s 18:21:00 4000K .......... .......... .......... .......... .......... 27% 47.7M 1s 18:21:00 4050K .......... .......... .......... .......... .......... 28% 62.3M 1s 18:21:00 4100K .......... .......... .......... .......... .......... 28% 68.2M 1s 18:21:00 4150K .......... .......... .......... .......... .......... 28% 75.4M 1s 18:21:00 4200K .......... .......... .......... .......... .......... 29% 63.0M 1s 18:21:00 4250K .......... .......... .......... .......... .......... 29% 61.1M 1s 18:21:00 4300K .......... .......... .......... .......... .......... 29% 61.4M 1s 18:21:00 4350K .......... .......... .......... .......... .......... 30% 68.2M 1s 18:21:00 4400K .......... .......... .......... .......... .......... 30% 28.3M 1s 18:21:00 4450K .......... .......... .......... .......... .......... 30% 79.8M 1s 18:21:00 4500K .......... .......... .......... .......... .......... 31% 67.8M 1s 18:21:00 4550K .......... .......... .......... .......... .......... 31% 73.4M 1s 18:21:00 4600K .......... .......... .......... .......... .......... 31% 50.4M 1s 18:21:00 4650K .......... .......... .......... .......... .......... 32% 59.6M 1s 18:21:00 4700K .......... .......... .......... .......... .......... 32% 75.2M 1s 18:21:00 4750K .......... .......... .......... .......... .......... 32% 72.5M 1s 18:21:00 4800K .......... .......... .......... .......... .......... 33% 54.8M 1s 18:21:00 4850K .......... .......... .......... .......... .......... 33% 75.3M 1s 18:21:00 4900K .......... .......... .......... .......... .......... 33% 78.7M 1s 18:21:00 4950K .......... .......... .......... .......... .......... 34% 69.9M 1s 18:21:00 5000K .......... .......... .......... .......... .......... 34% 61.9M 1s 18:21:00 5050K .......... .......... .......... .......... .......... 35% 56.5M 1s 18:21:00 5100K .......... .......... .......... .......... .......... 35% 58.0M 1s 18:21:00 5150K .......... .......... .......... .......... .......... 35% 71.3M 1s 18:21:00 5200K .......... .......... .......... .......... .......... 36% 51.5M 1s 18:21:00 5250K .......... .......... .......... .......... .......... 36% 65.2M 1s 18:21:00 5300K .......... .......... .......... .......... .......... 36% 54.9M 1s 18:21:00 5350K .......... .......... .......... .......... .......... 37% 64.4M 1s 18:21:00 5400K .......... .......... .......... .......... .......... 37% 67.2M 1s 18:21:00 5450K .......... .......... .......... .......... .......... 37% 61.8M 1s 18:21:00 5500K .......... .......... .......... .......... .......... 38% 64.5M 1s 18:21:00 5550K .......... .......... .......... .......... .......... 38% 63.8M 1s 18:21:00 5600K .......... .......... .......... .......... .......... 38% 56.4M 1s 18:21:00 5650K .......... .......... .......... .......... .......... 39% 76.4M 1s 18:21:00 5700K .......... .......... .......... .......... .......... 39% 61.2M 1s 18:21:00 5750K .......... .......... .......... .......... .......... 39% 67.1M 1s 18:21:00 5800K .......... .......... .......... .......... .......... 40% 61.4M 0s 18:21:00 5850K .......... .......... .......... .......... .......... 40% 65.3M 0s 18:21:00 5900K .......... .......... .......... .......... .......... 40% 75.1M 0s 18:21:00 5950K .......... .......... .......... .......... .......... 41% 74.7M 0s 18:21:00 6000K .......... .......... .......... .......... .......... 41% 52.0M 0s 18:21:00 6050K .......... .......... .......... .......... .......... 41% 68.5M 0s 18:21:00 6100K .......... .......... .......... .......... .......... 42% 60.0M 0s 18:21:00 6150K .......... .......... .......... .......... .......... 42% 64.6M 0s 18:21:00 6200K .......... .......... .......... .......... .......... 42% 65.2M 0s 18:21:00 6250K .......... .......... .......... .......... .......... 43% 72.7M 0s 18:21:00 6300K .......... .......... .......... .......... .......... 43% 73.7M 0s 18:21:00 6350K .......... .......... .......... .......... .......... 43% 69.0M 0s 18:21:00 6400K .......... .......... .......... .......... .......... 44% 49.9M 0s 18:21:00 6450K .......... .......... .......... .......... .......... 44% 63.1M 0s 18:21:00 6500K .......... .......... .......... .......... .......... 44% 59.3M 0s 18:21:00 6550K .......... .......... .......... .......... .......... 45% 70.9M 0s 18:21:00 6600K .......... .......... .......... .......... .......... 45% 59.1M 0s 18:21:00 6650K .......... .......... .......... .......... .......... 46% 60.2M 0s 18:21:00 6700K .......... .......... .......... .......... .......... 46% 61.7M 0s 18:21:00 6750K .......... .......... .......... .......... .......... 46% 68.4M 0s 18:21:00 6800K .......... .......... .......... .......... .......... 47% 56.7M 0s 18:21:00 6850K .......... .......... .......... .......... .......... 47% 69.7M 0s 18:21:00 6900K .......... .......... .......... .......... .......... 47% 63.2M 0s 18:21:00 6950K .......... .......... .......... .......... .......... 48% 77.6M 0s 18:21:00 7000K .......... .......... .......... .......... .......... 48% 66.1M 0s 18:21:00 7050K .......... .......... .......... .......... .......... 48% 62.3M 0s 18:21:00 7100K .......... .......... .......... .......... .......... 49% 62.0M 0s 18:21:00 7150K .......... .......... .......... .......... .......... 49% 59.2M 0s 18:21:00 7200K .......... .......... .......... .......... .......... 49% 53.8M 0s 18:21:00 7250K .......... .......... .......... .......... .......... 50% 74.1M 0s 18:21:00 7300K .......... .......... .......... .......... .......... 50% 63.7M 0s 18:21:00 7350K .......... .......... .......... .......... .......... 50% 57.2M 0s 18:21:00 7400K .......... .......... .......... .......... .......... 51% 54.5M 0s 18:21:00 7450K .......... .......... .......... .......... .......... 51% 63.4M 0s 18:21:00 7500K .......... .......... .......... .......... .......... 51% 65.5M 0s 18:21:00 7550K .......... .......... .......... .......... .......... 52% 65.5M 0s 18:21:00 7600K .......... .......... .......... .......... .......... 52% 49.5M 0s 18:21:00 7650K .......... .......... .......... .......... .......... 52% 62.0M 0s 18:21:00 7700K .......... .......... .......... .......... .......... 53% 67.1M 0s 18:21:00 7750K .......... .......... .......... .......... .......... 53% 76.3M 0s 18:21:00 7800K .......... .......... .......... .......... .......... 53% 63.6M 0s 18:21:00 7850K .......... .......... .......... .......... .......... 54% 64.7M 0s 18:21:00 7900K .......... .......... .......... .......... .......... 54% 64.6M 0s 18:21:00 7950K .......... .......... .......... .......... .......... 54% 67.9M 0s 18:21:00 8000K .......... .......... .......... .......... .......... 55% 58.7M 0s 18:21:00 8050K .......... .......... .......... .......... .......... 55% 70.5M 0s 18:21:00 8100K .......... .......... .......... .......... .......... 55% 68.7M 0s 18:21:00 8150K .......... .......... .......... .......... .......... 56% 65.0M 0s 18:21:00 8200K .......... .......... .......... .......... .......... 56% 61.6M 0s 18:21:00 8250K .......... .......... .......... .......... .......... 57% 75.7M 0s 18:21:00 8300K .......... .......... .......... .......... .......... 57% 65.7M 0s 18:21:00 8350K .......... .......... .......... .......... .......... 57% 65.8M 0s 18:21:00 8400K .......... .......... .......... .......... .......... 58% 52.9M 0s 18:21:00 8450K .......... .......... .......... .......... .......... 58% 64.6M 0s 18:21:00 8500K .......... .......... .......... .......... .......... 58% 70.0M 0s 18:21:00 8550K .......... .......... .......... .......... .......... 59% 78.1M 0s 18:21:00 8600K .......... .......... .......... .......... .......... 59% 61.5M 0s 18:21:00 8650K .......... .......... .......... .......... .......... 59% 66.1M 0s 18:21:00 8700K .......... .......... .......... .......... .......... 60% 62.1M 0s 18:21:00 8750K .......... .......... .......... .......... .......... 60% 22.4M 0s 18:21:00 8800K .......... .......... .......... .......... .......... 60% 54.7M 0s 18:21:00 8850K .......... .......... .......... .......... .......... 61% 62.2M 0s 18:21:00 8900K .......... .......... .......... .......... .......... 61% 56.8M 0s 18:21:00 8950K .......... .......... .......... .......... .......... 61% 57.9M 0s 18:21:00 9000K .......... .......... .......... .......... .......... 62% 25.9M 0s 18:21:00 9050K .......... .......... .......... .......... .......... 62% 60.2M 0s 18:21:00 9100K .......... .......... .......... .......... .......... 62% 64.8M 0s 18:21:00 9150K .......... .......... .......... .......... .......... 63% 72.5M 0s 18:21:00 9200K .......... .......... .......... .......... .......... 63% 57.4M 0s 18:21:00 9250K .......... .......... .......... .......... .......... 63% 64.4M 0s 18:21:00 9300K .......... .......... .......... .......... .......... 64% 62.1M 0s 18:21:00 9350K .......... .......... .......... .......... .......... 64% 64.8M 0s 18:21:00 9400K .......... .......... .......... .......... .......... 64% 62.9M 0s 18:21:00 9450K .......... .......... .......... .......... .......... 65% 67.1M 0s 18:21:00 9500K .......... .......... .......... .......... .......... 65% 68.3M 0s 18:21:00 9550K .......... .......... .......... .......... .......... 65% 61.0M 0s 18:21:00 9600K .......... .......... .......... .......... .......... 66% 49.4M 0s 18:21:00 9650K .......... .......... .......... .......... .......... 66% 70.5M 0s 18:21:00 9700K .......... .......... .......... .......... .......... 66% 50.1M 0s 18:21:00 9750K .......... .......... .......... .......... .......... 67% 57.1M 0s 18:21:00 9800K .......... .......... .......... .......... .......... 67% 58.9M 0s 18:21:00 9850K .......... .......... .......... .......... .......... 67% 67.1M 0s 18:21:00 9900K .......... .......... .......... .......... .......... 68% 71.9M 0s 18:21:00 9950K .......... .......... .......... .......... .......... 68% 67.0M 0s 18:21:00 10000K .......... .......... .......... .......... .......... 69% 48.0M 0s 18:21:00 10050K .......... .......... .......... .......... .......... 69% 55.0M 0s 18:21:00 10100K .......... .......... .......... .......... .......... 69% 60.8M 0s 18:21:00 10150K .......... .......... .......... .......... .......... 70% 67.6M 0s 18:21:00 10200K .......... .......... .......... .......... .......... 70% 57.4M 0s 18:21:00 10250K .......... .......... .......... .......... .......... 70% 61.5M 0s 18:21:00 10300K .......... .......... .......... .......... .......... 71% 55.9M 0s 18:21:00 10350K .......... .......... .......... .......... .......... 71% 57.7M 0s 18:21:00 10400K .......... .......... .......... .......... .......... 71% 49.7M 0s 18:21:00 10450K .......... .......... .......... .......... .......... 72% 61.3M 0s 18:21:00 10500K .......... .......... .......... .......... .......... 72% 55.9M 0s 18:21:00 10550K .......... .......... .......... .......... .......... 72% 56.8M 0s 18:21:00 10600K .......... .......... .......... .......... .......... 73% 66.5M 0s 18:21:00 10650K .......... .......... .......... .......... .......... 73% 55.9M 0s 18:21:00 10700K .......... .......... .......... .......... .......... 73% 60.2M 0s 18:21:00 10750K .......... .......... .......... .......... .......... 74% 53.8M 0s 18:21:00 10800K .......... .......... .......... .......... .......... 74% 48.7M 0s 18:21:00 10850K .......... .......... .......... .......... .......... 74% 67.9M 0s 18:21:00 10900K .......... .......... .......... .......... .......... 75% 60.6M 0s 18:21:00 10950K .......... .......... .......... .......... .......... 75% 54.4M 0s 18:21:00 11000K .......... .......... .......... .......... .......... 75% 53.1M 0s 18:21:00 11050K .......... .......... .......... .......... .......... 76% 63.2M 0s 18:21:00 11100K .......... .......... .......... .......... .......... 76% 69.0M 0s 18:21:00 11150K .......... .......... .......... .......... .......... 76% 57.6M 0s 18:21:00 11200K .......... .......... .......... .......... .......... 77% 47.9M 0s 18:21:00 11250K .......... .......... .......... .......... .......... 77% 56.5M 0s 18:21:00 11300K .......... .......... .......... .......... .......... 77% 70.7M 0s 18:21:00 11350K .......... .......... .......... .......... .......... 78% 66.0M 0s 18:21:00 11400K .......... .......... .......... .......... .......... 78% 58.0M 0s 18:21:00 11450K .......... .......... .......... .......... .......... 78% 57.8M 0s 18:21:00 11500K .......... .......... .......... .......... .......... 79% 59.0M 0s 18:21:00 11550K .......... .......... .......... .......... .......... 79% 70.7M 0s 18:21:00 11600K .......... .......... .......... .......... .......... 80% 51.7M 0s 18:21:00 11650K .......... .......... .......... .......... .......... 80% 71.4M 0s 18:21:00 11700K .......... .......... .......... .......... .......... 80% 57.5M 0s 18:21:00 11750K .......... .......... .......... .......... .......... 81% 55.0M 0s 18:21:00 11800K .......... .......... .......... .......... .......... 81% 64.5M 0s 18:21:00 11850K .......... .......... .......... .......... .......... 81% 61.8M 0s 18:21:00 11900K .......... .......... .......... .......... .......... 82% 70.4M 0s 18:21:00 11950K .......... .......... .......... .......... .......... 82% 65.6M 0s 18:21:00 12000K .......... .......... .......... .......... .......... 82% 48.4M 0s 18:21:00 12050K .......... .......... .......... .......... .......... 83% 59.5M 0s 18:21:00 12100K .......... .......... .......... .......... .......... 83% 57.1M 0s 18:21:00 12150K .......... .......... .......... .......... .......... 83% 65.7M 0s 18:21:00 12200K .......... .......... .......... .......... .......... 84% 54.4M 0s 18:21:00 12250K .......... .......... .......... .......... .......... 84% 56.6M 0s 18:21:00 12300K .......... .......... .......... .......... .......... 84% 71.5M 0s 18:21:00 12350K .......... .......... .......... .......... .......... 85% 58.8M 0s 18:21:00 12400K .......... .......... .......... .......... .......... 85% 52.8M 0s 18:21:00 12450K .......... .......... .......... .......... .......... 85% 56.6M 0s 18:21:00 12500K .......... .......... .......... .......... .......... 86% 60.1M 0s 18:21:00 12550K .......... .......... .......... .......... .......... 86% 71.6M 0s 18:21:00 12600K .......... .......... .......... .......... .......... 86% 60.6M 0s 18:21:00 12650K .......... .......... .......... .......... .......... 87% 60.8M 0s 18:21:00 12700K .......... .......... .......... .......... .......... 87% 53.8M 0s 18:21:00 12750K .......... .......... .......... .......... .......... 87% 61.8M 0s 18:21:00 12800K .......... .......... .......... .......... .......... 88% 52.9M 0s 18:21:00 12850K .......... .......... .......... .......... .......... 88% 70.0M 0s 18:21:00 12900K .......... .......... .......... .......... .......... 88% 62.7M 0s 18:21:00 12950K .......... .......... .......... .......... .......... 89% 58.2M 0s 18:21:00 13000K .......... .......... .......... .......... .......... 89% 56.4M 0s 18:21:00 13050K .......... .......... .......... .......... .......... 89% 63.7M 0s 18:21:00 13100K .......... .......... .......... .......... .......... 90% 68.8M 0s 18:21:00 13150K .......... .......... .......... .......... .......... 90% 72.1M 0s 18:21:00 13200K .......... .......... .......... .......... .......... 91% 53.0M 0s 18:21:00 13250K .......... .......... .......... .......... .......... 91% 61.8M 0s 18:21:00 13300K .......... .......... .......... .......... .......... 91% 61.3M 0s 18:21:00 13350K .......... .......... .......... .......... .......... 92% 59.1M 0s 18:21:00 13400K .......... .......... .......... .......... .......... 92% 51.7M 0s 18:21:00 13450K .......... .......... .......... .......... .......... 92% 62.1M 0s 18:21:00 13500K .......... .......... .......... .......... .......... 93% 59.2M 0s 18:21:00 13550K .......... .......... .......... .......... .......... 93% 62.9M 0s 18:21:00 13600K .......... .......... .......... .......... .......... 93% 54.8M 0s 18:21:00 13650K .......... .......... .......... .......... .......... 94% 69.1M 0s 18:21:00 13700K .......... .......... .......... .......... .......... 94% 70.3M 0s 18:21:00 13750K .......... .......... .......... .......... .......... 94% 64.3M 0s 18:21:00 13800K .......... .......... .......... .......... .......... 95% 55.9M 0s 18:21:00 13850K .......... .......... .......... .......... .......... 95% 57.6M 0s 18:21:00 13900K .......... .......... .......... .......... .......... 95% 59.8M 0s 18:21:00 13950K .......... .......... .......... .......... .......... 96% 57.9M 0s 18:21:00 14000K .......... .......... .......... .......... .......... 96% 55.3M 0s 18:21:00 14050K .......... .......... .......... .......... .......... 96% 71.9M 0s 18:21:00 14100K .......... .......... .......... .......... .......... 97% 72.3M 0s 18:21:00 14150K .......... .......... .......... .......... .......... 97% 74.8M 0s 18:21:00 14200K .......... .......... .......... .......... .......... 97% 69.8M 0s 18:21:00 14250K .......... .......... .......... .......... .......... 98% 64.0M 0s 18:21:00 14300K .......... .......... .......... .......... .......... 98% 74.7M 0s 18:21:00 14350K .......... .......... .......... .......... .......... 98% 67.6M 0s 18:21:00 14400K .......... .......... .......... .......... .......... 99% 55.6M 0s 18:21:00 14450K .......... .......... .......... .......... .......... 99% 74.5M 0s 18:21:00 14500K .......... .......... .......... .......... .......... 99% 68.2M 0s 18:21:00 14550K ..........  100% 75.2M=0.5s 18:21:00 18:21:00 2021-12-17 17:20:58 (29.9 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486] 18:21:00 18:21:00  ---> ccfbd4411b69 18:21:00 Removing intermediate container ac0b2d7251e9 18:21:00 Step 14/24 : RUN npm config set proxy $http_proxy 18:21:00 ---> Running in 12b805c8fd09 18:21:01 ---> e9209c9968f3 18:21:01 Removing intermediate container 12b805c8fd09 18:21:01 Step 15/24 : RUN npm install -g swagger-cli 18:21:02 ---> Running in 6e606d97ec8f 18:21:02 npm WARN invalid config proxy="" 18:21:02 npm WARN invalid config Must be a full url with 'http://' 18:21:02 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js 18:21:13 npm WARN @apidevtools/swagger-parser@10.0.3 requires a peer of openapi-types@>=7 but none is installed. You must install peer dependencies yourself. 18:21:13  18:21:13 + swagger-cli@4.0.4 18:21:13 added 49 packages from 33 contributors in 10.296s 18:21:14 ---> c75a98940663 18:21:14 Removing intermediate container 6e606d97ec8f 18:21:14 Step 16/24 : RUN npm install -g json-refs 18:21:14 ---> Running in 34c4899d1663 18:21:14 npm WARN invalid config proxy="" 18:21:14 npm WARN invalid config Must be a full url with 'http://' 18:21:14 npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau 18:21:17 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs 18:21:20 + json-refs@3.0.15 18:21:20 added 44 packages from 43 contributors in 4.682s 18:21:20 ---> 4b76971f84c7 18:21:21 Removing intermediate container 34c4899d1663 18:21:21 Step 17/24 : RUN npm install -g yamljs 18:21:21 ---> Running in cf1f11f33779 18:21:21 npm WARN invalid config proxy="" 18:21:21 npm WARN invalid config Must be a full url with 'http://' 18:21:21 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json 18:21:23 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml 18:21:23 + yamljs@0.3.0 18:21:23 added 14 packages from 8 contributors in 1.007s 18:21:23 ---> a32e59c61dad 18:21:23 Removing intermediate container cf1f11f33779 18:21:23 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 18:21:23 ---> 36023746acce 18:21:23 Removing intermediate container 0d5f585c9a65 18:21:23 Step 19/24 : RUN chmod +x /validate-in-docker.sh 18:21:24 ---> Running in a932d7b52b02 18:21:24 ---> 6feb11dcedcb 18:21:24 Removing intermediate container a932d7b52b02 18:21:24 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 18:21:24 ---> 0eb4646a05f9 18:21:24 Removing intermediate container b1b3c422f42b 18:21:24 Step 21/24 : RUN chmod +x /bin/swg2mrkup 18:21:24 ---> Running in 66cd7d2c5c08 18:21:25 ---> 94e633535196 18:21:25 Removing intermediate container 66cd7d2c5c08 18:21:25 Step 22/24 : ADD oas2pdf /bin/oas2pdf 18:21:25 ---> fbbe730ffe9b 18:21:25 Removing intermediate container 809868404fdf 18:21:25 Step 23/24 : RUN chmod +x /bin/oas2pdf 18:21:25 ---> Running in a3561f82e6ae 18:21:26 ---> 1ad54239de45 18:21:26 Removing intermediate container a3561f82e6ae 18:21:26 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 18:21:26 ---> Running in 894550c8eb8c 18:21:26 ---> 3c0ae91e903f 18:21:26 Removing intermediate container 894550c8eb8c 18:21:26 Successfully built 3c0ae91e903f 18:21:26 Successfully tagged openapivalidator:latest 18:21:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work 18:21:26 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/537’: Permission denied 18:21:26 Mounting dir /var/www/html/api/nfv/sol002-sol003/537 as /storage 18:21:27 Using filter '' 18:21:27 18:21:27 Entering dir /work/src 18:21:27 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003) 18:21:27 --- Merging file. 18:21:28 --- Create PDF... 18:21:30 mv: can't rename 'SOL003-VNFIndicator-API.pdf': No such file or directory 18:21:30 --- Validating ../build/SOL003-VNFIndicator-API.yaml 18:21:30 ../build/SOL003-VNFIndicator-API.yaml is valid 18:21:30 --- Validation done (0). 18:21:30 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml' 18:21:30 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json' 18:21:30 cp: can't stat '../build/SOL003-VNFIndicator-API.pdf': No such file or directory 18:21:30 -- Will validate: ./SOL003/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL003) 18:21:30 --- Merging file. 18:21:32 --- Create PDF... 18:21:33 mv: can't rename 'SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory 18:21:33 --- Validating ../build/SOL003-VNFSnapshotPackageManagement-API.yaml 18:21:34 ../build/SOL003-VNFSnapshotPackageManagement-API.yaml is valid 18:21:34 --- Validation done (0). 18:21:34 '../build/SOL003-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.yaml' 18:21:34 '../build/SOL003-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL003-VNFSnapshotPackageManagement-API.json' 18:21:34 cp: can't stat '../build/SOL003-VNFSnapshotPackageManagement-API.pdf': No such file or directory 18:21:34 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003) 18:21:34 --- Merging file. 18:21:35 --- Create PDF... 18:21:36 mv: can't rename 'SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory 18:21:36 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml 18:21:37 ../build/SOL003-VNFPackageManagementNotification-API.yaml is valid 18:21:37 --- Validation done (0). 18:21:37 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml' 18:21:37 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json' 18:21:37 cp: can't stat '../build/SOL003-VNFPackageManagementNotification-API.pdf': No such file or directory 18:21:37 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003) 18:21:37 --- Merging file. 18:21:41 --- Create PDF... 18:21:43 mv: can't rename 'SOL003-VNFLifecycleManagement-API.pdf': No such file or directory 18:21:43 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml 18:21:44 ../build/SOL003-VNFLifecycleManagement-API.yaml is valid 18:21:44 --- Validation done (0). 18:21:44 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml' 18:21:44 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json' 18:21:44 cp: can't stat '../build/SOL003-VNFLifecycleManagement-API.pdf': No such file or directory 18:21:44 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003) 18:21:44 --- Merging file. 18:21:45 --- Create PDF... 18:21:47 mv: can't rename 'SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory 18:21:47 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml 18:21:47 ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml is valid 18:21:47 --- Validation done (0). 18:21:47 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' 18:21:47 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' 18:21:47 cp: can't stat '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf': No such file or directory 18:21:47 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003) 18:21:47 --- Merging file. 18:21:48 --- Create PDF... 18:21:50 mv: can't rename 'SOL003-APIVersion-API.pdf': No such file or directory 18:21:50 --- Validating ../build/SOL003-APIVersion-API.yaml 18:21:51 ../build/SOL003-APIVersion-API.yaml is valid 18:21:51 --- Validation done (0). 18:21:51 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml' 18:21:51 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json' 18:21:51 cp: can't stat '../build/SOL003-APIVersion-API.pdf': No such file or directory 18:21:51 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003) 18:21:51 --- Merging file. 18:21:52 --- Create PDF... 18:21:53 mv: can't rename 'SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory 18:21:53 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml 18:21:54 ../build/SOL003-VNFFaultManagementNotification-API.yaml is valid 18:21:54 --- Validation done (0). 18:21:54 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml' 18:21:54 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json' 18:21:54 cp: can't stat '../build/SOL003-VNFFaultManagementNotification-API.pdf': No such file or directory 18:21:54 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003) 18:21:54 --- Merging file. 18:21:55 --- Create PDF... 18:21:56 mv: can't rename 'SOL003-VNFIndicatorNotification-API.pdf': No such file or directory 18:21:56 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml 18:21:57 ../build/SOL003-VNFIndicatorNotification-API.yaml is valid 18:21:57 --- Validation done (0). 18:21:57 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml' 18:21:57 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json' 18:21:57 cp: can't stat '../build/SOL003-VNFIndicatorNotification-API.pdf': No such file or directory 18:21:57 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003) 18:21:57 --- Merging file. 18:21:58 --- Create PDF... 18:22:00 mv: can't rename 'SOL003-VNFFaultManagement-API.pdf': No such file or directory 18:22:00 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml 18:22:00 ../build/SOL003-VNFFaultManagement-API.yaml is valid 18:22:00 --- Validation done (0). 18:22:00 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml' 18:22:00 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json' 18:22:00 cp: can't stat '../build/SOL003-VNFFaultManagement-API.pdf': No such file or directory 18:22:00 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003) 18:22:00 --- Merging file. 18:22:02 --- Create PDF... 18:22:03 mv: can't rename 'SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory 18:22:03 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml 18:22:04 ../build/SOL003-VNFLifecycleManagementNotification-API.yaml is valid 18:22:04 --- Validation done (0). 18:22:04 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml' 18:22:04 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json' 18:22:04 cp: can't stat '../build/SOL003-VNFLifecycleManagementNotification-API.pdf': No such file or directory 18:22:04 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003) 18:22:04 --- Merging file. 18:22:05 --- Create PDF... 18:22:07 mv: can't rename 'SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory 18:22:07 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml 18:22:07 ../build/SOL003-VNFLifecycleOperationGranting-API.yaml is valid 18:22:07 --- Validation done (0). 18:22:07 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml' 18:22:07 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json' 18:22:07 cp: can't stat '../build/SOL003-VNFLifecycleOperationGranting-API.pdf': No such file or directory 18:22:07 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003) 18:22:07 --- Merging file. 18:22:09 --- Create PDF... 18:22:11 mv: can't rename 'SOL003-VNFPackageManagement-API.pdf': No such file or directory 18:22:11 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml 18:22:12 ../build/SOL003-VNFPackageManagement-API.yaml is valid 18:22:12 --- Validation done (0). 18:22:12 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml' 18:22:12 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json' 18:22:12 cp: can't stat '../build/SOL003-VNFPackageManagement-API.pdf': No such file or directory 18:22:12 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003) 18:22:12 --- Merging file. 18:22:12 --- Create PDF... 18:22:14 mv: can't rename 'SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory 18:22:14 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml 18:22:15 ../build/SOL003-VNFPerformanceManagementNotification-API.yaml is valid 18:22:15 --- Validation done (0). 18:22:15 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml' 18:22:15 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json' 18:22:15 cp: can't stat '../build/SOL003-VNFPerformanceManagementNotification-API.pdf': No such file or directory 18:22:15 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003) 18:22:15 --- Merging file. 18:22:16 --- Create PDF... 18:22:18 mv: can't rename 'SOL003-VNFPerformanceManagement-API.pdf': No such file or directory 18:22:18 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml 18:22:18 ../build/SOL003-VNFPerformanceManagement-API.yaml is valid 18:22:18 --- Validation done (0). 18:22:18 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml' 18:22:18 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json' 18:22:18 cp: can't stat '../build/SOL003-VNFPerformanceManagement-API.pdf': No such file or directory 18:22:19 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002) 18:22:19 --- Merging file. 18:22:20 --- Create PDF... 18:22:21 mv: can't rename 'SOL002-VNFIndicator-API.pdf': No such file or directory 18:22:21 --- Validating ../build/SOL002-VNFIndicator-API.yaml 18:22:22 ../build/SOL002-VNFIndicator-API.yaml is valid 18:22:22 --- Validation done (0). 18:22:22 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml' 18:22:22 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json' 18:22:22 cp: can't stat '../build/SOL002-VNFIndicator-API.pdf': No such file or directory 18:22:22 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002) 18:22:22 --- Merging file. 18:22:23 --- Create PDF... 18:22:25 --- Validating ../build/SOL002-VNFConfiguration-API.yaml 18:22:25 mv: can't rename 'SOL002-VNFConfiguration-API.pdf': No such file or directory 18:22:25 ../build/SOL002-VNFConfiguration-API.yaml is valid 18:22:25 --- Validation done (0). 18:22:25 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml' 18:22:25 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json' 18:22:25 cp: can't stat '../build/SOL002-VNFConfiguration-API.pdf': No such file or directory 18:22:25 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002) 18:22:25 --- Merging file. 18:22:29 --- Create PDF... 18:22:30 mv: can't rename 'SOL002-VNFLifecycleManagement-API.pdf': No such file or directory 18:22:30 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml 18:22:32 ../build/SOL002-VNFLifecycleManagement-API.yaml is valid 18:22:32 --- Validation done (0). 18:22:32 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml' 18:22:32 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json' 18:22:32 cp: can't stat '../build/SOL002-VNFLifecycleManagement-API.pdf': No such file or directory 18:22:32 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002) 18:22:32 --- Merging file. 18:22:33 --- Create PDF... 18:22:35 mv: can't rename 'SOL002-APIVersion-API.pdf': No such file or directory 18:22:35 --- Validating ../build/SOL002-APIVersion-API.yaml 18:22:35 ../build/SOL002-APIVersion-API.yaml is valid 18:22:35 --- Validation done (0). 18:22:35 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml' 18:22:35 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json' 18:22:35 cp: can't stat '../build/SOL002-APIVersion-API.pdf': No such file or directory 18:22:35 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002) 18:22:35 --- Merging file. 18:22:36 --- Create PDF... 18:22:38 mv: can't rename 'SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory 18:22:38 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml 18:22:38 ../build/SOL002-VNFFaultManagementNotification-API.yaml is valid 18:22:38 --- Validation done (0). 18:22:38 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml' 18:22:38 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json' 18:22:38 cp: can't stat '../build/SOL002-VNFFaultManagementNotification-API.pdf': No such file or directory 18:22:38 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002) 18:22:38 --- Merging file. 18:22:39 --- Create PDF... 18:22:41 mv: can't rename 'SOL002-VNFIndicatorNotification-API.pdf': No such file or directory 18:22:41 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml 18:22:41 ../build/SOL002-VNFIndicatorNotification-API.yaml is valid 18:22:41 --- Validation done (0). 18:22:41 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml' 18:22:41 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json' 18:22:41 cp: can't stat '../build/SOL002-VNFIndicatorNotification-API.pdf': No such file or directory 18:22:41 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002) 18:22:41 --- Merging file. 18:22:43 --- Create PDF... 18:22:44 mv: can't rename 'SOL002-VNFFaultManagement-API.pdf': No such file or directory 18:22:44 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml 18:22:45 ../build/SOL002-VNFFaultManagement-API.yaml is valid 18:22:45 --- Validation done (0). 18:22:45 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml' 18:22:45 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json' 18:22:45 cp: can't stat '../build/SOL002-VNFFaultManagement-API.pdf': No such file or directory 18:22:45 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002) 18:22:45 --- Merging file. 18:22:46 --- Create PDF... 18:22:48 mv: can't rename 'SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory 18:22:48 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml 18:22:49 ../build/SOL002-VNFLifecycleManagementNotification-API.yaml is valid 18:22:49 --- Validation done (0). 18:22:49 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml' 18:22:49 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json' 18:22:49 cp: can't stat '../build/SOL002-VNFLifecycleManagementNotification-API.pdf': No such file or directory 18:22:49 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002) 18:22:49 --- Merging file. 18:22:50 --- Create PDF... 18:22:51 mv: can't rename 'SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory 18:22:51 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml 18:22:52 ../build/SOL002-VNFPerformanceManagementNotification-API.yaml is valid 18:22:52 --- Validation done (0). 18:22:52 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml' 18:22:52 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json' 18:22:52 cp: can't stat '../build/SOL002-VNFPerformanceManagementNotification-API.pdf': No such file or directory 18:22:52 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002) 18:22:52 --- Merging file. 18:22:53 --- Create PDF... 18:22:55 mv: can't rename 'SOL002-VNFPerformanceManagement-API.pdf': No such file or directory 18:22:55 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml 18:22:56 ../build/SOL002-VNFPerformanceManagement-API.yaml is valid 18:22:56 --- Validation done (0). 18:22:56 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml' 18:22:56 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json' 18:22:56 cp: can't stat '../build/SOL002-VNFPerformanceManagement-API.pdf': No such file or directory 18:22:56 -- Will validate: ./SOL002/VNFLifecycleCoordination/VNFLifecycleCoordination.yaml (api: VNFLifecycleCoordination) (deliverable:SOL002) 18:22:56 --- Merging file. 18:22:57 --- Create PDF... 18:22:59 --- Validating ../build/SOL002-VNFLifecycleCoordination-API.yaml 18:22:59 mv: can't rename 'SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory 18:22:59 ../build/SOL002-VNFLifecycleCoordination-API.yaml is valid 18:22:59 --- Validation done (0). 18:22:59 '../build/SOL002-VNFLifecycleCoordination-API.yaml' -> '/storage/SOL002-VNFLifecycleCoordination-API.yaml' 18:22:59 '../build/SOL002-VNFLifecycleCoordination-API.json' -> '/storage/SOL002-VNFLifecycleCoordination-API.json' 18:22:59 cp: can't stat '../build/SOL002-VNFLifecycleCoordination-API.pdf': No such file or directory 18:22:59 -- Final validator returns 0. 18:23:00 Archiving artifacts 18:23:01 Finished: SUCCESS