SuccessConsole Output

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

19:36:14 Step 1/24 : FROM alpine:3.6
19:36:14  ---> 43773d1dba76
19:36:14 Step 2/24 : RUN env
19:36:14  ---> Running in 69566c3eae07
19:36:15 HOSTNAME=69566c3eae07
19:36:15 SHLVL=1
19:36:15 HOME=/root
19:36:15 https_proxy=
19:36:15 http_proxy=
19:36:15 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:36:15 PWD=/
19:36:15 Removing intermediate container 69566c3eae07
19:36:15  ---> 1ee95df16133
19:36:15 Step 3/24 : RUN apk update
19:36:15  ---> Running in e2e2f8e195d5
19:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
19:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
19:36:16 v3.6.5-44-gda55e27396 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
19:36:16 v3.6.5-34-gf0ba0b43d5 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
19:36:16 OK: 8442 distinct packages available
19:36:17 Removing intermediate container e2e2f8e195d5
19:36:17  ---> c03e294a0fc7
19:36:17 Step 4/24 : RUN apk add bash
19:36:17  ---> Running in 32876b65d098
19:36:17 (1/5) Installing ncurses-terminfo-base (6.0_p20171125-r1)
19:36:17 (2/5) Installing ncurses-terminfo (6.0_p20171125-r1)
19:36:18 (3/5) Installing ncurses-libs (6.0_p20171125-r1)
19:36:18 (4/5) Installing readline (6.3.008-r5)
19:36:18 (5/5) Installing bash (4.3.48-r1)
19:36:18 Executing bash-4.3.48-r1.post-install
19:36:18 Executing busybox-1.26.2-r11.trigger
19:36:18 OK: 12 MiB in 18 packages
19:36:19 Removing intermediate container 32876b65d098
19:36:19  ---> 250b8aa28438
19:36:19 Step 5/24 : RUN apk add nodejs
19:36:19  ---> Running in f4e3db0e8627
19:36:20 (1/8) Installing ca-certificates (20161130-r3)
19:36:20 (2/8) Installing libcrypto1.0 (1.0.2r-r0)
19:36:20 (3/8) Installing libgcc (6.3.0-r4)
19:36:20 (4/8) Installing http-parser (2.7.1-r1)
19:36:20 (5/8) Installing libssl1.0 (1.0.2r-r0)
19:36:20 (6/8) Installing libstdc++ (6.3.0-r4)
19:36:20 (7/8) Installing libuv (1.11.0-r1)
19:36:20 (8/8) Installing nodejs (6.10.3-r2)
19:36:20 Executing busybox-1.26.2-r11.trigger
19:36:20 Executing ca-certificates-20161130-r3.trigger
19:36:20 OK: 35 MiB in 26 packages
19:36:21 Removing intermediate container f4e3db0e8627
19:36:21  ---> 60cc79d3c008
19:36:21 Step 6/24 : RUN apk add nodejs-npm
19:36:21  ---> Running in 153cfd96e345
19:36:22 (1/1) Installing nodejs-npm (6.10.3-r2)
19:36:22 Executing busybox-1.26.2-r11.trigger
19:36:22 OK: 52 MiB in 27 packages
19:36:23 Removing intermediate container 153cfd96e345
19:36:23  ---> 2b8243cfaf41
19:36:23 Step 7/24 : RUN apk add asciidoctor
19:36:24  ---> Running in 518af094bfcd
19:36:24 (1/7) Installing libffi (3.2.1-r3)
19:36:24 (2/7) Installing gdbm (1.12-r0)
19:36:24 (3/7) Installing gmp (6.1.2-r0)
19:36:24 (4/7) Installing yaml (0.1.7-r0)
19:36:24 (5/7) Installing ruby-libs (2.4.6-r0)
19:36:25 (6/7) Installing ruby (2.4.6-r0)
19:36:25 (7/7) Installing asciidoctor (1.5.5-r1)
19:36:25 Executing busybox-1.26.2-r11.trigger
19:36:25 OK: 66 MiB in 34 packages
19:36:26 Removing intermediate container 518af094bfcd
19:36:26  ---> e9e384fe9225
19:36:26 Step 8/24 : RUN apk add openjdk8
19:36:26  ---> Running in 203b8525fed8
19:36:27 (1/33) Installing libtasn1 (4.10-r3)
19:36:27 (2/33) Installing p11-kit (0.23.2-r1)
19:36:27 (3/33) Installing p11-kit-trust (0.23.2-r1)
19:36:27 (4/33) Installing java-cacerts (1.0-r0)
19:36:27 (5/33) Installing libxau (1.0.8-r1)
19:36:27 (6/33) Installing libbsd (0.8.3-r3)
19:36:27 (7/33) Installing libxdmcp (1.1.2-r3)
19:36:27 (8/33) Installing libxcb (1.12-r0)
19:36:27 (9/33) Installing libx11 (1.6.6-r0)
19:36:27 (10/33) Installing libxcomposite (0.4.4-r0)
19:36:27 (11/33) Installing libxext (1.3.3-r1)
19:36:27 (12/33) Installing libxi (1.7.9-r0)
19:36:27 (13/33) Installing libxrender (0.9.10-r1)
19:36:27 (14/33) Installing libxtst (1.2.3-r0)
19:36:27 (15/33) Installing alsa-lib (1.1.3-r0)
19:36:27 (16/33) Installing libbz2 (1.0.6-r5)
19:36:27 (17/33) Installing libpng (1.6.37-r0)
19:36:27 (18/33) Installing freetype (2.7.1-r2)
19:36:27 (19/33) Installing giflib (5.1.4-r1)
19:36:27 (20/33) Installing libjpeg-turbo (1.5.3-r2)
19:36:27 (21/33) Installing openjdk8-jre-lib (8.212.04-r0)
19:36:28 (22/33) Installing java-common (0.1-r0)
19:36:28 (23/33) Installing krb5-conf (1.0-r1)
19:36:28 (24/33) Installing libcom_err (1.43.4-r0)
19:36:28 (25/33) Installing keyutils-libs (1.5.9-r1)
19:36:28 (26/33) Installing libverto (0.2.5-r2)
19:36:28 (27/33) Installing krb5-libs (1.14.3-r3)
19:36:28 (28/33) Installing lcms2 (2.8-r1)
19:36:28 (29/33) Installing pcsc-lite-libs (1.8.21-r0)
19:36:28 (30/33) Installing lksctp-tools (1.0.17-r0)
19:36:28 (31/33) Installing openjdk8-jre-base (8.212.04-r0)
19:36:28 (32/33) Installing openjdk8-jre (8.212.04-r0)
19:36:29 (33/33) Installing openjdk8 (8.212.04-r0)
19:36:29 Executing busybox-1.26.2-r11.trigger
19:36:29 Executing ca-certificates-20161130-r3.trigger
19:36:29 Executing java-common-0.1-r0.trigger
19:36:29 OK: 155 MiB in 67 packages
19:36:31 Removing intermediate container 203b8525fed8
19:36:31  ---> 06d4993591ee
19:36:31 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
19:36:31  ---> Running in 3acdb893fd2d
19:36:32 (1/1) Installing wget (1.20.3-r0)
19:36:32 Executing busybox-1.26.2-r11.trigger
19:36:32 OK: 155 MiB in 68 packages
19:36:32 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
19:36:32 Removing intermediate container 3acdb893fd2d
19:36:33  ---> f81090d1c37c
19:36:33 Step 10/24 : RUN apk add openssl
19:36:33  ---> Running in f9bd808e6e86
19:36:33 (1/1) Installing openssl (1.0.2r-r0)
19:36:33 Executing busybox-1.26.2-r11.trigger
19:36:33 Executing ca-certificates-20161130-r3.trigger
19:36:34 OK: 156 MiB in 69 packages
19:36:34 Removing intermediate container f9bd808e6e86
19:36:34  ---> a2e5591cfd3d
19:36:34 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
19:36:34  ---> Running in 63cfac4e7ec5
19:36:36 ERROR:  While executing gem ... (NoMethodError)
19:36:36     undefined method `reset' for RDoc::TopLevel:Class
19:36:36 Successfully installed rdoc-6.3.0
19:36:42 Successfully installed rdoc-6.3.0
19:36:42 Parsing documentation for rdoc-6.3.0
19:36:42 Installing ri documentation for rdoc-6.3.0
19:36:42 Done installing documentation for rdoc after 5 seconds
19:36:42 1 gem installed
19:36:43 Removing intermediate container 63cfac4e7ec5
19:36:43  ---> db11464702fc
19:36:43 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
19:36:43  ---> Running in 457bf04e96e5
19:37:10 Successfully installed pdf-core-0.7.0
19:37:10 Successfully installed ttfunk-1.5.1
19:37:10 Successfully installed prawn-2.2.2
19:37:10 Successfully installed prawn-table-0.2.2
19:37:10 Successfully installed Ascii85-1.0.3
19:37:10 Successfully installed ruby-rc4-0.1.5
19:37:10 Successfully installed hashery-2.1.2
19:37:10 Successfully installed afm-0.2.2
19:37:10 Successfully installed pdf-reader-2.4.1
19:37:10 Successfully installed prawn-templates-0.1.2
19:37:10 Successfully installed public_suffix-4.0.6
19:37:10 Successfully installed addressable-2.7.0
19:37:10 Successfully installed css_parser-1.7.1
19:37:10 Successfully installed prawn-svg-0.31.0
19:37:10 Successfully installed prawn-icon-2.5.0
19:37:10 Successfully installed safe_yaml-1.0.5
19:37:10 Successfully installed thread_safe-0.3.6
19:37:10 Successfully installed concurrent-ruby-1.1.7
19:37:10 Successfully installed polyglot-0.3.5
19:37:10 Successfully installed treetop-1.6.11
19:37:10 Successfully installed asciidoctor-pdf-1.5.4
19:37:10 Successfully installed asciidoctor-pdf-cjk-0.1.3
19:37:10 Parsing documentation for pdf-core-0.7.0
19:37:10 Installing ri documentation for pdf-core-0.7.0
19:37:10 Parsing documentation for ttfunk-1.5.1
19:37:10 Installing ri documentation for ttfunk-1.5.1
19:37:10 Parsing documentation for prawn-2.2.2
19:37:10 Installing ri documentation for prawn-2.2.2
19:37:10 Parsing documentation for prawn-table-0.2.2
19:37:10 Installing ri documentation for prawn-table-0.2.2
19:37:10 Parsing documentation for Ascii85-1.0.3
19:37:10 Installing ri documentation for Ascii85-1.0.3
19:37:10 Parsing documentation for ruby-rc4-0.1.5
19:37:10 Installing ri documentation for ruby-rc4-0.1.5
19:37:10 Parsing documentation for hashery-2.1.2
19:37:10 Installing ri documentation for hashery-2.1.2
19:37:10 Parsing documentation for afm-0.2.2
19:37:10 Installing ri documentation for afm-0.2.2
19:37:10 Parsing documentation for pdf-reader-2.4.1
19:37:10 Installing ri documentation for pdf-reader-2.4.1
19:37:10 Parsing documentation for prawn-templates-0.1.2
19:37:10 Installing ri documentation for prawn-templates-0.1.2
19:37:10 Parsing documentation for public_suffix-4.0.6
19:37:10 Installing ri documentation for public_suffix-4.0.6
19:37:10 Parsing documentation for addressable-2.7.0
19:37:10 Installing ri documentation for addressable-2.7.0
19:37:10 Parsing documentation for css_parser-1.7.1
19:37:10 Installing ri documentation for css_parser-1.7.1
19:37:10 Parsing documentation for prawn-svg-0.31.0
19:37:10 Installing ri documentation for prawn-svg-0.31.0
19:37:10 Parsing documentation for prawn-icon-2.5.0
19:37:10 Installing ri documentation for prawn-icon-2.5.0
19:37:10 Parsing documentation for safe_yaml-1.0.5
19:37:10 Installing ri documentation for safe_yaml-1.0.5
19:37:10 Parsing documentation for thread_safe-0.3.6
19:37:10 Installing ri documentation for thread_safe-0.3.6
19:37:10 Parsing documentation for concurrent-ruby-1.1.7
19:37:10 Installing ri documentation for concurrent-ruby-1.1.7
19:37:10 Parsing documentation for polyglot-0.3.5
19:37:10 Installing ri documentation for polyglot-0.3.5
19:37:10 Parsing documentation for treetop-1.6.11
19:37:10 Installing ri documentation for treetop-1.6.11
19:37:10 Parsing documentation for asciidoctor-pdf-1.5.4
19:37:10 Installing ri documentation for asciidoctor-pdf-1.5.4
19:37:10 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
19:37:10 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
19:37:10 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
19:37:10 22 gems installed
19:37:13 Removing intermediate container 457bf04e96e5
19:37:13  ---> bc0e4268cb1b
19:37:13 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
19:37:13  ---> Running in 1d7649f395d1
19:37:13 --2021-01-13 18:37:18--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
19:37:13 Resolving forge.etsi.org... 195.238.226.56
19:37:13 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
19:37:13 HTTP request sent, awaiting response... 200 OK
19:37:13 Length: 14909486 (14M) [application/java-archive]
19:37:13 Saving to: 'swagger2markup-cli-1.3.2.jar'
19:37:13 
19:37:13      0K .......... .......... .......... .......... ..........  0% 1.82M 8s
19:37:13     50K .......... .......... .......... .......... ..........  0% 2.03M 7s
19:37:14    100K .......... .......... .......... .......... ..........  1% 2.41M 7s
19:37:14    150K .......... .......... .......... .......... ..........  1% 2.48M 7s
19:37:14    200K .......... .......... .......... .......... ..........  1% 2.46M 6s
19:37:14    250K .......... .......... .......... .......... ..........  2% 2.09M 6s
19:37:14    300K .......... .......... .......... .......... ..........  2% 1.31M 7s
19:37:14    350K .......... .......... .......... .......... ..........  2% 2.10M 7s
19:37:14    400K .......... .......... .......... .......... ..........  3% 1.51M 7s
19:37:14    450K .......... .......... .......... .......... ..........  3% 2.03M 7s
19:37:14    500K .......... .......... .......... .......... ..........  3% 2.02M 7s
19:37:14    550K .......... .......... .......... .......... ..........  4% 1.36M 7s
19:37:14    600K .......... .......... .......... .......... ..........  4% 1.52M 7s
19:37:14    650K .......... .......... .......... .......... ..........  4% 1.52M 7s
19:37:14    700K .......... .......... .......... .......... ..........  5% 1.23M 8s
19:37:14    750K .......... .......... .......... .......... ..........  5% 1.51M 8s
19:37:14    800K .......... .......... .......... .......... ..........  5% 1.11M 8s
19:37:14    850K .......... .......... .......... .......... ..........  6% 1.62M 8s
19:37:14    900K .......... .......... .......... .......... ..........  6% 1.72M 8s
19:37:14    950K .......... .......... .......... .......... ..........  6% 1.22M 8s
19:37:14   1000K .......... .......... .......... .......... ..........  7% 1.30M 8s
19:37:14   1050K .......... .......... .......... .......... ..........  7% 1.53M 8s
19:37:14   1100K .......... .......... .......... .......... ..........  7% 1.62M 8s
19:37:14   1150K .......... .......... .......... .......... ..........  8% 1.08M 8s
19:37:14   1200K .......... .......... .......... .......... ..........  8% 1.97M 8s
19:37:14   1250K .......... .......... .......... .......... ..........  8% 2.20M 8s
19:37:14   1300K .......... .......... .......... .......... ..........  9% 1.89M 8s
19:37:14   1350K .......... .......... .......... .......... ..........  9% 1.58M 8s
19:37:14   1400K .......... .......... .......... .......... ..........  9% 1.52M 8s
19:37:14   1450K .......... .......... .......... .......... .......... 10% 1.21M 8s
19:37:14   1500K .......... .......... .......... .......... .......... 10% 1.59M 8s
19:37:14   1550K .......... .......... .......... .......... .......... 10% 1.33M 8s
19:37:14   1600K .......... .......... .......... .......... .......... 11% 1.66M 8s
19:37:14   1650K .......... .......... .......... .......... .......... 11% 2.74M 8s
19:37:14   1700K .......... .......... .......... .......... .......... 12% 4.74M 8s
19:37:14   1750K .......... .......... .......... .......... .......... 12% 1.56M 8s
19:37:15   1800K .......... .......... .......... .......... .......... 12% 1.50M 8s
19:37:15   1850K .......... .......... .......... .......... .......... 13% 1.54M 8s
19:37:15   1900K .......... .......... .......... .......... .......... 13% 1.51M 8s
19:37:15   1950K .......... .......... .......... .......... .......... 13% 1.53M 8s
19:37:15   2000K .......... .......... .......... .......... .......... 14% 1.22M 8s
19:37:15   2050K .......... .......... .......... .......... .......... 14% 1.53M 8s
19:37:15   2100K .......... .......... .......... .......... .......... 14% 1.22M 8s
19:37:15   2150K .......... .......... .......... .......... .......... 15% 1.75M 7s
19:37:15   2200K .......... .......... .......... .......... .......... 15% 1.98M 7s
19:37:15   2250K .......... .......... .......... .......... .......... 15% 2.08M 7s
19:37:15   2300K .......... .......... .......... .......... .......... 16% 1.55M 7s
19:37:15   2350K .......... .......... .......... .......... .......... 16% 2.95M 7s
19:37:15   2400K .......... .......... .......... .......... .......... 16% 1.42M 7s
19:37:15   2450K .......... .......... .......... .......... .......... 17% 1.92M 7s
19:37:15   2500K .......... .......... .......... .......... .......... 17% 2.03M 7s
19:37:15   2550K .......... .......... .......... .......... .......... 17% 2.55M 7s
19:37:15   2600K .......... .......... .......... .......... .......... 18% 5.37M 7s
19:37:15   2650K .......... .......... .......... .......... .......... 18% 2.04M 7s
19:37:15   2700K .......... .......... .......... .......... .......... 18% 2.44M 7s
19:37:15   2750K .......... .......... .......... .......... .......... 19% 2.03M 7s
19:37:15   2800K .......... .......... .......... .......... .......... 19% 1.63M 7s
19:37:15   2850K .......... .......... .......... .......... .......... 19% 2.22M 7s
19:37:15   2900K .......... .......... .......... .......... .......... 20% 2.10M 7s
19:37:15   2950K .......... .......... .......... .......... .......... 20% 1.97M 7s
19:37:15   3000K .......... .......... .......... .......... .......... 20% 33.7M 6s
19:37:15   3050K .......... .......... .......... .......... .......... 21% 42.5M 6s
19:37:15   3100K .......... .......... .......... .......... .......... 21% 26.9M 6s
19:37:15   3150K .......... .......... .......... .......... .......... 21% 20.7M 6s
19:37:15   3200K .......... .......... .......... .......... .......... 22% 33.1M 6s
19:37:15   3250K .......... .......... .......... .......... .......... 22% 20.4M 6s
19:37:15   3300K .......... .......... .......... .......... .......... 23% 45.8M 6s
19:37:15   3350K .......... .......... .......... .......... .......... 23% 48.7M 6s
19:37:15   3400K .......... .......... .......... .......... .......... 23% 44.5M 6s
19:37:15   3450K .......... .......... .......... .......... .......... 24% 17.3M 5s
19:37:15   3500K .......... .......... .......... .......... .......... 24% 41.1M 5s
19:37:15   3550K .......... .......... .......... .......... .......... 24% 66.0M 5s
19:37:15   3600K .......... .......... .......... .......... .......... 25% 26.9M 5s
19:37:15   3650K .......... .......... .......... .......... .......... 25% 42.9M 5s
19:37:15   3700K .......... .......... .......... .......... .......... 25% 25.5M 5s
19:37:15   3750K .......... .......... .......... .......... .......... 26% 60.2M 5s
19:37:15   3800K .......... .......... .......... .......... .......... 26% 54.0M 5s
19:37:15   3850K .......... .......... .......... .......... .......... 26% 35.2M 5s
19:37:15   3900K .......... .......... .......... .......... .......... 27% 40.3M 5s
19:37:15   3950K .......... .......... .......... .......... .......... 27% 35.5M 5s
19:37:15   4000K .......... .......... .......... .......... .......... 27% 58.6M 5s
19:37:15   4050K .......... .......... .......... .......... .......... 28% 33.1M 4s
19:37:15   4100K .......... .......... .......... .......... .......... 28% 32.0M 4s
19:37:15   4150K .......... .......... .......... .......... .......... 28% 61.5M 4s
19:37:15   4200K .......... .......... .......... .......... .......... 29% 31.1M 4s
19:37:15   4250K .......... .......... .......... .......... .......... 29% 36.5M 4s
19:37:15   4300K .......... .......... .......... .......... .......... 29% 74.3M 4s
19:37:15   4350K .......... .......... .......... .......... .......... 30% 30.4M 4s
19:37:15   4400K .......... .......... .......... .......... .......... 30% 25.6M 4s
19:37:15   4450K .......... .......... .......... .......... .......... 30% 80.6M 4s
19:37:15   4500K .......... .......... .......... .......... .......... 31% 30.2M 4s
19:37:15   4550K .......... .......... .......... .......... .......... 31% 70.0M 4s
19:37:15   4600K .......... .......... .......... .......... .......... 31% 28.7M 4s
19:37:15   4650K .......... .......... .......... .......... .......... 32% 68.6M 4s
19:37:15   4700K .......... .......... .......... .......... .......... 32% 47.6M 4s
19:37:15   4750K .......... .......... .......... .......... .......... 32% 36.0M 4s
19:37:15   4800K .......... .......... .......... .......... .......... 33% 32.5M 4s
19:37:15   4850K .......... .......... .......... .......... .......... 33% 46.5M 3s
19:37:15   4900K .......... .......... .......... .......... .......... 33% 52.9M 3s
19:37:15   4950K .......... .......... .......... .......... .......... 34% 56.7M 3s
19:37:15   5000K .......... .......... .......... .......... .......... 34% 70.2M 3s
19:37:15   5050K .......... .......... .......... .......... .......... 35% 50.2M 3s
19:37:15   5100K .......... .......... .......... .......... .......... 35% 48.0M 3s
19:37:15   5150K .......... .......... .......... .......... .......... 35% 28.4M 3s
19:37:15   5200K .......... .......... .......... .......... .......... 36% 31.9M 3s
19:37:15   5250K .......... .......... .......... .......... .......... 36% 75.3M 3s
19:37:15   5300K .......... .......... .......... .......... .......... 36% 39.9M 3s
19:37:15   5350K .......... .......... .......... .......... .......... 37% 75.6M 3s
19:37:15   5400K .......... .......... .......... .......... .......... 37% 34.8M 3s
19:37:15   5450K .......... .......... .......... .......... .......... 37% 31.9M 3s
19:37:15   5500K .......... .......... .......... .......... .......... 38% 38.1M 3s
19:37:15   5550K .......... .......... .......... .......... .......... 38% 44.0M 3s
19:37:15   5600K .......... .......... .......... .......... .......... 38% 39.7M 3s
19:37:15   5650K .......... .......... .......... .......... .......... 39% 63.9M 3s
19:37:15   5700K .......... .......... .......... .......... .......... 39% 80.5M 3s
19:37:15   5750K .......... .......... .......... .......... .......... 39% 70.6M 3s
19:37:15   5800K .......... .......... .......... .......... .......... 40% 25.9M 3s
19:37:15   5850K .......... .......... .......... .......... .......... 40% 69.8M 3s
19:37:15   5900K .......... .......... .......... .......... .......... 40% 36.9M 3s
19:37:15   5950K .......... .......... .......... .......... .......... 41% 41.6M 3s
19:37:15   6000K .......... .......... .......... .......... .......... 41% 38.3M 3s
19:37:15   6050K .......... .......... .......... .......... .......... 41% 77.8M 2s
19:37:15   6100K .......... .......... .......... .......... .......... 42% 72.4M 2s
19:37:15   6150K .......... .......... .......... .......... .......... 42% 53.1M 2s
19:37:15   6200K .......... .......... .......... .......... .......... 42% 33.5M 2s
19:37:15   6250K .......... .......... .......... .......... .......... 43% 38.5M 2s
19:37:15   6300K .......... .......... .......... .......... .......... 43% 39.6M 2s
19:37:15   6350K .......... .......... .......... .......... .......... 43% 45.5M 2s
19:37:15   6400K .......... .......... .......... .......... .......... 44% 58.0M 2s
19:37:15   6450K .......... .......... .......... .......... .......... 44% 68.5M 2s
19:37:15   6500K .......... .......... .......... .......... .......... 44% 62.4M 2s
19:37:15   6550K .......... .......... .......... .......... .......... 45% 35.6M 2s
19:37:15   6600K .......... .......... .......... .......... .......... 45% 27.9M 2s
19:37:15   6650K .......... .......... .......... .......... .......... 46% 37.6M 2s
19:37:15   6700K .......... .......... .......... .......... .......... 46% 29.9M 2s
19:37:15   6750K .......... .......... .......... .......... .......... 46% 71.8M 2s
19:37:15   6800K .......... .......... .......... .......... .......... 47% 57.4M 2s
19:37:15   6850K .......... .......... .......... .......... .......... 47% 32.1M 2s
19:37:15   6900K .......... .......... .......... .......... .......... 47% 71.0M 2s
19:37:15   6950K .......... .......... .......... .......... .......... 48% 73.2M 2s
19:37:15   7000K .......... .......... .......... .......... .......... 48% 26.8M 2s
19:37:15   7050K .......... .......... .......... .......... .......... 48% 42.3M 2s
19:37:15   7100K .......... .......... .......... .......... .......... 49% 32.6M 2s
19:37:15   7150K .......... .......... .......... .......... .......... 49% 70.2M 2s
19:37:15   7200K .......... .......... .......... .......... .......... 49% 57.2M 2s
19:37:15   7250K .......... .......... .......... .......... .......... 50% 73.7M 2s
19:37:15   7300K .......... .......... .......... .......... .......... 50% 40.8M 2s
19:37:15   7350K .......... .......... .......... .......... .......... 50% 72.4M 2s
19:37:15   7400K .......... .......... .......... .......... .......... 51% 28.8M 2s
19:37:15   7450K .......... .......... .......... .......... .......... 51% 29.1M 2s
19:37:15   7500K .......... .......... .......... .......... .......... 51% 47.7M 2s
19:37:15   7550K .......... .......... .......... .......... .......... 52% 60.0M 2s
19:37:15   7600K .......... .......... .......... .......... .......... 52% 54.1M 2s
19:37:15   7650K .......... .......... .......... .......... .......... 52% 72.8M 2s
19:37:15   7700K .......... .......... .......... .......... .......... 53% 70.0M 2s
19:37:15   7750K .......... .......... .......... .......... .......... 53% 31.5M 2s
19:37:15   7800K .......... .......... .......... .......... .......... 53% 51.7M 2s
19:37:15   7850K .......... .......... .......... .......... .......... 54% 24.7M 2s
19:37:15   7900K .......... .......... .......... .......... .......... 54% 39.3M 2s
19:37:15   7950K .......... .......... .......... .......... .......... 54% 47.9M 2s
19:37:15   8000K .......... .......... .......... .......... .......... 55% 27.5M 1s
19:37:15   8050K .......... .......... .......... .......... .......... 55% 72.1M 1s
19:37:15   8100K .......... .......... .......... .......... .......... 55% 41.8M 1s
19:37:15   8150K .......... .......... .......... .......... .......... 56% 74.5M 1s
19:37:15   8200K .......... .......... .......... .......... .......... 56% 69.7M 1s
19:37:15   8250K .......... .......... .......... .......... .......... 57% 70.8M 1s
19:37:15   8300K .......... .......... .......... .......... .......... 57% 80.5M 1s
19:37:15   8350K .......... .......... .......... .......... .......... 57% 29.8M 1s
19:37:15   8400K .......... .......... .......... .......... .......... 58% 52.1M 1s
19:37:15   8450K .......... .......... .......... .......... .......... 58% 28.9M 1s
19:37:15   8500K .......... .......... .......... .......... .......... 58% 32.2M 1s
19:37:15   8550K .......... .......... .......... .......... .......... 59% 39.2M 1s
19:37:15   8600K .......... .......... .......... .......... .......... 59% 38.6M 1s
19:37:15   8650K .......... .......... .......... .......... .......... 59% 47.6M 1s
19:37:15   8700K .......... .......... .......... .......... .......... 60% 71.9M 1s
19:37:15   8750K .......... .......... .......... .......... .......... 60% 67.0M 1s
19:37:15   8800K .......... .......... .......... .......... .......... 60% 44.3M 1s
19:37:15   8850K .......... .......... .......... .......... .......... 61% 33.6M 1s
19:37:15   8900K .......... .......... .......... .......... .......... 61% 32.1M 1s
19:37:15   8950K .......... .......... .......... .......... .......... 61% 37.9M 1s
19:37:15   9000K .......... .......... .......... .......... .......... 62% 44.0M 1s
19:37:15   9050K .......... .......... .......... .......... .......... 62% 48.1M 1s
19:37:15   9100K .......... .......... .......... .......... .......... 62% 70.4M 1s
19:37:15   9150K .......... .......... .......... .......... .......... 63% 68.6M 1s
19:37:15   9200K .......... .......... .......... .......... .......... 63% 39.8M 1s
19:37:15   9250K .......... .......... .......... .......... .......... 63% 45.0M 1s
19:37:15   9300K .......... .......... .......... .......... .......... 64% 70.7M 1s
19:37:15   9350K .......... .......... .......... .......... .......... 64% 71.9M 1s
19:37:15   9400K .......... .......... .......... .......... .......... 64% 65.9M 1s
19:37:15   9450K .......... .......... .......... .......... .......... 65% 33.1M 1s
19:37:15   9500K .......... .......... .......... .......... .......... 65% 72.1M 1s
19:37:15   9550K .......... .......... .......... .......... .......... 65% 19.9M 1s
19:37:15   9600K .......... .......... .......... .......... .......... 66% 29.8M 1s
19:37:15   9650K .......... .......... .......... .......... .......... 66% 70.5M 1s
19:37:15   9700K .......... .......... .......... .......... .......... 66% 54.8M 1s
19:37:15   9750K .......... .......... .......... .......... .......... 67% 45.9M 1s
19:37:15   9800K .......... .......... .......... .......... .......... 67% 74.0M 1s
19:37:15   9850K .......... .......... .......... .......... .......... 67% 32.4M 1s
19:37:15   9900K .......... .......... .......... .......... .......... 68% 30.8M 1s
19:37:15   9950K .......... .......... .......... .......... .......... 68% 37.1M 1s
19:37:15  10000K .......... .......... .......... .......... .......... 69% 35.3M 1s
19:37:15  10050K .......... .......... .......... .......... .......... 69% 41.8M 1s
19:37:15  10100K .......... .......... .......... .......... .......... 69% 45.0M 1s
19:37:15  10150K .......... .......... .......... .......... .......... 70% 53.6M 1s
19:37:15  10200K .......... .......... .......... .......... .......... 70% 57.7M 1s
19:37:15  10250K .......... .......... .......... .......... .......... 70% 72.3M 1s
19:37:15  10300K .......... .......... .......... .......... .......... 71% 34.5M 1s
19:37:15  10350K .......... .......... .......... .......... .......... 71% 75.6M 1s
19:37:15  10400K .......... .......... .......... .......... .......... 71% 59.0M 1s
19:37:15  10450K .......... .......... .......... .......... .......... 72% 72.2M 1s
19:37:15  10500K .......... .......... .......... .......... .......... 72% 71.8M 1s
19:37:15  10550K .......... .......... .......... .......... .......... 72% 36.4M 1s
19:37:15  10600K .......... .......... .......... .......... .......... 73% 24.4M 1s
19:37:15  10650K .......... .......... .......... .......... .......... 73% 42.0M 1s
19:37:15  10700K .......... .......... .......... .......... .......... 73% 33.4M 1s
19:37:15  10750K .......... .......... .......... .......... .......... 74% 63.1M 1s
19:37:15  10800K .......... .......... .......... .......... .......... 74% 62.6M 1s
19:37:15  10850K .......... .......... .......... .......... .......... 74% 70.3M 1s
19:37:15  10900K .......... .......... .......... .......... .......... 75% 34.4M 1s
19:37:15  10950K .......... .......... .......... .......... .......... 75% 43.6M 1s
19:37:15  11000K .......... .......... .......... .......... .......... 75% 64.7M 1s
19:37:15  11050K .......... .......... .......... .......... .......... 76% 55.6M 1s
19:37:15  11100K .......... .......... .......... .......... .......... 76% 36.2M 1s
19:37:15  11150K .......... .......... .......... .......... .......... 76% 71.9M 1s
19:37:15  11200K .......... .......... .......... .......... .......... 77% 54.6M 1s
19:37:15  11250K .......... .......... .......... .......... .......... 77% 50.5M 1s
19:37:15  11300K .......... .......... .......... .......... .......... 77% 33.7M 1s
19:37:15  11350K .......... .......... .......... .......... .......... 78% 68.9M 1s
19:37:15  11400K .......... .......... .......... .......... .......... 78% 67.8M 1s
19:37:15  11450K .......... .......... .......... .......... .......... 78% 72.7M 1s
19:37:15  11500K .......... .......... .......... .......... .......... 79% 21.2M 0s
19:37:15  11550K .......... .......... .......... .......... .......... 79% 73.5M 0s
19:37:15  11600K .......... .......... .......... .......... .......... 80% 57.4M 0s
19:37:15  11650K .......... .......... .......... .......... .......... 80% 74.6M 0s
19:37:15  11700K .......... .......... .......... .......... .......... 80% 68.6M 0s
19:37:15  11750K .......... .......... .......... .......... .......... 81% 49.0M 0s
19:37:15  11800K .......... .......... .......... .......... .......... 81% 25.6M 0s
19:37:15  11850K .......... .......... .......... .......... .......... 81% 24.1M 0s
19:37:15  11900K .......... .......... .......... .......... .......... 82% 72.2M 0s
19:37:15  11950K .......... .......... .......... .......... .......... 82% 73.1M 0s
19:37:15  12000K .......... .......... .......... .......... .......... 82% 42.7M 0s
19:37:15  12050K .......... .......... .......... .......... .......... 83% 33.7M 0s
19:37:15  12100K .......... .......... .......... .......... .......... 83% 74.8M 0s
19:37:15  12150K .......... .......... .......... .......... .......... 83% 71.6M 0s
19:37:15  12200K .......... .......... .......... .......... .......... 84% 71.9M 0s
19:37:15  12250K .......... .......... .......... .......... .......... 84% 29.8M 0s
19:37:15  12300K .......... .......... .......... .......... .......... 84% 73.4M 0s
19:37:15  12350K .......... .......... .......... .......... .......... 85% 73.1M 0s
19:37:15  12400K .......... .......... .......... .......... .......... 85% 58.2M 0s
19:37:15  12450K .......... .......... .......... .......... .......... 85% 44.7M 0s
19:37:15  12500K .......... .......... .......... .......... .......... 86% 22.1M 0s
19:37:15  12550K .......... .......... .......... .......... .......... 86% 74.9M 0s
19:37:15  12600K .......... .......... .......... .......... .......... 86% 69.6M 0s
19:37:15  12650K .......... .......... .......... .......... .......... 87% 75.2M 0s
19:37:15  12700K .......... .......... .......... .......... .......... 87% 69.9M 0s
19:37:15  12750K .......... .......... .......... .......... .......... 87% 42.5M 0s
19:37:15  12800K .......... .......... .......... .......... .......... 88% 57.7M 0s
19:37:15  12850K .......... .......... .......... .......... .......... 88% 29.1M 0s
19:37:15  12900K .......... .......... .......... .......... .......... 88% 22.1M 0s
19:37:15  12950K .......... .......... .......... .......... .......... 89% 32.1M 0s
19:37:15  13000K .......... .......... .......... .......... .......... 89% 30.8M 0s
19:37:15  13050K .......... .......... .......... .......... .......... 89% 59.1M 0s
19:37:15  13100K .......... .......... .......... .......... .......... 90% 20.4M 0s
19:37:15  13150K .......... .......... .......... .......... .......... 90% 17.6M 0s
19:37:15  13200K .......... .......... .......... .......... .......... 91% 25.6M 0s
19:37:15  13250K .......... .......... .......... .......... .......... 91% 17.6M 0s
19:37:15  13300K .......... .......... .......... .......... .......... 91% 42.0M 0s
19:37:15  13350K .......... .......... .......... .......... .......... 92% 72.4M 0s
19:37:15  13400K .......... .......... .......... .......... .......... 92% 68.5M 0s
19:37:15  13450K .......... .......... .......... .......... .......... 92% 70.7M 0s
19:37:15  13500K .......... .......... .......... .......... .......... 93% 78.2M 0s
19:37:15  13550K .......... .......... .......... .......... .......... 93% 77.1M 0s
19:37:15  13600K .......... .......... .......... .......... .......... 93% 59.1M 0s
19:37:15  13650K .......... .......... .......... .......... .......... 94% 78.1M 0s
19:37:15  13700K .......... .......... .......... .......... .......... 94% 80.2M 0s
19:37:15  13750K .......... .......... .......... .......... .......... 94% 78.3M 0s
19:37:15  13800K .......... .......... .......... .......... .......... 95% 71.4M 0s
19:37:15  13850K .......... .......... .......... .......... .......... 95% 81.8M 0s
19:37:15  13900K .......... .......... .......... .......... .......... 95% 77.6M 0s
19:37:15  13950K .......... .......... .......... .......... .......... 96% 69.3M 0s
19:37:15  14000K .......... .......... .......... .......... .......... 96% 64.7M 0s
19:37:15  14050K .......... .......... .......... .......... .......... 96% 75.7M 0s
19:37:15  14100K .......... .......... .......... .......... .......... 97% 66.7M 0s
19:37:15  14150K .......... .......... .......... .......... .......... 97% 73.4M 0s
19:37:15  14200K .......... .......... .......... .......... .......... 97% 55.3M 0s
19:37:15  14250K .......... .......... .......... .......... .......... 98% 71.9M 0s
19:37:15  14300K .......... .......... .......... .......... .......... 98% 74.0M 0s
19:37:15  14350K .......... .......... .......... .......... .......... 98% 75.7M 0s
19:37:15  14400K .......... .......... .......... .......... .......... 99% 60.1M 0s
19:37:15  14450K .......... .......... .......... .......... .......... 99% 71.6M 0s
19:37:15  14500K .......... .......... .......... .......... .......... 99% 74.8M 0s
19:37:15  14550K ..........                                            100% 92.4M=2.0s
19:37:15 
19:37:15 2021-01-13 18:37:20 (7.23 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
19:37:15 
19:37:15 Removing intermediate container 1d7649f395d1
19:37:16  ---> 0dec1128c12e
19:37:16 Step 14/24 : RUN npm config set proxy $http_proxy
19:37:16  ---> Running in 14ca1b18a69a
19:37:18 Removing intermediate container 14ca1b18a69a
19:37:18  ---> 2a8f0f31da9d
19:37:18 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
19:37:18  ---> Running in 1890194b900a
19:37:19 npm WARN invalid config proxy=""
19:37:19 npm WARN invalid config Must be a full url with 'http://'
19:37:19 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.
19:37:27 /usr/bin/swagger-tools -> /usr/lib/node_modules/swagger-tools/bin/swagger-tools
19:37:32 
19:37:32 > core-js@2.6.12 postinstall /usr/lib/node_modules/swagger-tools/node_modules/core-js
19:37:32 > node -e "try{require('./postinstall')}catch(e){}"
19:37:32 
19:37:33 /usr/lib
19:37:33 `-- swagger-tools@0.10.3 
19:37:33   +-- async@2.6.3 
19:37:33   +-- body-parser@1.18.2 
19:37:33   | +-- bytes@3.0.0 
19:37:33   | +-- content-type@1.0.4 
19:37:33   | +-- debug@2.6.9 
19:37:33   | | `-- ms@2.0.0 
19:37:33   | +-- depd@1.1.2 
19:37:33   | +-- http-errors@1.6.3 
19:37:33   | | +-- inherits@2.0.3 
19:37:33   | | +-- setprototypeof@1.1.0 
19:37:33   | | `-- statuses@1.5.0 
19:37:33   | +-- iconv-lite@0.4.19 
19:37:33   | +-- on-finished@2.3.0 
19:37:33   | | `-- ee-first@1.1.1 
19:37:33   | +-- qs@6.5.1 
19:37:33   | +-- raw-body@2.3.2 
19:37:33   | | +-- http-errors@1.6.2 
19:37:33   | | | +-- depd@1.1.1 
19:37:33   | | | `-- setprototypeof@1.0.3 
19:37:33   | | `-- unpipe@1.0.0 
19:37:33   | `-- type-is@1.6.18 
19:37:33   |   +-- media-typer@0.3.0 
19:37:33   |   `-- mime-types@2.1.28 
19:37:33   |     `-- mime-db@1.45.0 
19:37:33   +-- commander@2.20.3 
19:37:33   +-- debug@3.2.7 
19:37:33   | `-- ms@2.1.3 
19:37:33   +-- js-yaml@3.14.1 
19:37:33   | +-- argparse@1.0.10 
19:37:33   | | `-- sprintf-js@1.0.3 
19:37:33   | `-- esprima@4.0.1 
19:37:33   +-- json-refs@3.0.15 
19:37:33   | +-- commander@4.1.1 
19:37:33   | +-- graphlib@2.1.8 
19:37:33   | +-- native-promise-only@0.8.1 
19:37:33   | +-- path-loader@1.0.10 
19:37:33   | +-- slash@3.0.0 
19:37:33   | `-- uri-js@4.4.1 
19:37:33   |   `-- punycode@2.1.1 
19:37:33   +-- lodash@4.17.20 
19:37:33   +-- multer@1.4.2 
19:37:33   | +-- append-field@1.0.0 
19:37:33   | +-- busboy@0.2.14 
19:37:33   | | +-- dicer@0.2.5 
19:37:33   | | | +-- readable-stream@1.1.14 
19:37:33   | | | | +-- isarray@0.0.1 
19:37:33   | | | | `-- string_decoder@0.10.31 
19:37:33   | | | `-- streamsearch@0.1.2 
19:37:33   | | `-- readable-stream@1.1.14 
19:37:33   | |   +-- isarray@0.0.1 
19:37:33   | |   `-- string_decoder@0.10.31 
19:37:33   | +-- concat-stream@1.6.2 
19:37:33   | | +-- buffer-from@1.1.1 
19:37:33   | | `-- typedarray@0.0.6 
19:37:33   | +-- mkdirp@0.5.5 
19:37:33   | | `-- minimist@1.2.5 
19:37:33   | +-- object-assign@4.1.1 
19:37:33   | `-- xtend@4.0.2 
19:37:33   +-- parseurl@1.3.3 
19:37:33   +-- path-to-regexp@2.4.0 
19:37:33   +-- qs@6.9.5 
19:37:33   +-- serve-static@1.14.1 
19:37:33   | +-- encodeurl@1.0.2 
19:37:33   | +-- escape-html@1.0.3 
19:37:33   | `-- send@0.17.1 
19:37:33   |   +-- debug@2.6.9 
19:37:33   |   | `-- ms@2.0.0 
19:37:33   |   +-- destroy@1.0.4 
19:37:33   |   +-- etag@1.8.1 
19:37:33   |   +-- fresh@0.5.2 
19:37:33   |   +-- http-errors@1.7.3 
19:37:33   |   | +-- inherits@2.0.4 
19:37:33   |   | +-- setprototypeof@1.1.1 
19:37:33   |   | `-- toidentifier@1.0.0 
19:37:33   |   +-- ms@2.1.1 
19:37:33   |   `-- range-parser@1.2.1 
19:37:33   +-- spark-md5@3.0.1 
19:37:33   +-- string@3.3.3 
19:37:33   +-- superagent@3.8.3 
19:37:33   | +-- component-emitter@1.3.0 
19:37:33   | +-- cookiejar@2.1.2 
19:37:33   | +-- extend@3.0.2 
19:37:33   | +-- form-data@2.5.1 
19:37:33   | | +-- asynckit@0.4.0 
19:37:33   | | `-- combined-stream@1.0.8 
19:37:33   | |   `-- delayed-stream@1.0.0 
19:37:33   | +-- formidable@1.2.2 
19:37:33   | +-- methods@1.1.2 
19:37:33   | +-- mime@1.6.0 
19:37:33   | `-- readable-stream@2.3.7 
19:37:33   |   +-- core-util-is@1.0.2 
19:37:33   |   +-- isarray@1.0.0 
19:37:33   |   +-- process-nextick-args@2.0.1 
19:37:33   |   +-- safe-buffer@5.1.2 
19:37:33   |   +-- string_decoder@1.1.1 
19:37:33   |   `-- util-deprecate@1.0.2 
19:37:33   +-- swagger-converter@0.1.7 
19:37:33   | `-- lodash.clonedeep@2.4.1 
19:37:33   |   +-- lodash._baseclone@2.4.1 
19:37:33   |   | +-- lodash._getarray@2.4.1 
19:37:33   |   | | `-- lodash._arraypool@2.4.1 
19:37:33   |   | +-- lodash._releasearray@2.4.1 
19:37:33   |   | | `-- lodash._maxpoolsize@2.4.1 
19:37:33   |   | +-- lodash._slice@2.4.1 
19:37:33   |   | +-- lodash.assign@2.4.1 
19:37:33   |   | | +-- lodash._objecttypes@2.4.1 
19:37:33   |   | | `-- lodash.keys@2.4.1 
19:37:33   |   | |   `-- lodash._shimkeys@2.4.1 
19:37:33   |   | +-- lodash.foreach@2.4.1 
19:37:33   |   | +-- lodash.forown@2.4.1 
19:37:33   |   | +-- lodash.isarray@2.4.1 
19:37:33   |   | | `-- lodash._isnative@2.4.1 
19:37:33   |   | `-- lodash.isobject@2.4.1 
19:37:33   |   `-- lodash._basecreatecallback@2.4.1 
19:37:33   |     +-- lodash._setbinddata@2.4.1 
19:37:33   |     | `-- lodash.noop@2.4.1 
19:37:33   |     +-- lodash.bind@2.4.1 
19:37:33   |     | `-- lodash._createwrapper@2.4.1 
19:37:33   |     |   +-- lodash._basebind@2.4.1 
19:37:33   |     |   | `-- lodash._basecreate@2.4.1 
19:37:33   |     |   +-- lodash._basecreatewrapper@2.4.1 
19:37:33   |     |   `-- lodash.isfunction@2.4.1 
19:37:33   |     +-- lodash.identity@2.4.1 
19:37:33   |     `-- lodash.support@2.4.1 
19:37:33   +-- traverse@0.6.6 
19:37:33   `-- z-schema@3.25.1 
19:37:33     +-- core-js@2.6.12 
19:37:33     +-- lodash.get@4.4.2 
19:37:33     +-- lodash.isequal@4.5.0 
19:37:33     `-- validator@10.11.0 
19:37:33 
19:37:35 Removing intermediate container 1890194b900a
19:37:35  ---> bd5411ab8bae
19:37:35 Step 16/24 : RUN npm install -g json-refs@3.0.2
19:37:35  ---> Running in 1768d898cd9f
19:37:36 npm WARN invalid config proxy=""
19:37:36 npm WARN invalid config Must be a full url with 'http://'
19:37:36 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
19:37:40 /usr/lib
19:37:40 `-- json-refs@3.0.2 
19:37:40   +-- commander@2.20.3 
19:37:40   +-- graphlib@2.1.8 
19:37:40   +-- js-yaml@3.14.1 
19:37:40   | +-- argparse@1.0.10 
19:37:40   | | `-- sprintf-js@1.0.3 
19:37:40   | `-- esprima@4.0.1 
19:37:40   +-- lodash@4.17.20 
19:37:40   +-- native-promise-only@0.8.1 
19:37:40   +-- path-loader@1.0.10 
19:37:40   | `-- superagent@3.8.3 
19:37:40   |   +-- component-emitter@1.3.0 
19:37:40   |   +-- cookiejar@2.1.2 
19:37:40   |   +-- debug@3.2.7 
19:37:40   |   | `-- ms@2.1.3 
19:37:40   |   +-- extend@3.0.2 
19:37:40   |   +-- form-data@2.5.1 
19:37:40   |   | +-- asynckit@0.4.0 
19:37:40   |   | +-- combined-stream@1.0.8 
19:37:40   |   | | `-- delayed-stream@1.0.0 
19:37:40   |   | `-- mime-types@2.1.28 
19:37:40   |   |   `-- mime-db@1.45.0 
19:37:40   |   +-- formidable@1.2.2 
19:37:40   |   +-- methods@1.1.2 
19:37:40   |   +-- mime@1.6.0 
19:37:40   |   +-- qs@6.9.5 
19:37:40   |   `-- readable-stream@2.3.7 
19:37:40   |     +-- core-util-is@1.0.2 
19:37:40   |     +-- inherits@2.0.4 
19:37:40   |     +-- isarray@1.0.0 
19:37:40   |     +-- process-nextick-args@2.0.1 
19:37:40   |     +-- safe-buffer@5.1.2 
19:37:40   |     +-- string_decoder@1.1.1 
19:37:40   |     `-- util-deprecate@1.0.2 
19:37:40   +-- slash@1.0.0 
19:37:40   `-- uri-js@3.0.2 
19:37:40     `-- punycode@2.1.1 
19:37:40 
19:37:41 Removing intermediate container 1768d898cd9f
19:37:41  ---> 483b9aaf76e6
19:37:41 Step 17/24 : RUN npm install -g yamljs@0.3.0
19:37:41  ---> Running in a4fcc823cdff
19:37:42 npm WARN invalid config proxy=""
19:37:42 npm WARN invalid config Must be a full url with 'http://'
19:37:42 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
19:37:44 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
19:37:44 /usr/lib
19:37:44 `-- yamljs@0.3.0 
19:37:44   +-- argparse@1.0.10 
19:37:44   | `-- sprintf-js@1.0.3 
19:37:44   `-- glob@7.1.6 
19:37:44     +-- fs.realpath@1.0.0 
19:37:44     +-- inflight@1.0.6 
19:37:44     | `-- wrappy@1.0.2 
19:37:44     +-- inherits@2.0.4 
19:37:44     +-- minimatch@3.0.4 
19:37:44     | `-- brace-expansion@1.1.11 
19:37:44     |   +-- balanced-match@1.0.0 
19:37:44     |   `-- concat-map@0.0.1 
19:37:44     +-- once@1.4.0 
19:37:44     `-- path-is-absolute@1.0.1 
19:37:44 
19:37:45 Removing intermediate container a4fcc823cdff
19:37:45  ---> e9b777dc814e
19:37:45 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
19:37:45  ---> 612a10e4123a
19:37:45 Step 19/24 : RUN chmod +x /validate-in-docker.sh
19:37:45  ---> Running in fde2f51e6fec
19:37:46 Removing intermediate container fde2f51e6fec
19:37:46  ---> f545a15bd20d
19:37:46 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
19:37:46  ---> cab386e3e8a7
19:37:46 Step 21/24 : RUN chmod +x /bin/swg2mrkup
19:37:46  ---> Running in 913e1d2c183a
19:37:47 Removing intermediate container 913e1d2c183a
19:37:47  ---> 4762b18d4960
19:37:47 Step 22/24 : ADD oas2pdf /bin/oas2pdf
19:37:48  ---> 66d780b22f80
19:37:48 Step 23/24 : RUN chmod +x /bin/oas2pdf
19:37:48  ---> Running in c813f81942e9
19:37:49 Removing intermediate container c813f81942e9
19:37:49  ---> cac63cb7da30
19:37:49 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
19:37:49  ---> Running in cfa2f09dd4fb
19:37:49 Removing intermediate container cfa2f09dd4fb
19:37:49  ---> 7bef8c131dae
19:37:49 Successfully built 7bef8c131dae
19:37:49 Successfully tagged openapivalidator:latest
19:37:49 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
19:37:49 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/208’: Permission denied
19:37:49 Mounting dir /var/www/html/api/nfv/sol005/208 as /storage
19:37:50 Using filter ''
19:37:50 
19:37:50 Entering dir /work/src
19:37:50 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
19:37:50 --- Merging file.
19:37:51 --- Create PDF...
19:38:09 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
19:38:10 --- Validation done (0).
19:38:10 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
19:38:10 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
19:38:10 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
19:38:10 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
19:38:10 --- Merging file.
19:38:11 --- Create PDF...
19:38:20 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
19:38:22 --- Validation done (0).
19:38:22 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
19:38:22 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
19:38:22 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
19:38:22 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
19:38:22 --- Merging file.
19:38:24 --- Create PDF...
19:39:29 --- Validating ../build/SOL005-NSDManagement-API.yaml
19:39:31 --- Validation done (0).
19:39:31 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
19:39:31 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
19:39:31 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
19:39:31 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
19:39:31 --- Merging file.
19:39:33 --- Create PDF...
19:39:51 --- Validating ../build/SOL005-APIVersion-API.yaml
19:39:53 --- Validation done (0).
19:39:53 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
19:39:53 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
19:39:53 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
19:39:53 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
19:39:53 --- Merging file.
19:39:54 --- Create PDF...
19:40:30 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
19:40:32 --- Validation done (0).
19:40:32 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
19:40:32 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
19:40:32 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
19:40:32 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
19:40:32 --- Merging file.
19:40:33 --- Create PDF...
19:41:08 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
19:41:09 --- Validation done (0).
19:41:09 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
19:41:09 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
19:41:09 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
19:41:09 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
19:41:09 --- Merging file.
19:41:11 --- Create PDF...
19:41:35 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
19:41:36 --- Validation done (0).
19:41:36 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
19:41:36 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
19:41:36 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
19:41:36 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
19:41:36 --- Merging file.
19:41:39 --- Create PDF...
19:42:38 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
19:42:40 --- Validation done (0).
19:42:40 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
19:42:40 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
19:42:40 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
19:42:40 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
19:42:40 --- Merging file.
19:42:43 --- Create PDF...
19:44:22 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
19:44:24 --- Validation done (0).
19:44:24 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
19:44:24 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
19:44:24 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
19:44:24 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
19:44:24 --- Merging file.
19:44:25 --- Create PDF...
19:44:40 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
19:44:41 --- Validation done (0).
19:44:41 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
19:44:41 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
19:44:41 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
19:44:41 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
19:44:41 --- Merging file.
19:44:42 --- Create PDF...
19:44:54 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
19:44:55 --- Validation done (0).
19:44:55 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
19:44:55 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
19:44:55 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
19:44:55 -- Final validator returns 0.
19:44:55 Archiving artifacts
19:44:57 Finished: SUCCESS