SuccessConsole Output

07:51:49 Started by GitLab push by Sana Zulfiqar
07:51:49 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003
07:51:49 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
07:51:49  > git rev-parse --is-inside-work-tree # timeout=10
07:51:49 Fetching changes from the remote Git repository
07:51:49  > git config remote.origin.url git@forge.etsi.org:nfv/SOL002-SOL003.git # timeout=10
07:51:49 Fetching upstream changes from git@forge.etsi.org:nfv/SOL002-SOL003.git
07:51:49  > git --version # timeout=10
07:51:49 using GIT_SSH to set credentials 
07:51:49  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL002-SOL003.git +refs/heads/*:refs/remotes/origin/*
07:51:50  > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10
07:51:50  > git branch -a -v --no-abbrev --contains 5e2fe459e2dab2bf8bb44f940f62f91bc2d8cf4d # timeout=10
07:51:50 Checking out Revision 5e2fe459e2dab2bf8bb44f940f62f91bc2d8cf4d (origin/2.8.1-dev)
07:51:50  > git config core.sparsecheckout # timeout=10
07:51:50  > git checkout -f 5e2fe459e2dab2bf8bb44f940f62f91bc2d8cf4d
07:51:50 Commit message: "SOll002_2 added and API version updated"
07:51:50  > git rev-list --no-walk b0ad36f585077c305d02ffd5c2322f297b6f572e # timeout=10
07:51:51 [sol002-sol003] $ /bin/bash /tmp/jenkins2163509080938811863.sh
07:51:51 ./build-container.sh: line 7: proxy: command not found
07:51:51 http_proxy is not set
07:51:51 Proxy set to 
07:51:51 Sending build context to Docker daemon  13.31kB

07:51:51 Step 1/24 : FROM alpine:3.6
07:51:52 3.6: Pulling from library/alpine
07:51:52 5a3ea8efae5d: Pulling fs layer
07:51:53 5a3ea8efae5d: Download complete
07:51:53 5a3ea8efae5d: Pull complete
07:51:53 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
07:51:53 Status: Downloaded newer image for alpine:3.6
07:51:53  ---> 43773d1dba76
07:51:53 Step 2/24 : RUN env
07:51:53  ---> Running in cce1e06fbce0
07:51:53 HOSTNAME=cce1e06fbce0
07:51:53 SHLVL=1
07:51:53 HOME=/root
07:51:53 https_proxy=
07:51:53 http_proxy=
07:51:53 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:51:53 PWD=/
07:51:54  ---> fad2ca684d1e
07:51:54 Removing intermediate container cce1e06fbce0
07:51:54 Step 3/24 : RUN apk update
07:51:54  ---> Running in a5bd5457cc7a
07:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
07:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
07:51:55 v3.6.5-44-gda55e27396 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
07:51:55 v3.6.5-34-gf0ba0b43d5 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
07:51:55 OK: 8442 distinct packages available
07:51:55  ---> 6def57d84207
07:51:55 Removing intermediate container a5bd5457cc7a
07:51:55 Step 4/24 : RUN apk add bash
07:51:55  ---> Running in 1aab1942ed11
07:51:55 (1/5) Installing ncurses-terminfo-base (6.0_p20171125-r1)
07:51:55 (2/5) Installing ncurses-terminfo (6.0_p20171125-r1)
07:51:56 (3/5) Installing ncurses-libs (6.0_p20171125-r1)
07:51:56 (4/5) Installing readline (6.3.008-r5)
07:51:56 (5/5) Installing bash (4.3.48-r1)
07:51:56 Executing bash-4.3.48-r1.post-install
07:51:56 Executing busybox-1.26.2-r11.trigger
07:51:56 OK: 12 MiB in 18 packages
07:51:57  ---> 75174aae7cdb
07:51:57 Removing intermediate container 1aab1942ed11
07:51:57 Step 5/24 : RUN apk add nodejs
07:51:57  ---> Running in b63aaad1e89d
07:51:57 (1/8) Installing ca-certificates (20161130-r3)
07:51:57 (2/8) Installing libcrypto1.0 (1.0.2r-r0)
07:51:57 (3/8) Installing libgcc (6.3.0-r4)
07:51:57 (4/8) Installing http-parser (2.7.1-r1)
07:51:57 (5/8) Installing libssl1.0 (1.0.2r-r0)
07:51:57 (6/8) Installing libstdc++ (6.3.0-r4)
07:51:57 (7/8) Installing libuv (1.11.0-r1)
07:51:57 (8/8) Installing nodejs (6.10.3-r2)
07:51:58 Executing busybox-1.26.2-r11.trigger
07:51:58 Executing ca-certificates-20161130-r3.trigger
07:51:58 OK: 35 MiB in 26 packages
07:51:59  ---> ba066b87fe84
07:51:59 Removing intermediate container b63aaad1e89d
07:51:59 Step 6/24 : RUN apk add nodejs-npm
07:51:59  ---> Running in d6b39c74d283
07:51:59 (1/1) Installing nodejs-npm (6.10.3-r2)
07:52:00 Executing busybox-1.26.2-r11.trigger
07:52:00 OK: 52 MiB in 27 packages
07:52:01  ---> 8b0671b981cf
07:52:02 Removing intermediate container d6b39c74d283
07:52:02 Step 7/24 : RUN apk add asciidoctor
07:52:02  ---> Running in 77267314f150
07:52:02 (1/7) Installing libffi (3.2.1-r3)
07:52:02 (2/7) Installing gdbm (1.12-r0)
07:52:02 (3/7) Installing gmp (6.1.2-r0)
07:52:02 (4/7) Installing yaml (0.1.7-r0)
07:52:02 (5/7) Installing ruby-libs (2.4.6-r0)
07:52:02 (6/7) Installing ruby (2.4.6-r0)
07:52:02 (7/7) Installing asciidoctor (1.5.5-r1)
07:52:03 Executing busybox-1.26.2-r11.trigger
07:52:03 OK: 66 MiB in 34 packages
07:52:03  ---> b083bd59a20e
07:52:03 Removing intermediate container 77267314f150
07:52:03 Step 8/24 : RUN apk add openjdk8
07:52:03  ---> Running in 213f521f15c2
07:52:04 (1/33) Installing libtasn1 (4.10-r3)
07:52:04 (2/33) Installing p11-kit (0.23.2-r1)
07:52:04 (3/33) Installing p11-kit-trust (0.23.2-r1)
07:52:04 (4/33) Installing java-cacerts (1.0-r0)
07:52:04 (5/33) Installing libxau (1.0.8-r1)
07:52:04 (6/33) Installing libbsd (0.8.3-r3)
07:52:04 (7/33) Installing libxdmcp (1.1.2-r3)
07:52:04 (8/33) Installing libxcb (1.12-r0)
07:52:04 (9/33) Installing libx11 (1.6.6-r0)
07:52:04 (10/33) Installing libxcomposite (0.4.4-r0)
07:52:04 (11/33) Installing libxext (1.3.3-r1)
07:52:04 (12/33) Installing libxi (1.7.9-r0)
07:52:04 (13/33) Installing libxrender (0.9.10-r1)
07:52:04 (14/33) Installing libxtst (1.2.3-r0)
07:52:04 (15/33) Installing alsa-lib (1.1.3-r0)
07:52:04 (16/33) Installing libbz2 (1.0.6-r5)
07:52:04 (17/33) Installing libpng (1.6.37-r0)
07:52:04 (18/33) Installing freetype (2.7.1-r2)
07:52:04 (19/33) Installing giflib (5.1.4-r1)
07:52:04 (20/33) Installing libjpeg-turbo (1.5.3-r2)
07:52:05 (21/33) Installing openjdk8-jre-lib (8.212.04-r0)
07:52:08 (22/33) Installing java-common (0.1-r0)
07:52:08 (23/33) Installing krb5-conf (1.0-r1)
07:52:08 (24/33) Installing libcom_err (1.43.4-r0)
07:52:08 (25/33) Installing keyutils-libs (1.5.9-r1)
07:52:08 (26/33) Installing libverto (0.2.5-r2)
07:52:08 (27/33) Installing krb5-libs (1.14.3-r3)
07:52:08 (28/33) Installing lcms2 (2.8-r1)
07:52:08 (29/33) Installing pcsc-lite-libs (1.8.21-r0)
07:52:08 (30/33) Installing lksctp-tools (1.0.17-r0)
07:52:08 (31/33) Installing openjdk8-jre-base (8.212.04-r0)
07:52:08 (32/33) Installing openjdk8-jre (8.212.04-r0)
07:52:08 (33/33) Installing openjdk8 (8.212.04-r0)
07:52:10 Executing busybox-1.26.2-r11.trigger
07:52:10 Executing ca-certificates-20161130-r3.trigger
07:52:10 Executing java-common-0.1-r0.trigger
07:52:10 OK: 155 MiB in 67 packages
07:52:12  ---> fc977cfeb44c
07:52:12 Removing intermediate container 213f521f15c2
07:52:12 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
07:52:12  ---> Running in 780a928c1e28
07:52:12 (1/1) Installing wget (1.20.3-r0)
07:52:12 Executing busybox-1.26.2-r11.trigger
07:52:12 OK: 155 MiB in 68 packages
07:52:12 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
07:52:12  ---> 33660dbd8ed4
07:52:13 Removing intermediate container 780a928c1e28
07:52:13 Step 10/24 : RUN apk add openssl
07:52:13  ---> Running in 6b92c38a3e81
07:52:13 (1/1) Installing openssl (1.0.2r-r0)
07:52:13 Executing busybox-1.26.2-r11.trigger
07:52:13 Executing ca-certificates-20161130-r3.trigger
07:52:14 OK: 156 MiB in 69 packages
07:52:14  ---> 87df3cf9449f
07:52:14 Removing intermediate container 6b92c38a3e81
07:52:14 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
07:52:14  ---> Running in 8336bec6e3f7
07:52:16 ERROR:  While executing gem ... (NoMethodError)
07:52:16     undefined method `reset' for RDoc::TopLevel:Class
07:52:16 Successfully installed rdoc-6.3.0
07:52:23 Successfully installed rdoc-6.3.0
07:52:23 Parsing documentation for rdoc-6.3.0
07:52:23 Installing ri documentation for rdoc-6.3.0
07:52:23 Done installing documentation for rdoc after 6 seconds
07:52:23 1 gem installed
07:52:24  ---> 54e63976f293
07:52:24 Removing intermediate container 8336bec6e3f7
07:52:24 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
07:52:24  ---> Running in fcb66c5f65fc
07:52:54 Successfully installed pdf-core-0.7.0
07:52:54 Successfully installed ttfunk-1.5.1
07:52:54 Successfully installed prawn-2.2.2
07:52:54 Successfully installed prawn-table-0.2.2
07:52:54 Successfully installed Ascii85-1.1.0
07:52:54 Successfully installed ruby-rc4-0.1.5
07:52:54 Successfully installed hashery-2.1.2
07:52:54 Successfully installed afm-0.2.2
07:52:54 Successfully installed pdf-reader-2.4.2
07:52:54 Successfully installed prawn-templates-0.1.2
07:52:54 Successfully installed public_suffix-4.0.6
07:52:54 Successfully installed addressable-2.7.0
07:52:54 Successfully installed css_parser-1.9.0
07:52:54 Successfully installed prawn-svg-0.31.0
07:52:54 Successfully installed prawn-icon-2.5.0
07:52:54 Successfully installed safe_yaml-1.0.5
07:52:54 Successfully installed thread_safe-0.3.6
07:52:54 Successfully installed concurrent-ruby-1.1.8
07:52:54 Successfully installed polyglot-0.3.5
07:52:54 Successfully installed treetop-1.6.11
07:52:54 Successfully installed asciidoctor-pdf-1.5.4
07:52:54 Successfully installed asciidoctor-pdf-cjk-0.1.3
07:52:54 Parsing documentation for pdf-core-0.7.0
07:52:54 Installing ri documentation for pdf-core-0.7.0
07:52:54 Parsing documentation for ttfunk-1.5.1
07:52:54 Installing ri documentation for ttfunk-1.5.1
07:52:54 Parsing documentation for prawn-2.2.2
07:52:54 Installing ri documentation for prawn-2.2.2
07:52:54 Parsing documentation for prawn-table-0.2.2
07:52:54 Installing ri documentation for prawn-table-0.2.2
07:52:54 Parsing documentation for Ascii85-1.1.0
07:52:54 Installing ri documentation for Ascii85-1.1.0
07:52:54 Parsing documentation for ruby-rc4-0.1.5
07:52:54 Installing ri documentation for ruby-rc4-0.1.5
07:52:54 Parsing documentation for hashery-2.1.2
07:52:54 Installing ri documentation for hashery-2.1.2
07:52:54 Parsing documentation for afm-0.2.2
07:52:54 Installing ri documentation for afm-0.2.2
07:52:54 Parsing documentation for pdf-reader-2.4.2
07:52:54 Installing ri documentation for pdf-reader-2.4.2
07:52:54 Parsing documentation for prawn-templates-0.1.2
07:52:54 Installing ri documentation for prawn-templates-0.1.2
07:52:54 Parsing documentation for public_suffix-4.0.6
07:52:54 Installing ri documentation for public_suffix-4.0.6
07:52:54 Parsing documentation for addressable-2.7.0
07:52:54 Installing ri documentation for addressable-2.7.0
07:52:54 Parsing documentation for css_parser-1.9.0
07:52:54 Installing ri documentation for css_parser-1.9.0
07:52:54 Parsing documentation for prawn-svg-0.31.0
07:52:54 Installing ri documentation for prawn-svg-0.31.0
07:52:54 Parsing documentation for prawn-icon-2.5.0
07:52:54 Installing ri documentation for prawn-icon-2.5.0
07:52:54 Parsing documentation for safe_yaml-1.0.5
07:52:54 Installing ri documentation for safe_yaml-1.0.5
07:52:54 Parsing documentation for thread_safe-0.3.6
07:52:54 Installing ri documentation for thread_safe-0.3.6
07:52:54 Parsing documentation for concurrent-ruby-1.1.8
07:52:54 Installing ri documentation for concurrent-ruby-1.1.8
07:52:54 Parsing documentation for polyglot-0.3.5
07:52:54 Installing ri documentation for polyglot-0.3.5
07:52:54 Parsing documentation for treetop-1.6.11
07:52:54 Installing ri documentation for treetop-1.6.11
07:52:54 Parsing documentation for asciidoctor-pdf-1.5.4
07:52:54 Installing ri documentation for asciidoctor-pdf-1.5.4
07:52:54 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
07:52:54 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
07:52:54 Done installing documentation for pdf-core, ttfunk, prawn, prawn-table, Ascii85, ruby-rc4, hashery, afm, pdf-reader, prawn-templates, public_suffix, addressable, css_parser, prawn-svg, prawn-icon, safe_yaml, thread_safe, concurrent-ruby, polyglot, treetop, asciidoctor-pdf, asciidoctor-pdf-cjk after 22 seconds
07:52:54 22 gems installed
07:52:56  ---> 06b8cd216a63
07:52:57 Removing intermediate container fcb66c5f65fc
07:52:57 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
07:52:57  ---> Running in 369ceee3bb0d
07:52:57 --2021-02-22 06:52:56--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
07:52:57 Resolving forge.etsi.org... 195.238.226.56
07:52:57 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
07:52:57 HTTP request sent, awaiting response... 200 OK
07:52:57 Length: 14909486 (14M) [application/java-archive]
07:52:57 Saving to: 'swagger2markup-cli-1.3.2.jar'
07:52:57 
07:52:57      0K .......... .......... .......... .......... ..........  0% 3.09M 5s
07:52:57     50K .......... .......... .......... .......... ..........  0% 11.5M 3s
07:52:57    100K .......... .......... .......... .......... ..........  1% 66.2M 2s
07:52:57    150K .......... .......... .......... .......... ..........  1% 51.0M 2s
07:52:57    200K .......... .......... .......... .......... ..........  1% 17.0M 1s
07:52:57    250K .......... .......... .......... .......... ..........  2% 65.7M 1s
07:52:57    300K .......... .......... .......... .......... ..........  2% 13.9M 1s
07:52:57    350K .......... .......... .......... .......... ..........  2% 68.6M 1s
07:52:57    400K .......... .......... .......... .......... ..........  3% 53.7M 1s
07:52:57    450K .......... .......... .......... .......... ..........  3% 58.2M 1s
07:52:57    500K .......... .......... .......... .......... ..........  3% 54.7M 1s
07:52:57    550K .......... .......... .......... .......... ..........  4% 60.6M 1s
07:52:57    600K .......... .......... .......... .......... ..........  4% 61.4M 1s
07:52:57    650K .......... .......... .......... .......... ..........  4% 73.2M 1s
07:52:57    700K .......... .......... .......... .......... ..........  5% 53.6M 1s
07:52:57    750K .......... .......... .......... .......... ..........  5% 63.7M 1s
07:52:57    800K .......... .......... .......... .......... ..........  5% 40.1M 1s
07:52:57    850K .......... .......... .......... .......... ..........  6% 50.4M 1s
07:52:57    900K .......... .......... .......... .......... ..........  6% 75.3M 1s
07:52:57    950K .......... .......... .......... .......... ..........  6% 73.5M 1s
07:52:57   1000K .......... .......... .......... .......... ..........  7% 65.1M 1s
07:52:57   1050K .......... .......... .......... .......... ..........  7% 64.9M 1s
07:52:57   1100K .......... .......... .......... .......... ..........  7% 59.0M 0s
07:52:57   1150K .......... .......... .......... .......... ..........  8% 65.3M 0s
07:52:57   1200K .......... .......... .......... .......... ..........  8% 50.4M 0s
07:52:57   1250K .......... .......... .......... .......... ..........  8% 64.8M 0s
07:52:57   1300K .......... .......... .......... .......... ..........  9% 61.1M 0s
07:52:57   1350K .......... .......... .......... .......... ..........  9% 58.6M 0s
07:52:57   1400K .......... .......... .......... .......... ..........  9% 67.5M 0s
07:52:57   1450K .......... .......... .......... .......... .......... 10% 50.9M 0s
07:52:57   1500K .......... .......... .......... .......... .......... 10% 57.1M 0s
07:52:57   1550K .......... .......... .......... .......... .......... 10% 64.4M 0s
07:52:57   1600K .......... .......... .......... .......... .......... 11% 51.2M 0s
07:52:57   1650K .......... .......... .......... .......... .......... 11% 75.1M 0s
07:52:57   1700K .......... .......... .......... .......... .......... 12% 41.7M 0s
07:52:57   1750K .......... .......... .......... .......... .......... 12% 57.3M 0s
07:52:57   1800K .......... .......... .......... .......... .......... 12% 70.0M 0s
07:52:57   1850K .......... .......... .......... .......... .......... 13% 23.0M 0s
07:52:57   1900K .......... .......... .......... .......... .......... 13% 67.8M 0s
07:52:57   1950K .......... .......... .......... .......... .......... 13% 61.1M 0s
07:52:57   2000K .......... .......... .......... .......... .......... 14% 50.8M 0s
07:52:57   2050K .......... .......... .......... .......... .......... 14% 72.3M 0s
07:52:57   2100K .......... .......... .......... .......... .......... 14% 72.9M 0s
07:52:57   2150K .......... .......... .......... .......... .......... 15% 69.2M 0s
07:52:57   2200K .......... .......... .......... .......... .......... 15% 62.9M 0s
07:52:57   2250K .......... .......... .......... .......... .......... 15% 58.9M 0s
07:52:57   2300K .......... .......... .......... .......... .......... 16% 72.8M 0s
07:52:57   2350K .......... .......... .......... .......... .......... 16% 57.2M 0s
07:52:57   2400K .......... .......... .......... .......... .......... 16% 54.9M 0s
07:52:57   2450K .......... .......... .......... .......... .......... 17% 69.0M 0s
07:52:57   2500K .......... .......... .......... .......... .......... 17% 63.3M 0s
07:52:57   2550K .......... .......... .......... .......... .......... 17% 69.2M 0s
07:52:57   2600K .......... .......... .......... .......... .......... 18% 70.4M 0s
07:52:57   2650K .......... .......... .......... .......... .......... 18% 64.8M 0s
07:52:57   2700K .......... .......... .......... .......... .......... 18% 76.4M 0s
07:52:57   2750K .......... .......... .......... .......... .......... 19% 75.8M 0s
07:52:57   2800K .......... .......... .......... .......... .......... 19% 51.8M 0s
07:52:57   2850K .......... .......... .......... .......... .......... 19% 64.3M 0s
07:52:57   2900K .......... .......... .......... .......... .......... 20% 34.2M 0s
07:52:57   2950K .......... .......... .......... .......... .......... 20% 66.8M 0s
07:52:57   3000K .......... .......... .......... .......... .......... 20% 46.2M 0s
07:52:57   3050K .......... .......... .......... .......... .......... 21% 69.9M 0s
07:52:57   3100K .......... .......... .......... .......... .......... 21% 62.5M 0s
07:52:57   3150K .......... .......... .......... .......... .......... 21% 29.2M 0s
07:52:57   3200K .......... .......... .......... .......... .......... 22% 45.5M 0s
07:52:57   3250K .......... .......... .......... .......... .......... 22% 61.1M 0s
07:52:57   3300K .......... .......... .......... .......... .......... 23% 62.3M 0s
07:52:57   3350K .......... .......... .......... .......... .......... 23% 67.3M 0s
07:52:57   3400K .......... .......... .......... .......... .......... 23% 59.9M 0s
07:52:57   3450K .......... .......... .......... .......... .......... 24% 62.8M 0s
07:52:57   3500K .......... .......... .......... .......... .......... 24% 52.6M 0s
07:52:57   3550K .......... .......... .......... .......... .......... 24% 66.8M 0s
07:52:57   3600K .......... .......... .......... .......... .......... 25% 52.1M 0s
07:52:57   3650K .......... .......... .......... .......... .......... 25% 71.1M 0s
07:52:57   3700K .......... .......... .......... .......... .......... 25% 58.6M 0s
07:52:57   3750K .......... .......... .......... .......... .......... 26% 34.4M 0s
07:52:57   3800K .......... .......... .......... .......... .......... 26% 63.0M 0s
07:52:57   3850K .......... .......... .......... .......... .......... 26% 66.2M 0s
07:52:57   3900K .......... .......... .......... .......... .......... 27% 67.5M 0s
07:52:57   3950K .......... .......... .......... .......... .......... 27% 73.5M 0s
07:52:57   4000K .......... .......... .......... .......... .......... 27% 58.1M 0s
07:52:57   4050K .......... .......... .......... .......... .......... 28% 66.9M 0s
07:52:57   4100K .......... .......... .......... .......... .......... 28% 61.4M 0s
07:52:57   4150K .......... .......... .......... .......... .......... 28% 64.7M 0s
07:52:57   4200K .......... .......... .......... .......... .......... 29% 66.3M 0s
07:52:57   4250K .......... .......... .......... .......... .......... 29% 70.8M 0s
07:52:57   4300K .......... .......... .......... .......... .......... 29% 72.6M 0s
07:52:57   4350K .......... .......... .......... .......... .......... 30% 64.1M 0s
07:52:57   4400K .......... .......... .......... .......... .......... 30% 52.3M 0s
07:52:57   4450K .......... .......... .......... .......... .......... 30% 63.5M 0s
07:52:57   4500K .......... .......... .......... .......... .......... 31% 49.7M 0s
07:52:57   4550K .......... .......... .......... .......... .......... 31% 60.7M 0s
07:52:57   4600K .......... .......... .......... .......... .......... 31% 62.5M 0s
07:52:57   4650K .......... .......... .......... .......... .......... 32% 74.5M 0s
07:52:57   4700K .......... .......... .......... .......... .......... 32% 74.5M 0s
07:52:57   4750K .......... .......... .......... .......... .......... 32% 71.6M 0s
07:52:57   4800K .......... .......... .......... .......... .......... 33% 50.9M 0s
07:52:57   4850K .......... .......... .......... .......... .......... 33% 60.5M 0s
07:52:57   4900K .......... .......... .......... .......... .......... 33% 67.5M 0s
07:52:57   4950K .......... .......... .......... .......... .......... 34% 62.1M 0s
07:52:57   5000K .......... .......... .......... .......... .......... 34% 63.7M 0s
07:52:57   5050K .......... .......... .......... .......... .......... 35% 65.6M 0s
07:52:57   5100K .......... .......... .......... .......... .......... 35% 59.2M 0s
07:52:57   5150K .......... .......... .......... .......... .......... 35% 67.2M 0s
07:52:57   5200K .......... .......... .......... .......... .......... 36% 51.9M 0s
07:52:57   5250K .......... .......... .......... .......... .......... 36% 62.1M 0s
07:52:57   5300K .......... .......... .......... .......... .......... 36% 59.9M 0s
07:52:57   5350K .......... .......... .......... .......... .......... 37% 64.5M 0s
07:52:57   5400K .......... .......... .......... .......... .......... 37% 61.1M 0s
07:52:57   5450K .......... .......... .......... .......... .......... 37% 59.4M 0s
07:52:57   5500K .......... .......... .......... .......... .......... 38% 66.1M 0s
07:52:57   5550K .......... .......... .......... .......... .......... 38% 61.3M 0s
07:52:57   5600K .......... .......... .......... .......... .......... 38% 50.4M 0s
07:52:57   5650K .......... .......... .......... .......... .......... 39% 73.0M 0s
07:52:57   5700K .......... .......... .......... .......... .......... 39% 63.5M 0s
07:52:57   5750K .......... .......... .......... .......... .......... 39% 56.3M 0s
07:52:57   5800K .......... .......... .......... .......... .......... 40% 61.2M 0s
07:52:57   5850K .......... .......... .......... .......... .......... 40% 65.5M 0s
07:52:57   5900K .......... .......... .......... .......... .......... 40% 68.4M 0s
07:52:57   5950K .......... .......... .......... .......... .......... 41% 68.1M 0s
07:52:57   6000K .......... .......... .......... .......... .......... 41% 59.7M 0s
07:52:57   6050K .......... .......... .......... .......... .......... 41% 73.7M 0s
07:52:57   6100K .......... .......... .......... .......... .......... 42% 69.6M 0s
07:52:57   6150K .......... .......... .......... .......... .......... 42% 70.5M 0s
07:52:57   6200K .......... .......... .......... .......... .......... 42% 67.8M 0s
07:52:57   6250K .......... .......... .......... .......... .......... 43% 66.2M 0s
07:52:57   6300K .......... .......... .......... .......... .......... 43% 73.9M 0s
07:52:57   6350K .......... .......... .......... .......... .......... 43% 66.2M 0s
07:52:57   6400K .......... .......... .......... .......... .......... 44% 55.1M 0s
07:52:57   6450K .......... .......... .......... .......... .......... 44% 66.2M 0s
07:52:57   6500K .......... .......... .......... .......... .......... 44% 67.9M 0s
07:52:57   6550K .......... .......... .......... .......... .......... 45% 67.9M 0s
07:52:57   6600K .......... .......... .......... .......... .......... 45% 40.6M 0s
07:52:57   6650K .......... .......... .......... .......... .......... 46% 49.4M 0s
07:52:57   6700K .......... .......... .......... .......... .......... 46% 52.6M 0s
07:52:57   6750K .......... .......... .......... .......... .......... 46% 48.6M 0s
07:52:57   6800K .......... .......... .......... .......... .......... 47% 34.1M 0s
07:52:57   6850K .......... .......... .......... .......... .......... 47% 57.0M 0s
07:52:57   6900K .......... .......... .......... .......... .......... 47% 46.6M 0s
07:52:57   6950K .......... .......... .......... .......... .......... 48% 55.6M 0s
07:52:57   7000K .......... .......... .......... .......... .......... 48% 47.3M 0s
07:52:57   7050K .......... .......... .......... .......... .......... 48% 63.4M 0s
07:52:57   7100K .......... .......... .......... .......... .......... 49% 58.8M 0s
07:52:57   7150K .......... .......... .......... .......... .......... 49% 61.6M 0s
07:52:57   7200K .......... .......... .......... .......... .......... 49% 53.5M 0s
07:52:57   7250K .......... .......... .......... .......... .......... 50% 58.9M 0s
07:52:57   7300K .......... .......... .......... .......... .......... 50% 62.6M 0s
07:52:57   7350K .......... .......... .......... .......... .......... 50% 59.1M 0s
07:52:57   7400K .......... .......... .......... .......... .......... 51% 62.3M 0s
07:52:57   7450K .......... .......... .......... .......... .......... 51% 59.3M 0s
07:52:57   7500K .......... .......... .......... .......... .......... 51% 61.6M 0s
07:52:57   7550K .......... .......... .......... .......... .......... 52% 59.8M 0s
07:52:57   7600K .......... .......... .......... .......... .......... 52% 48.4M 0s
07:52:57   7650K .......... .......... .......... .......... .......... 52% 72.8M 0s
07:52:57   7700K .......... .......... .......... .......... .......... 53% 61.2M 0s
07:52:57   7750K .......... .......... .......... .......... .......... 53% 65.0M 0s
07:52:57   7800K .......... .......... .......... .......... .......... 53% 63.9M 0s
07:52:57   7850K .......... .......... .......... .......... .......... 54% 73.9M 0s
07:52:57   7900K .......... .......... .......... .......... .......... 54% 73.2M 0s
07:52:57   7950K .......... .......... .......... .......... .......... 54% 71.7M 0s
07:52:57   8000K .......... .......... .......... .......... .......... 55% 48.0M 0s
07:52:57   8050K .......... .......... .......... .......... .......... 55% 64.5M 0s
07:52:57   8100K .......... .......... .......... .......... .......... 55% 70.7M 0s
07:52:57   8150K .......... .......... .......... .......... .......... 56% 72.3M 0s
07:52:57   8200K .......... .......... .......... .......... .......... 56% 65.2M 0s
07:52:57   8250K .......... .......... .......... .......... .......... 57% 69.7M 0s
07:52:57   8300K .......... .......... .......... .......... .......... 57% 66.6M 0s
07:52:57   8350K .......... .......... .......... .......... .......... 57% 66.8M 0s
07:52:57   8400K .......... .......... .......... .......... .......... 58% 50.4M 0s
07:52:57   8450K .......... .......... .......... .......... .......... 58% 71.7M 0s
07:52:57   8500K .......... .......... .......... .......... .......... 58% 70.6M 0s
07:52:57   8550K .......... .......... .......... .......... .......... 59% 71.6M 0s
07:52:57   8600K .......... .......... .......... .......... .......... 59% 56.2M 0s
07:52:57   8650K .......... .......... .......... .......... .......... 59% 72.8M 0s
07:52:57   8700K .......... .......... .......... .......... .......... 60% 64.7M 0s
07:52:57   8750K .......... .......... .......... .......... .......... 60% 70.8M 0s
07:52:57   8800K .......... .......... .......... .......... .......... 60% 58.6M 0s
07:52:57   8850K .......... .......... .......... .......... .......... 61% 71.6M 0s
07:52:57   8900K .......... .......... .......... .......... .......... 61% 73.6M 0s
07:52:57   8950K .......... .......... .......... .......... .......... 61% 63.0M 0s
07:52:57   9000K .......... .......... .......... .......... .......... 62% 62.3M 0s
07:52:57   9050K .......... .......... .......... .......... .......... 62% 69.4M 0s
07:52:57   9100K .......... .......... .......... .......... .......... 62% 66.2M 0s
07:52:57   9150K .......... .......... .......... .......... .......... 63% 66.3M 0s
07:52:57   9200K .......... .......... .......... .......... .......... 63% 53.8M 0s
07:52:57   9250K .......... .......... .......... .......... .......... 63% 27.7M 0s
07:52:57   9300K .......... .......... .......... .......... .......... 64% 59.7M 0s
07:52:57   9350K .......... .......... .......... .......... .......... 64% 68.7M 0s
07:52:57   9400K .......... .......... .......... .......... .......... 64% 31.3M 0s
07:52:57   9450K .......... .......... .......... .......... .......... 65% 13.6M 0s
07:52:57   9500K .......... .......... .......... .......... .......... 65% 66.5M 0s
07:52:57   9550K .......... .......... .......... .......... .......... 65% 15.7M 0s
07:52:57   9600K .......... .......... .......... .......... .......... 66% 26.0M 0s
07:52:57   9650K .......... .......... .......... .......... .......... 66% 65.9M 0s
07:52:57   9700K .......... .......... .......... .......... .......... 66% 38.5M 0s
07:52:57   9750K .......... .......... .......... .......... .......... 67% 15.0M 0s
07:52:57   9800K .......... .......... .......... .......... .......... 67% 15.8M 0s
07:52:57   9850K .......... .......... .......... .......... .......... 67% 10.1M 0s
07:52:57   9900K .......... .......... .......... .......... .......... 68% 51.5M 0s
07:52:57   9950K .......... .......... .......... .......... .......... 68% 18.8M 0s
07:52:57  10000K .......... .......... .......... .......... .......... 69% 14.1M 0s
07:52:57  10050K .......... .......... .......... .......... .......... 69% 23.1M 0s
07:52:57  10100K .......... .......... .......... .......... .......... 69% 24.1M 0s
07:52:57  10150K .......... .......... .......... .......... .......... 70% 56.9M 0s
07:52:57  10200K .......... .......... .......... .......... .......... 70% 45.6M 0s
07:52:57  10250K .......... .......... .......... .......... .......... 70% 22.8M 0s
07:52:57  10300K .......... .......... .......... .......... .......... 71% 59.3M 0s
07:52:57  10350K .......... .......... .......... .......... .......... 71% 25.1M 0s
07:52:57  10400K .......... .......... .......... .......... .......... 71% 25.0M 0s
07:52:57  10450K .......... .......... .......... .......... .......... 72% 37.5M 0s
07:52:57  10500K .......... .......... .......... .......... .......... 72% 17.0M 0s
07:52:57  10550K .......... .......... .......... .......... .......... 72% 54.0M 0s
07:52:57  10600K .......... .......... .......... .......... .......... 73% 21.3M 0s
07:52:57  10650K .......... .......... .......... .......... .......... 73% 46.9M 0s
07:52:57  10700K .......... .......... .......... .......... .......... 73% 17.1M 0s
07:52:57  10750K .......... .......... .......... .......... .......... 74% 69.9M 0s
07:52:57  10800K .......... .......... .......... .......... .......... 74% 14.0M 0s
07:52:57  10850K .......... .......... .......... .......... .......... 74% 70.5M 0s
07:52:57  10900K .......... .......... .......... .......... .......... 75% 35.0M 0s
07:52:57  10950K .......... .......... .......... .......... .......... 75% 10.8M 0s
07:52:57  11000K .......... .......... .......... .......... .......... 75% 20.0M 0s
07:52:57  11050K .......... .......... .......... .......... .......... 76% 29.7M 0s
07:52:57  11100K .......... .......... .......... .......... .......... 76% 28.9M 0s
07:52:57  11150K .......... .......... .......... .......... .......... 76% 28.9M 0s
07:52:57  11200K .......... .......... .......... .......... .......... 77% 24.2M 0s
07:52:57  11250K .......... .......... .......... .......... .......... 77% 29.8M 0s
07:52:57  11300K .......... .......... .......... .......... .......... 77% 29.0M 0s
07:52:57  11350K .......... .......... .......... .......... .......... 78% 17.4M 0s
07:52:57  11400K .......... .......... .......... .......... .......... 78% 9.67M 0s
07:52:57  11450K .......... .......... .......... .......... .......... 78% 12.3M 0s
07:52:57  11500K .......... .......... .......... .......... .......... 79% 14.8M 0s
07:52:57  11550K .......... .......... .......... .......... .......... 79% 17.2M 0s
07:52:57  11600K .......... .......... .......... .......... .......... 80% 15.8M 0s
07:52:57  11650K .......... .......... .......... .......... .......... 80% 25.6M 0s
07:52:57  11700K .......... .......... .......... .......... .......... 80% 23.2M 0s
07:52:57  11750K .......... .......... .......... .......... .......... 81% 11.2M 0s
07:52:57  11800K .......... .......... .......... .......... .......... 81% 17.4M 0s
07:52:57  11850K .......... .......... .......... .......... .......... 81% 14.6M 0s
07:52:57  11900K .......... .......... .......... .......... .......... 82% 25.9M 0s
07:52:57  11950K .......... .......... .......... .......... .......... 82% 16.7M 0s
07:52:57  12000K .......... .......... .......... .......... .......... 82% 13.0M 0s
07:52:57  12050K .......... .......... .......... .......... .......... 83% 20.4M 0s
07:52:57  12100K .......... .......... .......... .......... .......... 83% 17.2M 0s
07:52:57  12150K .......... .......... .......... .......... .......... 83% 14.6M 0s
07:52:57  12200K .......... .......... .......... .......... .......... 84% 11.4M 0s
07:52:57  12250K .......... .......... .......... .......... .......... 84% 16.6M 0s
07:52:57  12300K .......... .......... .......... .......... .......... 84% 26.3M 0s
07:52:57  12350K .......... .......... .......... .......... .......... 85% 10.8M 0s
07:52:57  12400K .......... .......... .......... .......... .......... 85% 11.2M 0s
07:52:57  12450K .......... .......... .......... .......... .......... 85% 23.9M 0s
07:52:57  12500K .......... .......... .......... .......... .......... 86% 13.3M 0s
07:52:57  12550K .......... .......... .......... .......... .......... 86% 28.5M 0s
07:52:57  12600K .......... .......... .......... .......... .......... 86% 18.6M 0s
07:52:57  12650K .......... .......... .......... .......... .......... 87% 10.9M 0s
07:52:57  12700K .......... .......... .......... .......... .......... 87% 28.4M 0s
07:52:57  12750K .......... .......... .......... .......... .......... 87% 16.2M 0s
07:52:57  12800K .......... .......... .......... .......... .......... 88% 9.09M 0s
07:52:57  12850K .......... .......... .......... .......... .......... 88% 20.4M 0s
07:52:57  12900K .......... .......... .......... .......... .......... 88% 16.7M 0s
07:52:57  12950K .......... .......... .......... .......... .......... 89% 15.0M 0s
07:52:57  13000K .......... .......... .......... .......... .......... 89% 25.9M 0s
07:52:57  13050K .......... .......... .......... .......... .......... 89% 16.6M 0s
07:52:57  13100K .......... .......... .......... .......... .......... 90% 12.4M 0s
07:52:57  13150K .......... .......... .......... .......... .......... 90% 28.7M 0s
07:52:57  13200K .......... .......... .......... .......... .......... 91% 8.77M 0s
07:52:57  13250K .......... .......... .......... .......... .......... 91% 15.9M 0s
07:52:57  13300K .......... .......... .......... .......... .......... 91% 28.1M 0s
07:52:57  13350K .......... .......... .......... .......... .......... 92% 8.14M 0s
07:52:57  13400K .......... .......... .......... .......... .......... 92% 29.2M 0s
07:52:57  13450K .......... .......... .......... .......... .......... 92% 34.1M 0s
07:52:57  13500K .......... .......... .......... .......... .......... 93% 9.50M 0s
07:52:57  13550K .......... .......... .......... .......... .......... 93% 10.5M 0s
07:52:57  13600K .......... .......... .......... .......... .......... 93% 27.7M 0s
07:52:57  13650K .......... .......... .......... .......... .......... 94% 14.9M 0s
07:52:57  13700K .......... .......... .......... .......... .......... 94% 32.1M 0s
07:52:57  13750K .......... .......... .......... .......... .......... 94% 21.0M 0s
07:52:57  13800K .......... .......... .......... .......... .......... 95% 12.8M 0s
07:52:57  13850K .......... .......... .......... .......... .......... 95% 14.2M 0s
07:52:57  13900K .......... .......... .......... .......... .......... 95% 19.7M 0s
07:52:57  13950K .......... .......... .......... .......... .......... 96% 22.3M 0s
07:52:57  14000K .......... .......... .......... .......... .......... 96% 11.1M 0s
07:52:57  14050K .......... .......... .......... .......... .......... 96% 12.2M 0s
07:52:57  14100K .......... .......... .......... .......... .......... 97% 10.1M 0s
07:52:57  14150K .......... .......... .......... .......... .......... 97% 58.7M 0s
07:52:57  14200K .......... .......... .......... .......... .......... 97% 24.1M 0s
07:52:57  14250K .......... .......... .......... .......... .......... 98% 75.3M 0s
07:52:57  14300K .......... .......... .......... .......... .......... 98% 11.1M 0s
07:52:57  14350K .......... .......... .......... .......... .......... 98% 73.3M 0s
07:52:57  14400K .......... .......... .......... .......... .......... 99% 59.2M 0s
07:52:57  14450K .......... .......... .......... .......... .......... 99% 75.6M 0s
07:52:57  14500K .......... .......... .......... .......... .......... 99% 7.92M 0s
07:52:57  14550K ..........                                            100% 93.2M=0.5s
07:52:57 
07:52:57 2021-02-22 06:52:57 (31.6 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
07:52:57 
07:52:57  ---> 015a8ca7f4ed
07:52:58 Removing intermediate container 369ceee3bb0d
07:52:58 Step 14/24 : RUN npm config set proxy $http_proxy
07:52:58  ---> Running in 138d5037725e
07:52:59  ---> c7b88e99b66f
07:52:59 Removing intermediate container 138d5037725e
07:52:59 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
07:53:00  ---> Running in 144bbd933154
07:53:01 npm WARN invalid config proxy=""
07:53:01 npm WARN invalid config Must be a full url with 'http://'
07:53:01 npm WARN deprecated core-js@2.6.12: 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.
07:53:14 /usr/bin/swagger-tools -> /usr/lib/node_modules/swagger-tools/bin/swagger-tools
07:53:19 
07:53:19 > core-js@2.6.12 postinstall /usr/lib/node_modules/swagger-tools/node_modules/core-js
07:53:19 > node -e "try{require('./postinstall')}catch(e){}"
07:53:19 
07:53:20 /usr/lib
07:53:20 `-- swagger-tools@0.10.3 
07:53:20   +-- async@2.6.3 
07:53:20   +-- body-parser@1.18.2 
07:53:20   | +-- bytes@3.0.0 
07:53:20   | +-- content-type@1.0.4 
07:53:20   | +-- debug@2.6.9 
07:53:20   | | `-- ms@2.0.0 
07:53:20   | +-- depd@1.1.2 
07:53:20   | +-- http-errors@1.6.3 
07:53:20   | | +-- inherits@2.0.3 
07:53:20   | | +-- setprototypeof@1.1.0 
07:53:20   | | `-- statuses@1.5.0 
07:53:20   | +-- iconv-lite@0.4.19 
07:53:20   | +-- on-finished@2.3.0 
07:53:20   | | `-- ee-first@1.1.1 
07:53:20   | +-- qs@6.5.1 
07:53:20   | +-- raw-body@2.3.2 
07:53:20   | | +-- http-errors@1.6.2 
07:53:20   | | | +-- depd@1.1.1 
07:53:20   | | | `-- setprototypeof@1.0.3 
07:53:20   | | `-- unpipe@1.0.0 
07:53:20   | `-- type-is@1.6.18 
07:53:20   |   +-- media-typer@0.3.0 
07:53:20   |   `-- mime-types@2.1.29 
07:53:20   |     `-- mime-db@1.46.0 
07:53:20   +-- commander@2.20.3 
07:53:20   +-- debug@3.2.7 
07:53:20   | `-- ms@2.1.3 
07:53:20   +-- js-yaml@3.14.1 
07:53:20   | +-- argparse@1.0.10 
07:53:20   | | `-- sprintf-js@1.0.3 
07:53:20   | `-- esprima@4.0.1 
07:53:20   +-- json-refs@3.0.15 
07:53:20   | +-- commander@4.1.1 
07:53:20   | +-- graphlib@2.1.8 
07:53:20   | +-- native-promise-only@0.8.1 
07:53:20   | +-- path-loader@1.0.10 
07:53:20   | +-- slash@3.0.0 
07:53:20   | `-- uri-js@4.4.1 
07:53:20   |   `-- punycode@2.1.1 
07:53:20   +-- lodash@4.17.21 
07:53:20   +-- multer@1.4.2 
07:53:20   | +-- append-field@1.0.0 
07:53:20   | +-- busboy@0.2.14 
07:53:20   | | +-- dicer@0.2.5 
07:53:20   | | | +-- readable-stream@1.1.14 
07:53:20   | | | | +-- isarray@0.0.1 
07:53:20   | | | | `-- string_decoder@0.10.31 
07:53:20   | | | `-- streamsearch@0.1.2 
07:53:20   | | `-- readable-stream@1.1.14 
07:53:20   | |   +-- isarray@0.0.1 
07:53:20   | |   `-- string_decoder@0.10.31 
07:53:20   | +-- concat-stream@1.6.2 
07:53:20   | | +-- buffer-from@1.1.1 
07:53:20   | | `-- typedarray@0.0.6 
07:53:20   | +-- mkdirp@0.5.5 
07:53:20   | | `-- minimist@1.2.5 
07:53:20   | +-- object-assign@4.1.1 
07:53:20   | `-- xtend@4.0.2 
07:53:20   +-- parseurl@1.3.3 
07:53:20   +-- path-to-regexp@2.4.0 
07:53:20   +-- qs@6.9.6 
07:53:20   +-- serve-static@1.14.1 
07:53:20   | +-- encodeurl@1.0.2 
07:53:20   | +-- escape-html@1.0.3 
07:53:20   | `-- send@0.17.1 
07:53:20   |   +-- debug@2.6.9 
07:53:20   |   | `-- ms@2.0.0 
07:53:20   |   +-- destroy@1.0.4 
07:53:20   |   +-- etag@1.8.1 
07:53:20   |   +-- fresh@0.5.2 
07:53:20   |   +-- http-errors@1.7.3 
07:53:20   |   | +-- inherits@2.0.4 
07:53:20   |   | +-- setprototypeof@1.1.1 
07:53:20   |   | `-- toidentifier@1.0.0 
07:53:20   |   +-- ms@2.1.1 
07:53:20   |   `-- range-parser@1.2.1 
07:53:20   +-- spark-md5@3.0.1 
07:53:20   +-- string@3.3.3 
07:53:20   +-- superagent@3.8.3 
07:53:20   | +-- component-emitter@1.3.0 
07:53:20   | +-- cookiejar@2.1.2 
07:53:20   | +-- extend@3.0.2 
07:53:20   | +-- form-data@2.5.1 
07:53:20   | | +-- asynckit@0.4.0 
07:53:20   | | `-- combined-stream@1.0.8 
07:53:20   | |   `-- delayed-stream@1.0.0 
07:53:20   | +-- formidable@1.2.2 
07:53:20   | +-- methods@1.1.2 
07:53:20   | +-- mime@1.6.0 
07:53:20   | `-- readable-stream@2.3.7 
07:53:20   |   +-- core-util-is@1.0.2 
07:53:20   |   +-- isarray@1.0.0 
07:53:20   |   +-- process-nextick-args@2.0.1 
07:53:20   |   +-- safe-buffer@5.1.2 
07:53:20   |   +-- string_decoder@1.1.1 
07:53:20   |   `-- util-deprecate@1.0.2 
07:53:20   +-- swagger-converter@0.1.7 
07:53:20   | `-- lodash.clonedeep@2.4.1 
07:53:20   |   +-- lodash._baseclone@2.4.1 
07:53:20   |   | +-- lodash._getarray@2.4.1 
07:53:20   |   | | `-- lodash._arraypool@2.4.1 
07:53:20   |   | +-- lodash._releasearray@2.4.1 
07:53:20   |   | | `-- lodash._maxpoolsize@2.4.1 
07:53:20   |   | +-- lodash._slice@2.4.1 
07:53:20   |   | +-- lodash.assign@2.4.1 
07:53:20   |   | | +-- lodash._objecttypes@2.4.1 
07:53:20   |   | | `-- lodash.keys@2.4.1 
07:53:20   |   | |   `-- lodash._shimkeys@2.4.1 
07:53:20   |   | +-- lodash.foreach@2.4.1 
07:53:20   |   | +-- lodash.forown@2.4.1 
07:53:20   |   | +-- lodash.isarray@2.4.1 
07:53:20   |   | | `-- lodash._isnative@2.4.1 
07:53:20   |   | `-- lodash.isobject@2.4.1 
07:53:20   |   `-- lodash._basecreatecallback@2.4.1 
07:53:20   |     +-- lodash._setbinddata@2.4.1 
07:53:20   |     | `-- lodash.noop@2.4.1 
07:53:20   |     +-- lodash.bind@2.4.1 
07:53:20   |     | `-- lodash._createwrapper@2.4.1 
07:53:20   |     |   +-- lodash._basebind@2.4.1 
07:53:20   |     |   | `-- lodash._basecreate@2.4.1 
07:53:20   |     |   +-- lodash._basecreatewrapper@2.4.1 
07:53:20   |     |   `-- lodash.isfunction@2.4.1 
07:53:20   |     +-- lodash.identity@2.4.1 
07:53:20   |     `-- lodash.support@2.4.1 
07:53:20   +-- traverse@0.6.6 
07:53:20   `-- z-schema@3.25.1 
07:53:20     +-- core-js@2.6.12 
07:53:20     +-- lodash.get@4.4.2 
07:53:20     +-- lodash.isequal@4.5.0 
07:53:20     `-- validator@10.11.0 
07:53:20 
07:53:21  ---> e86bb50fff82
07:53:21 Removing intermediate container 144bbd933154
07:53:21 Step 16/24 : RUN npm install -g json-refs@3.0.4
07:53:22  ---> Running in 43e65bc951dd
07:53:23 npm WARN invalid config proxy=""
07:53:23 npm WARN invalid config Must be a full url with 'http://'
07:53:23 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
07:53:27 /usr/lib
07:53:27 `-- json-refs@3.0.4 
07:53:27   +-- commander@2.11.0 
07:53:27   +-- graphlib@2.1.8 
07:53:27   +-- js-yaml@3.14.1 
07:53:27   | +-- argparse@1.0.10 
07:53:27   | | `-- sprintf-js@1.0.3 
07:53:27   | `-- esprima@4.0.1 
07:53:27   +-- lodash@4.17.21 
07:53:27   +-- native-promise-only@0.8.1 
07:53:27   +-- path-loader@1.0.10 
07:53:27   | `-- superagent@3.8.3 
07:53:27   |   +-- component-emitter@1.3.0 
07:53:27   |   +-- cookiejar@2.1.2 
07:53:27   |   +-- debug@3.2.7 
07:53:27   |   | `-- ms@2.1.3 
07:53:27   |   +-- extend@3.0.2 
07:53:27   |   +-- form-data@2.5.1 
07:53:27   |   | +-- asynckit@0.4.0 
07:53:27   |   | +-- combined-stream@1.0.8 
07:53:27   |   | | `-- delayed-stream@1.0.0 
07:53:27   |   | `-- mime-types@2.1.29 
07:53:27   |   |   `-- mime-db@1.46.0 
07:53:27   |   +-- formidable@1.2.2 
07:53:27   |   +-- methods@1.1.2 
07:53:27   |   +-- mime@1.6.0 
07:53:27   |   +-- qs@6.9.6 
07:53:27   |   `-- readable-stream@2.3.7 
07:53:27   |     +-- core-util-is@1.0.2 
07:53:27   |     +-- inherits@2.0.4 
07:53:27   |     +-- isarray@1.0.0 
07:53:27   |     +-- process-nextick-args@2.0.1 
07:53:27   |     +-- safe-buffer@5.1.2 
07:53:27   |     +-- string_decoder@1.1.1 
07:53:27   |     `-- util-deprecate@1.0.2 
07:53:27   +-- slash@1.0.0 
07:53:27   `-- uri-js@3.0.2 
07:53:27     `-- punycode@2.1.1 
07:53:27 
07:53:28  ---> 351334ae16b5
07:53:28 Removing intermediate container 43e65bc951dd
07:53:28 Step 17/24 : RUN npm install -g yamljs@0.3.0
07:53:28  ---> Running in 469d87676c94
07:53:29 npm WARN invalid config proxy=""
07:53:29 npm WARN invalid config Must be a full url with 'http://'
07:53:29 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
07:53:31 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
07:53:31 /usr/lib
07:53:31 `-- yamljs@0.3.0 
07:53:31   +-- argparse@1.0.10 
07:53:31   | `-- sprintf-js@1.0.3 
07:53:31   `-- glob@7.1.6 
07:53:31     +-- fs.realpath@1.0.0 
07:53:31     +-- inflight@1.0.6 
07:53:31     | `-- wrappy@1.0.2 
07:53:31     +-- inherits@2.0.4 
07:53:31     +-- minimatch@3.0.4 
07:53:31     | `-- brace-expansion@1.1.11 
07:53:31     |   +-- balanced-match@1.0.0 
07:53:31     |   `-- concat-map@0.0.1 
07:53:31     +-- once@1.4.0 
07:53:31     `-- path-is-absolute@1.0.1 
07:53:31 
07:53:31  ---> 8e0867d9b1f9
07:53:31 Removing intermediate container 469d87676c94
07:53:31 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
07:53:32  ---> 43c7de9ba9ec
07:53:32 Removing intermediate container fc07efe53e2a
07:53:32 Step 19/24 : RUN chmod +x /validate-in-docker.sh
07:53:32  ---> Running in f174ec9f0bc0
07:53:32  ---> 6d0061385264
07:53:32 Removing intermediate container f174ec9f0bc0
07:53:32 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
07:53:33  ---> b23428061868
07:53:33 Removing intermediate container 48e85a4a091e
07:53:33 Step 21/24 : RUN chmod +x /bin/swg2mrkup
07:53:33  ---> Running in 748bd704e281
07:53:33  ---> 86ecc4934667
07:53:33 Removing intermediate container 748bd704e281
07:53:33 Step 22/24 : ADD oas2pdf /bin/oas2pdf
07:53:34  ---> c307577c454e
07:53:34 Removing intermediate container 7a5ad3d759c7
07:53:34 Step 23/24 : RUN chmod +x /bin/oas2pdf
07:53:34  ---> Running in a244e408438d
07:53:34  ---> 345ecd4fa805
07:53:34 Removing intermediate container a244e408438d
07:53:34 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
07:53:34  ---> Running in c14683168c79
07:53:34  ---> 00d65a42dabf
07:53:34 Removing intermediate container c14683168c79
07:53:34 Successfully built 00d65a42dabf
07:53:34 Successfully tagged openapivalidator:latest
07:53:34 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol002-sol003 as /work
07:53:34 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol002-sol003/477’: Permission denied
07:53:34 Mounting dir /var/www/html/api/nfv/sol002-sol003/477 as /storage
07:53:35 Using filter ''
07:53:35 
07:53:35 Entering dir /work/src
07:53:35 -- Will validate: ./SOL003/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL003)
07:53:35 --- Merging file.
07:53:36 --- Create PDF...
07:54:04 --- Validating ../build/SOL003-VNFIndicator-API.yaml
07:54:06 --- Validation done (0).
07:54:06 '../build/SOL003-VNFIndicator-API.yaml' -> '/storage/SOL003-VNFIndicator-API.yaml'
07:54:06 '../build/SOL003-VNFIndicator-API.json' -> '/storage/SOL003-VNFIndicator-API.json'
07:54:06 '../build/SOL003-VNFIndicator-API.pdf' -> '/storage/SOL003-VNFIndicator-API.pdf'
07:54:06 -- Will validate: ./SOL003/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL003)
07:54:06 --- Merging file.
07:54:07 --- Create PDF...
07:54:18 --- Validating ../build/SOL003-VNFPackageManagementNotification-API.yaml
07:54:19 --- Validation done (0).
07:54:19 '../build/SOL003-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL003-VNFPackageManagementNotification-API.yaml'
07:54:19 '../build/SOL003-VNFPackageManagementNotification-API.json' -> '/storage/SOL003-VNFPackageManagementNotification-API.json'
07:54:19 '../build/SOL003-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL003-VNFPackageManagementNotification-API.pdf'
07:54:19 -- Will validate: ./SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL003)
07:54:19 --- Merging file.
07:54:22 --- Create PDF...
07:55:57 --- Validating ../build/SOL003-VNFLifecycleManagement-API.yaml
07:55:59 --- Validation done (0).
07:55:59 '../build/SOL003-VNFLifecycleManagement-API.yaml' -> '/storage/SOL003-VNFLifecycleManagement-API.yaml'
07:55:59 '../build/SOL003-VNFLifecycleManagement-API.json' -> '/storage/SOL003-VNFLifecycleManagement-API.json'
07:55:59 '../build/SOL003-VNFLifecycleManagement-API.pdf' -> '/storage/SOL003-VNFLifecycleManagement-API.pdf'
07:55:59 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotification/VirtualisedResourcesQuotaAvailableNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotification) (deliverable:SOL003)
07:55:59 --- Merging file.
07:56:00 --- Create PDF...
07:56:17 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
07:56:18 --- Validation done (0).
07:56:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml'
07:56:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.json'
07:56:18 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotification-API.pdf'
07:56:18 -- Will validate: ./SOL003/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL003)
07:56:18 --- Merging file.
07:56:20 --- Create PDF...
07:56:45 --- Validating ../build/SOL003-APIVersion-API.yaml
07:56:46 --- Validation done (0).
07:56:46 '../build/SOL003-APIVersion-API.yaml' -> '/storage/SOL003-APIVersion-API.yaml'
07:56:46 '../build/SOL003-APIVersion-API.json' -> '/storage/SOL003-APIVersion-API.json'
07:56:46 '../build/SOL003-APIVersion-API.pdf' -> '/storage/SOL003-APIVersion-API.pdf'
07:56:46 -- Will validate: ./SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL003)
07:56:46 --- Merging file.
07:56:47 --- Create PDF...
07:57:02 --- Validating ../build/SOL003-VNFFaultManagementNotification-API.yaml
07:57:03 --- Validation done (0).
07:57:03 '../build/SOL003-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL003-VNFFaultManagementNotification-API.yaml'
07:57:03 '../build/SOL003-VNFFaultManagementNotification-API.json' -> '/storage/SOL003-VNFFaultManagementNotification-API.json'
07:57:03 '../build/SOL003-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL003-VNFFaultManagementNotification-API.pdf'
07:57:03 -- Will validate: ./SOL003/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL003)
07:57:03 --- Merging file.
07:57:04 --- Create PDF...
07:57:11 --- Validating ../build/SOL003-VNFIndicatorNotification-API.yaml
07:57:12 --- Validation done (0).
07:57:12 '../build/SOL003-VNFIndicatorNotification-API.yaml' -> '/storage/SOL003-VNFIndicatorNotification-API.yaml'
07:57:12 '../build/SOL003-VNFIndicatorNotification-API.json' -> '/storage/SOL003-VNFIndicatorNotification-API.json'
07:57:12 '../build/SOL003-VNFIndicatorNotification-API.pdf' -> '/storage/SOL003-VNFIndicatorNotification-API.pdf'
07:57:12 -- Will validate: ./SOL003/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL003)
07:57:12 --- Merging file.
07:57:13 --- Create PDF...
07:57:41 --- Validating ../build/SOL003-VNFFaultManagement-API.yaml
07:57:42 --- Validation done (0).
07:57:42 '../build/SOL003-VNFFaultManagement-API.yaml' -> '/storage/SOL003-VNFFaultManagement-API.yaml'
07:57:42 '../build/SOL003-VNFFaultManagement-API.json' -> '/storage/SOL003-VNFFaultManagement-API.json'
07:57:42 '../build/SOL003-VNFFaultManagement-API.pdf' -> '/storage/SOL003-VNFFaultManagement-API.pdf'
07:57:42 -- Will validate: ./SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL003)
07:57:42 --- Merging file.
07:57:44 --- Create PDF...
07:58:00 --- Validating ../build/SOL003-VNFLifecycleManagementNotification-API.yaml
07:58:02 --- Validation done (0).
07:58:02 '../build/SOL003-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.yaml'
07:58:02 '../build/SOL003-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.json'
07:58:02 '../build/SOL003-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL003-VNFLifecycleManagementNotification-API.pdf'
07:58:02 -- Will validate: ./SOL003/VNFLifecycleOperationGranting/VNFLifecycleOperationGranting.yaml (api: VNFLifecycleOperationGranting) (deliverable:SOL003)
07:58:02 --- Merging file.
07:58:03 --- Create PDF...
07:58:21 --- Validating ../build/SOL003-VNFLifecycleOperationGranting-API.yaml
07:58:22 --- Validation done (0).
07:58:22 '../build/SOL003-VNFLifecycleOperationGranting-API.yaml' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.yaml'
07:58:22 '../build/SOL003-VNFLifecycleOperationGranting-API.json' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.json'
07:58:22 '../build/SOL003-VNFLifecycleOperationGranting-API.pdf' -> '/storage/SOL003-VNFLifecycleOperationGranting-API.pdf'
07:58:22 -- Will validate: ./SOL003/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL003)
07:58:22 --- Merging file.
07:58:24 --- Create PDF...
07:59:20 --- Validating ../build/SOL003-VNFPackageManagement-API.yaml
07:59:22 --- Validation done (0).
07:59:22 '../build/SOL003-VNFPackageManagement-API.yaml' -> '/storage/SOL003-VNFPackageManagement-API.yaml'
07:59:22 '../build/SOL003-VNFPackageManagement-API.json' -> '/storage/SOL003-VNFPackageManagement-API.json'
07:59:22 '../build/SOL003-VNFPackageManagement-API.pdf' -> '/storage/SOL003-VNFPackageManagement-API.pdf'
07:59:22 -- Will validate: ./SOL003/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL003)
07:59:22 --- Merging file.
07:59:23 --- Create PDF...
07:59:33 --- Validating ../build/SOL003-VNFPerformanceManagementNotification-API.yaml
07:59:34 --- Validation done (0).
07:59:34 '../build/SOL003-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.yaml'
07:59:34 '../build/SOL003-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.json'
07:59:34 '../build/SOL003-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL003-VNFPerformanceManagementNotification-API.pdf'
07:59:34 -- Will validate: ./SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL003)
07:59:34 --- Merging file.
07:59:36 --- Create PDF...
08:00:15 --- Validating ../build/SOL003-VNFPerformanceManagement-API.yaml
08:00:16 --- Validation done (0).
08:00:16 '../build/SOL003-VNFPerformanceManagement-API.yaml' -> '/storage/SOL003-VNFPerformanceManagement-API.yaml'
08:00:16 '../build/SOL003-VNFPerformanceManagement-API.json' -> '/storage/SOL003-VNFPerformanceManagement-API.json'
08:00:16 '../build/SOL003-VNFPerformanceManagement-API.pdf' -> '/storage/SOL003-VNFPerformanceManagement-API.pdf'
08:00:16 -- Will validate: ./SOL003/VirtualisedResourcesQuotaAvailableNotificationNotification/VirtualisedResourcesQuotaAvailableNotificationNotification.yaml (api: VirtualisedResourcesQuotaAvailableNotificationNotification) (deliverable:SOL003)
08:00:16 --- Merging file.
08:00:17 --- Create PDF...
08:00:27 --- Validating ../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml
08:00:29 --- Validation done (0).
08:00:29 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.yaml'
08:00:29 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.json'
08:00:29 '../build/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf' -> '/storage/SOL003-VirtualisedResourcesQuotaAvailableNotificationNotification-API.pdf'
08:00:29 -- Will validate: ./SOL002/VNFIndicator/VNFIndicator.yaml (api: VNFIndicator) (deliverable:SOL002)
08:00:29 --- Merging file.
08:00:30 --- Create PDF...
08:00:58 --- Validating ../build/SOL002-VNFIndicator-API.yaml
08:01:00 --- Validation done (0).
08:01:00 '../build/SOL002-VNFIndicator-API.yaml' -> '/storage/SOL002-VNFIndicator-API.yaml'
08:01:00 '../build/SOL002-VNFIndicator-API.json' -> '/storage/SOL002-VNFIndicator-API.json'
08:01:00 '../build/SOL002-VNFIndicator-API.pdf' -> '/storage/SOL002-VNFIndicator-API.pdf'
08:01:00 -- Will validate: ./SOL002/VNFConfiguration/VNFConfiguration.yaml (api: VNFConfiguration) (deliverable:SOL002)
08:01:00 --- Merging file.
08:01:01 --- Create PDF...
08:01:15 --- Validating ../build/SOL002-VNFConfiguration-API.yaml
08:01:16 --- Validation done (0).
08:01:16 '../build/SOL002-VNFConfiguration-API.yaml' -> '/storage/SOL002-VNFConfiguration-API.yaml'
08:01:16 '../build/SOL002-VNFConfiguration-API.json' -> '/storage/SOL002-VNFConfiguration-API.json'
08:01:16 '../build/SOL002-VNFConfiguration-API.pdf' -> '/storage/SOL002-VNFConfiguration-API.pdf'
08:01:16 -- Will validate: ./SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml (api: VNFLifecycleManagement) (deliverable:SOL002)
08:01:16 --- Merging file.
08:01:19 --- Create PDF...
08:02:56 --- Validating ../build/SOL002-VNFLifecycleManagement-API.yaml
08:02:59 --- Validation done (0).
08:02:59 '../build/SOL002-VNFLifecycleManagement-API.yaml' -> '/storage/SOL002-VNFLifecycleManagement-API.yaml'
08:02:59 '../build/SOL002-VNFLifecycleManagement-API.json' -> '/storage/SOL002-VNFLifecycleManagement-API.json'
08:02:59 '../build/SOL002-VNFLifecycleManagement-API.pdf' -> '/storage/SOL002-VNFLifecycleManagement-API.pdf'
08:02:59 -- Will validate: ./SOL002/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL002)
08:02:59 --- Merging file.
08:03:00 --- Create PDF...
08:03:18 --- Validating ../build/SOL002-APIVersion-API.yaml
08:03:20 --- Validation done (0).
08:03:20 '../build/SOL002-APIVersion-API.yaml' -> '/storage/SOL002-APIVersion-API.yaml'
08:03:20 '../build/SOL002-APIVersion-API.json' -> '/storage/SOL002-APIVersion-API.json'
08:03:20 '../build/SOL002-APIVersion-API.pdf' -> '/storage/SOL002-APIVersion-API.pdf'
08:03:20 -- Will validate: ./SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml (api: VNFFaultManagementNotification) (deliverable:SOL002)
08:03:20 --- Merging file.
08:03:21 --- Create PDF...
08:03:35 --- Validating ../build/SOL002-VNFFaultManagementNotification-API.yaml
08:03:37 --- Validation done (0).
08:03:37 '../build/SOL002-VNFFaultManagementNotification-API.yaml' -> '/storage/SOL002-VNFFaultManagementNotification-API.yaml'
08:03:37 '../build/SOL002-VNFFaultManagementNotification-API.json' -> '/storage/SOL002-VNFFaultManagementNotification-API.json'
08:03:37 '../build/SOL002-VNFFaultManagementNotification-API.pdf' -> '/storage/SOL002-VNFFaultManagementNotification-API.pdf'
08:03:37 -- Will validate: ./SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml (api: VNFIndicatorNotification) (deliverable:SOL002)
08:03:37 --- Merging file.
08:03:38 --- Create PDF...
08:03:44 --- Validating ../build/SOL002-VNFIndicatorNotification-API.yaml
08:03:45 --- Validation done (0).
08:03:45 '../build/SOL002-VNFIndicatorNotification-API.yaml' -> '/storage/SOL002-VNFIndicatorNotification-API.yaml'
08:03:45 '../build/SOL002-VNFIndicatorNotification-API.json' -> '/storage/SOL002-VNFIndicatorNotification-API.json'
08:03:45 '../build/SOL002-VNFIndicatorNotification-API.pdf' -> '/storage/SOL002-VNFIndicatorNotification-API.pdf'
08:03:46 -- Will validate: ./SOL002/VNFFaultManagement/VNFFaultManagement.yaml (api: VNFFaultManagement) (deliverable:SOL002)
08:03:46 --- Merging file.
08:03:47 --- Create PDF...
08:04:20 --- Validating ../build/SOL002-VNFFaultManagement-API.yaml
08:04:21 --- Validation done (0).
08:04:21 '../build/SOL002-VNFFaultManagement-API.yaml' -> '/storage/SOL002-VNFFaultManagement-API.yaml'
08:04:21 '../build/SOL002-VNFFaultManagement-API.json' -> '/storage/SOL002-VNFFaultManagement-API.json'
08:04:21 '../build/SOL002-VNFFaultManagement-API.pdf' -> '/storage/SOL002-VNFFaultManagement-API.pdf'
08:04:21 -- Will validate: ./SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml (api: VNFLifecycleManagementNotification) (deliverable:SOL002)
08:04:21 --- Merging file.
08:04:23 --- Create PDF...
08:04:40 --- Validating ../build/SOL002-VNFLifecycleManagementNotification-API.yaml
08:04:41 --- Validation done (0).
08:04:41 '../build/SOL002-VNFLifecycleManagementNotification-API.yaml' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.yaml'
08:04:41 '../build/SOL002-VNFLifecycleManagementNotification-API.json' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.json'
08:04:41 '../build/SOL002-VNFLifecycleManagementNotification-API.pdf' -> '/storage/SOL002-VNFLifecycleManagementNotification-API.pdf'
08:04:41 -- Will validate: ./SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml (api: VNFPerformanceManagementNotification) (deliverable:SOL002)
08:04:41 --- Merging file.
08:04:42 --- Create PDF...
08:04:53 --- Validating ../build/SOL002-VNFPerformanceManagementNotification-API.yaml
08:04:54 --- Validation done (0).
08:04:54 '../build/SOL002-VNFPerformanceManagementNotification-API.yaml' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.yaml'
08:04:54 '../build/SOL002-VNFPerformanceManagementNotification-API.json' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.json'
08:04:54 '../build/SOL002-VNFPerformanceManagementNotification-API.pdf' -> '/storage/SOL002-VNFPerformanceManagementNotification-API.pdf'
08:04:54 -- Will validate: ./SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml (api: VNFPerformanceManagement) (deliverable:SOL002)
08:04:54 --- Merging file.
08:04:56 --- Create PDF...
08:05:38 --- Validating ../build/SOL002-VNFPerformanceManagement-API.yaml
08:05:39 --- Validation done (0).
08:05:39 '../build/SOL002-VNFPerformanceManagement-API.yaml' -> '/storage/SOL002-VNFPerformanceManagement-API.yaml'
08:05:39 '../build/SOL002-VNFPerformanceManagement-API.json' -> '/storage/SOL002-VNFPerformanceManagement-API.json'
08:05:39 '../build/SOL002-VNFPerformanceManagement-API.pdf' -> '/storage/SOL002-VNFPerformanceManagement-API.pdf'
08:05:39 -- Final validator returns 0.
08:05:40 Archiving artifacts
08:05:43 Finished: SUCCESS