SuccessConsole Output

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

12:25:49 Step 1/24 : FROM alpine:3.10.0
12:25:50 3.10.0: Pulling from library/alpine
12:25:50 921b31ab772b: Pulling fs layer
12:25:51 921b31ab772b: Verifying Checksum
12:25:51 921b31ab772b: Download complete
12:25:51 921b31ab772b: Pull complete
12:25:51 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:25:51 Status: Downloaded newer image for alpine:3.10.0
12:25:51  ---> 4d90542f0623
12:25:51 Step 2/24 : RUN env
12:25:51  ---> Running in 40e2f18d271e
12:25:51 HOSTNAME=40e2f18d271e
12:25:51 SHLVL=1
12:25:51 HOME=/root
12:25:51 https_proxy=
12:25:51 http_proxy=
12:25:51 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:25:51 PWD=/
12:25:52  ---> a35e49a977ad
12:25:52 Removing intermediate container 40e2f18d271e
12:25:52 Step 3/24 : RUN apk update
12:25:52  ---> Running in d7389e4a11c3
12:25:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
12:25:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
12:25:52 v3.10.9-43-g3feb769ea3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
12:25:52 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
12:25:52 OK: 10351 distinct packages available
12:25:53  ---> cff6e3d95328
12:25:53 Removing intermediate container d7389e4a11c3
12:25:53 Step 4/24 : RUN apk add bash
12:25:53  ---> Running in 5543967d559a
12:25:53 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
12:25:53 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
12:25:53 (3/4) Installing readline (8.0.0-r0)
12:25:53 (4/4) Installing bash (5.0.0-r0)
12:25:54 Executing bash-5.0.0-r0.post-install
12:25:54 Executing busybox-1.30.1-r2.trigger
12:25:54 OK: 8 MiB in 18 packages
12:25:54  ---> 691bba49af86
12:25:54 Removing intermediate container 5543967d559a
12:25:54 Step 5/24 : RUN apk add nodejs
12:25:54  ---> Running in 16850fdf875c
12:25:54 (1/6) Installing ca-certificates (20191127-r2)
12:25:55 (2/6) Installing c-ares (1.15.0-r0)
12:25:55 (3/6) Installing libgcc (8.3.0-r0)
12:25:55 (4/6) Installing http-parser (2.9.2-r0)
12:25:55 (5/6) Installing libstdc++ (8.3.0-r0)
12:25:55 (6/6) Installing nodejs (10.24.1-r0)
12:25:55 Executing busybox-1.30.1-r2.trigger
12:25:55 Executing ca-certificates-20191127-r2.trigger
12:25:55 OK: 34 MiB in 24 packages
12:25:56  ---> e30587ef5e15
12:25:56 Removing intermediate container 16850fdf875c
12:25:56 Step 6/24 : RUN apk add nodejs-npm
12:25:56  ---> Running in c2f9c4f3dc83
12:25:56 (1/1) Installing npm (10.24.1-r0)
12:25:57 Executing busybox-1.30.1-r2.trigger
12:25:57 OK: 61 MiB in 25 packages
12:25:58  ---> c07a5c3d3384
12:25:58 Removing intermediate container c2f9c4f3dc83
12:25:58 Step 7/24 : RUN apk add asciidoctor
12:25:58  ---> Running in 46dbc6b2cf29
12:25:59 (1/5) Installing gmp (6.1.2-r1)
12:25:59 (2/5) Installing yaml (0.2.2-r1)
12:25:59 (3/5) Installing ruby-libs (2.5.9-r0)
12:25:59 (4/5) Installing ruby (2.5.9-r0)
12:25:59 (5/5) Installing asciidoctor (2.0.10-r0)
12:25:59 Executing busybox-1.30.1-r2.trigger
12:25:59 OK: 75 MiB in 30 packages
12:26:00  ---> 1b493fbdff9e
12:26:00 Removing intermediate container 46dbc6b2cf29
12:26:00 Step 8/24 : RUN apk add openjdk8
12:26:00  ---> Running in a32652f87042
12:26:01 (1/44) Installing expat (2.2.8-r0)
12:26:01 (2/44) Installing libbz2 (1.0.6-r7)
12:26:01 (3/44) Installing libpng (1.6.37-r1)
12:26:01 (4/44) Installing freetype (2.10.0-r1)
12:26:01 (5/44) Installing libuuid (2.33.2-r0)
12:26:01 (6/44) Installing fontconfig (2.13.1-r0)
12:26:01 (7/44) Installing encodings (1.0.4-r1)
12:26:01 (8/44) Installing libfontenc (1.1.4-r0)
12:26:01 (9/44) Installing mkfontscale (1.2.1-r1)
12:26:01 (10/44) Installing ttf-dejavu (2.37-r1)
12:26:01 (11/44) Installing libxau (1.0.9-r0)
12:26:01 (12/44) Installing libbsd (0.9.1-r1)
12:26:01 (13/44) Installing libxdmcp (1.1.3-r0)
12:26:01 (14/44) Installing libxcb (1.13.1-r0)
12:26:01 (15/44) Installing libx11 (1.6.12-r1)
12:26:01 (16/44) Installing libxcomposite (0.4.5-r0)
12:26:01 (17/44) Installing libxext (1.3.4-r0)
12:26:01 (18/44) Installing libxi (1.7.9-r2)
12:26:01 (19/44) Installing libxrender (0.9.10-r3)
12:26:01 (20/44) Installing libxtst (1.2.3-r3)
12:26:01 (21/44) Installing alsa-lib (1.1.9-r0)
12:26:01 (22/44) Installing giflib (5.1.9-r0)
12:26:01 (23/44) Installing libjpeg-turbo (2.0.4-r1)
12:26:01 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
12:26:02 (25/44) Installing java-common (0.2-r0)
12:26:02 (26/44) Installing libffi (3.2.1-r6)
12:26:02 (27/44) Installing p11-kit (0.23.16.1-r1)
12:26:02 (28/44) Installing libtasn1 (4.14-r0)
12:26:02 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
12:26:02 (30/44) Installing java-cacerts (1.0-r0)
12:26:02 (31/44) Installing nspr (4.20-r0)
12:26:02 (32/44) Installing sqlite-libs (3.28.0-r3)
12:26:02 (33/44) Installing nss (3.44.3-r0)
12:26:02 (34/44) Installing krb5-conf (1.0-r1)
12:26:02 (35/44) Installing libcom_err (1.45.5-r0)
12:26:03 (36/44) Installing keyutils-libs (1.6-r1)
12:26:03 (37/44) Installing libverto (0.3.1-r0)
12:26:03 (38/44) Installing krb5-libs (1.17.2-r0)
12:26:03 (39/44) Installing lcms2 (2.9-r1)
12:26:03 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
12:26:03 (41/44) Installing liblksctp (1.0.18-r0)
12:26:03 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
12:26:03 (43/44) Installing openjdk8-jre (8.275.01-r0)
12:26:03 (44/44) Installing openjdk8 (8.275.01-r0)
12:26:03 Executing busybox-1.30.1-r2.trigger
12:26:03 Executing ca-certificates-20191127-r2.trigger
12:26:03 Executing fontconfig-2.13.1-r0.trigger
12:26:05 Executing mkfontscale-1.2.1-r1.trigger
12:26:05 Executing java-common-0.2-r0.trigger
12:26:05 OK: 193 MiB in 74 packages
12:26:07  ---> 19ab8ab00d55
12:26:07 Removing intermediate container a32652f87042
12:26:07 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:26:07  ---> Running in 8156e976695a
12:26:08 (1/1) Installing wget (1.20.3-r0)
12:26:08 Executing busybox-1.30.1-r2.trigger
12:26:08 OK: 193 MiB in 75 packages
12:26:08 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
12:26:08  ---> 5889a3e54fb6
12:26:08 Removing intermediate container 8156e976695a
12:26:08 Step 10/24 : RUN apk add openssl
12:26:09  ---> Running in 69e02c74f121
12:26:09 (1/1) Installing openssl (1.1.1k-r0)
12:26:09 Executing busybox-1.30.1-r2.trigger
12:26:09 OK: 194 MiB in 76 packages
12:26:09  ---> e2aaf28d253f
12:26:09 Removing intermediate container 69e02c74f121
12:26:09 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:26:10  ---> Running in 8541228da517
12:26:11 ERROR:  While executing gem ... (NoMethodError)
12:26:11     undefined method `reset' for RDoc::TopLevel:Class
12:26:11 Successfully installed rdoc-6.3.2
12:26:19 Successfully installed rdoc-6.3.2
12:26:19 Parsing documentation for rdoc-6.3.2
12:26:19 Installing ri documentation for rdoc-6.3.2
12:26:19 Done installing documentation for rdoc after 6 seconds
12:26:19 1 gem installed
12:26:19  ---> ebe694ecda0a
12:26:20 Removing intermediate container 8541228da517
12:26:20 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:26:20  ---> Running in 2a7c4536e0d8
12:26:48 Successfully installed pdf-core-0.7.0
12:26:48 Successfully installed ttfunk-1.5.1
12:26:48 Successfully installed prawn-2.2.2
12:26:48 Successfully installed prawn-table-0.2.2
12:26:48 Successfully installed Ascii85-1.1.0
12:26:48 Successfully installed ruby-rc4-0.1.5
12:26:48 Successfully installed hashery-2.1.2
12:26:48 Successfully installed afm-0.2.2
12:26:48 Successfully installed pdf-reader-2.5.0
12:26:48 Successfully installed prawn-templates-0.1.2
12:26:48 Successfully installed public_suffix-4.0.6
12:26:48 Successfully installed addressable-2.8.0
12:26:48 Successfully installed css_parser-1.10.0
12:26:48 Successfully installed prawn-svg-0.31.0
12:26:48 Successfully installed prawn-icon-2.5.0
12:26:48 Successfully installed safe_yaml-1.0.5
12:26:48 Successfully installed thread_safe-0.3.6
12:26:48 Successfully installed concurrent-ruby-1.1.9
12:26:48 Successfully installed polyglot-0.3.5
12:26:48 Successfully installed treetop-1.6.11
12:26:48 Successfully installed asciidoctor-pdf-1.5.4
12:26:48 Successfully installed asciidoctor-pdf-cjk-0.1.3
12:26:48 Parsing documentation for pdf-core-0.7.0
12:26:48 Installing ri documentation for pdf-core-0.7.0
12:26:48 Parsing documentation for ttfunk-1.5.1
12:26:48 Installing ri documentation for ttfunk-1.5.1
12:26:48 Parsing documentation for prawn-2.2.2
12:26:48 Installing ri documentation for prawn-2.2.2
12:26:48 Parsing documentation for prawn-table-0.2.2
12:26:48 Installing ri documentation for prawn-table-0.2.2
12:26:48 Parsing documentation for Ascii85-1.1.0
12:26:48 Installing ri documentation for Ascii85-1.1.0
12:26:48 Parsing documentation for ruby-rc4-0.1.5
12:26:48 Installing ri documentation for ruby-rc4-0.1.5
12:26:48 Parsing documentation for hashery-2.1.2
12:26:48 Installing ri documentation for hashery-2.1.2
12:26:48 Parsing documentation for afm-0.2.2
12:26:48 Installing ri documentation for afm-0.2.2
12:26:48 Parsing documentation for pdf-reader-2.5.0
12:26:48 Installing ri documentation for pdf-reader-2.5.0
12:26:48 Parsing documentation for prawn-templates-0.1.2
12:26:48 Installing ri documentation for prawn-templates-0.1.2
12:26:48 Parsing documentation for public_suffix-4.0.6
12:26:48 Installing ri documentation for public_suffix-4.0.6
12:26:48 Parsing documentation for addressable-2.8.0
12:26:48 Installing ri documentation for addressable-2.8.0
12:26:48 Parsing documentation for css_parser-1.10.0
12:26:48 Installing ri documentation for css_parser-1.10.0
12:26:48 Parsing documentation for prawn-svg-0.31.0
12:26:48 Installing ri documentation for prawn-svg-0.31.0
12:26:48 Parsing documentation for prawn-icon-2.5.0
12:26:48 Installing ri documentation for prawn-icon-2.5.0
12:26:48 Parsing documentation for safe_yaml-1.0.5
12:26:48 Installing ri documentation for safe_yaml-1.0.5
12:26:48 Parsing documentation for thread_safe-0.3.6
12:26:48 Installing ri documentation for thread_safe-0.3.6
12:26:48 Parsing documentation for concurrent-ruby-1.1.9
12:26:48 Installing ri documentation for concurrent-ruby-1.1.9
12:26:48 Parsing documentation for polyglot-0.3.5
12:26:48 Installing ri documentation for polyglot-0.3.5
12:26:48 Parsing documentation for treetop-1.6.11
12:26:48 Installing ri documentation for treetop-1.6.11
12:26:48 Parsing documentation for asciidoctor-pdf-1.5.4
12:26:48 Installing ri documentation for asciidoctor-pdf-1.5.4
12:26:48 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
12:26:48 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
12:26:48 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 21 seconds
12:26:48 22 gems installed
12:26:50  ---> f7b79baef025
12:26:50 Removing intermediate container 2a7c4536e0d8
12:26:50 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:26:50  ---> Running in 568f6d532783
12:26:51 --2021-10-21 10:26:50--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:26:51 Resolving forge.etsi.org... 195.238.226.56
12:26:51 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
12:26:51 HTTP request sent, awaiting response... 200 OK
12:26:51 Length: 14909486 (14M) [application/java-archive]
12:26:51 Saving to: 'swagger2markup-cli-1.3.2.jar'
12:26:51 
12:26:51      0K .......... .......... .......... .......... ..........  0% 1.34M 11s
12:26:51     50K .......... .......... .......... .......... ..........  0% 4.10M 7s
12:26:51    100K .......... .......... .......... .......... ..........  1% 6.49M 5s
12:26:51    150K .......... .......... .......... .......... ..........  1% 9.67M 4s
12:26:51    200K .......... .......... .......... .......... ..........  1% 66.1M 4s
12:26:51    250K .......... .......... .......... .......... ..........  2% 19.8M 3s
12:26:51    300K .......... .......... .......... .......... ..........  2% 39.1M 3s
12:26:51    350K .......... .......... .......... .......... ..........  2% 18.3M 2s
12:26:51    400K .......... .......... .......... .......... ..........  3% 15.5M 2s
12:26:51    450K .......... .......... .......... .......... ..........  3% 66.2M 2s
12:26:51    500K .......... .......... .......... .......... ..........  3% 65.9M 2s
12:26:51    550K .......... .......... .......... .......... ..........  4% 55.5M 2s
12:26:51    600K .......... .......... .......... .......... ..........  4% 20.0M 2s
12:26:51    650K .......... .......... .......... .......... ..........  4% 60.0M 2s
12:26:51    700K .......... .......... .......... .......... ..........  5% 50.8M 1s
12:26:51    750K .......... .......... .......... .......... ..........  5% 33.5M 1s
12:26:51    800K .......... .......... .......... .......... ..........  5% 45.6M 1s
12:26:51    850K .......... .......... .......... .......... ..........  6% 56.4M 1s
12:26:51    900K .......... .......... .......... .......... ..........  6% 63.0M 1s
12:26:51    950K .......... .......... .......... .......... ..........  6% 65.7M 1s
12:26:51   1000K .......... .......... .......... .......... ..........  7% 62.1M 1s
12:26:51   1050K .......... .......... .......... .......... ..........  7% 58.4M 1s
12:26:51   1100K .......... .......... .......... .......... ..........  7% 71.8M 1s
12:26:51   1150K .......... .......... .......... .......... ..........  8% 63.8M 1s
12:26:51   1200K .......... .......... .......... .......... ..........  8% 57.7M 1s
12:26:51   1250K .......... .......... .......... .......... ..........  8% 20.6M 1s
12:26:51   1300K .......... .......... .......... .......... ..........  9% 52.8M 1s
12:26:51   1350K .......... .......... .......... .......... ..........  9% 70.8M 1s
12:26:51   1400K .......... .......... .......... .......... ..........  9% 58.3M 1s
12:26:51   1450K .......... .......... .......... .......... .......... 10% 45.5M 1s
12:26:51   1500K .......... .......... .......... .......... .......... 10% 73.6M 1s
12:26:51   1550K .......... .......... .......... .......... .......... 10% 71.2M 1s
12:26:51   1600K .......... .......... .......... .......... .......... 11% 61.5M 1s
12:26:51   1650K .......... .......... .......... .......... .......... 11% 76.6M 1s
12:26:51   1700K .......... .......... .......... .......... .......... 12% 66.5M 1s
12:26:51   1750K .......... .......... .......... .......... .......... 12% 52.8M 1s
12:26:51   1800K .......... .......... .......... .......... .......... 12% 65.8M 1s
12:26:51   1850K .......... .......... .......... .......... .......... 13% 78.1M 1s
12:26:51   1900K .......... .......... .......... .......... .......... 13% 76.7M 1s
12:26:51   1950K .......... .......... .......... .......... .......... 13% 70.9M 1s
12:26:51   2000K .......... .......... .......... .......... .......... 14% 52.2M 1s
12:26:51   2050K .......... .......... .......... .......... .......... 14% 75.5M 1s
12:26:51   2100K .......... .......... .......... .......... .......... 14% 58.0M 1s
12:26:51   2150K .......... .......... .......... .......... .......... 15% 76.8M 1s
12:26:51   2200K .......... .......... .......... .......... .......... 15% 69.9M 1s
12:26:51   2250K .......... .......... .......... .......... .......... 15% 65.7M 1s
12:26:51   2300K .......... .......... .......... .......... .......... 16% 71.5M 1s
12:26:51   2350K .......... .......... .......... .......... .......... 16% 74.1M 1s
12:26:51   2400K .......... .......... .......... .......... .......... 16% 61.4M 1s
12:26:51   2450K .......... .......... .......... .......... .......... 17% 77.1M 1s
12:26:51   2500K .......... .......... .......... .......... .......... 17% 72.0M 1s
12:26:51   2550K .......... .......... .......... .......... .......... 17% 75.9M 0s
12:26:51   2600K .......... .......... .......... .......... .......... 18% 71.0M 0s
12:26:51   2650K .......... .......... .......... .......... .......... 18% 73.3M 0s
12:26:51   2700K .......... .......... .......... .......... .......... 18% 77.5M 0s
12:26:51   2750K .......... .......... .......... .......... .......... 19% 76.0M 0s
12:26:51   2800K .......... .......... .......... .......... .......... 19% 25.4M 0s
12:26:51   2850K .......... .......... .......... .......... .......... 19% 48.9M 0s
12:26:51   2900K .......... .......... .......... .......... .......... 20% 74.8M 0s
12:26:51   2950K .......... .......... .......... .......... .......... 20% 77.1M 0s
12:26:51   3000K .......... .......... .......... .......... .......... 20% 67.5M 0s
12:26:51   3050K .......... .......... .......... .......... .......... 21% 74.8M 0s
12:26:51   3100K .......... .......... .......... .......... .......... 21% 72.2M 0s
12:26:51   3150K .......... .......... .......... .......... .......... 21% 74.0M 0s
12:26:51   3200K .......... .......... .......... .......... .......... 22% 61.5M 0s
12:26:51   3250K .......... .......... .......... .......... .......... 22% 70.3M 0s
12:26:51   3300K .......... .......... .......... .......... .......... 23% 74.1M 0s
12:26:51   3350K .......... .......... .......... .......... .......... 23% 69.9M 0s
12:26:51   3400K .......... .......... .......... .......... .......... 23% 67.4M 0s
12:26:51   3450K .......... .......... .......... .......... .......... 24% 74.2M 0s
12:26:51   3500K .......... .......... .......... .......... .......... 24% 74.2M 0s
12:26:51   3550K .......... .......... .......... .......... .......... 24% 55.6M 0s
12:26:51   3600K .......... .......... .......... .......... .......... 25% 49.3M 0s
12:26:51   3650K .......... .......... .......... .......... .......... 25% 64.9M 0s
12:26:51   3700K .......... .......... .......... .......... .......... 25% 70.1M 0s
12:26:51   3750K .......... .......... .......... .......... .......... 26% 71.7M 0s
12:26:51   3800K .......... .......... .......... .......... .......... 26% 64.9M 0s
12:26:51   3850K .......... .......... .......... .......... .......... 26% 60.5M 0s
12:26:51   3900K .......... .......... .......... .......... .......... 27% 61.8M 0s
12:26:51   3950K .......... .......... .......... .......... .......... 27% 72.8M 0s
12:26:51   4000K .......... .......... .......... .......... .......... 27% 61.2M 0s
12:26:51   4050K .......... .......... .......... .......... .......... 28% 49.7M 0s
12:26:51   4100K .......... .......... .......... .......... .......... 28% 71.5M 0s
12:26:51   4150K .......... .......... .......... .......... .......... 28% 70.5M 0s
12:26:51   4200K .......... .......... .......... .......... .......... 29% 58.9M 0s
12:26:51   4250K .......... .......... .......... .......... .......... 29% 76.7M 0s
12:26:51   4300K .......... .......... .......... .......... .......... 29% 27.0M 0s
12:26:51   4350K .......... .......... .......... .......... .......... 30% 43.9M 0s
12:26:51   4400K .......... .......... .......... .......... .......... 30% 54.3M 0s
12:26:51   4450K .......... .......... .......... .......... .......... 30% 73.4M 0s
12:26:51   4500K .......... .......... .......... .......... .......... 31% 71.1M 0s
12:26:51   4550K .......... .......... .......... .......... .......... 31% 60.2M 0s
12:26:51   4600K .......... .......... .......... .......... .......... 31% 39.9M 0s
12:26:51   4650K .......... .......... .......... .......... .......... 32% 64.0M 0s
12:26:51   4700K .......... .......... .......... .......... .......... 32% 74.9M 0s
12:26:51   4750K .......... .......... .......... .......... .......... 32% 61.1M 0s
12:26:51   4800K .......... .......... .......... .......... .......... 33% 30.0M 0s
12:26:51   4850K .......... .......... .......... .......... .......... 33% 72.6M 0s
12:26:51   4900K .......... .......... .......... .......... .......... 33% 77.7M 0s
12:26:51   4950K .......... .......... .......... .......... .......... 34% 75.4M 0s
12:26:51   5000K .......... .......... .......... .......... .......... 34% 71.2M 0s
12:26:51   5050K .......... .......... .......... .......... .......... 35% 72.8M 0s
12:26:51   5100K .......... .......... .......... .......... .......... 35% 42.0M 0s
12:26:51   5150K .......... .......... .......... .......... .......... 35% 56.2M 0s
12:26:51   5200K .......... .......... .......... .......... .......... 36% 53.7M 0s
12:26:51   5250K .......... .......... .......... .......... .......... 36% 44.9M 0s
12:26:51   5300K .......... .......... .......... .......... .......... 36% 64.1M 0s
12:26:51   5350K .......... .......... .......... .......... .......... 37% 77.0M 0s
12:26:51   5400K .......... .......... .......... .......... .......... 37% 73.3M 0s
12:26:51   5450K .......... .......... .......... .......... .......... 37% 75.6M 0s
12:26:51   5500K .......... .......... .......... .......... .......... 38% 62.9M 0s
12:26:51   5550K .......... .......... .......... .......... .......... 38% 70.8M 0s
12:26:51   5600K .......... .......... .......... .......... .......... 38% 50.3M 0s
12:26:51   5650K .......... .......... .......... .......... .......... 39% 77.1M 0s
12:26:51   5700K .......... .......... .......... .......... .......... 39% 78.1M 0s
12:26:51   5750K .......... .......... .......... .......... .......... 39% 76.1M 0s
12:26:51   5800K .......... .......... .......... .......... .......... 40% 58.4M 0s
12:26:51   5850K .......... .......... .......... .......... .......... 40% 46.3M 0s
12:26:51   5900K .......... .......... .......... .......... .......... 40% 66.8M 0s
12:26:51   5950K .......... .......... .......... .......... .......... 41% 77.9M 0s
12:26:51   6000K .......... .......... .......... .......... .......... 41% 56.9M 0s
12:26:51   6050K .......... .......... .......... .......... .......... 41% 77.7M 0s
12:26:51   6100K .......... .......... .......... .......... .......... 42% 66.7M 0s
12:26:51   6150K .......... .......... .......... .......... .......... 42% 64.6M 0s
12:26:51   6200K .......... .......... .......... .......... .......... 42% 66.7M 0s
12:26:51   6250K .......... .......... .......... .......... .......... 43% 65.9M 0s
12:26:51   6300K .......... .......... .......... .......... .......... 43% 47.4M 0s
12:26:51   6350K .......... .......... .......... .......... .......... 43% 69.0M 0s
12:26:51   6400K .......... .......... .......... .......... .......... 44% 59.8M 0s
12:26:51   6450K .......... .......... .......... .......... .......... 44% 78.2M 0s
12:26:51   6500K .......... .......... .......... .......... .......... 44% 77.5M 0s
12:26:51   6550K .......... .......... .......... .......... .......... 45% 71.1M 0s
12:26:51   6600K .......... .......... .......... .......... .......... 45% 31.3M 0s
12:26:51   6650K .......... .......... .......... .......... .......... 46% 48.8M 0s
12:26:51   6700K .......... .......... .......... .......... .......... 46% 49.6M 0s
12:26:51   6750K .......... .......... .......... .......... .......... 46% 29.7M 0s
12:26:51   6800K .......... .......... .......... .......... .......... 47% 49.3M 0s
12:26:51   6850K .......... .......... .......... .......... .......... 47% 47.1M 0s
12:26:51   6900K .......... .......... .......... .......... .......... 47% 70.3M 0s
12:26:51   6950K .......... .......... .......... .......... .......... 48% 49.4M 0s
12:26:51   7000K .......... .......... .......... .......... .......... 48% 60.7M 0s
12:26:51   7050K .......... .......... .......... .......... .......... 48% 63.2M 0s
12:26:51   7100K .......... .......... .......... .......... .......... 49% 15.9M 0s
12:26:51   7150K .......... .......... .......... .......... .......... 49% 4.84M 0s
12:26:51   7200K .......... .......... .......... .......... .......... 49% 49.6M 0s
12:26:51   7250K .......... .......... .......... .......... .......... 50% 71.8M 0s
12:26:51   7300K .......... .......... .......... .......... .......... 50% 65.9M 0s
12:26:51   7350K .......... .......... .......... .......... .......... 50% 72.6M 0s
12:26:51   7400K .......... .......... .......... .......... .......... 51% 60.0M 0s
12:26:51   7450K .......... .......... .......... .......... .......... 51% 73.3M 0s
12:26:51   7500K .......... .......... .......... .......... .......... 51% 72.1M 0s
12:26:51   7550K .......... .......... .......... .......... .......... 52% 68.9M 0s
12:26:51   7600K .......... .......... .......... .......... .......... 52% 56.4M 0s
12:26:51   7650K .......... .......... .......... .......... .......... 52% 69.0M 0s
12:26:51   7700K .......... .......... .......... .......... .......... 53% 70.7M 0s
12:26:51   7750K .......... .......... .......... .......... .......... 53% 76.4M 0s
12:26:51   7800K .......... .......... .......... .......... .......... 53% 69.5M 0s
12:26:51   7850K .......... .......... .......... .......... .......... 54% 67.4M 0s
12:26:51   7900K .......... .......... .......... .......... .......... 54% 72.2M 0s
12:26:51   7950K .......... .......... .......... .......... .......... 54% 71.7M 0s
12:26:51   8000K .......... .......... .......... .......... .......... 55% 59.2M 0s
12:26:51   8050K .......... .......... .......... .......... .......... 55% 70.8M 0s
12:26:51   8100K .......... .......... .......... .......... .......... 55% 71.4M 0s
12:26:51   8150K .......... .......... .......... .......... .......... 56% 72.3M 0s
12:26:51   8200K .......... .......... .......... .......... .......... 56% 68.7M 0s
12:26:51   8250K .......... .......... .......... .......... .......... 57% 73.2M 0s
12:26:51   8300K .......... .......... .......... .......... .......... 57% 75.7M 0s
12:26:51   8350K .......... .......... .......... .......... .......... 57% 70.3M 0s
12:26:51   8400K .......... .......... .......... .......... .......... 58% 56.9M 0s
12:26:51   8450K .......... .......... .......... .......... .......... 58% 67.0M 0s
12:26:51   8500K .......... .......... .......... .......... .......... 58% 74.4M 0s
12:26:51   8550K .......... .......... .......... .......... .......... 59% 73.6M 0s
12:26:51   8600K .......... .......... .......... .......... .......... 59% 71.0M 0s
12:26:51   8650K .......... .......... .......... .......... .......... 59% 16.7M 0s
12:26:51   8700K .......... .......... .......... .......... .......... 60% 20.2M 0s
12:26:51   8750K .......... .......... .......... .......... .......... 60% 58.2M 0s
12:26:51   8800K .......... .......... .......... .......... .......... 60% 47.6M 0s
12:26:51   8850K .......... .......... .......... .......... .......... 61% 69.3M 0s
12:26:51   8900K .......... .......... .......... .......... .......... 61% 34.6M 0s
12:26:51   8950K .......... .......... .......... .......... .......... 61% 63.1M 0s
12:26:51   9000K .......... .......... .......... .......... .......... 62% 63.2M 0s
12:26:51   9050K .......... .......... .......... .......... .......... 62% 54.7M 0s
12:26:51   9100K .......... .......... .......... .......... .......... 62% 72.0M 0s
12:26:51   9150K .......... .......... .......... .......... .......... 63% 68.2M 0s
12:26:51   9200K .......... .......... .......... .......... .......... 63% 57.4M 0s
12:26:51   9250K .......... .......... .......... .......... .......... 63% 73.9M 0s
12:26:51   9300K .......... .......... .......... .......... .......... 64% 70.1M 0s
12:26:51   9350K .......... .......... .......... .......... .......... 64% 69.0M 0s
12:26:51   9400K .......... .......... .......... .......... .......... 64% 68.0M 0s
12:26:51   9450K .......... .......... .......... .......... .......... 65% 70.1M 0s
12:26:51   9500K .......... .......... .......... .......... .......... 65% 70.3M 0s
12:26:51   9550K .......... .......... .......... .......... .......... 65% 70.8M 0s
12:26:51   9600K .......... .......... .......... .......... .......... 66% 36.8M 0s
12:26:51   9650K .......... .......... .......... .......... .......... 66% 69.0M 0s
12:26:51   9700K .......... .......... .......... .......... .......... 66% 70.1M 0s
12:26:51   9750K .......... .......... .......... .......... .......... 67% 70.7M 0s
12:26:51   9800K .......... .......... .......... .......... .......... 67% 67.7M 0s
12:26:51   9850K .......... .......... .......... .......... .......... 67% 50.4M 0s
12:26:51   9900K .......... .......... .......... .......... .......... 68% 71.1M 0s
12:26:51   9950K .......... .......... .......... .......... .......... 68% 71.0M 0s
12:26:51  10000K .......... .......... .......... .......... .......... 69% 56.9M 0s
12:26:51  10050K .......... .......... .......... .......... .......... 69% 69.7M 0s
12:26:51  10100K .......... .......... .......... .......... .......... 69% 38.4M 0s
12:26:51  10150K .......... .......... .......... .......... .......... 70% 65.4M 0s
12:26:51  10200K .......... .......... .......... .......... .......... 70% 66.7M 0s
12:26:51  10250K .......... .......... .......... .......... .......... 70% 71.0M 0s
12:26:51  10300K .......... .......... .......... .......... .......... 71% 63.2M 0s
12:26:51  10350K .......... .......... .......... .......... .......... 71% 36.0M 0s
12:26:51  10400K .......... .......... .......... .......... .......... 71% 57.7M 0s
12:26:51  10450K .......... .......... .......... .......... .......... 72% 69.3M 0s
12:26:51  10500K .......... .......... .......... .......... .......... 72% 69.3M 0s
12:26:51  10550K .......... .......... .......... .......... .......... 72% 71.4M 0s
12:26:51  10600K .......... .......... .......... .......... .......... 73% 44.0M 0s
12:26:51  10650K .......... .......... .......... .......... .......... 73% 68.3M 0s
12:26:51  10700K .......... .......... .......... .......... .......... 73% 69.7M 0s
12:26:51  10750K .......... .......... .......... .......... .......... 74% 70.2M 0s
12:26:51  10800K .......... .......... .......... .......... .......... 74% 34.7M 0s
12:26:51  10850K .......... .......... .......... .......... .......... 74% 67.8M 0s
12:26:51  10900K .......... .......... .......... .......... .......... 75% 68.0M 0s
12:26:51  10950K .......... .......... .......... .......... .......... 75% 68.9M 0s
12:26:51  11000K .......... .......... .......... .......... .......... 75% 65.4M 0s
12:26:51  11050K .......... .......... .......... .......... .......... 76% 72.2M 0s
12:26:51  11100K .......... .......... .......... .......... .......... 76% 47.7M 0s
12:26:51  11150K .......... .......... .......... .......... .......... 76% 69.9M 0s
12:26:51  11200K .......... .......... .......... .......... .......... 77% 54.6M 0s
12:26:51  11250K .......... .......... .......... .......... .......... 77% 70.4M 0s
12:26:51  11300K .......... .......... .......... .......... .......... 77% 70.4M 0s
12:26:51  11350K .......... .......... .......... .......... .......... 78% 57.3M 0s
12:26:51  11400K .......... .......... .......... .......... .......... 78% 64.3M 0s
12:26:51  11450K .......... .......... .......... .......... .......... 78% 71.6M 0s
12:26:51  11500K .......... .......... .......... .......... .......... 79% 70.8M 0s
12:26:51  11550K .......... .......... .......... .......... .......... 79% 70.5M 0s
12:26:51  11600K .......... .......... .......... .......... .......... 80% 38.8M 0s
12:26:51  11650K .......... .......... .......... .......... .......... 80% 71.1M 0s
12:26:51  11700K .......... .......... .......... .......... .......... 80% 74.3M 0s
12:26:51  11750K .......... .......... .......... .......... .......... 81% 70.7M 0s
12:26:51  11800K .......... .......... .......... .......... .......... 81% 69.0M 0s
12:26:51  11850K .......... .......... .......... .......... .......... 81% 60.6M 0s
12:26:51  11900K .......... .......... .......... .......... .......... 82% 69.5M 0s
12:26:51  11950K .......... .......... .......... .......... .......... 82% 71.1M 0s
12:26:51  12000K .......... .......... .......... .......... .......... 82% 56.1M 0s
12:26:51  12050K .......... .......... .......... .......... .......... 83% 71.2M 0s
12:26:51  12100K .......... .......... .......... .......... .......... 83% 50.7M 0s
12:26:51  12150K .......... .......... .......... .......... .......... 83% 72.0M 0s
12:26:51  12200K .......... .......... .......... .......... .......... 84% 66.3M 0s
12:26:51  12250K .......... .......... .......... .......... .......... 84% 72.5M 0s
12:26:51  12300K .......... .......... .......... .......... .......... 84% 72.1M 0s
12:26:51  12350K .......... .......... .......... .......... .......... 85% 71.5M 0s
12:26:51  12400K .......... .......... .......... .......... .......... 85% 38.8M 0s
12:26:51  12450K .......... .......... .......... .......... .......... 85% 71.0M 0s
12:26:51  12500K .......... .......... .......... .......... .......... 86% 73.0M 0s
12:26:51  12550K .......... .......... .......... .......... .......... 86% 70.2M 0s
12:26:51  12600K .......... .......... .......... .......... .......... 86% 42.8M 0s
12:26:51  12650K .......... .......... .......... .......... .......... 87% 72.7M 0s
12:26:51  12700K .......... .......... .......... .......... .......... 87% 70.9M 0s
12:26:51  12750K .......... .......... .......... .......... .......... 87% 73.3M 0s
12:26:51  12800K .......... .......... .......... .......... .......... 88% 59.5M 0s
12:26:51  12850K .......... .......... .......... .......... .......... 88% 73.4M 0s
12:26:51  12900K .......... .......... .......... .......... .......... 88% 74.7M 0s
12:26:51  12950K .......... .......... .......... .......... .......... 89% 75.4M 0s
12:26:51  13000K .......... .......... .......... .......... .......... 89% 65.5M 0s
12:26:51  13050K .......... .......... .......... .......... .......... 89% 73.4M 0s
12:26:51  13100K .......... .......... .......... .......... .......... 90% 73.1M 0s
12:26:51  13150K .......... .......... .......... .......... .......... 90% 32.2M 0s
12:26:51  13200K .......... .......... .......... .......... .......... 91% 57.1M 0s
12:26:51  13250K .......... .......... .......... .......... .......... 91% 73.7M 0s
12:26:51  13300K .......... .......... .......... .......... .......... 91% 73.8M 0s
12:26:51  13350K .......... .......... .......... .......... .......... 92% 72.1M 0s
12:26:51  13400K .......... .......... .......... .......... .......... 92% 69.6M 0s
12:26:51  13450K .......... .......... .......... .......... .......... 92% 73.2M 0s
12:26:51  13500K .......... .......... .......... .......... .......... 93% 38.8M 0s
12:26:51  13550K .......... .......... .......... .......... .......... 93% 74.5M 0s
12:26:51  13600K .......... .......... .......... .......... .......... 93% 59.8M 0s
12:26:51  13650K .......... .......... .......... .......... .......... 94% 74.5M 0s
12:26:51  13700K .......... .......... .......... .......... .......... 94% 74.2M 0s
12:26:51  13750K .......... .......... .......... .......... .......... 94% 72.9M 0s
12:26:51  13800K .......... .......... .......... .......... .......... 95% 69.2M 0s
12:26:51  13850K .......... .......... .......... .......... .......... 95% 75.2M 0s
12:26:51  13900K .......... .......... .......... .......... .......... 95% 75.5M 0s
12:26:51  13950K .......... .......... .......... .......... .......... 96% 37.7M 0s
12:26:51  14000K .......... .......... .......... .......... .......... 96% 55.2M 0s
12:26:51  14050K .......... .......... .......... .......... .......... 96% 75.5M 0s
12:26:51  14100K .......... .......... .......... .......... .......... 97% 75.6M 0s
12:26:51  14150K .......... .......... .......... .......... .......... 97% 75.5M 0s
12:26:51  14200K .......... .......... .......... .......... .......... 97% 30.1M 0s
12:26:51  14250K .......... .......... .......... .......... .......... 98% 67.8M 0s
12:26:51  14300K .......... .......... .......... .......... .......... 98% 70.6M 0s
12:26:51  14350K .......... .......... .......... .......... .......... 98% 76.4M 0s
12:26:51  14400K .......... .......... .......... .......... .......... 99% 54.7M 0s
12:26:51  14450K .......... .......... .......... .......... .......... 99% 43.7M 0s
12:26:51  14500K .......... .......... .......... .......... .......... 99% 71.9M 0s
12:26:51  14550K ..........                                            100% 94.1M=0.3s
12:26:51 
12:26:51 2021-10-21 10:26:50 (45.3 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
12:26:51 
12:26:51  ---> 3c7ddb33f1f4
12:26:52 Removing intermediate container 568f6d532783
12:26:52 Step 14/24 : RUN npm config set proxy $http_proxy
12:26:52  ---> Running in 81b10b5de0c6
12:26:53  ---> 3fbd9825c108
12:26:53 Removing intermediate container 81b10b5de0c6
12:26:53 Step 15/24 : RUN npm install -g swagger-cli
12:26:53  ---> Running in 530f87d52166
12:26:54 npm WARN invalid config proxy=""
12:26:54 npm WARN invalid config Must be a full url with 'http://'
12:26:54 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
12:27:03 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.
12:27:03 
12:27:03 + swagger-cli@4.0.4
12:27:03 added 49 packages from 33 contributors in 8.957s
12:27:04  ---> 9679f004a5d3
12:27:04 Removing intermediate container 530f87d52166
12:27:04 Step 16/24 : RUN npm install -g json-refs
12:27:04  ---> Running in 533384da3945
12:27:05 npm WARN invalid config proxy=""
12:27:05 npm WARN invalid config Must be a full url with 'http://'
12:27:05 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
12:27:09 + json-refs@3.0.15
12:27:09 added 44 packages from 43 contributors in 3.758s
12:27:10  ---> 5482c0cabb9b
12:27:11 Removing intermediate container 533384da3945
12:27:11 Step 17/24 : RUN npm install -g yamljs
12:27:11  ---> Running in c45f83393a98
12:27:11 npm WARN invalid config proxy=""
12:27:11 npm WARN invalid config Must be a full url with 'http://'
12:27:11 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
12:27:13 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
12:27:13 + yamljs@0.3.0
12:27:13 added 14 packages from 8 contributors in 1.525s
12:27:14  ---> 4377f1471c15
12:27:14 Removing intermediate container c45f83393a98
12:27:14 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:27:14  ---> 3a9a0de3ef3c
12:27:14 Removing intermediate container 95e3fa938c64
12:27:14 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:27:14  ---> Running in 0d941a807597
12:27:15  ---> 62bc47e8f90c
12:27:15 Removing intermediate container 0d941a807597
12:27:15 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:27:15  ---> a5796d3087e7
12:27:15 Removing intermediate container 84df5dd470d2
12:27:15 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:27:15  ---> Running in 35831708a797
12:27:16  ---> 590332de9cb9
12:27:16 Removing intermediate container 35831708a797
12:27:16 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:27:16  ---> 9ce3f5b2f37d
12:27:16 Removing intermediate container ce70dc6a9d71
12:27:16 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:27:17  ---> Running in 0937afc61fe8
12:27:17  ---> 0eba65c55a35
12:27:17 Removing intermediate container 0937afc61fe8
12:27:17 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:27:17  ---> Running in 55ee59773883
12:27:17  ---> f76dd4942d53
12:27:17 Removing intermediate container 55ee59773883
12:27:17 Successfully built f76dd4942d53
12:27:17 Successfully tagged openapivalidator:latest
12:27:17 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:27:17 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/272’: Permission denied
12:27:17 Mounting dir /var/www/html/api/nfv/sol005/272 as /storage
12:27:18 Using filter ''
12:27:18 
12:27:18 Entering dir /work/src
12:27:18 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
12:27:18 --- Merging file.
12:27:19 --- Create PDF...
12:27:21 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
12:27:21 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
12:27:22 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
12:27:22 --- Validation done (0).
12:27:22 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
12:27:22 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
12:27:22 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
12:27:22 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
12:27:22 --- Merging file.
12:27:24 --- Create PDF...
12:27:26 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:27:26 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
12:27:27 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
12:27:27 --- Validation done (0).
12:27:27 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
12:27:27 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
12:27:27 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
12:27:27 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
12:27:27 --- Merging file.
12:27:28 --- Create PDF...
12:27:29 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
12:27:29 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
12:27:30 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
12:27:30 --- Validation done (0).
12:27:30 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
12:27:30 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
12:27:30 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
12:27:30 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:27:30 --- Merging file.
12:27:32 --- Create PDF...
12:27:34 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
12:27:34 --- Validating ../build/SOL005-NSDManagement-API.yaml
12:27:35 ../build/SOL005-NSDManagement-API.yaml is valid
12:27:35 --- Validation done (0).
12:27:35 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
12:27:35 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
12:27:35 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
12:27:35 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005)
12:27:35 --- Merging file.
12:27:36 --- Create PDF...
12:27:37 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
12:27:37 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml
12:27:38 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid
12:27:38 --- Validation done (0).
12:27:38 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml'
12:27:38 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json'
12:27:38 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
12:27:38 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
12:27:38 --- Merging file.
12:27:39 --- Create PDF...
12:27:41 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
12:27:41 --- Validating ../build/SOL005-APIVersion-API.yaml
12:27:41 ../build/SOL005-APIVersion-API.yaml is valid
12:27:41 --- Validation done (0).
12:27:41 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
12:27:41 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
12:27:41 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
12:27:41 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
12:27:41 --- Merging file.
12:27:43 --- Create PDF...
12:27:44 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
12:27:44 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
12:27:45 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
12:27:45 --- Validation done (0).
12:27:45 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
12:27:45 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
12:27:45 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
12:27:45 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
12:27:45 --- Merging file.
12:27:47 --- Create PDF...
12:27:48 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
12:27:48 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
12:27:49 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
12:27:49 --- Validation done (0).
12:27:49 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
12:27:49 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
12:27:49 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
12:27:49 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
12:27:49 --- Merging file.
12:27:51 --- Create PDF...
12:27:52 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
12:27:52 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
12:27:53 ../build/SOL005-NSDManagementNotification-API.yaml is valid
12:27:53 --- Validation done (0).
12:27:53 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
12:27:53 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
12:27:53 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
12:27:53 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
12:27:53 --- Merging file.
12:27:54 --- Create PDF...
12:27:56 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
12:27:56 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
12:27:57 ../build/SOL005-NSFaultManagement-API.yaml is valid
12:27:57 --- Validation done (0).
12:27:57 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
12:27:57 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
12:27:57 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
12:27:57 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
12:27:57 --- Merging file.
12:27:59 --- Create PDF...
12:28:01 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
12:28:01 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
12:28:01 ../build/SOL005-VNFPackageManagement-API.yaml is valid
12:28:01 --- Validation done (0).
12:28:01 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
12:28:01 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
12:28:02 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
12:28:02 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
12:28:02 --- Merging file.
12:28:07 --- Create PDF...
12:28:09 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
12:28:09 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
12:28:11 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
12:28:11 --- Validation done (0).
12:28:11 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
12:28:11 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
12:28:11 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
12:28:11 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
12:28:11 --- Merging file.
12:28:12 --- Create PDF...
12:28:14 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
12:28:14 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
12:28:14 ../build/SOL005-NSLCMCoordination-API.yaml is valid
12:28:14 --- Validation done (0).
12:28:14 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
12:28:14 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
12:28:14 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
12:28:14 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
12:28:14 --- Merging file.
12:28:16 --- Create PDF...
12:28:17 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
12:28:17 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
12:28:18 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
12:28:18 --- Validation done (0).
12:28:18 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
12:28:18 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
12:28:18 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
12:28:18 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
12:28:18 --- Merging file.
12:28:19 --- Create PDF...
12:28:21 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
12:28:21 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
12:28:21 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
12:28:21 --- Validation done (0).
12:28:21 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
12:28:21 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
12:28:21 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
12:28:21 -- Final validator returns 0.
12:28:22 Archiving artifacts
12:28:24 Finished: SUCCESS