FailedConsole Output

09:51:52 Started by GitLab push by Sana Zulfiqar
09:51:52 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
09:51:53 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
09:51:53 Cloning the remote Git repository
09:51:53 Cloning repository git@forge.etsi.org:nfv/SOL009.git
09:51:53  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 # timeout=10
09:51:53 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
09:51:53  > git --version # timeout=10
09:51:53 using GIT_SSH to set credentials 
09:51:53  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
09:51:54  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
09:51:54  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:51:54  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
09:51:54 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
09:51:54 using GIT_SSH to set credentials 
09:51:54  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
09:51:55  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
09:51:55  > git branch -a -v --no-abbrev --contains cf7b89ece743abd5a5f93d666f3e868467dd2a71 # timeout=10
09:51:55 Checking out Revision cf7b89ece743abd5a5f93d666f3e868467dd2a71 (origin/3.5.1-dev)
09:51:55  > git config core.sparsecheckout # timeout=10
09:51:55  > git checkout -f cf7b89ece743abd5a5f93d666f3e868467dd2a71
09:51:55 Commit message: "Update referance"
09:51:55  > git rev-list --no-walk f966d3ee40f97361137f71954cb477d596b72058 # timeout=10
09:51:55 [sol009] $ /bin/bash /tmp/jenkins10344835491134211059.sh
09:51:55 rm: cannot remove 'build/*-API.yaml': No such file or directory
09:51:55 rm: cannot remove 'build/*-API.json': No such file or directory
09:51:55 ./build-container.sh: line 7: proxy: command not found
09:51:55 http_proxy is not set
09:51:55 Proxy set to 
09:51:55 Sending build context to Docker daemon  13.31kB

09:51:55 Step 1/24 : FROM alpine:3.10.0
09:51:55  ---> 4d90542f0623
09:51:55 Step 2/24 : RUN env
09:51:55  ---> Running in 34b93efc34c7
09:51:56 HOSTNAME=34b93efc34c7
09:51:56 SHLVL=1
09:51:56 HOME=/root
09:51:56 https_proxy=
09:51:56 http_proxy=
09:51:56 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:51:56 PWD=/
09:51:56 Removing intermediate container 34b93efc34c7
09:51:56  ---> 146159559a23
09:51:56 Step 3/24 : RUN apk update
09:51:56  ---> Running in eb5adc076cf0
09:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
09:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
09:51:57 v3.10.9-16-gf74de462dc [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
09:51:57 v3.10.6-10-ged79a86de3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
09:51:57 OK: 10351 distinct packages available
09:51:58 Removing intermediate container eb5adc076cf0
09:51:58  ---> 2642323b1ad1
09:51:58 Step 4/24 : RUN apk add bash
09:51:58  ---> Running in ad161c36eb17
09:51:58 (1/4) Installing ncurses-terminfo-base (6.1_p20190518-r2)
09:51:58 (2/4) Installing ncurses-libs (6.1_p20190518-r2)
09:51:58 (3/4) Installing readline (8.0.0-r0)
09:51:58 (4/4) Installing bash (5.0.0-r0)
09:51:58 Executing bash-5.0.0-r0.post-install
09:51:58 Executing busybox-1.30.1-r2.trigger
09:51:58 OK: 8 MiB in 18 packages
09:51:59 Removing intermediate container ad161c36eb17
09:51:59  ---> bb67f4478233
09:51:59 Step 5/24 : RUN apk add nodejs
09:51:59  ---> Running in bfce14d59b50
09:52:00 (1/6) Installing ca-certificates (20191127-r2)
09:52:00 (2/6) Installing c-ares (1.15.0-r0)
09:52:00 (3/6) Installing libgcc (8.3.0-r0)
09:52:00 (4/6) Installing http-parser (2.9.2-r0)
09:52:00 (5/6) Installing libstdc++ (8.3.0-r0)
09:52:00 (6/6) Installing nodejs (10.24.1-r0)
09:52:00 Executing busybox-1.30.1-r2.trigger
09:52:00 Executing ca-certificates-20191127-r2.trigger
09:52:00 OK: 34 MiB in 24 packages
09:52:01 Removing intermediate container bfce14d59b50
09:52:01  ---> e2c230a1c0a8
09:52:01 Step 6/24 : RUN apk add nodejs-npm
09:52:02  ---> Running in ce9977208e1d
09:52:02 (1/1) Installing npm (10.24.1-r0)
09:52:03 Executing busybox-1.30.1-r2.trigger
09:52:03 OK: 61 MiB in 25 packages
09:52:04 Removing intermediate container ce9977208e1d
09:52:04  ---> 28160958d148
09:52:04 Step 7/24 : RUN apk add asciidoctor
09:52:05  ---> Running in 4e2d6814fff3
09:52:05 (1/5) Installing gmp (6.1.2-r1)
09:52:05 (2/5) Installing yaml (0.2.2-r1)
09:52:05 (3/5) Installing ruby-libs (2.5.9-r0)
09:52:06 (4/5) Installing ruby (2.5.9-r0)
09:52:06 (5/5) Installing asciidoctor (2.0.10-r0)
09:52:06 Executing busybox-1.30.1-r2.trigger
09:52:06 OK: 75 MiB in 30 packages
09:52:07 Removing intermediate container 4e2d6814fff3
09:52:07  ---> 972c124900bf
09:52:07 Step 8/24 : RUN apk add openjdk8
09:52:07  ---> Running in b018e701923b
09:52:07 (1/44) Installing expat (2.2.8-r0)
09:52:08 (2/44) Installing libbz2 (1.0.6-r7)
09:52:08 (3/44) Installing libpng (1.6.37-r1)
09:52:08 (4/44) Installing freetype (2.10.0-r1)
09:52:08 (5/44) Installing libuuid (2.33.2-r0)
09:52:08 (6/44) Installing fontconfig (2.13.1-r0)
09:52:08 (7/44) Installing encodings (1.0.4-r1)
09:52:08 (8/44) Installing libfontenc (1.1.4-r0)
09:52:08 (9/44) Installing mkfontscale (1.2.1-r1)
09:52:08 (10/44) Installing ttf-dejavu (2.37-r1)
09:52:08 (11/44) Installing libxau (1.0.9-r0)
09:52:08 (12/44) Installing libbsd (0.9.1-r1)
09:52:08 (13/44) Installing libxdmcp (1.1.3-r0)
09:52:08 (14/44) Installing libxcb (1.13.1-r0)
09:52:08 (15/44) Installing libx11 (1.6.12-r0)
09:52:08 (16/44) Installing libxcomposite (0.4.5-r0)
09:52:08 (17/44) Installing libxext (1.3.4-r0)
09:52:08 (18/44) Installing libxi (1.7.9-r2)
09:52:08 (19/44) Installing libxrender (0.9.10-r3)
09:52:08 (20/44) Installing libxtst (1.2.3-r3)
09:52:08 (21/44) Installing alsa-lib (1.1.9-r0)
09:52:08 (22/44) Installing giflib (5.1.9-r0)
09:52:08 (23/44) Installing libjpeg-turbo (2.0.4-r1)
09:52:08 (24/44) Installing openjdk8-jre-lib (8.275.01-r0)
09:52:09 (25/44) Installing java-common (0.2-r0)
09:52:09 (26/44) Installing libffi (3.2.1-r6)
09:52:09 (27/44) Installing p11-kit (0.23.16.1-r1)
09:52:09 (28/44) Installing libtasn1 (4.14-r0)
09:52:09 (29/44) Installing p11-kit-trust (0.23.16.1-r1)
09:52:09 (30/44) Installing java-cacerts (1.0-r0)
09:52:09 (31/44) Installing nspr (4.20-r0)
09:52:09 (32/44) Installing sqlite-libs (3.28.0-r3)
09:52:09 (33/44) Installing nss (3.44.3-r0)
09:52:09 (34/44) Installing krb5-conf (1.0-r1)
09:52:09 (35/44) Installing libcom_err (1.45.5-r0)
09:52:09 (36/44) Installing keyutils-libs (1.6-r1)
09:52:09 (37/44) Installing libverto (0.3.1-r0)
09:52:09 (38/44) Installing krb5-libs (1.17.2-r0)
09:52:09 (39/44) Installing lcms2 (2.9-r1)
09:52:09 (40/44) Installing pcsc-lite-libs (1.8.25-r1)
09:52:10 (41/44) Installing liblksctp (1.0.18-r0)
09:52:10 (42/44) Installing openjdk8-jre-base (8.275.01-r0)
09:52:10 (43/44) Installing openjdk8-jre (8.275.01-r0)
09:52:10 (44/44) Installing openjdk8 (8.275.01-r0)
09:52:10 Executing busybox-1.30.1-r2.trigger
09:52:10 Executing ca-certificates-20191127-r2.trigger
09:52:10 Executing fontconfig-2.13.1-r0.trigger
09:52:12 Executing mkfontscale-1.2.1-r1.trigger
09:52:12 Executing java-common-0.2-r0.trigger
09:52:12 OK: 193 MiB in 74 packages
09:52:15 Removing intermediate container b018e701923b
09:52:15  ---> e0999ddeb9c4
09:52:15 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
09:52:15  ---> Running in 1b000c372f12
09:52:15 (1/1) Installing wget (1.20.3-r0)
09:52:15 Executing busybox-1.30.1-r2.trigger
09:52:15 OK: 193 MiB in 75 packages
09:52:16 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
09:52:16 Removing intermediate container 1b000c372f12
09:52:16  ---> 0982fd9ee2a2
09:52:16 Step 10/24 : RUN apk add openssl
09:52:16  ---> Running in a4a61ffc8b61
09:52:17 (1/1) Installing openssl (1.1.1k-r0)
09:52:17 Executing busybox-1.30.1-r2.trigger
09:52:17 OK: 194 MiB in 76 packages
09:52:17 Removing intermediate container a4a61ffc8b61
09:52:17  ---> 475e70ef685d
09:52:17 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
09:52:18  ---> Running in bbfd94d2fc09
09:52:19 ERROR:  While executing gem ... (NoMethodError)
09:52:19     undefined method `reset' for RDoc::TopLevel:Class
09:52:19 Successfully installed rdoc-6.3.1
09:52:26 Successfully installed rdoc-6.3.1
09:52:26 Parsing documentation for rdoc-6.3.1
09:52:26 Installing ri documentation for rdoc-6.3.1
09:52:26 Done installing documentation for rdoc after 6 seconds
09:52:26 1 gem installed
09:52:27 Removing intermediate container bbfd94d2fc09
09:52:27  ---> d100a6d7eb8d
09:52:27 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
09:52:27  ---> Running in 6197b5f76e73
09:52:55 Successfully installed pdf-core-0.7.0
09:52:55 Successfully installed ttfunk-1.5.1
09:52:55 Successfully installed prawn-2.2.2
09:52:55 Successfully installed prawn-table-0.2.2
09:52:55 Successfully installed Ascii85-1.1.0
09:52:55 Successfully installed ruby-rc4-0.1.5
09:52:55 Successfully installed hashery-2.1.2
09:52:55 Successfully installed afm-0.2.2
09:52:55 Successfully installed pdf-reader-2.4.2
09:52:55 Successfully installed prawn-templates-0.1.2
09:52:55 Successfully installed public_suffix-4.0.6
09:52:55 Successfully installed addressable-2.7.0
09:52:55 Successfully installed css_parser-1.9.0
09:52:55 Successfully installed prawn-svg-0.31.0
09:52:55 Successfully installed prawn-icon-2.5.0
09:52:55 Successfully installed safe_yaml-1.0.5
09:52:55 Successfully installed thread_safe-0.3.6
09:52:55 Successfully installed concurrent-ruby-1.1.8
09:52:55 Successfully installed polyglot-0.3.5
09:52:55 Successfully installed treetop-1.6.11
09:52:55 Successfully installed asciidoctor-pdf-1.5.4
09:52:55 Successfully installed asciidoctor-pdf-cjk-0.1.3
09:52:55 Parsing documentation for pdf-core-0.7.0
09:52:55 Installing ri documentation for pdf-core-0.7.0
09:52:55 Parsing documentation for ttfunk-1.5.1
09:52:55 Installing ri documentation for ttfunk-1.5.1
09:52:55 Parsing documentation for prawn-2.2.2
09:52:55 Installing ri documentation for prawn-2.2.2
09:52:55 Parsing documentation for prawn-table-0.2.2
09:52:55 Installing ri documentation for prawn-table-0.2.2
09:52:55 Parsing documentation for Ascii85-1.1.0
09:52:55 Installing ri documentation for Ascii85-1.1.0
09:52:55 Parsing documentation for ruby-rc4-0.1.5
09:52:55 Installing ri documentation for ruby-rc4-0.1.5
09:52:55 Parsing documentation for hashery-2.1.2
09:52:55 Installing ri documentation for hashery-2.1.2
09:52:55 Parsing documentation for afm-0.2.2
09:52:55 Installing ri documentation for afm-0.2.2
09:52:55 Parsing documentation for pdf-reader-2.4.2
09:52:55 Installing ri documentation for pdf-reader-2.4.2
09:52:55 Parsing documentation for prawn-templates-0.1.2
09:52:55 Installing ri documentation for prawn-templates-0.1.2
09:52:55 Parsing documentation for public_suffix-4.0.6
09:52:55 Installing ri documentation for public_suffix-4.0.6
09:52:55 Parsing documentation for addressable-2.7.0
09:52:55 Installing ri documentation for addressable-2.7.0
09:52:55 Parsing documentation for css_parser-1.9.0
09:52:55 Installing ri documentation for css_parser-1.9.0
09:52:55 Parsing documentation for prawn-svg-0.31.0
09:52:55 Installing ri documentation for prawn-svg-0.31.0
09:52:55 Parsing documentation for prawn-icon-2.5.0
09:52:55 Installing ri documentation for prawn-icon-2.5.0
09:52:55 Parsing documentation for safe_yaml-1.0.5
09:52:55 Installing ri documentation for safe_yaml-1.0.5
09:52:55 Parsing documentation for thread_safe-0.3.6
09:52:55 Installing ri documentation for thread_safe-0.3.6
09:52:55 Parsing documentation for concurrent-ruby-1.1.8
09:52:55 Installing ri documentation for concurrent-ruby-1.1.8
09:52:55 Parsing documentation for polyglot-0.3.5
09:52:55 Installing ri documentation for polyglot-0.3.5
09:52:55 Parsing documentation for treetop-1.6.11
09:52:55 Installing ri documentation for treetop-1.6.11
09:52:55 Parsing documentation for asciidoctor-pdf-1.5.4
09:52:55 Installing ri documentation for asciidoctor-pdf-1.5.4
09:52:55 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
09:52:55 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
09:52:55 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 19 seconds
09:52:55 22 gems installed
09:52:58 Removing intermediate container 6197b5f76e73
09:52:58  ---> 3212dbb8e11b
09:52:58 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
09:52:58  ---> Running in a2e7ff921531
09:52:59 --2021-05-07 07:52:58--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
09:52:59 Resolving forge.etsi.org... 195.238.226.56
09:52:59 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
09:52:59 HTTP request sent, awaiting response... 200 OK
09:52:59 Length: 14909486 (14M) [application/java-archive]
09:52:59 Saving to: 'swagger2markup-cli-1.3.2.jar'
09:52:59 
09:52:59      0K .......... .......... .......... .......... ..........  0% 1.12M 13s
09:52:59     50K .......... .......... .......... .......... ..........  0% 1.62M 11s
09:52:59    100K .......... .......... .......... .......... ..........  1% 2.44M 9s
09:52:59    150K .......... .......... .......... .......... ..........  1% 2.04M 8s
09:52:59    200K .......... .......... .......... .......... ..........  1% 1.24M 9s
09:52:59    250K .......... .......... .......... .......... ..........  2% 1.50M 9s
09:52:59    300K .......... .......... .......... .......... ..........  2% 2.03M 9s
09:52:59    350K .......... .......... .......... .......... ..........  2% 1.69M 9s
09:52:59    400K .......... .......... .......... .......... ..........  3% 1.08M 9s
09:52:59    450K .......... .......... .......... .......... ..........  3% 1.89M 9s
09:52:59    500K .......... .......... .......... .......... ..........  3% 1.24M 9s
09:52:59    550K .......... .......... .......... .......... ..........  4% 2.09M 9s
09:52:59    600K .......... .......... .......... .......... ..........  4% 1.56M 9s
09:52:59    650K .......... .......... .......... .......... ..........  4% 1.49M 9s
09:52:59    700K .......... .......... .......... .......... ..........  5% 1.79M 9s
09:52:59    750K .......... .......... .......... .......... ..........  5% 1.92M 8s
09:52:59    800K .......... .......... .......... .......... ..........  5% 1.10M 9s
09:52:59    850K .......... .......... .......... .......... ..........  6% 4.25M 8s
09:52:59    900K .......... .......... .......... .......... ..........  6% 3.29M 8s
09:52:59    950K .......... .......... .......... .......... ..........  6% 1.48M 8s
09:52:59   1000K .......... .......... .......... .......... ..........  7% 1.48M 8s
09:52:59   1050K .......... .......... .......... .......... ..........  7% 2.71M 8s
09:52:59   1100K .......... .......... .......... .......... ..........  7% 2.43M 8s
09:52:59   1150K .......... .......... .......... .......... ..........  8% 2.44M 8s
09:52:59   1200K .......... .......... .......... .......... ..........  8% 1.70M 8s
09:52:59   1250K .......... .......... .......... .......... ..........  8% 7.81M 7s
09:52:59   1300K .......... .......... .......... .......... ..........  9% 39.3M 7s
09:52:59   1350K .......... .......... .......... .......... ..........  9% 35.0M 7s
09:52:59   1400K .......... .......... .......... .......... ..........  9% 29.8M 7s
09:52:59   1450K .......... .......... .......... .......... .......... 10% 39.2M 6s
09:52:59   1500K .......... .......... .......... .......... .......... 10% 59.9M 6s
09:52:59   1550K .......... .......... .......... .......... .......... 10% 34.5M 6s
09:52:59   1600K .......... .......... .......... .......... .......... 11% 16.9M 6s
09:52:59   1650K .......... .......... .......... .......... .......... 11% 58.4M 6s
09:52:59   1700K .......... .......... .......... .......... .......... 12% 54.0M 5s
09:52:59   1750K .......... .......... .......... .......... .......... 12% 51.8M 5s
09:52:59   1800K .......... .......... .......... .......... .......... 12% 47.7M 5s
09:52:59   1850K .......... .......... .......... .......... .......... 13% 72.9M 5s
09:52:59   1900K .......... .......... .......... .......... .......... 13% 27.7M 5s
09:52:59   1950K .......... .......... .......... .......... .......... 13% 26.0M 5s
09:52:59   2000K .......... .......... .......... .......... .......... 14% 29.5M 5s
09:52:59   2050K .......... .......... .......... .......... .......... 14% 50.7M 4s
09:52:59   2100K .......... .......... .......... .......... .......... 14% 30.9M 4s
09:52:59   2150K .......... .......... .......... .......... .......... 15% 74.5M 4s
09:52:59   2200K .......... .......... .......... .......... .......... 15% 27.7M 4s
09:52:59   2250K .......... .......... .......... .......... .......... 15% 57.5M 4s
09:52:59   2300K .......... .......... .......... .......... .......... 16% 32.8M 4s
09:52:59   2350K .......... .......... .......... .......... .......... 16% 62.5M 4s
09:52:59   2400K .......... .......... .......... .......... .......... 16% 53.0M 4s
09:52:59   2450K .......... .......... .......... .......... .......... 17% 40.7M 4s
09:52:59   2500K .......... .......... .......... .......... .......... 17% 62.8M 4s
09:52:59   2550K .......... .......... .......... .......... .......... 17% 60.1M 3s
09:52:59   2600K .......... .......... .......... .......... .......... 18% 64.3M 3s
09:52:59   2650K .......... .......... .......... .......... .......... 18% 78.5M 3s
09:52:59   2700K .......... .......... .......... .......... .......... 18% 22.6M 3s
09:52:59   2750K .......... .......... .......... .......... .......... 19% 68.4M 3s
09:52:59   2800K .......... .......... .......... .......... .......... 19% 34.3M 3s
09:52:59   2850K .......... .......... .......... .......... .......... 19% 14.7M 3s
09:52:59   2900K .......... .......... .......... .......... .......... 20% 17.2M 3s
09:52:59   2950K .......... .......... .......... .......... .......... 20% 56.5M 3s
09:52:59   3000K .......... .......... .......... .......... .......... 20% 65.4M 3s
09:52:59   3050K .......... .......... .......... .......... .......... 21% 65.5M 3s
09:52:59   3100K .......... .......... .......... .......... .......... 21% 75.0M 3s
09:52:59   3150K .......... .......... .......... .......... .......... 21% 65.7M 3s
09:52:59   3200K .......... .......... .......... .......... .......... 22% 57.8M 3s
09:52:59   3250K .......... .......... .......... .......... .......... 22% 18.3M 3s
09:52:59   3300K .......... .......... .......... .......... .......... 23% 81.4M 3s
09:52:59   3350K .......... .......... .......... .......... .......... 23% 71.4M 3s
09:52:59   3400K .......... .......... .......... .......... .......... 23% 20.6M 3s
09:52:59   3450K .......... .......... .......... .......... .......... 24% 67.6M 2s
09:52:59   3500K .......... .......... .......... .......... .......... 24% 18.9M 2s
09:52:59   3550K .......... .......... .......... .......... .......... 24% 31.4M 2s
09:52:59   3600K .......... .......... .......... .......... .......... 25% 57.6M 2s
09:52:59   3650K .......... .......... .......... .......... .......... 25% 26.6M 2s
09:52:59   3700K .......... .......... .......... .......... .......... 25% 53.8M 2s
09:52:59   3750K .......... .......... .......... .......... .......... 26% 35.1M 2s
09:52:59   3800K .......... .......... .......... .......... .......... 26% 75.5M 2s
09:52:59   3850K .......... .......... .......... .......... .......... 26% 72.3M 2s
09:52:59   3900K .......... .......... .......... .......... .......... 27% 40.3M 2s
09:52:59   3950K .......... .......... .......... .......... .......... 27% 44.9M 2s
09:52:59   4000K .......... .......... .......... .......... .......... 27% 62.7M 2s
09:52:59   4050K .......... .......... .......... .......... .......... 28% 26.0M 2s
09:52:59   4100K .......... .......... .......... .......... .......... 28% 34.3M 2s
09:52:59   4150K .......... .......... .......... .......... .......... 28% 31.2M 2s
09:52:59   4200K .......... .......... .......... .......... .......... 29% 67.8M 2s
09:52:59   4250K .......... .......... .......... .......... .......... 29% 72.4M 2s
09:52:59   4300K .......... .......... .......... .......... .......... 29% 76.6M 2s
09:52:59   4350K .......... .......... .......... .......... .......... 30% 23.7M 2s
09:52:59   4400K .......... .......... .......... .......... .......... 30% 33.4M 2s
09:52:59   4450K .......... .......... .......... .......... .......... 30% 80.7M 2s
09:52:59   4500K .......... .......... .......... .......... .......... 31% 77.3M 2s
09:52:59   4550K .......... .......... .......... .......... .......... 31% 23.3M 2s
09:52:59   4600K .......... .......... .......... .......... .......... 31% 71.3M 2s
09:52:59   4650K .......... .......... .......... .......... .......... 32% 74.6M 2s
09:52:59   4700K .......... .......... .......... .......... .......... 32% 61.2M 2s
09:52:59   4750K .......... .......... .......... .......... .......... 32% 59.6M 2s
09:52:59   4800K .......... .......... .......... .......... .......... 33% 54.7M 2s
09:52:59   4850K .......... .......... .......... .......... .......... 33% 15.4M 2s
09:52:59   4900K .......... .......... .......... .......... .......... 33% 27.6M 2s
09:52:59   4950K .......... .......... .......... .......... .......... 34% 41.0M 2s
09:52:59   5000K .......... .......... .......... .......... .......... 34% 29.8M 2s
09:52:59   5050K .......... .......... .......... .......... .......... 35% 66.4M 2s
09:52:59   5100K .......... .......... .......... .......... .......... 35% 79.4M 1s
09:52:59   5150K .......... .......... .......... .......... .......... 35% 78.4M 1s
09:52:59   5200K .......... .......... .......... .......... .......... 36% 59.8M 1s
09:52:59   5250K .......... .......... .......... .......... .......... 36% 31.6M 1s
09:52:59   5300K .......... .......... .......... .......... .......... 36% 67.8M 1s
09:52:59   5350K .......... .......... .......... .......... .......... 37% 79.1M 1s
09:52:59   5400K .......... .......... .......... .......... .......... 37% 34.9M 1s
09:52:59   5450K .......... .......... .......... .......... .......... 37% 50.2M 1s
09:52:59   5500K .......... .......... .......... .......... .......... 38% 76.2M 1s
09:52:59   5550K .......... .......... .......... .......... .......... 38% 30.1M 1s
09:52:59   5600K .......... .......... .......... .......... .......... 38% 27.9M 1s
09:52:59   5650K .......... .......... .......... .......... .......... 39% 63.9M 1s
09:52:59   5700K .......... .......... .......... .......... .......... 39% 65.0M 1s
09:52:59   5750K .......... .......... .......... .......... .......... 39% 66.4M 1s
09:52:59   5800K .......... .......... .......... .......... .......... 40% 62.6M 1s
09:52:59   5850K .......... .......... .......... .......... .......... 40% 68.8M 1s
09:52:59   5900K .......... .......... .......... .......... .......... 40% 72.7M 1s
09:52:59   5950K .......... .......... .......... .......... .......... 41% 79.4M 1s
09:52:59   6000K .......... .......... .......... .......... .......... 41% 57.1M 1s
09:52:59   6050K .......... .......... .......... .......... .......... 41% 71.6M 1s
09:52:59   6100K .......... .......... .......... .......... .......... 42% 69.2M 1s
09:52:59   6150K .......... .......... .......... .......... .......... 42% 66.3M 1s
09:52:59   6200K .......... .......... .......... .......... .......... 42% 69.4M 1s
09:52:59   6250K .......... .......... .......... .......... .......... 43% 73.5M 1s
09:52:59   6300K .......... .......... .......... .......... .......... 43% 75.3M 1s
09:52:59   6350K .......... .......... .......... .......... .......... 43% 76.6M 1s
09:52:59   6400K .......... .......... .......... .......... .......... 44% 60.0M 1s
09:52:59   6450K .......... .......... .......... .......... .......... 44% 73.3M 1s
09:52:59   6500K .......... .......... .......... .......... .......... 44% 69.2M 1s
09:52:59   6550K .......... .......... .......... .......... .......... 45% 70.3M 1s
09:52:59   6600K .......... .......... .......... .......... .......... 45% 70.4M 1s
09:52:59   6650K .......... .......... .......... .......... .......... 46% 58.4M 1s
09:52:59   6700K .......... .......... .......... .......... .......... 46% 63.1M 1s
09:52:59   6750K .......... .......... .......... .......... .......... 46% 68.4M 1s
09:52:59   6800K .......... .......... .......... .......... .......... 47% 59.4M 1s
09:52:59   6850K .......... .......... .......... .......... .......... 47% 76.6M 1s
09:52:59   6900K .......... .......... .......... .......... .......... 47% 63.7M 1s
09:52:59   6950K .......... .......... .......... .......... .......... 48% 65.8M 1s
09:52:59   7000K .......... .......... .......... .......... .......... 48% 60.4M 1s
09:52:59   7050K .......... .......... .......... .......... .......... 48% 63.0M 1s
09:52:59   7100K .......... .......... .......... .......... .......... 49% 63.5M 1s
09:52:59   7150K .......... .......... .......... .......... .......... 49% 64.8M 1s
09:52:59   7200K .......... .......... .......... .......... .......... 49% 53.1M 1s
09:52:59   7250K .......... .......... .......... .......... .......... 50% 68.5M 1s
09:52:59   7300K .......... .......... .......... .......... .......... 50% 75.7M 1s
09:52:59   7350K .......... .......... .......... .......... .......... 50% 75.4M 1s
09:52:59   7400K .......... .......... .......... .......... .......... 51% 69.8M 1s
09:52:59   7450K .......... .......... .......... .......... .......... 51% 77.4M 1s
09:52:59   7500K .......... .......... .......... .......... .......... 51% 76.1M 1s
09:52:59   7550K .......... .......... .......... .......... .......... 52% 57.9M 1s
09:52:59   7600K .......... .......... .......... .......... .......... 52% 53.4M 1s
09:52:59   7650K .......... .......... .......... .......... .......... 52% 73.5M 1s
09:52:59   7700K .......... .......... .......... .......... .......... 53% 72.5M 1s
09:52:59   7750K .......... .......... .......... .......... .......... 53% 65.0M 1s
09:52:59   7800K .......... .......... .......... .......... .......... 53% 59.4M 1s
09:52:59   7850K .......... .......... .......... .......... .......... 54% 74.8M 1s
09:52:59   7900K .......... .......... .......... .......... .......... 54% 74.5M 1s
09:52:59   7950K .......... .......... .......... .......... .......... 54% 57.5M 1s
09:52:59   8000K .......... .......... .......... .......... .......... 55% 49.3M 1s
09:52:59   8050K .......... .......... .......... .......... .......... 55% 70.3M 1s
09:52:59   8100K .......... .......... .......... .......... .......... 55% 15.8M 1s
09:52:59   8150K .......... .......... .......... .......... .......... 56% 67.3M 1s
09:52:59   8200K .......... .......... .......... .......... .......... 56% 65.2M 1s
09:52:59   8250K .......... .......... .......... .......... .......... 57% 65.9M 1s
09:52:59   8300K .......... .......... .......... .......... .......... 57% 65.6M 1s
09:52:59   8350K .......... .......... .......... .......... .......... 57% 70.4M 1s
09:52:59   8400K .......... .......... .......... .......... .......... 58% 59.0M 1s
09:52:59   8450K .......... .......... .......... .......... .......... 58% 21.0M 1s
09:52:59   8500K .......... .......... .......... .......... .......... 58% 68.2M 1s
09:52:59   8550K .......... .......... .......... .......... .......... 59% 67.7M 1s
09:52:59   8600K .......... .......... .......... .......... .......... 59% 60.9M 1s
09:52:59   8650K .......... .......... .......... .......... .......... 59% 67.6M 1s
09:52:59   8700K .......... .......... .......... .......... .......... 60% 68.2M 1s
09:52:59   8750K .......... .......... .......... .......... .......... 60% 73.8M 1s
09:52:59   8800K .......... .......... .......... .......... .......... 60% 54.5M 1s
09:52:59   8850K .......... .......... .......... .......... .......... 61% 30.5M 1s
09:52:59   8900K .......... .......... .......... .......... .......... 61% 63.8M 1s
09:52:59   8950K .......... .......... .......... .......... .......... 61% 69.6M 1s
09:52:59   9000K .......... .......... .......... .......... .......... 62% 60.8M 1s
09:52:59   9050K .......... .......... .......... .......... .......... 62% 64.2M 1s
09:52:59   9100K .......... .......... .......... .......... .......... 62% 67.5M 1s
09:52:59   9150K .......... .......... .......... .......... .......... 63% 70.9M 1s
09:52:59   9200K .......... .......... .......... .......... .......... 63% 60.5M 1s
09:52:59   9250K .......... .......... .......... .......... .......... 63% 69.8M 1s
09:52:59   9300K .......... .......... .......... .......... .......... 64% 66.9M 0s
09:52:59   9350K .......... .......... .......... .......... .......... 64% 68.0M 0s
09:52:59   9400K .......... .......... .......... .......... .......... 64% 75.1M 0s
09:52:59   9450K .......... .......... .......... .......... .......... 65% 81.0M 0s
09:52:59   9500K .......... .......... .......... .......... .......... 65% 80.4M 0s
09:52:59   9550K .......... .......... .......... .......... .......... 65% 77.5M 0s
09:52:59   9600K .......... .......... .......... .......... .......... 66% 55.8M 0s
09:52:59   9650K .......... .......... .......... .......... .......... 66% 67.5M 0s
09:52:59   9700K .......... .......... .......... .......... .......... 66% 78.5M 0s
09:52:59   9750K .......... .......... .......... .......... .......... 67% 76.3M 0s
09:52:59   9800K .......... .......... .......... .......... .......... 67% 69.0M 0s
09:52:59   9850K .......... .......... .......... .......... .......... 67% 77.1M 0s
09:52:59   9900K .......... .......... .......... .......... .......... 68% 76.7M 0s
09:52:59   9950K .......... .......... .......... .......... .......... 68% 37.2M 0s
09:52:59  10000K .......... .......... .......... .......... .......... 69% 12.2M 0s
09:52:59  10050K .......... .......... .......... .......... .......... 69% 65.2M 0s
09:52:59  10100K .......... .......... .......... .......... .......... 69% 66.5M 0s
09:52:59  10150K .......... .......... .......... .......... .......... 70% 64.4M 0s
09:52:59  10200K .......... .......... .......... .......... .......... 70% 43.7M 0s
09:52:59  10250K .......... .......... .......... .......... .......... 70% 71.9M 0s
09:52:59  10300K .......... .......... .......... .......... .......... 71% 75.3M 0s
09:52:59  10350K .......... .......... .......... .......... .......... 71% 68.7M 0s
09:52:59  10400K .......... .......... .......... .......... .......... 71% 53.3M 0s
09:52:59  10450K .......... .......... .......... .......... .......... 72% 45.5M 0s
09:52:59  10500K .......... .......... .......... .......... .......... 72% 69.4M 0s
09:52:59  10550K .......... .......... .......... .......... .......... 72% 76.2M 0s
09:52:59  10600K .......... .......... .......... .......... .......... 73% 63.4M 0s
09:52:59  10650K .......... .......... .......... .......... .......... 73% 68.2M 0s
09:52:59  10700K .......... .......... .......... .......... .......... 73% 67.1M 0s
09:52:59  10750K .......... .......... .......... .......... .......... 74% 73.4M 0s
09:52:59  10800K .......... .......... .......... .......... .......... 74% 54.3M 0s
09:52:59  10850K .......... .......... .......... .......... .......... 74% 64.9M 0s
09:52:59  10900K .......... .......... .......... .......... .......... 75% 78.3M 0s
09:52:59  10950K .......... .......... .......... .......... .......... 75% 78.9M 0s
09:52:59  11000K .......... .......... .......... .......... .......... 75% 65.2M 0s
09:52:59  11050K .......... .......... .......... .......... .......... 76% 69.6M 0s
09:52:59  11100K .......... .......... .......... .......... .......... 76% 77.5M 0s
09:52:59  11150K .......... .......... .......... .......... .......... 76% 78.0M 0s
09:52:59  11200K .......... .......... .......... .......... .......... 77% 55.8M 0s
09:52:59  11250K .......... .......... .......... .......... .......... 77% 69.6M 0s
09:52:59  11300K .......... .......... .......... .......... .......... 77% 17.8M 0s
09:53:00  11350K .......... .......... .......... .......... .......... 78% 69.2M 0s
09:53:00  11400K .......... .......... .......... .......... .......... 78% 59.7M 0s
09:53:00  11450K .......... .......... .......... .......... .......... 78% 20.1M 0s
09:53:00  11500K .......... .......... .......... .......... .......... 79% 18.4M 0s
09:53:00  11550K .......... .......... .......... .......... .......... 79% 32.5M 0s
09:53:00  11600K .......... .......... .......... .......... .......... 80% 14.9M 0s
09:53:00  11650K .......... .......... .......... .......... .......... 80% 82.2M 0s
09:53:00  11700K .......... .......... .......... .......... .......... 80% 83.6M 0s
09:53:00  11750K .......... .......... .......... .......... .......... 81% 83.3M 0s
09:53:00  11800K .......... .......... .......... .......... .......... 81% 50.9M 0s
09:53:00  11850K .......... .......... .......... .......... .......... 81% 25.6M 0s
09:53:00  11900K .......... .......... .......... .......... .......... 82% 30.3M 0s
09:53:00  11950K .......... .......... .......... .......... .......... 82% 75.0M 0s
09:53:00  12000K .......... .......... .......... .......... .......... 82% 61.5M 0s
09:53:00  12050K .......... .......... .......... .......... .......... 83% 70.1M 0s
09:53:00  12100K .......... .......... .......... .......... .......... 83% 23.7M 0s
09:53:00  12150K .......... .......... .......... .......... .......... 83% 44.2M 0s
09:53:00  12200K .......... .......... .......... .......... .......... 84% 26.0M 0s
09:53:00  12250K .......... .......... .......... .......... .......... 84% 34.2M 0s
09:53:00  12300K .......... .......... .......... .......... .......... 84% 77.0M 0s
09:53:00  12350K .......... .......... .......... .......... .......... 85% 74.8M 0s
09:53:00  12400K .......... .......... .......... .......... .......... 85% 16.3M 0s
09:53:00  12450K .......... .......... .......... .......... .......... 85% 72.9M 0s
09:53:00  12500K .......... .......... .......... .......... .......... 86% 78.1M 0s
09:53:00  12550K .......... .......... .......... .......... .......... 86% 49.7M 0s
09:53:00  12600K .......... .......... .......... .......... .......... 86% 27.4M 0s
09:53:00  12650K .......... .......... .......... .......... .......... 87% 77.4M 0s
09:53:00  12700K .......... .......... .......... .......... .......... 87% 77.7M 0s
09:53:00  12750K .......... .......... .......... .......... .......... 87% 76.4M 0s
09:53:00  12800K .......... .......... .......... .......... .......... 88% 60.5M 0s
09:53:00  12850K .......... .......... .......... .......... .......... 88% 28.5M 0s
09:53:00  12900K .......... .......... .......... .......... .......... 88% 75.4M 0s
09:53:00  12950K .......... .......... .......... .......... .......... 89% 18.2M 0s
09:53:00  13000K .......... .......... .......... .......... .......... 89% 67.4M 0s
09:53:00  13050K .......... .......... .......... .......... .......... 89% 75.1M 0s
09:53:00  13100K .......... .......... .......... .......... .......... 90% 76.0M 0s
09:53:00  13150K .......... .......... .......... .......... .......... 90% 76.8M 0s
09:53:00  13200K .......... .......... .......... .......... .......... 91% 23.0M 0s
09:53:00  13250K .......... .......... .......... .......... .......... 91% 76.7M 0s
09:53:00  13300K .......... .......... .......... .......... .......... 91% 74.7M 0s
09:53:00  13350K .......... .......... .......... .......... .......... 92% 74.4M 0s
09:53:00  13400K .......... .......... .......... .......... .......... 92% 27.6M 0s
09:53:00  13450K .......... .......... .......... .......... .......... 92% 72.9M 0s
09:53:00  13500K .......... .......... .......... .......... .......... 93% 29.2M 0s
09:53:00  13550K .......... .......... .......... .......... .......... 93% 70.0M 0s
09:53:00  13600K .......... .......... .......... .......... .......... 93% 59.7M 0s
09:53:00  13650K .......... .......... .......... .......... .......... 94% 76.1M 0s
09:53:00  13700K .......... .......... .......... .......... .......... 94% 30.6M 0s
09:53:00  13750K .......... .......... .......... .......... .......... 94% 62.4M 0s
09:53:00  13800K .......... .......... .......... .......... .......... 95% 68.6M 0s
09:53:00  13850K .......... .......... .......... .......... .......... 95% 76.4M 0s
09:53:00  13900K .......... .......... .......... .......... .......... 95% 72.4M 0s
09:53:00  13950K .......... .......... .......... .......... .......... 96% 28.7M 0s
09:53:00  14000K .......... .......... .......... .......... .......... 96% 60.7M 0s
09:53:00  14050K .......... .......... .......... .......... .......... 96% 74.9M 0s
09:53:00  14100K .......... .......... .......... .......... .......... 97% 78.3M 0s
09:53:00  14150K .......... .......... .......... .......... .......... 97% 77.1M 0s
09:53:00  14200K .......... .......... .......... .......... .......... 97% 53.3M 0s
09:53:00  14250K .......... .......... .......... .......... .......... 98% 75.6M 0s
09:53:00  14300K .......... .......... .......... .......... .......... 98% 75.3M 0s
09:53:00  14350K .......... .......... .......... .......... .......... 98% 72.9M 0s
09:53:00  14400K .......... .......... .......... .......... .......... 99% 60.2M 0s
09:53:00  14450K .......... .......... .......... .......... .......... 99% 74.3M 0s
09:53:00  14500K .......... .......... .......... .......... .......... 99% 76.3M 0s
09:53:00  14550K ..........                                            100% 74.7M=1.0s
09:53:00 
09:53:00 2021-05-07 07:52:59 (14.3 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
09:53:00 
09:53:00 Removing intermediate container a2e7ff921531
09:53:00  ---> 482d9cb20d60
09:53:00 Step 14/24 : RUN npm config set proxy $http_proxy
09:53:00  ---> Running in ca9f4bc934e1
09:53:02 Removing intermediate container ca9f4bc934e1
09:53:02  ---> 47cd21f34205
09:53:02 Step 15/24 : RUN npm install -g swagger-cli
09:53:02  ---> Running in 134512b352d5
09:53:03 npm WARN invalid config proxy=""
09:53:03 npm WARN invalid config Must be a full url with 'http://'
09:53:03 /usr/bin/swagger-cli -> /usr/lib/node_modules/swagger-cli/swagger-cli.js
09:53:14 npm WARN @apidevtools/swagger-parser@10.0.2 requires a peer of openapi-types@>=7 but none is installed. You must install peer dependencies yourself.
09:53:14 
09:53:14 + swagger-cli@4.0.4
09:53:14 added 46 packages from 27 contributors in 11.221s
09:53:15 Removing intermediate container 134512b352d5
09:53:15  ---> f0efaa6a2d90
09:53:15 Step 16/24 : RUN npm install -g json-refs
09:53:15  ---> Running in 974655c5dc6a
09:53:16 npm WARN invalid config proxy=""
09:53:16 npm WARN invalid config Must be a full url with 'http://'
09:53:16 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
09:53:21 + json-refs@3.0.15
09:53:21 added 44 packages from 43 contributors in 4.292s
09:53:22 Removing intermediate container 974655c5dc6a
09:53:22  ---> 56936b382dfb
09:53:22 Step 17/24 : RUN npm install -g yamljs
09:53:22  ---> Running in 9e9f55bea1ea
09:53:23 npm WARN invalid config proxy=""
09:53:23 npm WARN invalid config Must be a full url with 'http://'
09:53:23 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
09:53:24 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
09:53:24 + yamljs@0.3.0
09:53:24 added 14 packages from 8 contributors in 1.09s
09:53:25 Removing intermediate container 9e9f55bea1ea
09:53:25  ---> 465c114cc595
09:53:25 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
09:53:25  ---> 6e3bb757dca5
09:53:25 Step 19/24 : RUN chmod +x /validate-in-docker.sh
09:53:25  ---> Running in 6980b8b4ce52
09:53:26 Removing intermediate container 6980b8b4ce52
09:53:26  ---> 025b021073e9
09:53:26 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
09:53:26  ---> 54412c22c4d9
09:53:26 Step 21/24 : RUN chmod +x /bin/swg2mrkup
09:53:27  ---> Running in 6d9089378a35
09:53:27 Removing intermediate container 6d9089378a35
09:53:27  ---> 2acd6487dd8c
09:53:27 Step 22/24 : ADD oas2pdf /bin/oas2pdf
09:53:28  ---> e46e0ac8f8e1
09:53:28 Step 23/24 : RUN chmod +x /bin/oas2pdf
09:53:28  ---> Running in c5c37e8e2f2c
09:53:29 Removing intermediate container c5c37e8e2f2c
09:53:29  ---> cfa33854c0fb
09:53:29 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
09:53:29  ---> Running in 6dd535e0962a
09:53:29 Removing intermediate container 6dd535e0962a
09:53:29  ---> 95e63b84f20d
09:53:29 Successfully built 95e63b84f20d
09:53:29 Successfully tagged openapivalidator:latest
09:53:29 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
09:53:29 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol009’: Permission denied
09:53:29 Mounting dir /var/www/html/api/nfv/sol009/61 as /storage
09:53:30 Using filter ''
09:53:30 
09:53:30 Entering dir /work/src
09:53:30 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
09:53:30 --- Merging file.
09:53:31 --- Create PDF...
09:53:32 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
09:53:32 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
09:53:33 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
09:53:33 --- Validation done (0).
09:53:33 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
09:53:33 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
09:53:33 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
09:53:33 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
09:53:33 --- Merging file.
09:53:35 --- Create PDF...
09:53:36 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
09:53:36 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
09:53:37 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
09:53:37 --- Validation done (0).
09:53:37 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
09:53:37 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
09:53:37 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
09:53:37 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
09:53:37 --- Merging file.
09:53:39 --- Create PDF...
09:53:41 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
09:53:41 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
09:53:42 Swagger schema validation failed. 
09:53:42   Data does not match any schemas from 'oneOf' at #/components/requestBodies/ChangeManoEntityInterfaceStateRequest
09:53:42     Missing required property: $ref at #/components/requestBodies/ChangeManoEntityInterfaceStateRequest
09:53:42     Data does not match any schemas from 'oneOf' at #/components/requestBodies/ChangeManoEntityInterfaceStateRequest/content/application/json/schema
09:53:42       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/administrativeStateChange
09:53:42         Data does not match any schemas from 'oneOf' at #/properties/administrativeStateChange/properties/administrativeStateAction
09:53:42           Expected type string but found type null at #/properties/administrativeStateAction/type
09:53:42           Missing required property: $ref at #/properties/administrativeStateAction
09:53:42         Missing required property: $ref at #/properties/administrativeStateChange
09:53:42       Missing required property: $ref at #/content/application/json/schema
09:53:42   Data does not match any schemas from 'oneOf' at #/components/requestBodies/ChangeManoEntityStateRequest
09:53:42     Missing required property: $ref at #/components/requestBodies/ChangeManoEntityStateRequest
09:53:42     Data does not match any schemas from 'oneOf' at #/components/requestBodies/ChangeManoEntityStateRequest/content/application/json/schema
09:53:42       Data does not match any schemas from 'oneOf' at #/content/application/json/schema/properties/administrativeStateChange
09:53:42         Data does not match any schemas from 'oneOf' at #/properties/administrativeStateChange/properties/administrativeStateAction
09:53:42           Expected type string but found type null at #/properties/administrativeStateAction/type
09:53:42           Missing required property: $ref at #/properties/administrativeStateAction
09:53:42         Missing required property: $ref at #/properties/administrativeStateChange
09:53:42       Missing required property: $ref at #/content/application/json/schema
09:53:42  
09:53:42 JSON_OBJECT_VALIDATION_FAILED
09:53:42 --- Validation done (1).
09:53:42 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
09:53:42 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
09:53:42 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
09:53:42 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
09:53:42 --- Merging file.
09:53:43 --- Create PDF...
09:53:44 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
09:53:44 --- Validating ../build/SOL009-APIVersion-API.yaml
09:53:45 ../build/SOL009-APIVersion-API.yaml is valid
09:53:45 --- Validation done (0).
09:53:45 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
09:53:45 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
09:53:45 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
09:53:45 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
09:53:45 --- Merging file.
09:53:45 --- Create PDF...
09:53:47 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
09:53:47 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
09:53:47 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
09:53:48 --- Validation done (0).
09:53:48 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
09:53:48 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
09:53:48 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
09:53:48 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
09:53:48 --- Merging file.
09:53:48 --- Create PDF...
09:53:50 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
09:53:50 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
09:53:50 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
09:53:50 --- Validation done (0).
09:53:50 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
09:53:50 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
09:53:50 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
09:53:50 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
09:53:50 --- Merging file.
09:53:52 --- Create PDF...
09:53:53 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
09:53:53 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
09:53:54 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
09:53:54 --- Validation done (0).
09:53:54 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
09:53:54 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
09:53:54 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
09:53:54 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
09:53:54 --- Merging file.
09:53:55 --- Create PDF...
09:53:57 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
09:53:57 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
09:53:58 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
09:53:58 --- Validation done (0).
09:53:58 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
09:53:58 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
09:53:58 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
09:53:58 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
09:53:58 --- Merging file.
09:53:59 --- Create PDF...
09:54:00 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
09:54:00 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
09:54:01 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
09:54:01 --- Validation done (0).
09:54:01 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
09:54:01 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
09:54:01 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
09:54:01 -- Final validator returns 1.
09:54:01 Build step 'Execute shell' marked build as failure
09:54:01 Skipped archiving because build is not successful
09:54:02 Finished: FAILURE