SuccessConsole Output

15:51:31 Started by GitLab push by ETSI CTI
15:51:31 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master
15:51:31 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
15:51:31  > git rev-parse --is-inside-work-tree # timeout=10
15:51:31 Fetching changes from the remote Git repository
15:51:31  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
15:51:31 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
15:51:31  > git --version # timeout=10
15:51:31 using GIT_SSH to set credentials 
15:51:31  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
15:51:32  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
15:51:32  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
15:51:32 Checking out Revision 0d258f2bffed38d4df4ef2da957cd355b5910bab (refs/remotes/origin/master)
15:51:32  > git config core.sparsecheckout # timeout=10
15:51:32  > git checkout -f 0d258f2bffed38d4df4ef2da957cd355b5910bab
15:51:32 Commit message: "Readme for 2.6.1"
15:51:32 First time build. Skipping changelog.
15:51:32 [sol005-master] $ /bin/bash /tmp/jenkins16394960444128147720.sh
15:51:32 ./build-container.sh: line 7: proxy: command not found
15:51:32 http_proxy is not set
15:51:32 Proxy set to 
15:51:32 Sending build context to Docker daemon  13.31kB

15:51:32 Step 1/24 : FROM alpine:3.6
15:51:32  ---> 43773d1dba76
15:51:32 Step 2/24 : RUN env
15:51:32  ---> Running in cb229ae791c5
15:51:33 HOSTNAME=cb229ae791c5
15:51:33 SHLVL=1
15:51:33 HOME=/root
15:51:33 https_proxy=
15:51:33 http_proxy=
15:51:33 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:51:33 PWD=/
15:51:34 Removing intermediate container cb229ae791c5
15:51:34  ---> 758b1c3e1f81
15:51:34 Step 3/24 : RUN apk update
15:51:34  ---> Running in 4bd6e481e336
15:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
15:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
15:51:35 v3.6.5-44-gda55e27396 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
15:51:35 v3.6.5-34-gf0ba0b43d5 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
15:51:35 OK: 8442 distinct packages available
15:51:35 Removing intermediate container 4bd6e481e336
15:51:35  ---> d4bceae5a5d1
15:51:35 Step 4/24 : RUN apk add bash
15:51:35  ---> Running in e1698d208685
15:51:36 (1/5) Installing ncurses-terminfo-base (6.0_p20171125-r1)
15:51:36 (2/5) Installing ncurses-terminfo (6.0_p20171125-r1)
15:51:36 (3/5) Installing ncurses-libs (6.0_p20171125-r1)
15:51:36 (4/5) Installing readline (6.3.008-r5)
15:51:36 (5/5) Installing bash (4.3.48-r1)
15:51:37 Executing bash-4.3.48-r1.post-install
15:51:37 Executing busybox-1.26.2-r11.trigger
15:51:37 OK: 12 MiB in 18 packages
15:51:38 Removing intermediate container e1698d208685
15:51:38  ---> 871af00ac3f5
15:51:38 Step 5/24 : RUN apk add nodejs
15:51:38  ---> Running in b1cd0bc4e5f9
15:51:38 (1/8) Installing ca-certificates (20161130-r3)
15:51:39 (2/8) Installing libcrypto1.0 (1.0.2r-r0)
15:51:39 (3/8) Installing libgcc (6.3.0-r4)
15:51:39 (4/8) Installing http-parser (2.7.1-r1)
15:51:39 (5/8) Installing libssl1.0 (1.0.2r-r0)
15:51:39 (6/8) Installing libstdc++ (6.3.0-r4)
15:51:39 (7/8) Installing libuv (1.11.0-r1)
15:51:39 (8/8) Installing nodejs (6.10.3-r2)
15:51:40 Executing busybox-1.26.2-r11.trigger
15:51:40 Executing ca-certificates-20161130-r3.trigger
15:51:40 OK: 35 MiB in 26 packages
15:51:42 Removing intermediate container b1cd0bc4e5f9
15:51:42  ---> addac834e9ce
15:51:42 Step 6/24 : RUN apk add nodejs-npm
15:51:42  ---> Running in 775e6cb0ad14
15:51:42 (1/1) Installing nodejs-npm (6.10.3-r2)
15:51:43 Executing busybox-1.26.2-r11.trigger
15:51:43 OK: 52 MiB in 27 packages
15:51:45 Removing intermediate container 775e6cb0ad14
15:51:45  ---> e44dc7418ae8
15:51:45 Step 7/24 : RUN apk add asciidoctor
15:51:45  ---> Running in 7d98f25a58af
15:51:46 (1/7) Installing libffi (3.2.1-r3)
15:51:46 (2/7) Installing gdbm (1.12-r0)
15:51:46 (3/7) Installing gmp (6.1.2-r0)
15:51:46 (4/7) Installing yaml (0.1.7-r0)
15:51:46 (5/7) Installing ruby-libs (2.4.6-r0)
15:51:47 (6/7) Installing ruby (2.4.6-r0)
15:51:47 (7/7) Installing asciidoctor (1.5.5-r1)
15:51:47 Executing busybox-1.26.2-r11.trigger
15:51:47 OK: 66 MiB in 34 packages
15:51:48 Removing intermediate container 7d98f25a58af
15:51:48  ---> 5f1729256c45
15:51:48 Step 8/24 : RUN apk add openjdk8
15:51:48  ---> Running in 8d716d45d215
15:51:49 (1/33) Installing libtasn1 (4.10-r3)
15:51:49 (2/33) Installing p11-kit (0.23.2-r1)
15:51:49 (3/33) Installing p11-kit-trust (0.23.2-r1)
15:51:49 (4/33) Installing java-cacerts (1.0-r0)
15:51:49 (5/33) Installing libxau (1.0.8-r1)
15:51:49 (6/33) Installing libbsd (0.8.3-r3)
15:51:49 (7/33) Installing libxdmcp (1.1.2-r3)
15:51:50 (8/33) Installing libxcb (1.12-r0)
15:51:50 (9/33) Installing libx11 (1.6.6-r0)
15:51:50 (10/33) Installing libxcomposite (0.4.4-r0)
15:51:50 (11/33) Installing libxext (1.3.3-r1)
15:51:50 (12/33) Installing libxi (1.7.9-r0)
15:51:50 (13/33) Installing libxrender (0.9.10-r1)
15:51:50 (14/33) Installing libxtst (1.2.3-r0)
15:51:50 (15/33) Installing alsa-lib (1.1.3-r0)
15:51:50 (16/33) Installing libbz2 (1.0.6-r5)
15:51:50 (17/33) Installing libpng (1.6.37-r0)
15:51:50 (18/33) Installing freetype (2.7.1-r2)
15:51:50 (19/33) Installing giflib (5.1.4-r1)
15:51:50 (20/33) Installing libjpeg-turbo (1.5.3-r2)
15:51:50 (21/33) Installing openjdk8-jre-lib (8.212.04-r0)
15:52:00 (22/33) Installing java-common (0.1-r0)
15:52:00 (23/33) Installing krb5-conf (1.0-r1)
15:52:00 (24/33) Installing libcom_err (1.43.4-r0)
15:52:00 (25/33) Installing keyutils-libs (1.5.9-r1)
15:52:00 (26/33) Installing libverto (0.2.5-r2)
15:52:00 (27/33) Installing krb5-libs (1.14.3-r3)
15:52:01 (28/33) Installing lcms2 (2.8-r1)
15:52:01 (29/33) Installing pcsc-lite-libs (1.8.21-r0)
15:52:01 (30/33) Installing lksctp-tools (1.0.17-r0)
15:52:01 (31/33) Installing openjdk8-jre-base (8.212.04-r0)
15:52:02 (32/33) Installing openjdk8-jre (8.212.04-r0)
15:52:02 (33/33) Installing openjdk8 (8.212.04-r0)
15:52:06 Executing busybox-1.26.2-r11.trigger
15:52:06 Executing ca-certificates-20161130-r3.trigger
15:52:06 Executing java-common-0.1-r0.trigger
15:52:06 OK: 155 MiB in 67 packages
15:52:09 Removing intermediate container 8d716d45d215
15:52:09  ---> ed9ff9bf7a7c
15:52:09 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
15:52:09  ---> Running in 9be9709c50f3
15:52:10 (1/1) Installing wget (1.20.3-r0)
15:52:10 Executing busybox-1.26.2-r11.trigger
15:52:10 OK: 155 MiB in 68 packages
15:52:10 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
15:52:10 Removing intermediate container 9be9709c50f3
15:52:10  ---> d99954332021
15:52:10 Step 10/24 : RUN apk add openssl
15:52:11  ---> Running in 14e3fcca8634
15:52:11 (1/1) Installing openssl (1.0.2r-r0)
15:52:11 Executing busybox-1.26.2-r11.trigger
15:52:11 Executing ca-certificates-20161130-r3.trigger
15:52:12 OK: 156 MiB in 69 packages
15:52:12 Removing intermediate container 14e3fcca8634
15:52:12  ---> 557727e1dcb5
15:52:12 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
15:52:12  ---> Running in e1febfd4c0cf
15:52:14 ERROR:  While executing gem ... (NoMethodError)
15:52:14     undefined method `reset' for RDoc::TopLevel:Class
15:52:14 Successfully installed rdoc-6.2.1
15:52:21 Successfully installed rdoc-6.2.1
15:52:21 Parsing documentation for rdoc-6.2.1
15:52:21 Installing ri documentation for rdoc-6.2.1
15:52:21 Done installing documentation for rdoc after 6 seconds
15:52:21 1 gem installed
15:52:22 Removing intermediate container e1febfd4c0cf
15:52:22  ---> f9675f555717
15:52:22 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
15:52:22  ---> Running in f7f5b83ef2cd
15:52:52 Successfully installed pdf-core-0.7.0
15:52:52 Successfully installed ttfunk-1.5.1
15:52:52 Successfully installed prawn-2.2.2
15:52:52 Successfully installed prawn-table-0.2.2
15:52:52 Successfully installed Ascii85-1.0.3
15:52:52 Successfully installed ruby-rc4-0.1.5
15:52:52 Successfully installed hashery-2.1.2
15:52:52 Successfully installed afm-0.2.2
15:52:52 Successfully installed pdf-reader-2.4.0
15:52:52 Successfully installed prawn-templates-0.1.2
15:52:52 Successfully installed public_suffix-4.0.3
15:52:52 Successfully installed addressable-2.7.0
15:52:52 Successfully installed css_parser-1.7.1
15:52:52 Successfully installed prawn-svg-0.30.0
15:52:52 Successfully installed prawn-icon-2.5.0
15:52:52 Successfully installed safe_yaml-1.0.5
15:52:52 Successfully installed thread_safe-0.3.6
15:52:52 Successfully installed concurrent-ruby-1.1.6
15:52:52 Successfully installed polyglot-0.3.5
15:52:52 Successfully installed treetop-1.6.10
15:52:52 Successfully installed asciidoctor-pdf-1.5.0
15:52:52 Successfully installed asciidoctor-pdf-cjk-0.1.3
15:52:52 Parsing documentation for pdf-core-0.7.0
15:52:52 Installing ri documentation for pdf-core-0.7.0
15:52:52 Parsing documentation for ttfunk-1.5.1
15:52:52 Installing ri documentation for ttfunk-1.5.1
15:52:52 Parsing documentation for prawn-2.2.2
15:52:52 Installing ri documentation for prawn-2.2.2
15:52:52 Parsing documentation for prawn-table-0.2.2
15:52:52 Installing ri documentation for prawn-table-0.2.2
15:52:52 Parsing documentation for Ascii85-1.0.3
15:52:52 Installing ri documentation for Ascii85-1.0.3
15:52:52 Parsing documentation for ruby-rc4-0.1.5
15:52:52 Installing ri documentation for ruby-rc4-0.1.5
15:52:52 Parsing documentation for hashery-2.1.2
15:52:52 Installing ri documentation for hashery-2.1.2
15:52:52 Parsing documentation for afm-0.2.2
15:52:52 Installing ri documentation for afm-0.2.2
15:52:52 Parsing documentation for pdf-reader-2.4.0
15:52:52 Installing ri documentation for pdf-reader-2.4.0
15:52:52 Parsing documentation for prawn-templates-0.1.2
15:52:52 Installing ri documentation for prawn-templates-0.1.2
15:52:52 Parsing documentation for public_suffix-4.0.3
15:52:52 Installing ri documentation for public_suffix-4.0.3
15:52:52 Parsing documentation for addressable-2.7.0
15:52:52 Installing ri documentation for addressable-2.7.0
15:52:52 Parsing documentation for css_parser-1.7.1
15:52:52 Installing ri documentation for css_parser-1.7.1
15:52:52 Parsing documentation for prawn-svg-0.30.0
15:52:52 Installing ri documentation for prawn-svg-0.30.0
15:52:52 Parsing documentation for prawn-icon-2.5.0
15:52:52 Installing ri documentation for prawn-icon-2.5.0
15:52:52 Parsing documentation for safe_yaml-1.0.5
15:52:52 Installing ri documentation for safe_yaml-1.0.5
15:52:52 Parsing documentation for thread_safe-0.3.6
15:52:52 Installing ri documentation for thread_safe-0.3.6
15:52:52 Parsing documentation for concurrent-ruby-1.1.6
15:52:52 Installing ri documentation for concurrent-ruby-1.1.6
15:52:52 Parsing documentation for polyglot-0.3.5
15:52:52 Installing ri documentation for polyglot-0.3.5
15:52:52 Parsing documentation for treetop-1.6.10
15:52:52 Installing ri documentation for treetop-1.6.10
15:52:52 Parsing documentation for asciidoctor-pdf-1.5.0
15:52:52 Installing ri documentation for asciidoctor-pdf-1.5.0
15:52:52 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
15:52:52 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
15:52:52 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 24 seconds
15:52:52 22 gems installed
15:52:55 Removing intermediate container f7f5b83ef2cd
15:52:55  ---> f7f5c02e4987
15:52:55 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
15:52:55  ---> Running in 2a83b5be5763
15:52:56 --2020-02-11 14:52:57--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
15:52:56 Resolving forge.etsi.org... 195.238.226.56
15:52:56 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
15:52:56 HTTP request sent, awaiting response... 200 OK
15:52:56 Length: 14909486 (14M) [application/java-archive]
15:52:56 Saving to: 'swagger2markup-cli-1.3.2.jar'
15:52:56 
15:52:56      0K .......... .......... .......... .......... ..........  0% 1.47M 10s
15:52:56     50K .......... .......... .......... .......... ..........  0% 10.2M 6s
15:52:56    100K .......... .......... .......... .......... ..........  1% 11.0M 4s
15:52:56    150K .......... .......... .......... .......... ..........  1% 57.8M 3s
15:52:56    200K .......... .......... .......... .......... ..........  1% 66.3M 3s
15:52:56    250K .......... .......... .......... .......... ..........  2% 19.5M 2s
15:52:56    300K .......... .......... .......... .......... ..........  2% 34.7M 2s
15:52:56    350K .......... .......... .......... .......... ..........  2% 54.6M 2s
15:52:56    400K .......... .......... .......... .......... ..........  3% 11.4M 2s
15:52:56    450K .......... .......... .......... .......... ..........  3% 26.5M 2s
15:52:56    500K .......... .......... .......... .......... ..........  3% 57.1M 1s
15:52:56    550K .......... .......... .......... .......... ..........  4% 68.0M 1s
15:52:56    600K .......... .......... .......... .......... ..........  4% 14.9M 1s
15:52:56    650K .......... .......... .......... .......... ..........  4% 23.3M 1s
15:52:56    700K .......... .......... .......... .......... ..........  5% 58.3M 1s
15:52:56    750K .......... .......... .......... .......... ..........  5% 35.2M 1s
15:52:56    800K .......... .......... .......... .......... ..........  5% 48.2M 1s
15:52:56    850K .......... .......... .......... .......... ..........  6% 21.1M 1s
15:52:56    900K .......... .......... .......... .......... ..........  6% 72.6M 1s
15:52:56    950K .......... .......... .......... .......... ..........  6% 66.1M 1s
15:52:56   1000K .......... .......... .......... .......... ..........  7% 20.1M 1s
15:52:56   1050K .......... .......... .......... .......... ..........  7% 73.2M 1s
15:52:56   1100K .......... .......... .......... .......... ..........  7% 22.6M 1s
15:52:56   1150K .......... .......... .......... .......... ..........  8% 28.8M 1s
15:52:56   1200K .......... .......... .......... .......... ..........  8% 24.0M 1s
15:52:56   1250K .......... .......... .......... .......... ..........  8% 69.7M 1s
15:52:56   1300K .......... .......... .......... .......... ..........  9% 54.2M 1s
15:52:56   1350K .......... .......... .......... .......... ..........  9% 61.5M 1s
15:52:56   1400K .......... .......... .......... .......... ..........  9% 35.3M 1s
15:52:56   1450K .......... .......... .......... .......... .......... 10% 18.2M 1s
15:52:56   1500K .......... .......... .......... .......... .......... 10% 57.4M 1s
15:52:56   1550K .......... .......... .......... .......... .......... 10% 75.5M 1s
15:52:56   1600K .......... .......... .......... .......... .......... 11% 57.1M 1s
15:52:56   1650K .......... .......... .......... .......... .......... 11% 30.5M 1s
15:52:56   1700K .......... .......... .......... .......... .......... 12% 74.0M 1s
15:52:56   1750K .......... .......... .......... .......... .......... 12% 70.1M 1s
15:52:56   1800K .......... .......... .......... .......... .......... 12% 68.9M 1s
15:52:56   1850K .......... .......... .......... .......... .......... 13% 76.3M 1s
15:52:56   1900K .......... .......... .......... .......... .......... 13% 70.7M 1s
15:52:56   1950K .......... .......... .......... .......... .......... 13% 71.2M 1s
15:52:56   2000K .......... .......... .......... .......... .......... 14% 20.1M 1s
15:52:56   2050K .......... .......... .......... .......... .......... 14% 24.8M 1s
15:52:56   2100K .......... .......... .......... .......... .......... 14% 29.5M 1s
15:52:56   2150K .......... .......... .......... .......... .......... 15% 53.9M 1s
15:52:56   2200K .......... .......... .......... .......... .......... 15% 60.9M 1s
15:52:56   2250K .......... .......... .......... .......... .......... 15% 76.6M 1s
15:52:56   2300K .......... .......... .......... .......... .......... 16% 23.0M 1s
15:52:56   2350K .......... .......... .......... .......... .......... 16% 25.5M 1s
15:52:56   2400K .......... .......... .......... .......... .......... 16% 56.7M 1s
15:52:56   2450K .......... .......... .......... .......... .......... 17% 76.8M 1s
15:52:56   2500K .......... .......... .......... .......... .......... 17% 44.1M 1s
15:52:56   2550K .......... .......... .......... .......... .......... 17% 75.0M 0s
15:52:56   2600K .......... .......... .......... .......... .......... 18% 71.5M 0s
15:52:56   2650K .......... .......... .......... .......... .......... 18% 23.1M 0s
15:52:56   2700K .......... .......... .......... .......... .......... 18% 28.0M 0s
15:52:56   2750K .......... .......... .......... .......... .......... 19% 64.3M 0s
15:52:56   2800K .......... .......... .......... .......... .......... 19% 60.9M 0s
15:52:56   2850K .......... .......... .......... .......... .......... 19% 76.4M 0s
15:52:56   2900K .......... .......... .......... .......... .......... 20% 40.2M 0s
15:52:56   2950K .......... .......... .......... .......... .......... 20% 23.0M 0s
15:52:56   3000K .......... .......... .......... .......... .......... 20% 72.2M 0s
15:52:56   3050K .......... .......... .......... .......... .......... 21% 28.8M 0s
15:52:56   3100K .......... .......... .......... .......... .......... 21% 80.3M 0s
15:52:56   3150K .......... .......... .......... .......... .......... 21% 78.4M 0s
15:52:56   3200K .......... .......... .......... .......... .......... 22% 61.8M 0s
15:52:56   3250K .......... .......... .......... .......... .......... 22% 77.7M 0s
15:52:56   3300K .......... .......... .......... .......... .......... 23% 76.3M 0s
15:52:56   3350K .......... .......... .......... .......... .......... 23% 77.0M 0s
15:52:56   3400K .......... .......... .......... .......... .......... 23% 38.2M 0s
15:52:56   3450K .......... .......... .......... .......... .......... 24% 24.8M 0s
15:52:56   3500K .......... .......... .......... .......... .......... 24% 46.7M 0s
15:52:56   3550K .......... .......... .......... .......... .......... 24% 26.7M 0s
15:52:56   3600K .......... .......... .......... .......... .......... 25% 61.7M 0s
15:52:56   3650K .......... .......... .......... .......... .......... 25% 20.6M 0s
15:52:56   3700K .......... .......... .......... .......... .......... 25% 77.8M 0s
15:52:56   3750K .......... .......... .......... .......... .......... 26% 79.6M 0s
15:52:56   3800K .......... .......... .......... .......... .......... 26% 28.3M 0s
15:52:56   3850K .......... .......... .......... .......... .......... 26% 81.1M 0s
15:52:56   3900K .......... .......... .......... .......... .......... 27% 80.7M 0s
15:52:56   3950K .......... .......... .......... .......... .......... 27% 79.7M 0s
15:52:56   4000K .......... .......... .......... .......... .......... 27% 61.5M 0s
15:52:56   4050K .......... .......... .......... .......... .......... 28% 71.7M 0s
15:52:56   4100K .......... .......... .......... .......... .......... 28% 78.8M 0s
15:52:56   4150K .......... .......... .......... .......... .......... 28% 21.5M 0s
15:52:56   4200K .......... .......... .......... .......... .......... 29% 21.4M 0s
15:52:56   4250K .......... .......... .......... .......... .......... 29% 75.6M 0s
15:52:56   4300K .......... .......... .......... .......... .......... 29% 83.9M 0s
15:52:56   4350K .......... .......... .......... .......... .......... 30% 83.0M 0s
15:52:56   4400K .......... .......... .......... .......... .......... 30% 22.8M 0s
15:52:56   4450K .......... .......... .......... .......... .......... 30% 76.6M 0s
15:52:56   4500K .......... .......... .......... .......... .......... 31% 79.6M 0s
15:52:56   4550K .......... .......... .......... .......... .......... 31% 74.6M 0s
15:52:56   4600K .......... .......... .......... .......... .......... 31% 71.3M 0s
15:52:56   4650K .......... .......... .......... .......... .......... 32% 79.6M 0s
15:52:56   4700K .......... .......... .......... .......... .......... 32% 43.9M 0s
15:52:56   4750K .......... .......... .......... .......... .......... 32% 27.5M 0s
15:52:56   4800K .......... .......... .......... .......... .......... 33% 19.9M 0s
15:52:56   4850K .......... .......... .......... .......... .......... 33% 75.8M 0s
15:52:56   4900K .......... .......... .......... .......... .......... 33% 70.7M 0s
15:52:56   4950K .......... .......... .......... .......... .......... 34% 31.1M 0s
15:52:56   5000K .......... .......... .......... .......... .......... 34% 32.6M 0s
15:52:56   5050K .......... .......... .......... .......... .......... 35% 78.4M 0s
15:52:56   5100K .......... .......... .......... .......... .......... 35% 73.6M 0s
15:52:56   5150K .......... .......... .......... .......... .......... 35% 71.0M 0s
15:52:56   5200K .......... .......... .......... .......... .......... 36% 60.4M 0s
15:52:56   5250K .......... .......... .......... .......... .......... 36% 24.8M 0s
15:52:56   5300K .......... .......... .......... .......... .......... 36% 27.1M 0s
15:52:56   5350K .......... .......... .......... .......... .......... 37% 26.7M 0s
15:52:56   5400K .......... .......... .......... .......... .......... 37% 69.9M 0s
15:52:56   5450K .......... .......... .......... .......... .......... 37% 72.1M 0s
15:52:56   5500K .......... .......... .......... .......... .......... 38% 78.4M 0s
15:52:56   5550K .......... .......... .......... .......... .......... 38% 43.5M 0s
15:52:56   5600K .......... .......... .......... .......... .......... 38% 24.9M 0s
15:52:56   5650K .......... .......... .......... .......... .......... 39% 35.4M 0s
15:52:56   5700K .......... .......... .......... .......... .......... 39% 30.9M 0s
15:52:56   5750K .......... .......... .......... .......... .......... 39% 72.9M 0s
15:52:56   5800K .......... .......... .......... .......... .......... 40% 70.4M 0s
15:52:56   5850K .......... .......... .......... .......... .......... 40% 76.1M 0s
15:52:56   5900K .......... .......... .......... .......... .......... 40% 36.9M 0s
15:52:56   5950K .......... .......... .......... .......... .......... 41% 31.7M 0s
15:52:56   6000K .......... .......... .......... .......... .......... 41% 14.1M 0s
15:52:56   6050K .......... .......... .......... .......... .......... 41% 44.1M 0s
15:52:56   6100K .......... .......... .......... .......... .......... 42% 75.5M 0s
15:52:56   6150K .......... .......... .......... .......... .......... 42% 70.9M 0s
15:52:56   6200K .......... .......... .......... .......... .......... 42% 66.3M 0s
15:52:56   6250K .......... .......... .......... .......... .......... 43% 77.0M 0s
15:52:56   6300K .......... .......... .......... .......... .......... 43% 60.4M 0s
15:52:56   6350K .......... .......... .......... .......... .......... 43% 58.6M 0s
15:52:56   6400K .......... .......... .......... .......... .......... 44% 59.0M 0s
15:52:56   6450K .......... .......... .......... .......... .......... 44% 75.2M 0s
15:52:56   6500K .......... .......... .......... .......... .......... 44% 76.0M 0s
15:52:56   6550K .......... .......... .......... .......... .......... 45% 73.7M 0s
15:52:56   6600K .......... .......... .......... .......... .......... 45% 42.6M 0s
15:52:56   6650K .......... .......... .......... .......... .......... 46% 64.9M 0s
15:52:56   6700K .......... .......... .......... .......... .......... 46% 67.3M 0s
15:52:56   6750K .......... .......... .......... .......... .......... 46% 70.9M 0s
15:52:56   6800K .......... .......... .......... .......... .......... 47% 58.1M 0s
15:52:56   6850K .......... .......... .......... .......... .......... 47% 61.3M 0s
15:52:56   6900K .......... .......... .......... .......... .......... 47% 60.2M 0s
15:52:56   6950K .......... .......... .......... .......... .......... 48% 72.6M 0s
15:52:56   7000K .......... .......... .......... .......... .......... 48% 71.6M 0s
15:52:56   7050K .......... .......... .......... .......... .......... 48% 75.9M 0s
15:52:56   7100K .......... .......... .......... .......... .......... 49% 70.2M 0s
15:52:56   7150K .......... .......... .......... .......... .......... 49% 70.7M 0s
15:52:56   7200K .......... .......... .......... .......... .......... 49% 49.9M 0s
15:52:56   7250K .......... .......... .......... .......... .......... 50% 69.4M 0s
15:52:56   7300K .......... .......... .......... .......... .......... 50% 77.4M 0s
15:52:56   7350K .......... .......... .......... .......... .......... 50% 72.3M 0s
15:52:56   7400K .......... .......... .......... .......... .......... 51% 72.8M 0s
15:52:56   7450K .......... .......... .......... .......... .......... 51% 70.8M 0s
15:52:56   7500K .......... .......... .......... .......... .......... 51% 70.7M 0s
15:52:56   7550K .......... .......... .......... .......... .......... 52% 74.9M 0s
15:52:56   7600K .......... .......... .......... .......... .......... 52% 59.1M 0s
15:52:56   7650K .......... .......... .......... .......... .......... 52% 73.5M 0s
15:52:56   7700K .......... .......... .......... .......... .......... 53% 65.7M 0s
15:52:56   7750K .......... .......... .......... .......... .......... 53% 71.8M 0s
15:52:56   7800K .......... .......... .......... .......... .......... 53% 69.0M 0s
15:52:56   7850K .......... .......... .......... .......... .......... 54% 68.6M 0s
15:52:56   7900K .......... .......... .......... .......... .......... 54% 73.2M 0s
15:52:56   7950K .......... .......... .......... .......... .......... 54% 64.1M 0s
15:52:56   8000K .......... .......... .......... .......... .......... 55% 59.9M 0s
15:52:56   8050K .......... .......... .......... .......... .......... 55% 59.8M 0s
15:52:56   8100K .......... .......... .......... .......... .......... 55% 68.0M 0s
15:52:56   8150K .......... .......... .......... .......... .......... 56% 73.3M 0s
15:52:56   8200K .......... .......... .......... .......... .......... 56% 66.7M 0s
15:52:56   8250K .......... .......... .......... .......... .......... 57% 63.8M 0s
15:52:56   8300K .......... .......... .......... .......... .......... 57% 63.4M 0s
15:52:56   8350K .......... .......... .......... .......... .......... 57% 61.9M 0s
15:52:56   8400K .......... .......... .......... .......... .......... 58% 56.7M 0s
15:52:56   8450K .......... .......... .......... .......... .......... 58% 73.1M 0s
15:52:56   8500K .......... .......... .......... .......... .......... 58% 65.0M 0s
15:52:56   8550K .......... .......... .......... .......... .......... 59% 64.4M 0s
15:52:56   8600K .......... .......... .......... .......... .......... 59% 61.1M 0s
15:52:56   8650K .......... .......... .......... .......... .......... 59% 72.7M 0s
15:52:56   8700K .......... .......... .......... .......... .......... 60% 75.9M 0s
15:52:56   8750K .......... .......... .......... .......... .......... 60% 69.3M 0s
15:52:56   8800K .......... .......... .......... .......... .......... 60% 48.9M 0s
15:52:56   8850K .......... .......... .......... .......... .......... 61% 64.7M 0s
15:52:56   8900K .......... .......... .......... .......... .......... 61% 62.6M 0s
15:52:56   8950K .......... .......... .......... .......... .......... 61% 72.6M 0s
15:52:56   9000K .......... .......... .......... .......... .......... 62% 65.9M 0s
15:52:56   9050K .......... .......... .......... .......... .......... 62% 62.6M 0s
15:52:56   9100K .......... .......... .......... .......... .......... 62% 71.9M 0s
15:52:56   9150K .......... .......... .......... .......... .......... 63% 68.5M 0s
15:52:56   9200K .......... .......... .......... .......... .......... 63% 57.2M 0s
15:52:56   9250K .......... .......... .......... .......... .......... 63% 60.2M 0s
15:52:56   9300K .......... .......... .......... .......... .......... 64% 59.4M 0s
15:52:56   9350K .......... .......... .......... .......... .......... 64% 60.6M 0s
15:52:56   9400K .......... .......... .......... .......... .......... 64% 61.3M 0s
15:52:56   9450K .......... .......... .......... .......... .......... 65% 68.7M 0s
15:52:56   9500K .......... .......... .......... .......... .......... 65% 71.6M 0s
15:52:56   9550K .......... .......... .......... .......... .......... 65% 60.6M 0s
15:52:56   9600K .......... .......... .......... .......... .......... 66% 51.0M 0s
15:52:56   9650K .......... .......... .......... .......... .......... 66% 65.9M 0s
15:52:56   9700K .......... .......... .......... .......... .......... 66% 73.9M 0s
15:52:56   9750K .......... .......... .......... .......... .......... 67% 74.8M 0s
15:52:56   9800K .......... .......... .......... .......... .......... 67% 56.0M 0s
15:52:56   9850K .......... .......... .......... .......... .......... 67% 62.7M 0s
15:52:56   9900K .......... .......... .......... .......... .......... 68% 67.0M 0s
15:52:56   9950K .......... .......... .......... .......... .......... 68% 76.0M 0s
15:52:56  10000K .......... .......... .......... .......... .......... 69% 63.0M 0s
15:52:56  10050K .......... .......... .......... .......... .......... 69% 68.9M 0s
15:52:56  10100K .......... .......... .......... .......... .......... 69% 65.9M 0s
15:52:56  10150K .......... .......... .......... .......... .......... 70% 66.4M 0s
15:52:56  10200K .......... .......... .......... .......... .......... 70% 67.2M 0s
15:52:56  10250K .......... .......... .......... .......... .......... 70% 79.6M 0s
15:52:56  10300K .......... .......... .......... .......... .......... 71% 71.4M 0s
15:52:56  10350K .......... .......... .......... .......... .......... 71% 59.9M 0s
15:52:56  10400K .......... .......... .......... .......... .......... 71% 48.3M 0s
15:52:56  10450K .......... .......... .......... .......... .......... 72% 68.5M 0s
15:52:56  10500K .......... .......... .......... .......... .......... 72% 76.7M 0s
15:52:56  10550K .......... .......... .......... .......... .......... 72% 24.4M 0s
15:52:56  10600K .......... .......... .......... .......... .......... 73% 60.2M 0s
15:52:56  10650K .......... .......... .......... .......... .......... 73% 64.7M 0s
15:52:56  10700K .......... .......... .......... .......... .......... 73% 67.0M 0s
15:52:56  10750K .......... .......... .......... .......... .......... 74% 74.6M 0s
15:52:56  10800K .......... .......... .......... .......... .......... 74% 40.3M 0s
15:52:56  10850K .......... .......... .......... .......... .......... 74% 65.9M 0s
15:52:56  10900K .......... .......... .......... .......... .......... 75% 67.8M 0s
15:52:56  10950K .......... .......... .......... .......... .......... 75% 74.7M 0s
15:52:56  11000K .......... .......... .......... .......... .......... 75% 73.0M 0s
15:52:56  11050K .......... .......... .......... .......... .......... 76% 23.6M 0s
15:52:56  11100K .......... .......... .......... .......... .......... 76% 65.4M 0s
15:52:56  11150K .......... .......... .......... .......... .......... 76% 64.0M 0s
15:52:56  11200K .......... .......... .......... .......... .......... 77% 47.4M 0s
15:52:56  11250K .......... .......... .......... .......... .......... 77% 62.4M 0s
15:52:56  11300K .......... .......... .......... .......... .......... 77% 17.0M 0s
15:52:56  11350K .......... .......... .......... .......... .......... 78% 68.0M 0s
15:52:56  11400K .......... .......... .......... .......... .......... 78% 73.2M 0s
15:52:56  11450K .......... .......... .......... .......... .......... 78% 66.5M 0s
15:52:56  11500K .......... .......... .......... .......... .......... 79% 72.9M 0s
15:52:56  11550K .......... .......... .......... .......... .......... 79% 11.2M 0s
15:52:56  11600K .......... .......... .......... .......... .......... 80% 20.2M 0s
15:52:56  11650K .......... .......... .......... .......... .......... 80% 70.1M 0s
15:52:56  11700K .......... .......... .......... .......... .......... 80% 75.9M 0s
15:52:56  11750K .......... .......... .......... .......... .......... 81% 65.2M 0s
15:52:56  11800K .......... .......... .......... .......... .......... 81% 22.4M 0s
15:52:56  11850K .......... .......... .......... .......... .......... 81% 57.8M 0s
15:52:56  11900K .......... .......... .......... .......... .......... 82% 71.6M 0s
15:52:56  11950K .......... .......... .......... .......... .......... 82% 63.4M 0s
15:52:56  12000K .......... .......... .......... .......... .......... 82% 56.1M 0s
15:52:56  12050K .......... .......... .......... .......... .......... 83% 28.5M 0s
15:52:56  12100K .......... .......... .......... .......... .......... 83% 73.2M 0s
15:52:56  12150K .......... .......... .......... .......... .......... 83% 72.5M 0s
15:52:56  12200K .......... .......... .......... .......... .......... 84% 20.4M 0s
15:52:56  12250K .......... .......... .......... .......... .......... 84% 74.2M 0s
15:52:56  12300K .......... .......... .......... .......... .......... 84% 77.1M 0s
15:52:56  12350K .......... .......... .......... .......... .......... 85% 51.2M 0s
15:52:56  12400K .......... .......... .......... .......... .......... 85% 57.2M 0s
15:52:56  12450K .......... .......... .......... .......... .......... 85% 74.4M 0s
15:52:56  12500K .......... .......... .......... .......... .......... 86% 82.0M 0s
15:52:56  12550K .......... .......... .......... .......... .......... 86% 24.1M 0s
15:52:56  12600K .......... .......... .......... .......... .......... 86% 62.7M 0s
15:52:56  12650K .......... .......... .......... .......... .......... 87% 12.0M 0s
15:52:56  12700K .......... .......... .......... .......... .......... 87% 61.9M 0s
15:52:56  12750K .......... .......... .......... .......... .......... 87% 66.3M 0s
15:52:56  12800K .......... .......... .......... .......... .......... 88% 52.9M 0s
15:52:56  12850K .......... .......... .......... .......... .......... 88% 63.8M 0s
15:52:56  12900K .......... .......... .......... .......... .......... 88% 72.8M 0s
15:52:56  12950K .......... .......... .......... .......... .......... 89% 72.4M 0s
15:52:56  13000K .......... .......... .......... .......... .......... 89% 65.6M 0s
15:52:56  13050K .......... .......... .......... .......... .......... 89% 74.5M 0s
15:52:56  13100K .......... .......... .......... .......... .......... 90% 18.0M 0s
15:52:56  13150K .......... .......... .......... .......... .......... 90% 63.3M 0s
15:52:56  13200K .......... .......... .......... .......... .......... 91% 53.3M 0s
15:52:56  13250K .......... .......... .......... .......... .......... 91% 66.4M 0s
15:52:56  13300K .......... .......... .......... .......... .......... 91% 66.2M 0s
15:52:56  13350K .......... .......... .......... .......... .......... 92% 73.0M 0s
15:52:56  13400K .......... .......... .......... .......... .......... 92% 73.5M 0s
15:52:56  13450K .......... .......... .......... .......... .......... 92% 28.9M 0s
15:52:56  13500K .......... .......... .......... .......... .......... 93% 51.8M 0s
15:52:56  13550K .......... .......... .......... .......... .......... 93% 58.7M 0s
15:52:56  13600K .......... .......... .......... .......... .......... 93% 62.6M 0s
15:52:56  13650K .......... .......... .......... .......... .......... 94% 32.1M 0s
15:52:56  13700K .......... .......... .......... .......... .......... 94% 68.6M 0s
15:52:56  13750K .......... .......... .......... .......... .......... 94% 65.1M 0s
15:52:56  13800K .......... .......... .......... .......... .......... 95% 74.4M 0s
15:52:56  13850K .......... .......... .......... .......... .......... 95% 25.4M 0s
15:52:56  13900K .......... .......... .......... .......... .......... 95% 61.6M 0s
15:52:56  13950K .......... .......... .......... .......... .......... 96% 70.9M 0s
15:52:57  14000K .......... .......... .......... .......... .......... 96% 15.8M 0s
15:52:57  14050K .......... .......... .......... .......... .......... 96% 55.2M 0s
15:52:57  14100K .......... .......... .......... .......... .......... 97% 68.5M 0s
15:52:57  14150K .......... .......... .......... .......... .......... 97% 60.6M 0s
15:52:57  14200K .......... .......... .......... .......... .......... 97% 47.8M 0s
15:52:57  14250K .......... .......... .......... .......... .......... 98% 48.5M 0s
15:52:57  14300K .......... .......... .......... .......... .......... 98% 64.4M 0s
15:52:57  14350K .......... .......... .......... .......... .......... 98% 66.2M 0s
15:52:57  14400K .......... .......... .......... .......... .......... 99% 39.7M 0s
15:52:57  14450K .......... .......... .......... .......... .......... 99% 54.2M 0s
15:52:57  14500K .......... .......... .......... .......... .......... 99% 71.1M 0s
15:52:57  14550K ..........                                            100% 91.1M=0.3s
15:52:57 
15:52:57 2020-02-11 14:52:57 (41.6 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
15:52:57 
15:52:57 Removing intermediate container 2a83b5be5763
15:52:57  ---> 1098041f29a0
15:52:57 Step 14/24 : RUN npm config set proxy $http_proxy
15:52:57  ---> Running in ce2fb267edd5
15:53:00 Removing intermediate container ce2fb267edd5
15:53:00  ---> 4e51f9e65004
15:53:00 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
15:53:00  ---> Running in a4ac55e91ca4
15:53:01 npm WARN invalid config proxy=""
15:53:01 npm WARN invalid config Must be a full url with 'http://'
15:53:01 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
15:53:03 npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
15:53:09 /usr/bin/swagger-tools -> /usr/lib/node_modules/swagger-tools/bin/swagger-tools
15:53:15 
15:53:15 > core-js@2.6.11 postinstall /usr/lib/node_modules/swagger-tools/node_modules/core-js
15:53:15 > node -e "try{require('./postinstall')}catch(e){}"
15:53:15 
15:53:16 /usr/lib
15:53:16 `-- swagger-tools@0.10.3 
15:53:16   +-- async@2.6.3 
15:53:16   +-- body-parser@1.18.2 
15:53:16   | +-- bytes@3.0.0 
15:53:16   | +-- content-type@1.0.4 
15:53:16   | +-- debug@2.6.9 
15:53:16   | | `-- ms@2.0.0 
15:53:16   | +-- depd@1.1.2 
15:53:16   | +-- http-errors@1.6.3 
15:53:16   | | +-- inherits@2.0.3 
15:53:16   | | +-- setprototypeof@1.1.0 
15:53:16   | | `-- statuses@1.5.0 
15:53:16   | +-- iconv-lite@0.4.19 
15:53:16   | +-- on-finished@2.3.0 
15:53:16   | | `-- ee-first@1.1.1 
15:53:16   | +-- qs@6.5.1 
15:53:16   | +-- raw-body@2.3.2 
15:53:16   | | +-- http-errors@1.6.2 
15:53:16   | | | +-- depd@1.1.1 
15:53:16   | | | `-- setprototypeof@1.0.3 
15:53:16   | | `-- unpipe@1.0.0 
15:53:16   | `-- type-is@1.6.18 
15:53:16   |   +-- media-typer@0.3.0 
15:53:16   |   `-- mime-types@2.1.26 
15:53:16   |     `-- mime-db@1.43.0 
15:53:16   +-- commander@2.20.3 
15:53:16   +-- debug@3.2.6 
15:53:16   | `-- ms@2.1.2 
15:53:16   +-- js-yaml@3.13.1 
15:53:16   | +-- argparse@1.0.10 
15:53:16   | | `-- sprintf-js@1.0.3 
15:53:16   | `-- esprima@4.0.1 
15:53:16   +-- json-refs@3.0.13 
15:53:16   | +-- commander@2.19.0 
15:53:16   | +-- graphlib@2.1.8 
15:53:16   | +-- native-promise-only@0.8.1 
15:53:16   | +-- path-loader@1.0.10 
15:53:16   | +-- slash@2.0.0 
15:53:16   | `-- uri-js@4.2.2 
15:53:16   |   `-- punycode@2.1.1 
15:53:16   +-- lodash@4.17.15 
15:53:16   +-- multer@1.4.2 
15:53:16   | +-- append-field@1.0.0 
15:53:16   | +-- busboy@0.2.14 
15:53:16   | | +-- dicer@0.2.5 
15:53:16   | | | +-- readable-stream@1.1.14 
15:53:16   | | | | +-- isarray@0.0.1 
15:53:16   | | | | `-- string_decoder@0.10.31 
15:53:16   | | | `-- streamsearch@0.1.2 
15:53:16   | | `-- readable-stream@1.1.14 
15:53:16   | |   +-- isarray@0.0.1 
15:53:16   | |   `-- string_decoder@0.10.31 
15:53:16   | +-- concat-stream@1.6.2 
15:53:16   | | +-- buffer-from@1.1.1 
15:53:16   | | `-- typedarray@0.0.6 
15:53:16   | +-- mkdirp@0.5.1 
15:53:16   | | `-- minimist@0.0.8 
15:53:16   | +-- object-assign@4.1.1 
15:53:16   | `-- xtend@4.0.2 
15:53:16   +-- parseurl@1.3.3 
15:53:16   +-- path-to-regexp@2.4.0 
15:53:16   +-- qs@6.9.1 
15:53:16   +-- serve-static@1.14.1 
15:53:16   | +-- encodeurl@1.0.2 
15:53:16   | +-- escape-html@1.0.3 
15:53:16   | `-- send@0.17.1 
15:53:16   |   +-- debug@2.6.9 
15:53:16   |   | `-- ms@2.0.0 
15:53:16   |   +-- destroy@1.0.4 
15:53:16   |   +-- etag@1.8.1 
15:53:16   |   +-- fresh@0.5.2 
15:53:16   |   +-- http-errors@1.7.3 
15:53:16   |   | +-- inherits@2.0.4 
15:53:16   |   | +-- setprototypeof@1.1.1 
15:53:16   |   | `-- toidentifier@1.0.0 
15:53:16   |   +-- ms@2.1.1 
15:53:16   |   `-- range-parser@1.2.1 
15:53:16   +-- spark-md5@3.0.0 
15:53:16   +-- string@3.3.3 
15:53:16   +-- superagent@3.8.3 
15:53:16   | +-- component-emitter@1.3.0 
15:53:16   | +-- cookiejar@2.1.2 
15:53:16   | +-- extend@3.0.2 
15:53:16   | +-- form-data@2.5.1 
15:53:16   | | +-- asynckit@0.4.0 
15:53:16   | | `-- combined-stream@1.0.8 
15:53:16   | |   `-- delayed-stream@1.0.0 
15:53:16   | +-- formidable@1.2.1 
15:53:16   | +-- methods@1.1.2 
15:53:16   | +-- mime@1.6.0 
15:53:16   | `-- readable-stream@2.3.7 
15:53:16   |   +-- core-util-is@1.0.2 
15:53:16   |   +-- isarray@1.0.0 
15:53:16   |   +-- process-nextick-args@2.0.1 
15:53:16   |   +-- safe-buffer@5.1.2 
15:53:16   |   +-- string_decoder@1.1.1 
15:53:16   |   `-- util-deprecate@1.0.2 
15:53:16   +-- swagger-converter@0.1.7 
15:53:16   | `-- lodash.clonedeep@2.4.1 
15:53:16   |   +-- lodash._baseclone@2.4.1 
15:53:16   |   | +-- lodash._getarray@2.4.1 
15:53:16   |   | | `-- lodash._arraypool@2.4.1 
15:53:16   |   | +-- lodash._releasearray@2.4.1 
15:53:16   |   | | `-- lodash._maxpoolsize@2.4.1 
15:53:16   |   | +-- lodash._slice@2.4.1 
15:53:16   |   | +-- lodash.assign@2.4.1 
15:53:16   |   | | +-- lodash._objecttypes@2.4.1 
15:53:16   |   | | `-- lodash.keys@2.4.1 
15:53:16   |   | |   `-- lodash._shimkeys@2.4.1 
15:53:16   |   | +-- lodash.foreach@2.4.1 
15:53:16   |   | +-- lodash.forown@2.4.1 
15:53:16   |   | +-- lodash.isarray@2.4.1 
15:53:16   |   | | `-- lodash._isnative@2.4.1 
15:53:16   |   | `-- lodash.isobject@2.4.1 
15:53:16   |   `-- lodash._basecreatecallback@2.4.1 
15:53:16   |     +-- lodash._setbinddata@2.4.1 
15:53:16   |     | `-- lodash.noop@2.4.1 
15:53:16   |     +-- lodash.bind@2.4.1 
15:53:16   |     | `-- lodash._createwrapper@2.4.1 
15:53:16   |     |   +-- lodash._basebind@2.4.1 
15:53:16   |     |   | `-- lodash._basecreate@2.4.1 
15:53:16   |     |   +-- lodash._basecreatewrapper@2.4.1 
15:53:16   |     |   `-- lodash.isfunction@2.4.1 
15:53:16   |     +-- lodash.identity@2.4.1 
15:53:16   |     `-- lodash.support@2.4.1 
15:53:16   +-- traverse@0.6.6 
15:53:16   `-- z-schema@3.25.1 
15:53:16     +-- core-js@2.6.11 
15:53:16     +-- lodash.get@4.4.2 
15:53:16     +-- lodash.isequal@4.5.0 
15:53:16     `-- validator@10.11.0 
15:53:16 
15:53:18 Removing intermediate container a4ac55e91ca4
15:53:18  ---> fb79b4b35e6e
15:53:18 Step 16/24 : RUN npm install -g json-refs@3.0.2
15:53:18  ---> Running in 5738c9b9503a
15:53:20 npm WARN invalid config proxy=""
15:53:20 npm WARN invalid config Must be a full url with 'http://'
15:53:20 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
15:53:22 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
15:53:25 /usr/lib
15:53:25 `-- json-refs@3.0.2 
15:53:25   +-- commander@2.20.3 
15:53:25   +-- graphlib@2.1.8 
15:53:25   +-- js-yaml@3.13.1 
15:53:25   | +-- argparse@1.0.10 
15:53:25   | | `-- sprintf-js@1.0.3 
15:53:25   | `-- esprima@4.0.1 
15:53:25   +-- lodash@4.17.15 
15:53:25   +-- native-promise-only@0.8.1 
15:53:25   +-- path-loader@1.0.10 
15:53:25   | `-- superagent@3.8.3 
15:53:25   |   +-- component-emitter@1.3.0 
15:53:25   |   +-- cookiejar@2.1.2 
15:53:25   |   +-- debug@3.2.6 
15:53:25   |   | `-- ms@2.1.2 
15:53:25   |   +-- extend@3.0.2 
15:53:25   |   +-- form-data@2.5.1 
15:53:25   |   | +-- asynckit@0.4.0 
15:53:25   |   | +-- combined-stream@1.0.8 
15:53:25   |   | | `-- delayed-stream@1.0.0 
15:53:25   |   | `-- mime-types@2.1.26 
15:53:25   |   |   `-- mime-db@1.43.0 
15:53:25   |   +-- formidable@1.2.1 
15:53:25   |   +-- methods@1.1.2 
15:53:25   |   +-- mime@1.6.0 
15:53:25   |   +-- qs@6.9.1 
15:53:25   |   `-- readable-stream@2.3.7 
15:53:25   |     +-- core-util-is@1.0.2 
15:53:25   |     +-- inherits@2.0.4 
15:53:25   |     +-- isarray@1.0.0 
15:53:25   |     +-- process-nextick-args@2.0.1 
15:53:25   |     +-- safe-buffer@5.1.2 
15:53:25   |     +-- string_decoder@1.1.1 
15:53:25   |     `-- util-deprecate@1.0.2 
15:53:25   +-- slash@1.0.0 
15:53:25   `-- uri-js@3.0.2 
15:53:25     `-- punycode@2.1.1 
15:53:25 
15:53:27 Removing intermediate container 5738c9b9503a
15:53:27  ---> 164fb6233676
15:53:27 Step 17/24 : RUN npm install -g yamljs@0.3.0
15:53:27  ---> Running in 0d91a49ef7a8
15:53:28 npm WARN invalid config proxy=""
15:53:28 npm WARN invalid config Must be a full url with 'http://'
15:53:28 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
15:53:30 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
15:53:30 /usr/lib
15:53:30 `-- yamljs@0.3.0 
15:53:30   +-- argparse@1.0.10 
15:53:30   | `-- sprintf-js@1.0.3 
15:53:30   `-- glob@7.1.6 
15:53:30     +-- fs.realpath@1.0.0 
15:53:30     +-- inflight@1.0.6 
15:53:30     | `-- wrappy@1.0.2 
15:53:30     +-- inherits@2.0.4 
15:53:30     +-- minimatch@3.0.4 
15:53:30     | `-- brace-expansion@1.1.11 
15:53:30     |   +-- balanced-match@1.0.0 
15:53:30     |   `-- concat-map@0.0.1 
15:53:30     +-- once@1.4.0 
15:53:30     `-- path-is-absolute@1.0.1 
15:53:30 
15:53:31 Removing intermediate container 0d91a49ef7a8
15:53:31  ---> 68dda53b0133
15:53:31 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
15:53:31  ---> fbb69f5c4bae
15:53:31 Step 19/24 : RUN chmod +x /validate-in-docker.sh
15:53:32  ---> Running in 616d8bd6e79f
15:53:33 Removing intermediate container 616d8bd6e79f
15:53:33  ---> d48278449acb
15:53:33 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
15:53:33  ---> 4ca844a8ca74
15:53:33 Step 21/24 : RUN chmod +x /bin/swg2mrkup
15:53:33  ---> Running in cb7df7e0d335
15:53:34 Removing intermediate container cb7df7e0d335
15:53:34  ---> 0f78464a0d96
15:53:34 Step 22/24 : ADD oas2pdf /bin/oas2pdf
15:53:35  ---> 9de6fe549dba
15:53:35 Step 23/24 : RUN chmod +x /bin/oas2pdf
15:53:35  ---> Running in 116e0cb921f4
15:53:36 Removing intermediate container 116e0cb921f4
15:53:36  ---> 465b29316965
15:53:36 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
15:53:36  ---> Running in eb6d76147766
15:53:36 Removing intermediate container eb6d76147766
15:53:36  ---> b3ed2f1e60a7
15:53:36 Successfully built b3ed2f1e60a7
15:53:36 Successfully tagged openapivalidator:latest
15:53:36 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master as /work
15:53:36 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005-master/24’: Permission denied
15:53:36 Mounting dir /var/www/html/api/nfv/sol005-master/24 as /storage
15:53:37 Using filter ''
15:53:37 
15:53:37 Entering dir /work/src
15:53:37 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
15:53:37 --- Merging file.
15:53:39 --- Create PDF...
15:54:00 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
15:54:01 --- Validation done (0).
15:54:01 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
15:54:01 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
15:54:01 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
15:54:01 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
15:54:01 --- Merging file.
15:54:03 --- Create PDF...
15:54:13 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
15:54:15 --- Validation done (0).
15:54:15 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
15:54:15 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
15:54:15 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
15:54:15 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
15:54:15 --- Merging file.
15:54:17 --- Create PDF...
15:55:17 --- Validating ../build/SOL005-NSDManagement-API.yaml
15:55:19 --- Validation done (0).
15:55:19 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
15:55:19 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
15:55:19 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
15:55:19 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
15:55:19 --- Merging file.
15:55:21 --- Create PDF...
15:55:42 --- Validating ../build/SOL005-APIVersion-API.yaml
15:55:43 --- Validation done (0).
15:55:43 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
15:55:43 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
15:55:43 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
15:55:43 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
15:55:43 --- Merging file.
15:55:45 --- Create PDF...
15:56:26 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
15:56:28 --- Validation done (0).
15:56:28 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
15:56:28 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
15:56:28 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
15:56:28 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
15:56:28 --- Merging file.
15:56:30 --- Create PDF...
15:57:06 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
15:57:07 --- Validation done (0).
15:57:07 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
15:57:07 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
15:57:07 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
15:57:07 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
15:57:07 --- Merging file.
15:57:09 --- Create PDF...
15:57:36 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
15:57:37 --- Validation done (0).
15:57:37 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
15:57:37 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
15:57:37 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
15:57:37 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
15:57:37 --- Merging file.
15:57:39 --- Create PDF...
15:58:25 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
15:58:27 --- Validation done (0).
15:58:27 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
15:58:27 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
15:58:27 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
15:58:27 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
15:58:27 --- Merging file.
15:58:31 --- Create PDF...
16:00:18 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:00:21 --- Validation done (0).
16:00:21 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:00:21 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:00:21 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
16:00:21 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:00:21 --- Merging file.
16:00:22 --- Create PDF...
16:00:36 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:00:38 --- Validation done (0).
16:00:38 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:00:38 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:00:38 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
16:00:38 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:00:38 --- Merging file.
16:00:39 --- Create PDF...
16:00:52 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:00:53 --- Validation done (0).
16:00:53 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:00:53 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:00:53 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
16:00:53 -- Final validator returns 0.
16:00:54 Archiving artifacts
16:00:56 Discard old builds...
16:00:56 #16 is removed because old than numToKeep
16:00:56 Finished: SUCCESS