SuccessConsole Output

16:43:29 Started by GitLab push by vreck
16:43:29 [EnvInject] - Loading node environment variables.
16:43:29 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master
16:43:29 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
16:43:29  > git rev-parse --is-inside-work-tree # timeout=10
16:43:29 Fetching changes from the remote Git repository
16:43:29  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
16:43:29 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
16:43:29  > git --version # timeout=10
16:43:29 using GIT_SSH to set credentials 
16:43:29  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
16:43:30  > git rev-parse remotes/origin/master^{commit} # timeout=10
16:43:30  > git branch -a -v --no-abbrev --contains daeef6b147c02990f09ebfbf4d75443a7b47c369 # timeout=10
16:43:30 Checking out Revision daeef6b147c02990f09ebfbf4d75443a7b47c369 (origin/master)
16:43:30  > git config core.sparsecheckout # timeout=10
16:43:30  > git checkout -f daeef6b147c02990f09ebfbf4d75443a7b47c369
16:43:31 Commit message: "Update WI reference in Readme.md before publication"
16:43:31  > git rev-list --no-walk 7a3abb12c9a5dd525751a3751872e758f8fa47a2 # timeout=10
16:43:31 [sol005-master] $ /bin/bash /tmp/jenkins9066485139106393025.sh
16:43:31 ./build-container.sh: line 7: proxy: command not found
16:43:31 http_proxy is not set
16:43:31 Proxy set to 
16:43:31 Sending build context to Docker daemon  13.31kB

16:43:31 Step 1/24 : FROM alpine:3.10.0
16:43:32 3.10.0: Pulling from library/alpine
16:43:33 921b31ab772b: Pulling fs layer
16:43:33 921b31ab772b: Verifying Checksum
16:43:34 921b31ab772b: Download complete
16:43:34 921b31ab772b: Pull complete
16:43:34 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
16:43:34 Status: Downloaded newer image for alpine:3.10.0
16:43:34  ---> 4d90542f0623
16:43:34 Step 2/24 : RUN env
16:43:34  ---> Running in f0c7ade6e7ea
16:43:34 HOSTNAME=f0c7ade6e7ea
16:43:34 SHLVL=1
16:43:34 HOME=/root
16:43:34 https_proxy=
16:43:34 http_proxy=
16:43:34 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:43:34 PWD=/
16:43:34  ---> c20102916f4e
16:43:34 Removing intermediate container f0c7ade6e7ea
16:43:34 Step 3/24 : RUN apk update
16:43:34  ---> Running in b5d8a77c041c
16:43:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:43:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:43:35 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
16:43:35 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
16:43:35 OK: 10351 distinct packages available
16:43:35  ---> e75443b240c4
16:43:35 Removing intermediate container b5d8a77c041c
16:43:35 Step 4/24 : RUN apk add bash
16:43:35  ---> Running in 371d44daa1d6
16:43:36 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
16:43:36 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
16:43:36 (3/4) Installing readline (8.0.0-r0)
16:43:36 (4/4) Installing bash (5.0.0-r0)
16:43:36 Executing bash-5.0.0-r0.post-install
16:43:36 Executing busybox-1.30.1-r2.trigger
16:43:36 OK: 8 MiB in 18 packages
16:43:36  ---> f09c3f0ba37b
16:43:36 Removing intermediate container 371d44daa1d6
16:43:36 Step 5/24 : RUN apk add nodejs
16:43:37  ---> Running in bdfd307ef1c8
16:43:37 (1/6) Installing ca-certificates (20191127-r2)
16:43:37 (2/6) Installing c-ares (1.15.0-r0)
16:43:37 (3/6) Installing libgcc (8.3.0-r0)
16:43:37 (4/6) Installing http-parser (2.9.2-r0)
16:43:37 (5/6) Installing libstdc++ (8.3.0-r0)
16:43:37 (6/6) Installing nodejs (10.24.1-r0)
16:43:37 Executing busybox-1.30.1-r2.trigger
16:43:37 Executing ca-certificates-20191127-r2.trigger
16:43:37 OK: 34 MiB in 24 packages
16:43:38  ---> 826e4425e609
16:43:38 Removing intermediate container bdfd307ef1c8
16:43:38 Step 6/24 : RUN apk add nodejs-npm
16:43:38  ---> Running in 018f8d62a844
16:43:39 (1/1) Installing npm (10.24.1-r0)
16:43:39 Executing busybox-1.30.1-r2.trigger
16:43:39 OK: 61 MiB in 25 packages
16:43:41  ---> af2d18969839
16:43:41 Removing intermediate container 018f8d62a844
16:43:41 Step 7/24 : RUN apk add asciidoctor
16:43:41  ---> Running in 24b38e8c44d0
16:43:41 (1/5) Installing gmp (6.1.2-r1)
16:43:41 (2/5) Installing yaml (0.2.2-r1)
16:43:41 (3/5) Installing ruby-libs (2.5.9-r0)
16:43:42 (4/5) Installing ruby (2.5.9-r0)
16:43:42 (5/5) Installing asciidoctor (2.0.10-r0)
16:43:42 Executing busybox-1.30.1-r2.trigger
16:43:42 OK: 75 MiB in 30 packages
16:43:43  ---> 6eef0761cacd
16:43:43 Removing intermediate container 24b38e8c44d0
16:43:43 Step 8/24 : RUN apk add openjdk8
16:43:43  ---> Running in 18b4f44e9415
16:43:43 (1/44) Installing expat (2.2.8-r0)
16:43:43 (2/44) Installing libbz2 (1.0.6-r7)
16:43:43 (3/44) Installing libpng (1.6.37-r1)
16:43:43 (4/44) Installing freetype (2.10.0-r1)
16:43:44 (5/44) Installing libuuid (2.33.2-r0)
16:43:44 (6/44) Installing fontconfig (2.13.1-r0)
16:43:44 (7/44) Installing encodings (1.0.4-r1)
16:43:44 (8/44) Installing libfontenc (1.1.4-r0)
16:43:44 (9/44) Installing mkfontscale (1.2.1-r1)
16:43:44 (10/44) Installing ttf-dejavu (2.37-r1)
16:43:44 (11/44) Installing libxau (1.0.9-r0)
16:43:44 (12/44) Installing libbsd (0.9.1-r1)
16:43:44 (13/44) Installing libxdmcp (1.1.3-r0)
16:43:44 (14/44) Installing libxcb (1.13.1-r0)
16:43:44 (15/44) Installing libx11 (1.6.12-r1)
16:43:44 (16/44) Installing libxcomposite (0.4.5-r0)
16:43:44 (17/44) Installing libxext (1.3.4-r0)
16:43:44 (18/44) Installing libxi (1.7.9-r2)
16:43:44 (19/44) Installing libxrender (0.9.10-r3)
16:43:44 (20/44) Installing libxtst (1.2.3-r3)
16:43:44 (21/44) Installing alsa-lib (1.1.9-r0)
16:43:44 (22/44) Installing giflib (5.1.9-r0)
16:43:44 (23/44) Installing libjpeg-turbo (2.0.4-r1)
16:43:44 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
16:43:45 (25/44) Installing java-common (0.2-r0)
16:43:45 (26/44) Installing libffi (3.2.1-r6)
16:43:45 (27/44) Installing p11-kit (0.23.16.1-r1)
16:43:45 (28/44) Installing libtasn1 (4.14-r0)
16:43:45 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
16:43:45 (30/44) Installing java-cacerts (1.0-r0)
16:43:45 (31/44) Installing nspr (4.20-r0)
16:43:45 (32/44) Installing sqlite-libs (3.28.0-r3)
16:43:45 (33/44) Installing nss (3.44.3-r0)
16:43:45 (34/44) Installing krb5-conf (1.0-r1)
16:43:45 (35/44) Installing libcom_err (1.45.5-r0)
16:43:45 (36/44) Installing keyutils-libs (1.6-r1)
16:43:45 (37/44) Installing libverto (0.3.1-r0)
16:43:45 (38/44) Installing krb5-libs (1.17.2-r0)
16:43:45 (39/44) Installing lcms2 (2.9-r1)
16:43:45 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
16:43:45 (41/44) Installing liblksctp (1.0.18-r0)
16:43:45 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
16:43:46 (43/44) Installing openjdk8-jre (8.275.01-r0)
16:43:46 (44/44) Installing openjdk8 (8.275.01-r0)
16:43:46 Executing busybox-1.30.1-r2.trigger
16:43:46 Executing ca-certificates-20191127-r2.trigger
16:43:46 Executing fontconfig-2.13.1-r0.trigger
16:43:48 Executing mkfontscale-1.2.1-r1.trigger
16:43:48 Executing java-common-0.2-r0.trigger
16:43:48 OK: 193 MiB in 74 packages
16:43:50  ---> 11d7aaa750b8
16:43:50 Removing intermediate container 18b4f44e9415
16:43:50 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
16:43:50  ---> Running in 503b9ef1bd73
16:43:51 (1/1) Installing wget (1.20.3-r0)
16:43:51 Executing busybox-1.30.1-r2.trigger
16:43:51 OK: 193 MiB in 75 packages
16:43:51 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
16:43:51  ---> 7807faa0a16d
16:43:51 Removing intermediate container 503b9ef1bd73
16:43:51 Step 10/24 : RUN apk add openssl
16:43:51  ---> Running in 74b3ae6ba7f5
16:43:52 (1/1) Installing openssl (1.1.1k-r0)
16:43:52 Executing busybox-1.30.1-r2.trigger
16:43:52 OK: 194 MiB in 76 packages
16:43:52  ---> 62d9320f44e5
16:43:52 Removing intermediate container 74b3ae6ba7f5
16:43:52 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
16:43:52  ---> Running in 2b418e195d17
16:43:54 ERROR:  While executing gem ... (NoMethodError)
16:43:54     undefined method `reset' for RDoc::TopLevel:Class
16:43:54 Successfully installed rdoc-6.3.2
16:44:02 Successfully installed rdoc-6.3.2
16:44:02 Parsing documentation for rdoc-6.3.2
16:44:02 Installing ri documentation for rdoc-6.3.2
16:44:02 Done installing documentation for rdoc after 6 seconds
16:44:02 1 gem installed
16:44:03  ---> 1f123aa1a1e9
16:44:03 Removing intermediate container 2b418e195d17
16:44:03 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
16:44:03  ---> Running in 7f5df8ea8bbd
16:44:33 Successfully installed pdf-core-0.7.0
16:44:33 Successfully installed ttfunk-1.5.1
16:44:33 Successfully installed prawn-2.2.2
16:44:33 Successfully installed prawn-table-0.2.2
16:44:33 Successfully installed Ascii85-1.1.0
16:44:33 Successfully installed ruby-rc4-0.1.5
16:44:33 Successfully installed hashery-2.1.2
16:44:33 Successfully installed afm-0.2.2
16:44:33 Successfully installed pdf-reader-2.5.0
16:44:33 Successfully installed prawn-templates-0.1.2
16:44:33 Successfully installed public_suffix-4.0.6
16:44:33 Successfully installed addressable-2.8.0
16:44:33 Successfully installed css_parser-1.10.0
16:44:33 Successfully installed prawn-svg-0.31.0
16:44:33 Successfully installed prawn-icon-2.5.0
16:44:33 Successfully installed safe_yaml-1.0.5
16:44:33 Successfully installed thread_safe-0.3.6
16:44:33 Successfully installed concurrent-ruby-1.1.9
16:44:33 Successfully installed polyglot-0.3.5
16:44:33 Successfully installed treetop-1.6.11
16:44:33 Successfully installed asciidoctor-pdf-1.5.4
16:44:33 Successfully installed asciidoctor-pdf-cjk-0.1.3
16:44:33 Parsing documentation for pdf-core-0.7.0
16:44:33 Installing ri documentation for pdf-core-0.7.0
16:44:33 Parsing documentation for ttfunk-1.5.1
16:44:33 Installing ri documentation for ttfunk-1.5.1
16:44:33 Parsing documentation for prawn-2.2.2
16:44:33 Installing ri documentation for prawn-2.2.2
16:44:33 Parsing documentation for prawn-table-0.2.2
16:44:33 Installing ri documentation for prawn-table-0.2.2
16:44:33 Parsing documentation for Ascii85-1.1.0
16:44:33 Installing ri documentation for Ascii85-1.1.0
16:44:33 Parsing documentation for ruby-rc4-0.1.5
16:44:33 Installing ri documentation for ruby-rc4-0.1.5
16:44:33 Parsing documentation for hashery-2.1.2
16:44:33 Installing ri documentation for hashery-2.1.2
16:44:33 Parsing documentation for afm-0.2.2
16:44:33 Installing ri documentation for afm-0.2.2
16:44:33 Parsing documentation for pdf-reader-2.5.0
16:44:33 Installing ri documentation for pdf-reader-2.5.0
16:44:33 Parsing documentation for prawn-templates-0.1.2
16:44:33 Installing ri documentation for prawn-templates-0.1.2
16:44:33 Parsing documentation for public_suffix-4.0.6
16:44:33 Installing ri documentation for public_suffix-4.0.6
16:44:33 Parsing documentation for addressable-2.8.0
16:44:33 Installing ri documentation for addressable-2.8.0
16:44:33 Parsing documentation for css_parser-1.10.0
16:44:33 Installing ri documentation for css_parser-1.10.0
16:44:33 Parsing documentation for prawn-svg-0.31.0
16:44:33 Installing ri documentation for prawn-svg-0.31.0
16:44:33 Parsing documentation for prawn-icon-2.5.0
16:44:33 Installing ri documentation for prawn-icon-2.5.0
16:44:33 Parsing documentation for safe_yaml-1.0.5
16:44:33 Installing ri documentation for safe_yaml-1.0.5
16:44:33 Parsing documentation for thread_safe-0.3.6
16:44:33 Installing ri documentation for thread_safe-0.3.6
16:44:33 Parsing documentation for concurrent-ruby-1.1.9
16:44:33 Installing ri documentation for concurrent-ruby-1.1.9
16:44:33 Parsing documentation for polyglot-0.3.5
16:44:33 Installing ri documentation for polyglot-0.3.5
16:44:33 Parsing documentation for treetop-1.6.11
16:44:33 Installing ri documentation for treetop-1.6.11
16:44:33 Parsing documentation for asciidoctor-pdf-1.5.4
16:44:33 Installing ri documentation for asciidoctor-pdf-1.5.4
16:44:33 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
16:44:33 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
16:44:33 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 22 seconds
16:44:33 22 gems installed
16:44:35  ---> 87596a4b91ff
16:44:35 Removing intermediate container 7f5df8ea8bbd
16:44:35 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:44:35  ---> Running in efb612efcc7e
16:44:35 --2021-09-28 14:44:35--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:44:35 Resolving forge.etsi.org... 195.238.226.56
16:44:35 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
16:44:35 HTTP request sent, awaiting response... 200 OK
16:44:36 Length: 14909486 (14M) [application/java-archive]
16:44:36 Saving to: 'swagger2markup-cli-1.3.2.jar'
16:44:36 
16:44:36      0K .......... .......... .......... .......... ..........  0% 1.46M 10s
16:44:36     50K .......... .......... .......... .......... ..........  0% 8.65M 6s
16:44:36    100K .......... .......... .......... .......... ..........  1% 7.45M 4s
16:44:36    150K .......... .......... .......... .......... ..........  1% 8.76M 4s
16:44:36    200K .......... .......... .......... .......... ..........  1% 3.14M 4s
16:44:36    250K .......... .......... .......... .......... ..........  2% 7.31M 3s
16:44:36    300K .......... .......... .......... .......... ..........  2% 3.00M 4s
16:44:36    350K .......... .......... .......... .......... ..........  2% 12.4M 3s
16:44:36    400K .......... .......... .......... .......... ..........  3% 3.73M 3s
16:44:36    450K .......... .......... .......... .......... ..........  3% 20.9M 3s
16:44:36    500K .......... .......... .......... .......... ..........  3% 42.3M 3s
16:44:36    550K .......... .......... .......... .......... ..........  4% 9.96M 3s
16:44:36    600K .......... .......... .......... .......... ..........  4% 20.6M 3s
16:44:36    650K .......... .......... .......... .......... ..........  4% 61.8M 2s
16:44:36    700K .......... .......... .......... .......... ..........  5% 12.3M 2s
16:44:36    750K .......... .......... .......... .......... ..........  5% 19.0M 2s
16:44:36    800K .......... .......... .......... .......... ..........  5% 46.5M 2s
16:44:36    850K .......... .......... .......... .......... ..........  6% 11.9M 2s
16:44:36    900K .......... .......... .......... .......... ..........  6% 9.87M 2s
16:44:36    950K .......... .......... .......... .......... ..........  6% 37.5M 2s
16:44:36   1000K .......... .......... .......... .......... ..........  7% 29.1M 2s
16:44:36   1050K .......... .......... .......... .......... ..........  7% 15.0M 2s
16:44:36   1100K .......... .......... .......... .......... ..........  7% 13.1M 2s
16:44:36   1150K .......... .......... .......... .......... ..........  8% 40.8M 2s
16:44:36   1200K .......... .......... .......... .......... ..........  8% 8.42M 2s
16:44:36   1250K .......... .......... .......... .......... ..........  8% 13.2M 2s
16:44:36   1300K .......... .......... .......... .......... ..........  9% 30.5M 2s
16:44:36   1350K .......... .......... .......... .......... ..........  9% 8.25M 2s
16:44:36   1400K .......... .......... .......... .......... ..........  9% 48.5M 1s
16:44:36   1450K .......... .......... .......... .......... .......... 10% 42.1M 1s
16:44:36   1500K .......... .......... .......... .......... .......... 10% 12.7M 1s
16:44:36   1550K .......... .......... .......... .......... .......... 10% 9.63M 1s
16:44:36   1600K .......... .......... .......... .......... .......... 11% 13.7M 1s
16:44:36   1650K .......... .......... .......... .......... .......... 11% 46.8M 1s
16:44:36   1700K .......... .......... .......... .......... .......... 12% 12.8M 1s
16:44:36   1750K .......... .......... .......... .......... .......... 12% 11.9M 1s
16:44:36   1800K .......... .......... .......... .......... .......... 12% 17.3M 1s
16:44:36   1850K .......... .......... .......... .......... .......... 13% 18.7M 1s
16:44:36   1900K .......... .......... .......... .......... .......... 13% 17.8M 1s
16:44:36   1950K .......... .......... .......... .......... .......... 13% 19.8M 1s
16:44:36   2000K .......... .......... .......... .......... .......... 14% 10.3M 1s
16:44:36   2050K .......... .......... .......... .......... .......... 14% 15.7M 1s
16:44:36   2100K .......... .......... .......... .......... .......... 14% 39.9M 1s
16:44:36   2150K .......... .......... .......... .......... .......... 15% 14.9M 1s
16:44:36   2200K .......... .......... .......... .......... .......... 15% 12.6M 1s
16:44:36   2250K .......... .......... .......... .......... .......... 15% 12.6M 1s
16:44:36   2300K .......... .......... .......... .......... .......... 16% 44.9M 1s
16:44:36   2350K .......... .......... .......... .......... .......... 16% 16.1M 1s
16:44:36   2400K .......... .......... .......... .......... .......... 16% 13.5M 1s
16:44:36   2450K .......... .......... .......... .......... .......... 17% 11.9M 1s
16:44:36   2500K .......... .......... .......... .......... .......... 17% 13.7M 1s
16:44:36   2550K .......... .......... .......... .......... .......... 17% 36.9M 1s
16:44:36   2600K .......... .......... .......... .......... .......... 18% 9.03M 1s
16:44:36   2650K .......... .......... .......... .......... .......... 18% 13.2M 1s
16:44:36   2700K .......... .......... .......... .......... .......... 18% 24.3M 1s
16:44:36   2750K .......... .......... .......... .......... .......... 19% 9.12M 1s
16:44:36   2800K .......... .......... .......... .......... .......... 19% 15.8M 1s
16:44:36   2850K .......... .......... .......... .......... .......... 19% 67.5M 1s
16:44:36   2900K .......... .......... .......... .......... .......... 20% 9.83M 1s
16:44:36   2950K .......... .......... .......... .......... .......... 20% 27.4M 1s
16:44:36   3000K .......... .......... .......... .......... .......... 20% 12.6M 1s
16:44:36   3050K .......... .......... .......... .......... .......... 21% 68.3M 1s
16:44:36   3100K .......... .......... .......... .......... .......... 21% 14.3M 1s
16:44:36   3150K .......... .......... .......... .......... .......... 21% 11.9M 1s
16:44:36   3200K .......... .......... .......... .......... .......... 22% 10.4M 1s
16:44:36   3250K .......... .......... .......... .......... .......... 22% 12.3M 1s
16:44:36   3300K .......... .......... .......... .......... .......... 23% 40.6M 1s
16:44:36   3350K .......... .......... .......... .......... .......... 23% 20.6M 1s
16:44:36   3400K .......... .......... .......... .......... .......... 23% 10.4M 1s
16:44:36   3450K .......... .......... .......... .......... .......... 24% 19.1M 1s
16:44:36   3500K .......... .......... .......... .......... .......... 24% 41.7M 1s
16:44:36   3550K .......... .......... .......... .......... .......... 24% 14.0M 1s
16:44:36   3600K .......... .......... .......... .......... .......... 25% 10.8M 1s
16:44:36   3650K .......... .......... .......... .......... .......... 25% 15.0M 1s
16:44:36   3700K .......... .......... .......... .......... .......... 25% 50.9M 1s
16:44:36   3750K .......... .......... .......... .......... .......... 26% 45.8M 1s
16:44:36   3800K .......... .......... .......... .......... .......... 26% 16.4M 1s
16:44:36   3850K .......... .......... .......... .......... .......... 26% 10.3M 1s
16:44:36   3900K .......... .......... .......... .......... .......... 27% 22.1M 1s
16:44:36   3950K .......... .......... .......... .......... .......... 27% 43.7M 1s
16:44:36   4000K .......... .......... .......... .......... .......... 27% 10.3M 1s
16:44:36   4050K .......... .......... .......... .......... .......... 28% 17.8M 1s
16:44:36   4100K .......... .......... .......... .......... .......... 28% 15.2M 1s
16:44:36   4150K .......... .......... .......... .......... .......... 28% 10.7M 1s
16:44:36   4200K .......... .......... .......... .......... .......... 29% 43.9M 1s
16:44:36   4250K .......... .......... .......... .......... .......... 29% 13.5M 1s
16:44:36   4300K .......... .......... .......... .......... .......... 29% 15.8M 1s
16:44:36   4350K .......... .......... .......... .......... .......... 30% 8.86M 1s
16:44:36   4400K .......... .......... .......... .......... .......... 30% 19.6M 1s
16:44:36   4450K .......... .......... .......... .......... .......... 30% 48.8M 1s
16:44:36   4500K .......... .......... .......... .......... .......... 31% 17.1M 1s
16:44:36   4550K .......... .......... .......... .......... .......... 31% 12.4M 1s
16:44:36   4600K .......... .......... .......... .......... .......... 31% 13.1M 1s
16:44:36   4650K .......... .......... .......... .......... .......... 32% 56.6M 1s
16:44:36   4700K .......... .......... .......... .......... .......... 32% 12.5M 1s
16:44:36   4750K .......... .......... .......... .......... .......... 32% 12.4M 1s
16:44:36   4800K .......... .......... .......... .......... .......... 33% 7.34M 1s
16:44:36   4850K .......... .......... .......... .......... .......... 33% 19.0M 1s
16:44:36   4900K .......... .......... .......... .......... .......... 33% 9.58M 1s
16:44:36   4950K .......... .......... .......... .......... .......... 34% 54.1M 1s
16:44:36   5000K .......... .......... .......... .......... .......... 34% 13.9M 1s
16:44:36   5050K .......... .......... .......... .......... .......... 35% 22.6M 1s
16:44:36   5100K .......... .......... .......... .......... .......... 35% 19.3M 1s
16:44:36   5150K .......... .......... .......... .......... .......... 35% 38.9M 1s
16:44:36   5200K .......... .......... .......... .......... .......... 36% 16.4M 1s
16:44:36   5250K .......... .......... .......... .......... .......... 36% 9.94M 1s
16:44:36   5300K .......... .......... .......... .......... .......... 36% 18.2M 1s
16:44:36   5350K .......... .......... .......... .......... .......... 37% 8.52M 1s
16:44:36   5400K .......... .......... .......... .......... .......... 37% 55.4M 1s
16:44:36   5450K .......... .......... .......... .......... .......... 37% 25.1M 1s
16:44:36   5500K .......... .......... .......... .......... .......... 38% 11.7M 1s
16:44:36   5550K .......... .......... .......... .......... .......... 38% 15.0M 1s
16:44:36   5600K .......... .......... .......... .......... .......... 38% 13.1M 1s
16:44:36   5650K .......... .......... .......... .......... .......... 39% 42.8M 1s
16:44:36   5700K .......... .......... .......... .......... .......... 39% 9.84M 1s
16:44:36   5750K .......... .......... .......... .......... .......... 39% 21.7M 1s
16:44:36   5800K .......... .......... .......... .......... .......... 40% 39.4M 1s
16:44:36   5850K .......... .......... .......... .......... .......... 40% 15.9M 1s
16:44:36   5900K .......... .......... .......... .......... .......... 40% 9.72M 1s
16:44:36   5950K .......... .......... .......... .......... .......... 41% 19.4M 1s
16:44:36   6000K .......... .......... .......... .......... .......... 41% 11.4M 1s
16:44:36   6050K .......... .......... .......... .......... .......... 41% 12.1M 1s
16:44:36   6100K .......... .......... .......... .......... .......... 42% 60.2M 1s
16:44:36   6150K .......... .......... .......... .......... .......... 42% 14.4M 1s
16:44:36   6200K .......... .......... .......... .......... .......... 42% 12.0M 1s
16:44:36   6250K .......... .......... .......... .......... .......... 43% 10.7M 1s
16:44:36   6300K .......... .......... .......... .......... .......... 43% 45.9M 1s
16:44:36   6350K .......... .......... .......... .......... .......... 43% 21.3M 1s
16:44:36   6400K .......... .......... .......... .......... .......... 44% 11.3M 1s
16:44:36   6450K .......... .......... .......... .......... .......... 44% 8.84M 1s
16:44:36   6500K .......... .......... .......... .......... .......... 44% 23.4M 1s
16:44:36   6550K .......... .......... .......... .......... .......... 45% 54.1M 1s
16:44:36   6600K .......... .......... .......... .......... .......... 45% 12.0M 1s
16:44:36   6650K .......... .......... .......... .......... .......... 46% 8.83M 1s
16:44:36   6700K .......... .......... .......... .......... .......... 46% 17.7M 1s
16:44:36   6750K .......... .......... .......... .......... .......... 46% 18.8M 1s
16:44:36   6800K .......... .......... .......... .......... .......... 47% 13.4M 1s
16:44:36   6850K .......... .......... .......... .......... .......... 47% 48.8M 1s
16:44:36   6900K .......... .......... .......... .......... .......... 47% 11.9M 1s
16:44:36   6950K .......... .......... .......... .......... .......... 48% 14.1M 1s
16:44:36   7000K .......... .......... .......... .......... .......... 48% 10.5M 1s
16:44:36   7050K .......... .......... .......... .......... .......... 48% 33.5M 1s
16:44:36   7100K .......... .......... .......... .......... .......... 49% 22.3M 1s
16:44:36   7150K .......... .......... .......... .......... .......... 49% 10.3M 1s
16:44:36   7200K .......... .......... .......... .......... .......... 49% 19.0M 1s
16:44:36   7250K .......... .......... .......... .......... .......... 50% 36.2M 1s
16:44:36   7300K .......... .......... .......... .......... .......... 50% 11.1M 1s
16:44:36   7350K .......... .......... .......... .......... .......... 50% 18.5M 1s
16:44:36   7400K .......... .......... .......... .......... .......... 51% 13.1M 1s
16:44:36   7450K .......... .......... .......... .......... .......... 51% 55.1M 1s
16:44:36   7500K .......... .......... .......... .......... .......... 51% 12.8M 1s
16:44:36   7550K .......... .......... .......... .......... .......... 52% 10.8M 1s
16:44:36   7600K .......... .......... .......... .......... .......... 52% 12.5M 0s
16:44:36   7650K .......... .......... .......... .......... .......... 52% 16.9M 0s
16:44:36   7700K .......... .......... .......... .......... .......... 53% 14.2M 0s
16:44:36   7750K .......... .......... .......... .......... .......... 53% 46.0M 0s
16:44:36   7800K .......... .......... .......... .......... .......... 53% 12.4M 0s
16:44:36   7850K .......... .......... .......... .......... .......... 54% 11.5M 0s
16:44:36   7900K .......... .......... .......... .......... .......... 54% 45.9M 0s
16:44:36   7950K .......... .......... .......... .......... .......... 54% 14.7M 0s
16:44:36   8000K .......... .......... .......... .......... .......... 55% 7.01M 0s
16:44:36   8050K .......... .......... .......... .......... .......... 55% 35.0M 0s
16:44:36   8100K .......... .......... .......... .......... .......... 55% 13.9M 0s
16:44:36   8150K .......... .......... .......... .......... .......... 56% 16.8M 0s
16:44:36   8200K .......... .......... .......... .......... .......... 56% 46.1M 0s
16:44:36   8250K .......... .......... .......... .......... .......... 57% 13.2M 0s
16:44:36   8300K .......... .......... .......... .......... .......... 57% 14.3M 0s
16:44:36   8350K .......... .......... .......... .......... .......... 57% 12.2M 0s
16:44:36   8400K .......... .......... .......... .......... .......... 58% 11.1M 0s
16:44:36   8450K .......... .......... .......... .......... .......... 58% 71.8M 0s
16:44:36   8500K .......... .......... .......... .......... .......... 58% 14.7M 0s
16:44:36   8550K .......... .......... .......... .......... .......... 59% 13.3M 0s
16:44:36   8600K .......... .......... .......... .......... .......... 59% 12.1M 0s
16:44:36   8650K .......... .......... .......... .......... .......... 59% 46.9M 0s
16:44:36   8700K .......... .......... .......... .......... .......... 60% 14.1M 0s
16:44:36   8750K .......... .......... .......... .......... .......... 60% 14.3M 0s
16:44:36   8800K .......... .......... .......... .......... .......... 60% 10.9M 0s
16:44:36   8850K .......... .......... .......... .......... .......... 61% 13.7M 0s
16:44:36   8900K .......... .......... .......... .......... .......... 61% 43.9M 0s
16:44:36   8950K .......... .......... .......... .......... .......... 61% 9.54M 0s
16:44:36   9000K .......... .......... .......... .......... .......... 62% 13.3M 0s
16:44:36   9050K .......... .......... .......... .......... .......... 62% 16.1M 0s
16:44:36   9100K .......... .......... .......... .......... .......... 62% 38.1M 0s
16:44:36   9150K .......... .......... .......... .......... .......... 63% 15.0M 0s
16:44:36   9200K .......... .......... .......... .......... .......... 63% 16.8M 0s
16:44:36   9250K .......... .......... .......... .......... .......... 63% 12.8M 0s
16:44:36   9300K .......... .......... .......... .......... .......... 64% 15.2M 0s
16:44:36   9350K .......... .......... .......... .......... .......... 64% 40.6M 0s
16:44:36   9400K .......... .......... .......... .......... .......... 64% 13.0M 0s
16:44:36   9450K .......... .......... .......... .......... .......... 65% 12.1M 0s
16:44:36   9500K .......... .......... .......... .......... .......... 65% 13.5M 0s
16:44:36   9550K .......... .......... .......... .......... .......... 65% 42.3M 0s
16:44:36   9600K .......... .......... .......... .......... .......... 66% 9.01M 0s
16:44:36   9650K .......... .......... .......... .......... .......... 66% 18.7M 0s
16:44:36   9700K .......... .......... .......... .......... .......... 66% 11.7M 0s
16:44:36   9750K .......... .......... .......... .......... .......... 67% 18.4M 0s
16:44:36   9800K .......... .......... .......... .......... .......... 67% 32.3M 0s
16:44:36   9850K .......... .......... .......... .......... .......... 67% 14.3M 0s
16:44:36   9900K .......... .......... .......... .......... .......... 68% 11.0M 0s
16:44:36   9950K .......... .......... .......... .......... .......... 68% 11.5M 0s
16:44:36  10000K .......... .......... .......... .......... .......... 69% 20.6M 0s
16:44:36  10050K .......... .......... .......... .......... .......... 69% 9.69M 0s
16:44:36  10100K .......... .......... .......... .......... .......... 69% 39.7M 0s
16:44:36  10150K .......... .......... .......... .......... .......... 70% 25.5M 0s
16:44:36  10200K .......... .......... .......... .......... .......... 70% 8.66M 0s
16:44:36  10250K .......... .......... .......... .......... .......... 70% 43.6M 0s
16:44:36  10300K .......... .......... .......... .......... .......... 71% 31.1M 0s
16:44:36  10350K .......... .......... .......... .......... .......... 71% 11.3M 0s
16:44:36  10400K .......... .......... .......... .......... .......... 71% 12.6M 0s
16:44:36  10450K .......... .......... .......... .......... .......... 72% 16.2M 0s
16:44:36  10500K .......... .......... .......... .......... .......... 72% 11.9M 0s
16:44:36  10550K .......... .......... .......... .......... .......... 72% 41.3M 0s
16:44:36  10600K .......... .......... .......... .......... .......... 73% 10.3M 0s
16:44:36  10650K .......... .......... .......... .......... .......... 73% 17.7M 0s
16:44:36  10700K .......... .......... .......... .......... .......... 73% 14.8M 0s
16:44:36  10750K .......... .......... .......... .......... .......... 74% 46.0M 0s
16:44:36  10800K .......... .......... .......... .......... .......... 74% 11.9M 0s
16:44:36  10850K .......... .......... .......... .......... .......... 74% 13.3M 0s
16:44:36  10900K .......... .......... .......... .......... .......... 75% 8.86M 0s
16:44:36  10950K .......... .......... .......... .......... .......... 75% 20.1M 0s
16:44:36  11000K .......... .......... .......... .......... .......... 75% 33.1M 0s
16:44:36  11050K .......... .......... .......... .......... .......... 76% 15.7M 0s
16:44:36  11100K .......... .......... .......... .......... .......... 76% 16.4M 0s
16:44:36  11150K .......... .......... .......... .......... .......... 76% 8.59M 0s
16:44:36  11200K .......... .......... .......... .......... .......... 77% 14.8M 0s
16:44:36  11250K .......... .......... .......... .......... .......... 77% 36.2M 0s
16:44:36  11300K .......... .......... .......... .......... .......... 77% 21.8M 0s
16:44:36  11350K .......... .......... .......... .......... .......... 78% 13.7M 0s
16:44:36  11400K .......... .......... .......... .......... .......... 78% 8.95M 0s
16:44:36  11450K .......... .......... .......... .......... .......... 78% 43.6M 0s
16:44:36  11500K .......... .......... .......... .......... .......... 79% 23.9M 0s
16:44:36  11550K .......... .......... .......... .......... .......... 79% 11.3M 0s
16:44:36  11600K .......... .......... .......... .......... .......... 80% 12.0M 0s
16:44:36  11650K .......... .......... .......... .......... .......... 80% 19.7M 0s
16:44:36  11700K .......... .......... .......... .......... .......... 80% 44.5M 0s
16:44:36  11750K .......... .......... .......... .......... .......... 81% 13.0M 0s
16:44:36  11800K .......... .......... .......... .......... .......... 81% 9.18M 0s
16:44:36  11850K .......... .......... .......... .......... .......... 81% 22.1M 0s
16:44:36  11900K .......... .......... .......... .......... .......... 82% 13.9M 0s
16:44:36  11950K .......... .......... .......... .......... .......... 82% 36.4M 0s
16:44:36  12000K .......... .......... .......... .......... .......... 82% 11.9M 0s
16:44:36  12050K .......... .......... .......... .......... .......... 83% 11.0M 0s
16:44:36  12100K .......... .......... .......... .......... .......... 83% 14.6M 0s
16:44:36  12150K .......... .......... .......... .......... .......... 83% 13.6M 0s
16:44:36  12200K .......... .......... .......... .......... .......... 84% 37.7M 0s
16:44:36  12250K .......... .......... .......... .......... .......... 84% 11.7M 0s
16:44:36  12300K .......... .......... .......... .......... .......... 84% 12.5M 0s
16:44:36  12350K .......... .......... .......... .......... .......... 85% 11.7M 0s
16:44:36  12400K .......... .......... .......... .......... .......... 85% 29.8M 0s
16:44:36  12450K .......... .......... .......... .......... .......... 85% 40.7M 0s
16:44:36  12500K .......... .......... .......... .......... .......... 86% 9.21M 0s
16:44:36  12550K .......... .......... .......... .......... .......... 86% 17.7M 0s
16:44:36  12600K .......... .......... .......... .......... .......... 86% 17.4M 0s
16:44:36  12650K .......... .......... .......... .......... .......... 87% 55.5M 0s
16:44:36  12700K .......... .......... .......... .......... .......... 87% 11.8M 0s
16:44:36  12750K .......... .......... .......... .......... .......... 87% 15.6M 0s
16:44:36  12800K .......... .......... .......... .......... .......... 88% 11.6M 0s
16:44:36  12850K .......... .......... .......... .......... .......... 88% 14.0M 0s
16:44:36  12900K .......... .......... .......... .......... .......... 88% 43.0M 0s
16:44:36  12950K .......... .......... .......... .......... .......... 89% 12.6M 0s
16:44:36  13000K .......... .......... .......... .......... .......... 89% 14.5M 0s
16:44:36  13050K .......... .......... .......... .......... .......... 89% 11.6M 0s
16:44:36  13100K .......... .......... .......... .......... .......... 90% 32.9M 0s
16:44:36  13150K .......... .......... .......... .......... .......... 90% 17.1M 0s
16:44:36  13200K .......... .......... .......... .......... .......... 91% 12.1M 0s
16:44:36  13250K .......... .......... .......... .......... .......... 91% 14.0M 0s
16:44:36  13300K .......... .......... .......... .......... .......... 91% 13.7M 0s
16:44:36  13350K .......... .......... .......... .......... .......... 92% 48.8M 0s
16:44:36  13400K .......... .......... .......... .......... .......... 92% 11.7M 0s
16:44:36  13450K .......... .......... .......... .......... .......... 92% 13.2M 0s
16:44:36  13500K .......... .......... .......... .......... .......... 93% 14.2M 0s
16:44:36  13550K .......... .......... .......... .......... .......... 93% 38.9M 0s
16:44:36  13600K .......... .......... .......... .......... .......... 93% 9.07M 0s
16:44:36  13650K .......... .......... .......... .......... .......... 94% 16.4M 0s
16:44:36  13700K .......... .......... .......... .......... .......... 94% 11.1M 0s
16:44:36  13750K .......... .......... .......... .......... .......... 94% 24.7M 0s
16:44:36  13800K .......... .......... .......... .......... .......... 95% 36.7M 0s
16:44:36  13850K .......... .......... .......... .......... .......... 95% 11.0M 0s
16:44:36  13900K .......... .......... .......... .......... .......... 95% 19.7M 0s
16:44:36  13950K .......... .......... .......... .......... .......... 96% 12.1M 0s
16:44:36  14000K .......... .......... .......... .......... .......... 96% 11.6M 0s
16:44:36  14050K .......... .......... .......... .......... .......... 96% 31.7M 0s
16:44:36  14100K .......... .......... .......... .......... .......... 97% 10.9M 0s
16:44:36  14150K .......... .......... .......... .......... .......... 97% 15.9M 0s
16:44:36  14200K .......... .......... .......... .......... .......... 97% 20.3M 0s
16:44:36  14250K .......... .......... .......... .......... .......... 98% 62.4M 0s
16:44:37  14300K .......... .......... .......... .......... .......... 98% 13.5M 0s
16:44:37  14350K .......... .......... .......... .......... .......... 98% 12.5M 0s
16:44:37  14400K .......... .......... .......... .......... .......... 99% 11.6M 0s
16:44:37  14450K .......... .......... .......... .......... .......... 99% 12.8M 0s
16:44:37  14500K .......... .......... .......... .......... .......... 99% 7.30M 0s
16:44:37  14550K ..........                                            100% 71.3M=1.0s
16:44:37 
16:44:37 2021-09-28 14:44:36 (14.4 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
16:44:37 
16:44:37  ---> 48a60688945b
16:44:37 Removing intermediate container efb612efcc7e
16:44:37 Step 14/24 : RUN npm config set proxy $http_proxy
16:44:37  ---> Running in 8ed958210519
16:44:38  ---> 4bc801cc80b8
16:44:38 Removing intermediate container 8ed958210519
16:44:38 Step 15/24 : RUN npm install -g swagger-cli
16:44:38  ---> Running in 6038c25c93ad
16:44:39 npm WARN invalid config proxy=""
16:44:39 npm WARN invalid config Must be a full url with 'http://'
16:44:39 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
16:44:51 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.
16:44:51 
16:44:51 + swagger-cli@4.0.4
16:44:51 added 49 packages from 33 contributors in 11.369s
16:44:51  ---> 97c77a5217bc
16:44:52 Removing intermediate container 6038c25c93ad
16:44:52 Step 16/24 : RUN npm install -g json-refs
16:44:52  ---> Running in 9c3c9b005828
16:44:52 npm WARN invalid config proxy=""
16:44:52 npm WARN invalid config Must be a full url with 'http://'
16:44:52 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
16:44:57 + json-refs@3.0.15
16:44:57 added 44 packages from 43 contributors in 4.256s
16:44:58  ---> 0289695bacc1
16:44:58 Removing intermediate container 9c3c9b005828
16:44:58 Step 17/24 : RUN npm install -g yamljs
16:44:58  ---> Running in 2cac7fbf3e8b
16:44:59 npm WARN invalid config proxy=""
16:44:59 npm WARN invalid config Must be a full url with 'http://'
16:44:59 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
16:45:00 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
16:45:00 + yamljs@0.3.0
16:45:00 added 14 packages from 8 contributors in 1.21s
16:45:01  ---> edfdd1056b87
16:45:01 Removing intermediate container 2cac7fbf3e8b
16:45:01 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
16:45:01  ---> a269f3510725
16:45:01 Removing intermediate container 8572b2f4c537
16:45:01 Step 19/24 : RUN chmod +x /validate-in-docker.sh
16:45:01  ---> Running in a9edccb84ceb
16:45:02  ---> 04c5604611ac
16:45:02 Removing intermediate container a9edccb84ceb
16:45:02 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
16:45:02  ---> 758931639aac
16:45:02 Removing intermediate container 31c0691249eb
16:45:02 Step 21/24 : RUN chmod +x /bin/swg2mrkup
16:45:02  ---> Running in ff1f80c8419a
16:45:03  ---> 2118d5e80d57
16:45:03 Removing intermediate container ff1f80c8419a
16:45:03 Step 22/24 : ADD oas2pdf /bin/oas2pdf
16:45:03  ---> 009b0184469d
16:45:03 Removing intermediate container ab0189a02589
16:45:03 Step 23/24 : RUN chmod +x /bin/oas2pdf
16:45:03  ---> Running in e00ef1183a0e
16:45:04  ---> a51c2958ed30
16:45:04 Removing intermediate container e00ef1183a0e
16:45:04 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
16:45:04  ---> Running in 6c22119adfd4
16:45:04  ---> 8ef47bce3957
16:45:04 Removing intermediate container 6c22119adfd4
16:45:04 Successfully built 8ef47bce3957
16:45:04 Successfully tagged openapivalidator:latest
16:45:04 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master as /work
16:45:04 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005-master/30’: Permission denied
16:45:04 Mounting dir /var/www/html/api/nfv/sol005-master/30 as /storage
16:45:04 Using filter ''
16:45:04 
16:45:04 Entering dir /work/src
16:45:04 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
16:45:04 --- Merging file.
16:45:05 --- Create PDF...
16:45:07 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:45:07 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
16:45:08 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
16:45:08 --- Validation done (0).
16:45:08 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
16:45:08 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
16:45:08 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
16:45:08 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
16:45:08 --- Merging file.
16:45:10 --- Create PDF...
16:45:12 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:45:12 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
16:45:12 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
16:45:12 --- Validation done (0).
16:45:12 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
16:45:12 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
16:45:12 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:45:12 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
16:45:12 --- Merging file.
16:45:13 --- Create PDF...
16:45:15 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:45:15 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
16:45:16 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
16:45:16 --- Validation done (0).
16:45:16 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
16:45:16 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
16:45:16 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
16:45:16 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
16:45:16 --- Merging file.
16:45:18 --- Create PDF...
16:45:20 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
16:45:20 --- Validating ../build/SOL005-NSDManagement-API.yaml
16:45:21 ../build/SOL005-NSDManagement-API.yaml is valid
16:45:21 --- Validation done (0).
16:45:21 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
16:45:21 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
16:45:21 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
16:45:21 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
16:45:21 --- Merging file.
16:45:22 --- Create PDF...
16:45:24 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
16:45:24 --- Validating ../build/SOL005-APIVersion-API.yaml
16:45:24 ../build/SOL005-APIVersion-API.yaml is valid
16:45:24 --- Validation done (0).
16:45:24 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
16:45:24 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
16:45:24 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
16:45:24 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
16:45:24 --- Merging file.
16:45:26 --- Create PDF...
16:45:28 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:45:28 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
16:45:29 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
16:45:29 --- Validation done (0).
16:45:29 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
16:45:29 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
16:45:29 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:45:29 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
16:45:29 --- Merging file.
16:45:30 --- Create PDF...
16:45:32 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:45:32 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
16:45:33 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
16:45:33 --- Validation done (0).
16:45:33 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
16:45:33 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
16:45:33 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
16:45:33 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
16:45:33 --- Merging file.
16:45:34 --- Create PDF...
16:45:36 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:45:36 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
16:45:36 ../build/SOL005-NSDManagementNotification-API.yaml is valid
16:45:36 --- Validation done (0).
16:45:36 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
16:45:36 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
16:45:36 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
16:45:36 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
16:45:36 --- Merging file.
16:45:38 --- Create PDF...
16:45:39 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
16:45:39 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
16:45:40 ../build/SOL005-NSFaultManagement-API.yaml is valid
16:45:40 --- Validation done (0).
16:45:40 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
16:45:40 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
16:45:40 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
16:45:40 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
16:45:40 --- Merging file.
16:45:42 --- Create PDF...
16:45:44 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:45:44 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
16:45:45 ../build/SOL005-VNFPackageManagement-API.yaml is valid
16:45:45 --- Validation done (0).
16:45:45 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
16:45:45 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
16:45:45 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
16:45:45 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
16:45:45 --- Merging file.
16:45:50 --- Create PDF...
16:45:52 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:45:52 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:45:53 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
16:45:53 --- Validation done (0).
16:45:53 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:45:53 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:45:53 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
16:45:53 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:45:53 --- Merging file.
16:45:54 --- Create PDF...
16:45:56 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:45:56 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:45:57 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
16:45:57 --- Validation done (0).
16:45:57 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:45:57 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:45:57 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
16:45:57 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:45:57 --- Merging file.
16:45:58 --- Create PDF...
16:45:59 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:45:59 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:46:00 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
16:46:00 --- Validation done (0).
16:46:00 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:46:00 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:46:00 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
16:46:00 -- Final validator returns 0.
16:46:00 Archiving artifacts
16:46:02 Finished: SUCCESS