SuccessConsole Output

18:11:46 Started by GitLab push by ETSI CTI
18:11:46 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003-master
18:11:46 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:11:46 Cloning the remote Git repository
18:11:46 Cloning repository git@forge.etsi.org:nfv/SOL002-SOL003.git
18:11:46  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003-master # timeout=10
18:11:46 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
18:11:46  > git --version # timeout=10
18:11:46 using GIT_SSH to set credentials 
18:11:46  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
18:11:47  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
18:11:47  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:11:47  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
18:11:47 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
18:11:47 using GIT_SSH to set credentials 
18:11:47  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
18:11:47  > git rev-parse remotes/origin/master^{commit} # timeout=10
18:11:47  > git branch -a -v --no-abbrev --contains 616ce0033363b43ee1fc4711f05767a90df2c564 # timeout=10
18:11:47 Checking out Revision 616ce0033363b43ee1fc4711f05767a90df2c564 (origin/master)
18:11:47  > git config core.sparsecheckout # timeout=10
18:11:47  > git checkout -f 616ce0033363b43ee1fc4711f05767a90df2c564
18:11:47 Commit message: "Merge branch '2.6.1-dev' into 'master'"
18:11:47  > git rev-list --no-walk 220ce8243c242a794078d8fed0fbed2b208e612d # timeout=10
18:11:47 [sol002-sol003-master] $ /bin/bash /tmp/jenkins15441297688686564827.sh
18:11:47 rm: cannot remove 'build/*-API.yaml': No such file or directory
18:11:47 rm: cannot remove 'build/*-API.json': No such file or directory
18:11:47 rm: cannot remove 'build/*-API.pdf': No such file or directory
18:11:47 ./build-container.sh: line 7: proxy: command not found
18:11:47 http_proxy is not set
18:11:47 Proxy set to 
18:11:47 Sending build context to Docker daemon  13.31kB

18:11:48 Step 1/24 : FROM alpine:3.6
18:11:49 3.6: Pulling from library/alpine
18:11:49 5a3ea8efae5d: Already exists
18:11:50 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
18:11:50 Status: Downloaded newer image for alpine:3.6
18:11:50  ---> 43773d1dba76
18:11:50 Step 2/24 : RUN env
18:11:50  ---> Running in 3de22ae8b452
18:11:51 HOSTNAME=3de22ae8b452
18:11:51 SHLVL=1
18:11:51 HOME=/root
18:11:51 https_proxy=
18:11:51 http_proxy=
18:11:51 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:11:51 PWD=/
18:11:51 Removing intermediate container 3de22ae8b452
18:11:51  ---> 20d17f1727a1
18:11:51 Step 3/24 : RUN apk update
18:11:51  ---> Running in ec5e1ecc3563
18:11:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
18:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
18:11:56 v3.6.5-44-gda55e27396 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
18:11:56 v3.6.5-34-gf0ba0b43d5 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
18:11:56 OK: 8442 distinct packages available
18:11:57 Removing intermediate container ec5e1ecc3563
18:11:57  ---> 0d65ae05839a
18:11:57 Step 4/24 : RUN apk add bash
18:11:57  ---> Running in 0274e7a541f7
18:11:57 (1/5) Installing ncurses-terminfo-base (6.0_p20171125-r1)
18:11:57 (2/5) Installing ncurses-terminfo (6.0_p20171125-r1)
18:11:59 (3/5) Installing ncurses-libs (6.0_p20171125-r1)
18:12:00 (4/5) Installing readline (6.3.008-r5)
18:12:00 (5/5) Installing bash (4.3.48-r1)
18:12:02 Executing bash-4.3.48-r1.post-install
18:12:02 Executing busybox-1.26.2-r11.trigger
18:12:02 OK: 12 MiB in 18 packages
18:12:03 Removing intermediate container 0274e7a541f7
18:12:03  ---> 1376a83910e6
18:12:03 Step 5/24 : RUN apk add nodejs
18:12:03  ---> Running in c65d6f077488
18:12:04 (1/8) Installing ca-certificates (20161130-r3)
18:12:04 (2/8) Installing libcrypto1.0 (1.0.2r-r0)
18:12:07 (3/8) Installing libgcc (6.3.0-r4)
18:12:07 (4/8) Installing http-parser (2.7.1-r1)
18:12:07 (5/8) Installing libssl1.0 (1.0.2r-r0)
18:12:08 (6/8) Installing libstdc++ (6.3.0-r4)
18:12:10 (7/8) Installing libuv (1.11.0-r1)
18:12:11 (8/8) Installing nodejs (6.10.3-r2)
18:12:40 Executing busybox-1.26.2-r11.trigger
18:12:40 Executing ca-certificates-20161130-r3.trigger
18:12:40 OK: 35 MiB in 26 packages
18:12:41 Removing intermediate container c65d6f077488
18:12:41  ---> 375bf323dab6
18:12:41 Step 6/24 : RUN apk add nodejs-npm
18:12:41  ---> Running in 37698c41c8fb
18:12:42 (1/1) Installing nodejs-npm (6.10.3-r2)
18:12:48 Executing busybox-1.26.2-r11.trigger
18:12:48 OK: 52 MiB in 27 packages
18:12:49 Removing intermediate container 37698c41c8fb
18:12:49  ---> 489adb77cbf1
18:12:49 Step 7/24 : RUN apk add asciidoctor
18:12:49  ---> Running in 99ed4145118f
18:12:50 (1/7) Installing libffi (3.2.1-r3)
18:12:50 (2/7) Installing gdbm (1.12-r0)
18:12:50 (3/7) Installing gmp (6.1.2-r0)
18:12:51 (4/7) Installing yaml (0.1.7-r0)
18:12:52 (5/7) Installing ruby-libs (2.4.6-r0)
18:13:10 (6/7) Installing ruby (2.4.6-r0)
18:13:10 (7/7) Installing asciidoctor (1.5.5-r1)
18:13:10 Executing busybox-1.26.2-r11.trigger
18:13:10 OK: 66 MiB in 34 packages
18:13:11 Removing intermediate container 99ed4145118f
18:13:11  ---> c8109ec49297
18:13:11 Step 8/24 : RUN apk add openjdk8
18:13:12  ---> Running in 2318139668c9
18:13:12 (1/33) Installing libtasn1 (4.10-r3)
18:13:12 (2/33) Installing p11-kit (0.23.2-r1)
18:13:13 (3/33) Installing p11-kit-trust (0.23.2-r1)
18:13:13 (4/33) Installing java-cacerts (1.0-r0)
18:13:13 (5/33) Installing libxau (1.0.8-r1)
18:13:13 (6/33) Installing libbsd (0.8.3-r3)
18:13:13 (7/33) Installing libxdmcp (1.1.2-r3)
18:13:13 (8/33) Installing libxcb (1.12-r0)
18:13:13 (9/33) Installing libx11 (1.6.6-r0)
18:13:17 (10/33) Installing libxcomposite (0.4.4-r0)
18:13:17 (11/33) Installing libxext (1.3.3-r1)
18:13:17 (12/33) Installing libxi (1.7.9-r0)
18:13:17 (13/33) Installing libxrender (0.9.10-r1)
18:13:17 (14/33) Installing libxtst (1.2.3-r0)
18:13:17 (15/33) Installing alsa-lib (1.1.3-r0)
18:13:19 (16/33) Installing libbz2 (1.0.6-r5)
18:13:19 (17/33) Installing libpng (1.6.37-r0)
18:13:19 (18/33) Installing freetype (2.7.1-r2)
18:13:20 (19/33) Installing giflib (5.1.4-r1)
18:13:20 (20/33) Installing libjpeg-turbo (1.5.3-r2)
18:13:21 (21/33) Installing openjdk8-jre-lib (8.212.04-r0)
18:16:31 (22/33) Installing java-common (0.1-r0)
18:16:32 (23/33) Installing krb5-conf (1.0-r1)
18:16:32 (24/33) Installing libcom_err (1.43.4-r0)
18:16:32 (25/33) Installing keyutils-libs (1.5.9-r1)
18:16:32 (26/33) Installing libverto (0.2.5-r2)
18:16:32 (27/33) Installing krb5-libs (1.14.3-r3)
18:16:36 (28/33) Installing lcms2 (2.8-r1)
18:16:37 (29/33) Installing pcsc-lite-libs (1.8.21-r0)
18:16:37 (30/33) Installing lksctp-tools (1.0.17-r0)
18:16:38 (31/33) Installing openjdk8-jre-base (8.212.04-r0)
18:16:58 (32/33) Installing openjdk8-jre (8.212.04-r0)
18:17:00 (33/33) Installing openjdk8 (8.212.04-r0)
18:18:17 Executing busybox-1.26.2-r11.trigger
18:18:17 Executing ca-certificates-20161130-r3.trigger
18:18:17 Executing java-common-0.1-r0.trigger
18:18:17 OK: 155 MiB in 67 packages
18:18:19 Removing intermediate container 2318139668c9
18:18:19  ---> 2ba5facae974
18:18:19 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:18:20  ---> Running in 9c0a0f0baf61
18:18:20 (1/1) Installing wget (1.20.3-r0)
18:18:20 Executing busybox-1.26.2-r11.trigger
18:18:20 OK: 155 MiB in 68 packages
18:18:21 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
18:18:21 Removing intermediate container 9c0a0f0baf61
18:18:21  ---> cf31004910bf
18:18:21 Step 10/24 : RUN apk add openssl
18:18:21  ---> Running in 173d4fe3205c
18:18:22 (1/1) Installing openssl (1.0.2r-r0)
18:18:24 Executing busybox-1.26.2-r11.trigger
18:18:24 Executing ca-certificates-20161130-r3.trigger
18:18:24 OK: 156 MiB in 69 packages
18:18:24 Removing intermediate container 173d4fe3205c
18:18:24  ---> 12667e736fee
18:18:24 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:18:24  ---> Running in 1e19c83279fd
18:18:27 ERROR:  While executing gem ... (NoMethodError)
18:18:27     undefined method `reset' for RDoc::TopLevel:Class
18:18:27 Successfully installed rdoc-6.2.1
18:18:34 Successfully installed rdoc-6.2.1
18:18:34 Parsing documentation for rdoc-6.2.1
18:18:34 Installing ri documentation for rdoc-6.2.1
18:18:34 Done installing documentation for rdoc after 5 seconds
18:18:34 1 gem installed
18:18:35 Removing intermediate container 1e19c83279fd
18:18:35  ---> 25757db59fe6
18:18:35 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:18:35  ---> Running in 88f3eb9f0c5e
18:19:24 Successfully installed pdf-core-0.7.0
18:19:24 Successfully installed ttfunk-1.5.1
18:19:24 Successfully installed prawn-2.2.2
18:19:24 Successfully installed prawn-table-0.2.2
18:19:24 Successfully installed Ascii85-1.0.3
18:19:24 Successfully installed ruby-rc4-0.1.5
18:19:24 Successfully installed hashery-2.1.2
18:19:24 Successfully installed afm-0.2.2
18:19:24 Successfully installed pdf-reader-2.4.0
18:19:24 Successfully installed prawn-templates-0.1.2
18:19:24 Successfully installed public_suffix-4.0.3
18:19:24 Successfully installed addressable-2.7.0
18:19:24 Successfully installed css_parser-1.7.1
18:19:24 Successfully installed prawn-svg-0.30.0
18:19:24 Successfully installed prawn-icon-2.5.0
18:19:24 Successfully installed safe_yaml-1.0.5
18:19:24 Successfully installed thread_safe-0.3.6
18:19:24 Successfully installed concurrent-ruby-1.1.5
18:19:24 Successfully installed polyglot-0.3.5
18:19:24 Successfully installed treetop-1.5.3
18:19:24 Successfully installed asciidoctor-pdf-1.5.0.rc.2
18:19:24 Successfully installed asciidoctor-pdf-cjk-0.1.3
18:19:24 Parsing documentation for pdf-core-0.7.0
18:19:24 Installing ri documentation for pdf-core-0.7.0
18:19:24 Parsing documentation for ttfunk-1.5.1
18:19:24 Installing ri documentation for ttfunk-1.5.1
18:19:24 Parsing documentation for prawn-2.2.2
18:19:24 Installing ri documentation for prawn-2.2.2
18:19:24 Parsing documentation for prawn-table-0.2.2
18:19:24 Installing ri documentation for prawn-table-0.2.2
18:19:24 Parsing documentation for Ascii85-1.0.3
18:19:24 Installing ri documentation for Ascii85-1.0.3
18:19:24 Parsing documentation for ruby-rc4-0.1.5
18:19:24 Installing ri documentation for ruby-rc4-0.1.5
18:19:24 Parsing documentation for hashery-2.1.2
18:19:24 Installing ri documentation for hashery-2.1.2
18:19:24 Parsing documentation for afm-0.2.2
18:19:24 Installing ri documentation for afm-0.2.2
18:19:24 Parsing documentation for pdf-reader-2.4.0
18:19:24 Installing ri documentation for pdf-reader-2.4.0
18:19:24 Parsing documentation for prawn-templates-0.1.2
18:19:24 Installing ri documentation for prawn-templates-0.1.2
18:19:24 Parsing documentation for public_suffix-4.0.3
18:19:24 Installing ri documentation for public_suffix-4.0.3
18:19:24 Parsing documentation for addressable-2.7.0
18:19:24 Installing ri documentation for addressable-2.7.0
18:19:24 Parsing documentation for css_parser-1.7.1
18:19:24 Installing ri documentation for css_parser-1.7.1
18:19:24 Parsing documentation for prawn-svg-0.30.0
18:19:24 Installing ri documentation for prawn-svg-0.30.0
18:19:24 Parsing documentation for prawn-icon-2.5.0
18:19:24 Installing ri documentation for prawn-icon-2.5.0
18:19:24 Parsing documentation for safe_yaml-1.0.5
18:19:24 Installing ri documentation for safe_yaml-1.0.5
18:19:24 Parsing documentation for thread_safe-0.3.6
18:19:24 Installing ri documentation for thread_safe-0.3.6
18:19:24 Parsing documentation for concurrent-ruby-1.1.5
18:19:24 Installing ri documentation for concurrent-ruby-1.1.5
18:19:24 Parsing documentation for polyglot-0.3.5
18:19:24 Installing ri documentation for polyglot-0.3.5
18:19:24 Parsing documentation for treetop-1.5.3
18:19:24 Installing ri documentation for treetop-1.5.3
18:19:24 Parsing documentation for asciidoctor-pdf-1.5.0.rc.2
18:19:24 Installing ri documentation for asciidoctor-pdf-1.5.0.rc.2
18:19:24 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
18:19:24 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
18:19:24 Done installing documentation for pdf-core, ttfunk, prawn, prawn-table, Ascii85, ruby-rc4, hashery, afm, pdf-reader, prawn-templates, public_suffix, addressable, css_parser, prawn-svg, prawn-icon, safe_yaml, thread_safe, concurrent-ruby, polyglot, treetop, asciidoctor-pdf, asciidoctor-pdf-cjk after 20 seconds
18:19:24 22 gems installed
18:19:27 Removing intermediate container 88f3eb9f0c5e
18:19:27  ---> 8ffe886aec18
18:19:27 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:19:27  ---> Running in 4209d826f4a3
18:19:27 --2020-01-22 17:19:28--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:19:27 Resolving forge.etsi.org... 195.238.226.56
18:19:27 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
18:19:27 HTTP request sent, awaiting response... 200 OK
18:19:27 Length: 14909486 (14M) [application/java-archive]
18:19:27 Saving to: 'swagger2markup-cli-1.3.2.jar'
18:19:27 
18:19:27      0K .......... .......... .......... .......... ..........  0% 3.08M 5s
18:19:27     50K .......... .......... .......... .......... ..........  0% 8.99M 3s
18:19:27    100K .......... .......... .......... .......... ..........  1% 6.35M 3s
18:19:27    150K .......... .......... .......... .......... ..........  1% 3.09M 3s
18:19:27    200K .......... .......... .......... .......... ..........  1% 18.4M 3s
18:19:27    250K .......... .......... .......... .......... ..........  2% 5.09M 3s
18:19:27    300K .......... .......... .......... .......... ..........  2% 3.07M 3s
18:19:27    350K .......... .......... .......... .......... ..........  2% 3.12M 3s
18:19:27    400K .......... .......... .......... .......... ..........  3% 2.20M 3s
18:19:27    450K .......... .......... .......... .......... ..........  3% 4.92M 3s
18:19:27    500K .......... .......... .......... .......... ..........  3% 3.07M 3s
18:19:27    550K .......... .......... .......... .......... ..........  4% 3.29M 4s
18:19:27    600K .......... .......... .......... .......... ..........  4% 3.10M 4s
18:19:27    650K .......... .......... .......... .......... ..........  4% 5.12M 3s
18:19:27    700K .......... .......... .......... .......... ..........  5% 3.08M 4s
18:19:27    750K .......... .......... .......... .......... ..........  5% 2.57M 4s
18:19:27    800K .......... .......... .......... .......... ..........  5% 2.78M 4s
18:19:27    850K .......... .......... .......... .......... ..........  6% 3.11M 4s
18:19:28    900K .......... .......... .......... .......... ..........  6% 3.47M 4s
18:19:28    950K .......... .......... .......... .......... ..........  6% 2.79M 4s
18:19:28   1000K .......... .......... .......... .......... ..........  7% 6.88M 4s
18:19:28   1050K .......... .......... .......... .......... ..........  7% 2.88M 4s
18:19:28   1100K .......... .......... .......... .......... ..........  7% 3.16M 4s
18:19:28   1150K .......... .......... .......... .......... ..........  8% 2.35M 4s
18:19:28   1200K .......... .......... .......... .......... ..........  8% 2.45M 4s
18:19:28   1250K .......... .......... .......... .......... ..........  8% 8.61M 4s
18:19:28   1300K .......... .......... .......... .......... ..........  9% 4.56M 4s
18:19:28   1350K .......... .......... .......... .......... ..........  9% 4.01M 4s
18:19:28   1400K .......... .......... .......... .......... ..........  9% 4.09M 4s
18:19:28   1450K .......... .......... .......... .......... .......... 10% 6.25M 4s
18:19:28   1500K .......... .......... .......... .......... .......... 10% 71.8M 3s
18:19:28   1550K .......... .......... .......... .......... .......... 10% 25.9M 3s
18:19:28   1600K .......... .......... .......... .......... .......... 11% 3.68M 3s
18:19:28   1650K .......... .......... .......... .......... .......... 11% 6.88M 3s
18:19:28   1700K .......... .......... .......... .......... .......... 12% 6.93M 3s
18:19:28   1750K .......... .......... .......... .......... .......... 12% 4.97M 3s
18:19:28   1800K .......... .......... .......... .......... .......... 12% 11.6M 3s
18:19:28   1850K .......... .......... .......... .......... .......... 13% 15.2M 3s
18:19:28   1900K .......... .......... .......... .......... .......... 13% 9.78M 3s
18:19:28   1950K .......... .......... .......... .......... .......... 13% 12.6M 3s
18:19:28   2000K .......... .......... .......... .......... .......... 14% 11.4M 3s
18:19:28   2050K .......... .......... .......... .......... .......... 14% 69.1M 3s
18:19:28   2100K .......... .......... .......... .......... .......... 14% 13.8M 3s
18:19:28   2150K .......... .......... .......... .......... .......... 15% 31.9M 3s
18:19:28   2200K .......... .......... .......... .......... .......... 15% 65.9M 3s
18:19:28   2250K .......... .......... .......... .......... .......... 15% 10.6M 3s
18:19:28   2300K .......... .......... .......... .......... .......... 16% 44.0M 2s
18:19:28   2350K .......... .......... .......... .......... .......... 16% 13.5M 2s
18:19:28   2400K .......... .......... .......... .......... .......... 16% 12.0M 2s
18:19:28   2450K .......... .......... .......... .......... .......... 17% 32.8M 2s
18:19:28   2500K .......... .......... .......... .......... .......... 17% 35.2M 2s
18:19:28   2550K .......... .......... .......... .......... .......... 17% 74.2M 2s
18:19:28   2600K .......... .......... .......... .......... .......... 18% 10.1M 2s
18:19:28   2650K .......... .......... .......... .......... .......... 18% 12.8M 2s
18:19:28   2700K .......... .......... .......... .......... .......... 18% 12.7M 2s
18:19:28   2750K .......... .......... .......... .......... .......... 19% 23.5M 2s
18:19:28   2800K .......... .......... .......... .......... .......... 19% 13.5M 2s
18:19:28   2850K .......... .......... .......... .......... .......... 19% 67.8M 2s
18:19:28   2900K .......... .......... .......... .......... .......... 20% 9.79M 2s
18:19:28   2950K .......... .......... .......... .......... .......... 20% 12.7M 2s
18:19:28   3000K .......... .......... .......... .......... .......... 20% 19.7M 2s
18:19:28   3050K .......... .......... .......... .......... .......... 21% 41.6M 2s
18:19:28   3100K .......... .......... .......... .......... .......... 21% 10.5M 2s
18:19:28   3150K .......... .......... .......... .......... .......... 21% 17.0M 2s
18:19:28   3200K .......... .......... .......... .......... .......... 22% 8.67M 2s
18:19:28   3250K .......... .......... .......... .......... .......... 22% 28.9M 2s
18:19:28   3300K .......... .......... .......... .......... .......... 23% 53.8M 2s
18:19:28   3350K .......... .......... .......... .......... .......... 23% 8.92M 2s
18:19:28   3400K .......... .......... .......... .......... .......... 23% 12.6M 2s
18:19:28   3450K .......... .......... .......... .......... .......... 24% 19.2M 2s
18:19:28   3500K .......... .......... .......... .......... .......... 24% 59.2M 2s
18:19:28   3550K .......... .......... .......... .......... .......... 24% 12.8M 2s
18:19:28   3600K .......... .......... .......... .......... .......... 25% 15.5M 2s
18:19:28   3650K .......... .......... .......... .......... .......... 25% 10.9M 2s
18:19:28   3700K .......... .......... .......... .......... .......... 25% 77.8M 2s
18:19:28   3750K .......... .......... .......... .......... .......... 26% 10.2M 2s
18:19:28   3800K .......... .......... .......... .......... .......... 26% 16.2M 2s
18:19:28   3850K .......... .......... .......... .......... .......... 26% 9.95M 2s
18:19:28   3900K .......... .......... .......... .......... .......... 27% 14.3M 2s
18:19:28   3950K .......... .......... .......... .......... .......... 27% 41.1M 2s
18:19:28   4000K .......... .......... .......... .......... .......... 27% 11.6M 2s
18:19:28   4050K .......... .......... .......... .......... .......... 28% 15.0M 1s
18:19:28   4100K .......... .......... .......... .......... .......... 28% 13.8M 1s
18:19:28   4150K .......... .......... .......... .......... .......... 28% 24.4M 1s
18:19:28   4200K .......... .......... .......... .......... .......... 29% 51.8M 1s
18:19:28   4250K .......... .......... .......... .......... .......... 29% 10.7M 1s
18:19:28   4300K .......... .......... .......... .......... .......... 29% 13.6M 1s
18:19:28   4350K .......... .......... .......... .......... .......... 30% 14.0M 1s
18:19:28   4400K .......... .......... .......... .......... .......... 30% 14.9M 1s
18:19:28   4450K .......... .......... .......... .......... .......... 30% 65.5M 1s
18:19:28   4500K .......... .......... .......... .......... .......... 31% 11.1M 1s
18:19:28   4550K .......... .......... .......... .......... .......... 31% 13.2M 1s
18:19:28   4600K .......... .......... .......... .......... .......... 31% 14.4M 1s
18:19:28   4650K .......... .......... .......... .......... .......... 32% 41.6M 1s
18:19:28   4700K .......... .......... .......... .......... .......... 32% 10.1M 1s
18:19:28   4750K .......... .......... .......... .......... .......... 32% 12.4M 1s
18:19:28   4800K .......... .......... .......... .......... .......... 33% 12.5M 1s
18:19:28   4850K .......... .......... .......... .......... .......... 33% 12.5M 1s
18:19:28   4900K .......... .......... .......... .......... .......... 33% 68.0M 1s
18:19:28   4950K .......... .......... .......... .......... .......... 34% 13.0M 1s
18:19:28   5000K .......... .......... .......... .......... .......... 34% 12.7M 1s
18:19:28   5050K .......... .......... .......... .......... .......... 35% 13.2M 1s
18:19:28   5100K .......... .......... .......... .......... .......... 35% 46.8M 1s
18:19:28   5150K .......... .......... .......... .......... .......... 35% 14.3M 1s
18:19:28   5200K .......... .......... .......... .......... .......... 36% 16.4M 1s
18:19:28   5250K .......... .......... .......... .......... .......... 36% 13.3M 1s
18:19:28   5300K .......... .......... .......... .......... .......... 36% 10.2M 1s
18:19:28   5350K .......... .......... .......... .......... .......... 37% 23.6M 1s
18:19:28   5400K .......... .......... .......... .......... .......... 37% 61.7M 1s
18:19:28   5450K .......... .......... .......... .......... .......... 37% 12.4M 1s
18:19:28   5500K .......... .......... .......... .......... .......... 38% 11.4M 1s
18:19:28   5550K .......... .......... .......... .......... .......... 38% 49.9M 1s
18:19:28   5600K .......... .......... .......... .......... .......... 38% 17.7M 1s
18:19:28   5650K .......... .......... .......... .......... .......... 39% 8.32M 1s
18:19:28   5700K .......... .......... .......... .......... .......... 39% 11.4M 1s
18:19:28   5750K .......... .......... .......... .......... .......... 39% 31.3M 1s
18:19:28   5800K .......... .......... .......... .......... .......... 40% 40.9M 1s
18:19:28   5850K .......... .......... .......... .......... .......... 40% 13.5M 1s
18:19:28   5900K .......... .......... .......... .......... .......... 40% 10.0M 1s
18:19:28   5950K .......... .......... .......... .......... .......... 41% 18.2M 1s
18:19:28   6000K .......... .......... .......... .......... .......... 41% 14.4M 1s
18:19:28   6050K .......... .......... .......... .......... .......... 41% 11.0M 1s
18:19:28   6100K .......... .......... .......... .......... .......... 42% 41.2M 1s
18:19:28   6150K .......... .......... .......... .......... .......... 42% 17.2M 1s
18:19:28   6200K .......... .......... .......... .......... .......... 42% 13.3M 1s
18:19:28   6250K .......... .......... .......... .......... .......... 43% 12.6M 1s
18:19:28   6300K .......... .......... .......... .......... .......... 43% 69.0M 1s
18:19:28   6350K .......... .......... .......... .......... .......... 43% 12.6M 1s
18:19:28   6400K .......... .......... .......... .......... .......... 44% 12.9M 1s
18:19:28   6450K .......... .......... .......... .......... .......... 44% 27.8M 1s
18:19:28   6500K .......... .......... .......... .......... .......... 44% 31.1M 1s
18:19:28   6550K .......... .......... .......... .......... .......... 45% 29.0M 1s
18:19:28   6600K .......... .......... .......... .......... .......... 45% 65.9M 1s
18:19:28   6650K .......... .......... .......... .......... .......... 46% 77.0M 1s
18:19:28   6700K .......... .......... .......... .......... .......... 46% 35.6M 1s
18:19:28   6750K .......... .......... .......... .......... .......... 46% 40.6M 1s
18:19:28   6800K .......... .......... .......... .......... .......... 47% 27.7M 1s
18:19:28   6850K .......... .......... .......... .......... .......... 47% 34.1M 1s
18:19:28   6900K .......... .......... .......... .......... .......... 47% 21.5M 1s
18:19:28   6950K .......... .......... .......... .......... .......... 48% 47.0M 1s
18:19:28   7000K .......... .......... .......... .......... .......... 48% 55.1M 1s
18:19:28   7050K .......... .......... .......... .......... .......... 48% 75.5M 1s
18:19:28   7100K .......... .......... .......... .......... .......... 49% 74.3M 1s
18:19:28   7150K .......... .......... .......... .......... .......... 49% 38.5M 1s
18:19:28   7200K .......... .......... .......... .......... .......... 49% 26.7M 1s
18:19:28   7250K .......... .......... .......... .......... .......... 50% 26.8M 1s
18:19:28   7300K .......... .......... .......... .......... .......... 50% 40.8M 1s
18:19:28   7350K .......... .......... .......... .......... .......... 50% 34.9M 1s
18:19:28   7400K .......... .......... .......... .......... .......... 51% 68.9M 1s
18:19:28   7450K .......... .......... .......... .......... .......... 51% 75.7M 1s
18:19:28   7500K .......... .......... .......... .......... .......... 51% 35.0M 1s
18:19:28   7550K .......... .......... .......... .......... .......... 52% 31.7M 1s
18:19:28   7600K .......... .......... .......... .......... .......... 52% 49.0M 1s
18:19:28   7650K .......... .......... .......... .......... .......... 52% 37.0M 1s
18:19:28   7700K .......... .......... .......... .......... .......... 53% 32.8M 1s
18:19:28   7750K .......... .......... .......... .......... .......... 53% 39.5M 1s
18:19:28   7800K .......... .......... .......... .......... .......... 53% 36.8M 1s
18:19:28   7850K .......... .......... .......... .......... .......... 54% 36.9M 1s
18:19:28   7900K .......... .......... .......... .......... .......... 54% 70.9M 1s
18:19:28   7950K .......... .......... .......... .......... .......... 54% 64.3M 1s
18:19:28   8000K .......... .......... .......... .......... .......... 55% 55.4M 1s
18:19:28   8050K .......... .......... .......... .......... .......... 55% 26.6M 1s
18:19:28   8100K .......... .......... .......... .......... .......... 55% 71.5M 1s
18:19:28   8150K .......... .......... .......... .......... .......... 56% 67.9M 1s
18:19:28   8200K .......... .......... .......... .......... .......... 56% 27.8M 1s
18:19:28   8250K .......... .......... .......... .......... .......... 57% 64.3M 1s
18:19:28   8300K .......... .......... .......... .......... .......... 57% 30.2M 1s
18:19:28   8350K .......... .......... .......... .......... .......... 57% 53.0M 1s
18:19:28   8400K .......... .......... .......... .......... .......... 58% 26.0M 1s
18:19:28   8450K .......... .......... .......... .......... .......... 58% 59.4M 1s
18:19:28   8500K .......... .......... .......... .......... .......... 58% 29.6M 1s
18:19:28   8550K .......... .......... .......... .......... .......... 59% 24.8M 1s
18:19:28   8600K .......... .......... .......... .......... .......... 59% 28.9M 1s
18:19:28   8650K .......... .......... .......... .......... .......... 59% 45.1M 1s
18:19:28   8700K .......... .......... .......... .......... .......... 60% 29.6M 1s
18:19:28   8750K .......... .......... .......... .......... .......... 60% 46.6M 1s
18:19:28   8800K .......... .......... .......... .......... .......... 60% 37.5M 1s
18:19:28   8850K .......... .......... .......... .......... .......... 61% 55.1M 1s
18:19:28   8900K .......... .......... .......... .......... .......... 61% 73.1M 0s
18:19:28   8950K .......... .......... .......... .......... .......... 61% 27.9M 0s
18:19:28   9000K .......... .......... .......... .......... .......... 62% 26.1M 0s
18:19:28   9050K .......... .......... .......... .......... .......... 62% 45.7M 0s
18:19:28   9100K .......... .......... .......... .......... .......... 62% 66.1M 0s
18:19:28   9150K .......... .......... .......... .......... .......... 63% 32.3M 0s
18:19:28   9200K .......... .......... .......... .......... .......... 63% 35.3M 0s
18:19:28   9250K .......... .......... .......... .......... .......... 63% 44.3M 0s
18:19:28   9300K .......... .......... .......... .......... .......... 64% 77.6M 0s
18:19:28   9350K .......... .......... .......... .......... .......... 64% 77.6M 0s
18:19:28   9400K .......... .......... .......... .......... .......... 64% 72.6M 0s
18:19:28   9450K .......... .......... .......... .......... .......... 65% 80.1M 0s
18:19:28   9500K .......... .......... .......... .......... .......... 65% 31.3M 0s
18:19:28   9550K .......... .......... .......... .......... .......... 65% 19.2M 0s
18:19:28   9600K .......... .......... .......... .......... .......... 66% 45.2M 0s
18:19:28   9650K .......... .......... .......... .......... .......... 66% 73.7M 0s
18:19:28   9700K .......... .......... .......... .......... .......... 66% 33.5M 0s
18:19:28   9750K .......... .......... .......... .......... .......... 67% 67.7M 0s
18:19:28   9800K .......... .......... .......... .......... .......... 67% 71.3M 0s
18:19:28   9850K .......... .......... .......... .......... .......... 67% 70.2M 0s
18:19:28   9900K .......... .......... .......... .......... .......... 68% 49.6M 0s
18:19:28   9950K .......... .......... .......... .......... .......... 68% 31.3M 0s
18:19:28  10000K .......... .......... .......... .......... .......... 69% 25.6M 0s
18:19:28  10050K .......... .......... .......... .......... .......... 69% 32.2M 0s
18:19:28  10100K .......... .......... .......... .......... .......... 69% 42.4M 0s
18:19:28  10150K .......... .......... .......... .......... .......... 70% 74.3M 0s
18:19:28  10200K .......... .......... .......... .......... .......... 70% 69.3M 0s
18:19:28  10250K .......... .......... .......... .......... .......... 70% 31.1M 0s
18:19:28  10300K .......... .......... .......... .......... .......... 71% 58.2M 0s
18:19:28  10350K .......... .......... .......... .......... .......... 71% 32.1M 0s
18:19:28  10400K .......... .......... .......... .......... .......... 71% 45.5M 0s
18:19:28  10450K .......... .......... .......... .......... .......... 72% 76.1M 0s
18:19:28  10500K .......... .......... .......... .......... .......... 72% 75.3M 0s
18:19:28  10550K .......... .......... .......... .......... .......... 72% 76.3M 0s
18:19:28  10600K .......... .......... .......... .......... .......... 73% 71.5M 0s
18:19:28  10650K .......... .......... .......... .......... .......... 73% 72.9M 0s
18:19:28  10700K .......... .......... .......... .......... .......... 73% 74.9M 0s
18:19:28  10750K .......... .......... .......... .......... .......... 74% 74.9M 0s
18:19:28  10800K .......... .......... .......... .......... .......... 74% 58.5M 0s
18:19:28  10850K .......... .......... .......... .......... .......... 74% 73.9M 0s
18:19:28  10900K .......... .......... .......... .......... .......... 75% 75.7M 0s
18:19:28  10950K .......... .......... .......... .......... .......... 75% 73.2M 0s
18:19:28  11000K .......... .......... .......... .......... .......... 75% 69.9M 0s
18:19:28  11050K .......... .......... .......... .......... .......... 76% 77.3M 0s
18:19:28  11100K .......... .......... .......... .......... .......... 76% 75.5M 0s
18:19:28  11150K .......... .......... .......... .......... .......... 76% 76.9M 0s
18:19:28  11200K .......... .......... .......... .......... .......... 77% 60.2M 0s
18:19:28  11250K .......... .......... .......... .......... .......... 77% 47.8M 0s
18:19:28  11300K .......... .......... .......... .......... .......... 77% 63.5M 0s
18:19:28  11350K .......... .......... .......... .......... .......... 78% 65.1M 0s
18:19:28  11400K .......... .......... .......... .......... .......... 78% 58.9M 0s
18:19:28  11450K .......... .......... .......... .......... .......... 78% 67.8M 0s
18:19:28  11500K .......... .......... .......... .......... .......... 79% 62.9M 0s
18:19:28  11550K .......... .......... .......... .......... .......... 79% 61.2M 0s
18:19:28  11600K .......... .......... .......... .......... .......... 80% 52.5M 0s
18:19:28  11650K .......... .......... .......... .......... .......... 80% 72.4M 0s
18:19:28  11700K .......... .......... .......... .......... .......... 80% 60.1M 0s
18:19:28  11750K .......... .......... .......... .......... .......... 81% 68.0M 0s
18:19:28  11800K .......... .......... .......... .......... .......... 81% 67.7M 0s
18:19:28  11850K .......... .......... .......... .......... .......... 81% 74.3M 0s
18:19:28  11900K .......... .......... .......... .......... .......... 82% 77.8M 0s
18:19:28  11950K .......... .......... .......... .......... .......... 82% 57.8M 0s
18:19:28  12000K .......... .......... .......... .......... .......... 82% 49.7M 0s
18:19:28  12050K .......... .......... .......... .......... .......... 83% 63.8M 0s
18:19:28  12100K .......... .......... .......... .......... .......... 83% 63.1M 0s
18:19:28  12150K .......... .......... .......... .......... .......... 83% 66.8M 0s
18:19:28  12200K .......... .......... .......... .......... .......... 84% 56.2M 0s
18:19:28  12250K .......... .......... .......... .......... .......... 84% 59.4M 0s
18:19:28  12300K .......... .......... .......... .......... .......... 84% 64.4M 0s
18:19:28  12350K .......... .......... .......... .......... .......... 85% 74.5M 0s
18:19:28  12400K .......... .......... .......... .......... .......... 85% 61.5M 0s
18:19:28  12450K .......... .......... .......... .......... .......... 85% 78.3M 0s
18:19:28  12500K .......... .......... .......... .......... .......... 86% 67.3M 0s
18:19:28  12550K .......... .......... .......... .......... .......... 86% 62.1M 0s
18:19:28  12600K .......... .......... .......... .......... .......... 86% 67.1M 0s
18:19:28  12650K .......... .......... .......... .......... .......... 87% 71.8M 0s
18:19:28  12700K .......... .......... .......... .......... .......... 87% 64.1M 0s
18:19:28  12750K .......... .......... .......... .......... .......... 87% 64.3M 0s
18:19:28  12800K .......... .......... .......... .......... .......... 88% 49.0M 0s
18:19:28  12850K .......... .......... .......... .......... .......... 88% 62.5M 0s
18:19:28  12900K .......... .......... .......... .......... .......... 88% 65.2M 0s
18:19:28  12950K .......... .......... .......... .......... .......... 89% 63.7M 0s
18:19:28  13000K .......... .......... .......... .......... .......... 89% 63.9M 0s
18:19:28  13050K .......... .......... .......... .......... .......... 89% 58.8M 0s
18:19:28  13100K .......... .......... .......... .......... .......... 90% 60.6M 0s
18:19:28  13150K .......... .......... .......... .......... .......... 90% 68.0M 0s
18:19:28  13200K .......... .......... .......... .......... .......... 91% 48.8M 0s
18:19:28  13250K .......... .......... .......... .......... .......... 91% 61.1M 0s
18:19:28  13300K .......... .......... .......... .......... .......... 91% 61.2M 0s
18:19:28  13350K .......... .......... .......... .......... .......... 92% 62.2M 0s
18:19:28  13400K .......... .......... .......... .......... .......... 92% 67.9M 0s
18:19:28  13450K .......... .......... .......... .......... .......... 92% 61.1M 0s
18:19:28  13500K .......... .......... .......... .......... .......... 93% 62.8M 0s
18:19:28  13550K .......... .......... .......... .......... .......... 93% 61.3M 0s
18:19:28  13600K .......... .......... .......... .......... .......... 93% 52.7M 0s
18:19:28  13650K .......... .......... .......... .......... .......... 94% 70.6M 0s
18:19:28  13700K .......... .......... .......... .......... .......... 94% 59.1M 0s
18:19:28  13750K .......... .......... .......... .......... .......... 94% 60.9M 0s
18:19:28  13800K .......... .......... .......... .......... .......... 95% 57.4M 0s
18:19:28  13850K .......... .......... .......... .......... .......... 95% 61.2M 0s
18:19:28  13900K .......... .......... .......... .......... .......... 95% 60.7M 0s
18:19:28  13950K .......... .......... .......... .......... .......... 96% 69.8M 0s
18:19:28  14000K .......... .......... .......... .......... .......... 96% 59.1M 0s
18:19:28  14050K .......... .......... .......... .......... .......... 96% 72.6M 0s
18:19:28  14100K .......... .......... .......... .......... .......... 97% 70.6M 0s
18:19:28  14150K .......... .......... .......... .......... .......... 97% 73.9M 0s
18:19:28  14200K .......... .......... .......... .......... .......... 97% 71.1M 0s
18:19:28  14250K .......... .......... .......... .......... .......... 98% 74.7M 0s
18:19:28  14300K .......... .......... .......... .......... .......... 98% 70.1M 0s
18:19:28  14350K .......... .......... .......... .......... .......... 98% 78.5M 0s
18:19:28  14400K .......... .......... .......... .......... .......... 99% 63.1M 0s
18:19:28  14450K .......... .......... .......... .......... .......... 99% 79.8M 0s
18:19:28  14500K .......... .......... .......... .......... .......... 99% 72.9M 0s
18:19:28  14550K ..........                                            100% 94.1M=0.9s
18:19:28 
18:19:28 2020-01-22 17:19:29 (16.0 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
18:19:28 
18:19:28 Removing intermediate container 4209d826f4a3
18:19:29  ---> 159066a374be
18:19:29 Step 14/24 : RUN npm config set proxy $http_proxy
18:19:29  ---> Running in 41b0cd414df7
18:19:31 Removing intermediate container 41b0cd414df7
18:19:31  ---> d8523982828e
18:19:31 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
18:19:31  ---> Running in e6989b1c17af
18:19:32 npm WARN invalid config proxy=""
18:19:32 npm WARN invalid config Must be a full url with 'http://'
18:19:32 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
18:19:35 npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
18:19:44 /usr/bin/swagger-tools -> /usr/lib/node_modules/swagger-tools/bin/swagger-tools
18:19:50 
18:19:50 > core-js@2.6.11 postinstall /usr/lib/node_modules/swagger-tools/node_modules/core-js
18:19:50 > node -e "try{require('./postinstall')}catch(e){}"
18:19:50 
18:19:50 /usr/lib
18:19:50 `-- swagger-tools@0.10.3 
18:19:50   +-- async@2.6.3 
18:19:50   +-- body-parser@1.18.2 
18:19:50   | +-- bytes@3.0.0 
18:19:50   | +-- content-type@1.0.4 
18:19:50   | +-- debug@2.6.9 
18:19:50   | | `-- ms@2.0.0 
18:19:50   | +-- depd@1.1.2 
18:19:50   | +-- http-errors@1.6.3 
18:19:50   | | +-- inherits@2.0.3 
18:19:50   | | +-- setprototypeof@1.1.0 
18:19:50   | | `-- statuses@1.5.0 
18:19:50   | +-- iconv-lite@0.4.19 
18:19:50   | +-- on-finished@2.3.0 
18:19:50   | | `-- ee-first@1.1.1 
18:19:50   | +-- qs@6.5.1 
18:19:50   | +-- raw-body@2.3.2 
18:19:50   | | +-- http-errors@1.6.2 
18:19:50   | | | +-- depd@1.1.1 
18:19:50   | | | `-- setprototypeof@1.0.3 
18:19:50   | | `-- unpipe@1.0.0 
18:19:50   | `-- type-is@1.6.18 
18:19:50   |   +-- media-typer@0.3.0 
18:19:50   |   `-- mime-types@2.1.26 
18:19:50   |     `-- mime-db@1.43.0 
18:19:50   +-- commander@2.20.3 
18:19:50   +-- debug@3.2.6 
18:19:50   | `-- ms@2.1.2 
18:19:50   +-- js-yaml@3.13.1 
18:19:50   | +-- argparse@1.0.10 
18:19:50   | | `-- sprintf-js@1.0.3 
18:19:50   | `-- esprima@4.0.1 
18:19:50   +-- json-refs@3.0.13 
18:19:50   | +-- commander@2.19.0 
18:19:50   | +-- graphlib@2.1.8 
18:19:50   | +-- native-promise-only@0.8.1 
18:19:50   | +-- path-loader@1.0.10 
18:19:50   | +-- slash@2.0.0 
18:19:50   | `-- uri-js@4.2.2 
18:19:50   |   `-- punycode@2.1.1 
18:19:50   +-- lodash@4.17.15 
18:19:50   +-- multer@1.4.2 
18:19:50   | +-- append-field@1.0.0 
18:19:50   | +-- busboy@0.2.14 
18:19:50   | | +-- dicer@0.2.5 
18:19:50   | | | +-- readable-stream@1.1.14 
18:19:50   | | | | +-- isarray@0.0.1 
18:19:50   | | | | `-- string_decoder@0.10.31 
18:19:50   | | | `-- streamsearch@0.1.2 
18:19:50   | | `-- readable-stream@1.1.14 
18:19:50   | |   +-- isarray@0.0.1 
18:19:50   | |   `-- string_decoder@0.10.31 
18:19:50   | +-- concat-stream@1.6.2 
18:19:50   | | +-- buffer-from@1.1.1 
18:19:50   | | `-- typedarray@0.0.6 
18:19:50   | +-- mkdirp@0.5.1 
18:19:50   | | `-- minimist@0.0.8 
18:19:50   | +-- object-assign@4.1.1 
18:19:50   | `-- xtend@4.0.2 
18:19:50   +-- parseurl@1.3.3 
18:19:50   +-- path-to-regexp@2.4.0 
18:19:50   +-- qs@6.9.1 
18:19:50   +-- serve-static@1.14.1 
18:19:50   | +-- encodeurl@1.0.2 
18:19:50   | +-- escape-html@1.0.3 
18:19:50   | `-- send@0.17.1 
18:19:50   |   +-- debug@2.6.9 
18:19:50   |   | `-- ms@2.0.0 
18:19:50   |   +-- destroy@1.0.4 
18:19:50   |   +-- etag@1.8.1 
18:19:50   |   +-- fresh@0.5.2 
18:19:50   |   +-- http-errors@1.7.3 
18:19:50   |   | +-- inherits@2.0.4 
18:19:50   |   | +-- setprototypeof@1.1.1 
18:19:50   |   | `-- toidentifier@1.0.0 
18:19:50   |   +-- ms@2.1.1 
18:19:50   |   `-- range-parser@1.2.1 
18:19:50   +-- spark-md5@3.0.0 
18:19:50   +-- string@3.3.3 
18:19:50   +-- superagent@3.8.3 
18:19:50   | +-- component-emitter@1.3.0 
18:19:50   | +-- cookiejar@2.1.2 
18:19:50   | +-- extend@3.0.2 
18:19:50   | +-- form-data@2.5.1 
18:19:50   | | +-- asynckit@0.4.0 
18:19:50   | | `-- combined-stream@1.0.8 
18:19:50   | |   `-- delayed-stream@1.0.0 
18:19:50   | +-- formidable@1.2.1 
18:19:50   | +-- methods@1.1.2 
18:19:50   | +-- mime@1.6.0 
18:19:50   | `-- readable-stream@2.3.7 
18:19:50   |   +-- core-util-is@1.0.2 
18:19:50   |   +-- isarray@1.0.0 
18:19:50   |   +-- process-nextick-args@2.0.1 
18:19:50   |   +-- safe-buffer@5.1.2 
18:19:50   |   +-- string_decoder@1.1.1 
18:19:50   |   `-- util-deprecate@1.0.2 
18:19:50   +-- swagger-converter@0.1.7 
18:19:50   | `-- lodash.clonedeep@2.4.1 
18:19:50   |   +-- lodash._baseclone@2.4.1 
18:19:50   |   | +-- lodash._getarray@2.4.1 
18:19:50   |   | | `-- lodash._arraypool@2.4.1 
18:19:50   |   | +-- lodash._releasearray@2.4.1 
18:19:50   |   | | `-- lodash._maxpoolsize@2.4.1 
18:19:50   |   | +-- lodash._slice@2.4.1 
18:19:50   |   | +-- lodash.assign@2.4.1 
18:19:50   |   | | +-- lodash._objecttypes@2.4.1 
18:19:50   |   | | `-- lodash.keys@2.4.1 
18:19:50   |   | |   `-- lodash._shimkeys@2.4.1 
18:19:50   |   | +-- lodash.foreach@2.4.1 
18:19:50   |   | +-- lodash.forown@2.4.1 
18:19:50   |   | +-- lodash.isarray@2.4.1 
18:19:50   |   | | `-- lodash._isnative@2.4.1 
18:19:50   |   | `-- lodash.isobject@2.4.1 
18:19:50   |   `-- lodash._basecreatecallback@2.4.1 
18:19:50   |     +-- lodash._setbinddata@2.4.1 
18:19:50   |     | `-- lodash.noop@2.4.1 
18:19:50   |     +-- lodash.bind@2.4.1 
18:19:50   |     | `-- lodash._createwrapper@2.4.1 
18:19:50   |     |   +-- lodash._basebind@2.4.1 
18:19:50   |     |   | `-- lodash._basecreate@2.4.1 
18:19:50   |     |   +-- lodash._basecreatewrapper@2.4.1 
18:19:50   |     |   `-- lodash.isfunction@2.4.1 
18:19:50   |     +-- lodash.identity@2.4.1 
18:19:50   |     `-- lodash.support@2.4.1 
18:19:50   +-- traverse@0.6.6 
18:19:50   `-- z-schema@3.25.1 
18:19:50     +-- core-js@2.6.11 
18:19:50     +-- lodash.get@4.4.2 
18:19:50     +-- lodash.isequal@4.5.0 
18:19:50     `-- validator@10.11.0 
18:19:50 
18:19:53 Removing intermediate container e6989b1c17af
18:19:53  ---> fa68014fd0e1
18:19:53 Step 16/24 : RUN npm install -g json-refs@3.0.4
18:19:53  ---> Running in 91f1beed34d8
18:19:54 npm WARN invalid config proxy=""
18:19:54 npm WARN invalid config Must be a full url with 'http://'
18:19:54 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
18:19:56 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
18:19:59 /usr/lib
18:19:59 `-- json-refs@3.0.4 
18:19:59   +-- commander@2.11.0 
18:19:59   +-- graphlib@2.1.8 
18:19:59   +-- js-yaml@3.13.1 
18:19:59   | +-- argparse@1.0.10 
18:19:59   | | `-- sprintf-js@1.0.3 
18:19:59   | `-- esprima@4.0.1 
18:19:59   +-- lodash@4.17.15 
18:19:59   +-- native-promise-only@0.8.1 
18:19:59   +-- path-loader@1.0.10 
18:19:59   | `-- superagent@3.8.3 
18:19:59   |   +-- component-emitter@1.3.0 
18:19:59   |   +-- cookiejar@2.1.2 
18:19:59   |   +-- debug@3.2.6 
18:19:59   |   | `-- ms@2.1.2 
18:19:59   |   +-- extend@3.0.2 
18:19:59   |   +-- form-data@2.5.1 
18:19:59   |   | +-- asynckit@0.4.0 
18:19:59   |   | +-- combined-stream@1.0.8 
18:19:59   |   | | `-- delayed-stream@1.0.0 
18:19:59   |   | `-- mime-types@2.1.26 
18:19:59   |   |   `-- mime-db@1.43.0 
18:19:59   |   +-- formidable@1.2.1 
18:19:59   |   +-- methods@1.1.2 
18:19:59   |   +-- mime@1.6.0 
18:19:59   |   +-- qs@6.9.1 
18:19:59   |   `-- readable-stream@2.3.7 
18:19:59   |     +-- core-util-is@1.0.2 
18:19:59   |     +-- inherits@2.0.4 
18:19:59   |     +-- isarray@1.0.0 
18:19:59   |     +-- process-nextick-args@2.0.1 
18:19:59   |     +-- safe-buffer@5.1.2 
18:19:59   |     +-- string_decoder@1.1.1 
18:19:59   |     `-- util-deprecate@1.0.2 
18:19:59   +-- slash@1.0.0 
18:19:59   `-- uri-js@3.0.2 
18:19:59     `-- punycode@2.1.1 
18:19:59 
18:20:00 Removing intermediate container 91f1beed34d8
18:20:00  ---> 883e6a402eea
18:20:00 Step 17/24 : RUN npm install -g yamljs@0.3.0
18:20:00  ---> Running in 9fc188cbbbe1
18:20:01 npm WARN invalid config proxy=""
18:20:01 npm WARN invalid config Must be a full url with 'http://'
18:20:01 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
18:20:04 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
18:20:04 /usr/lib
18:20:04 `-- yamljs@0.3.0 
18:20:04   +-- argparse@1.0.10 
18:20:04   | `-- sprintf-js@1.0.3 
18:20:04   `-- glob@7.1.6 
18:20:04     +-- fs.realpath@1.0.0 
18:20:04     +-- inflight@1.0.6 
18:20:04     | `-- wrappy@1.0.2 
18:20:04     +-- inherits@2.0.4 
18:20:04     +-- minimatch@3.0.4 
18:20:04     | `-- brace-expansion@1.1.11 
18:20:04     |   +-- balanced-match@1.0.0 
18:20:04     |   `-- concat-map@0.0.1 
18:20:04     +-- once@1.4.0 
18:20:04     `-- path-is-absolute@1.0.1 
18:20:04 
18:20:05 Removing intermediate container 9fc188cbbbe1
18:20:05  ---> 7e61f1fc7e44
18:20:05 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:20:05  ---> fa781468f5cb
18:20:05 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:20:05  ---> Running in 236da060d736
18:20:06 Removing intermediate container 236da060d736
18:20:06  ---> 57fcc040bfa8
18:20:06 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:20:07  ---> 137791ceed8b
18:20:07 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:20:07  ---> Running in a805478748c6
18:20:08 Removing intermediate container a805478748c6
18:20:08  ---> 1565f97b9714
18:20:08 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:20:08  ---> beb9b8a9ee68
18:20:08 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:20:08  ---> Running in 36de1d136c3c
18:20:09 Removing intermediate container 36de1d136c3c
18:20:09  ---> 599b4d8c6b5d
18:20:09 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
18:20:10  ---> Running in b591755f4c65
18:20:10 Removing intermediate container b591755f4c65
18:20:10  ---> 9b03856e1061
18:20:10 Successfully built 9b03856e1061
18:20:10 Successfully tagged openapivalidator:latest
18:20:10 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003-master as /work
18:20:10 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003-master’: Permission denied
18:20:10 Mounting dir /var/www/html/api/nfv/sol002-sol003-master/45 as /storage
18:20:11 Using filter ''
18:20:11 
18:20:11 Entering dir /work/src
18:20:11 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
18:20:11 --- Merging file.
18:20:12 --- Create PDF...
18:20:38 --- Validating ../build/SOL003-VNFIndicator-API.yaml
18:20:40 --- Validation done (0).
18:20:40 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
18:20:40 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
18:20:40 '../build/SOL003-VNFIndicator-API.pdf' -> '/storage/SOL003-VNFIndicator-API.pdf'
18:20:40 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
18:20:40 --- Merging file.
18:20:41 --- Create PDF...
18:20:51 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
18:20:52 --- Validation done (0).
18:20:52 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
18:20:52 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
18:20:52 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
18:20:52 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
18:20:52 --- Merging file.
18:20:55 --- Create PDF...
18:22:25 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
18:22:27 --- Validation done (0).
18:22:27 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
18:22:27 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
18:22:27 '../build/SOL003-VNFLifecycleManagement-API.pdf' -> '/storage/SOL003-VNFLifecycleManagement-API.pdf'
18:22:27 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
18:22:27 --- Merging file.
18:22:29 --- Create PDF...
18:22:46 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
18:22:47 --- Validation done (0).
18:22:47 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
18:22:47 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
18:22:47 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
18:22:47 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
18:22:47 --- Merging file.
18:22:48 --- Create PDF...
18:23:14 --- Validating ../build/SOL003-APIVersion-API.yaml
18:23:15 --- Validation done (0).
18:23:15 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
18:23:15 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
18:23:15 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
18:23:15 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
18:23:15 --- Merging file.
18:23:17 --- Create PDF...
18:23:31 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
18:23:32 --- Validation done (0).
18:23:32 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
18:23:32 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
18:23:32 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
18:23:32 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
18:23:32 --- Merging file.
18:23:33 --- Create PDF...
18:23:40 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
18:23:41 --- Validation done (0).
18:23:41 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
18:23:41 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
18:23:41 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
18:23:41 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
18:23:41 --- Merging file.
18:23:43 --- Create PDF...
18:24:10 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
18:24:12 --- Validation done (0).
18:24:12 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
18:24:12 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
18:24:12 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
18:24:12 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
18:24:12 --- Merging file.
18:24:13 --- Create PDF...
18:24:29 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
18:24:30 --- Validation done (0).
18:24:30 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
18:24:30 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
18:24:30 '../build/SOL003-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.pdf'
18:24:30 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
18:24:30 --- Merging file.
18:24:32 --- Create PDF...
18:24:50 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
18:24:51 --- Validation done (0).
18:24:51 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
18:24:51 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
18:24:51 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
18:24:51 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
18:24:51 --- Merging file.
18:24:53 --- Create PDF...
18:25:38 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
18:25:39 --- Validation done (0).
18:25:39 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
18:25:39 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
18:25:39 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
18:25:39 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
18:25:39 --- Merging file.
18:25:41 --- Create PDF...
18:25:51 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
18:25:52 --- Validation done (0).
18:25:52 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
18:25:52 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
18:25:52 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
18:25:52 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
18:25:52 --- Merging file.
18:25:54 --- Create PDF...
18:26:36 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
18:26:37 --- Validation done (0).
18:26:37 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
18:26:37 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
18:26:37 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
18:26:37 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
18:26:37 --- Merging file.
18:26:39 --- Create PDF...
18:27:08 --- Validating ../build/SOL002-VNFIndicator-API.yaml
18:27:09 --- Validation done (0).
18:27:09 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
18:27:09 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
18:27:09 '../build/SOL002-VNFIndicator-API.pdf' -> '/storage/SOL002-VNFIndicator-API.pdf'
18:27:09 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
18:27:09 --- Merging file.
18:27:11 --- Create PDF...
18:27:25 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
18:27:26 --- Validation done (0).
18:27:26 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
18:27:26 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
18:27:26 '../build/SOL002-VNFConfiguration-API.pdf' -> '/storage/SOL002-VNFConfiguration-API.pdf'
18:27:26 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
18:27:26 --- Merging file.
18:27:29 --- Create PDF...
18:29:07 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
18:29:09 --- Validation done (0).
18:29:09 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
18:29:09 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
18:29:09 '../build/SOL002-VNFLifecycleManagement-API.pdf' -> '/storage/SOL002-VNFLifecycleManagement-API.pdf'
18:29:09 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
18:29:09 --- Merging file.
18:29:11 --- Create PDF...
18:29:30 --- Validating ../build/SOL002-APIVersion-API.yaml
18:29:31 --- Validation done (0).
18:29:31 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
18:29:31 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
18:29:31 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
18:29:31 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
18:29:31 --- Merging file.
18:29:32 --- Create PDF...
18:29:46 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
18:29:48 --- Validation done (0).
18:29:48 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
18:29:48 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
18:29:48 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
18:29:48 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
18:29:48 --- Merging file.
18:29:49 --- Create PDF...
18:29:55 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
18:29:56 --- Validation done (0).
18:29:56 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
18:29:56 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
18:29:56 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
18:29:56 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
18:29:56 --- Merging file.
18:29:58 --- Create PDF...
18:30:32 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
18:30:33 --- Validation done (0).
18:30:33 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
18:30:33 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
18:30:33 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
18:30:33 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
18:30:33 --- Merging file.
18:30:35 --- Create PDF...
18:30:51 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
18:30:53 --- Validation done (0).
18:30:53 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
18:30:53 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
18:30:53 '../build/SOL002-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.pdf'
18:30:53 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
18:30:53 --- Merging file.
18:30:54 --- Create PDF...
18:31:04 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
18:31:05 --- Validation done (0).
18:31:05 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
18:31:05 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
18:31:05 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
18:31:05 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
18:31:05 --- Merging file.
18:31:07 --- Create PDF...
18:31:55 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
18:31:57 --- Validation done (0).
18:31:57 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
18:31:57 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
18:31:57 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
18:31:57 -- Final validator returns 0.
18:31:57 Archiving artifacts
18:32:00 Discard old builds...
18:32:00 #38 is removed because old than numToKeep
18:32:00 Finished: SUCCESS