SuccessConsole Output

03:42:51 Started by GitLab push by rameshnaraya
03:42:51 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
03:42:51  > git rev-parse --is-inside-work-tree # timeout=10
03:42:51 Fetching changes from the remote Git repository
03:42:51  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
03:42:51 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
03:42:51  > git --version # timeout=10
03:42:51 using GIT_SSH to set credentials 
03:42:51  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
03:42:52  > git rev-parse remotes/origin/NFV-SOL005-Review^{commit} # timeout=10
03:42:52  > git branch -a -v --no-abbrev --contains 0d5a35e2d63342cdeb1ca1216bd2ed79ed751815 # timeout=10
03:42:52 Checking out Revision 0d5a35e2d63342cdeb1ca1216bd2ed79ed751815 (origin/NFV-SOL005-Review)
03:42:52  > git config core.sparsecheckout # timeout=10
03:42:52  > git checkout -f 0d5a35e2d63342cdeb1ca1216bd2ed79ed751815
03:42:52 Commit message: "Fixed SOL005 v2.4.1 Review issues."
03:42:52  > git rev-list 4ed27582c154edc8538abd200e6609b0c278a365 # timeout=10
03:42:52 [sol005] $ /bin/bash /tmp/jenkins724192942203260766.sh
03:42:52 ./build-container.sh: line 7: proxy: command not found
03:42:52 http_proxy is not set
03:42:52 Proxy set to 
03:42:52 Sending build context to Docker daemon  13.31kB

03:42:52 Step 1/24 : FROM alpine:3.6
03:42:53 3.6: Pulling from library/alpine
03:42:54 59265c40e257: Pulling fs layer
03:42:55 59265c40e257: Verifying Checksum
03:42:55 59265c40e257: Download complete
03:42:55 59265c40e257: Pull complete
03:42:55 Digest: sha256:b56cb9e06768af5b3fc8add5155eeb7933f1be22be7fe28b567a69de3fac6e9c
03:42:55 Status: Downloaded newer image for alpine:3.6
03:42:55  ---> bb000f8b5177
03:42:55 Step 2/24 : RUN env
03:42:55  ---> Running in df67b815bb77
03:42:55 HOSTNAME=df67b815bb77
03:42:55 SHLVL=1
03:42:55 HOME=/root
03:42:55 https_proxy=
03:42:55 http_proxy=
03:42:55 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:42:55 PWD=/
03:42:56  ---> 0b9506f5a430
03:42:56 Removing intermediate container df67b815bb77
03:42:56 Step 3/24 : RUN apk update
03:42:56  ---> Running in 75f0d802deab
03:42:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
03:42:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
03:42:56 v3.6.3-87-g49306a745c [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
03:42:56 v3.6.3-83-g4cf19f7ac7 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
03:42:56 OK: 8439 distinct packages available
03:42:57  ---> 82c10e21832f
03:42:57 Removing intermediate container 75f0d802deab
03:42:57 Step 4/24 : RUN apk add bash
03:42:57  ---> Running in eab91103001e
03:42:57 (1/5) Installing ncurses-terminfo-base (6.0_p20171125-r1)
03:42:57 (2/5) Installing ncurses-terminfo (6.0_p20171125-r1)
03:42:57 (3/5) Installing ncurses-libs (6.0_p20171125-r1)
03:42:57 (4/5) Installing readline (6.3.008-r5)
03:42:57 (5/5) Installing bash (4.3.48-r1)
03:42:57 Executing bash-4.3.48-r1.post-install
03:42:57 Executing busybox-1.26.2-r11.trigger
03:42:57 OK: 12 MiB in 18 packages
03:42:58  ---> feab63ba243b
03:42:58 Removing intermediate container eab91103001e
03:42:58 Step 5/24 : RUN apk add nodejs
03:42:58  ---> Running in af9e4d193d63
03:42:59 (1/8) Installing ca-certificates (20161130-r2)
03:42:59 (2/8) Installing libcrypto1.0 (1.0.2q-r0)
03:42:59 (3/8) Installing libgcc (6.3.0-r4)
03:42:59 (4/8) Installing http-parser (2.7.1-r1)
03:42:59 (5/8) Installing libssl1.0 (1.0.2q-r0)
03:42:59 (6/8) Installing libstdc++ (6.3.0-r4)
03:42:59 (7/8) Installing libuv (1.11.0-r1)
03:42:59 (8/8) Installing nodejs (6.10.3-r2)
03:43:01 Executing busybox-1.26.2-r11.trigger
03:43:01 Executing ca-certificates-20161130-r2.trigger
03:43:01 OK: 35 MiB in 26 packages
03:43:01  ---> 3e65fb03f3d8
03:43:01 Removing intermediate container af9e4d193d63
03:43:01 Step 6/24 : RUN apk add nodejs-npm
03:43:01  ---> Running in 5c76dda9ac2b
03:43:02 (1/1) Installing nodejs-npm (6.10.3-r2)
03:43:02 Executing busybox-1.26.2-r11.trigger
03:43:02 OK: 52 MiB in 27 packages
03:43:03  ---> 2ac39c199d99
03:43:03 Removing intermediate container 5c76dda9ac2b
03:43:03 Step 7/24 : RUN apk add asciidoctor
03:43:03  ---> Running in 5be663227529
03:43:04 (1/7) Installing libffi (3.2.1-r3)
03:43:04 (2/7) Installing gdbm (1.12-r0)
03:43:04 (3/7) Installing gmp (6.1.2-r0)
03:43:04 (4/7) Installing yaml (0.1.7-r0)
03:43:04 (5/7) Installing ruby-libs (2.4.5-r0)
03:43:04 (6/7) Installing ruby (2.4.5-r0)
03:43:04 (7/7) Installing asciidoctor (1.5.5-r1)
03:43:05 Executing busybox-1.26.2-r11.trigger
03:43:05 OK: 67 MiB in 34 packages
03:43:05  ---> 8923fa356e58
03:43:05 Removing intermediate container 5be663227529
03:43:05 Step 8/24 : RUN apk add openjdk8
03:43:05  ---> Running in e675d9760d7b
03:43:05 (1/36) Installing libtasn1 (4.10-r3)
03:43:06 (2/36) Installing p11-kit (0.23.2-r1)
03:43:06 (3/36) Installing p11-kit-trust (0.23.2-r1)
03:43:06 (4/36) Installing java-cacerts (1.0-r0)
03:43:06 (5/36) Installing libxau (1.0.8-r1)
03:43:06 (6/36) Installing libbsd (0.8.3-r3)
03:43:06 (7/36) Installing libxdmcp (1.1.2-r3)
03:43:06 (8/36) Installing libxcb (1.12-r0)
03:43:06 (9/36) Installing libx11 (1.6.6-r0)
03:43:06 (10/36) Installing libxcomposite (0.4.4-r0)
03:43:06 (11/36) Installing libxext (1.3.3-r1)
03:43:06 (12/36) Installing libxi (1.7.9-r0)
03:43:06 (13/36) Installing libxrender (0.9.10-r1)
03:43:06 (14/36) Installing libxtst (1.2.3-r0)
03:43:06 (15/36) Installing alsa-lib (1.1.3-r0)
03:43:06 (16/36) Installing libbz2 (1.0.6-r5)
03:43:06 (17/36) Installing libpng (1.6.29-r1)
03:43:06 (18/36) Installing freetype (2.7.1-r2)
03:43:06 (19/36) Installing giflib (5.1.4-r1)
03:43:06 (20/36) Installing libjpeg-turbo (1.5.3-r2)
03:43:06 (21/36) Installing openjdk8-jre-lib (8.191.12-r0)
03:43:15 (22/36) Installing java-common (0.1-r0)
03:43:15 (23/36) Installing krb5-conf (1.0-r1)
03:43:15 (24/36) Installing libcom_err (1.43.4-r0)
03:43:15 (25/36) Installing keyutils-libs (1.5.9-r1)
03:43:15 (26/36) Installing libverto (0.2.5-r2)
03:43:15 (27/36) Installing krb5-libs (1.14.3-r3)
03:43:15 (28/36) Installing lcms2 (2.8-r1)
03:43:15 (29/36) Installing nspr (4.13.1-r0)
03:43:15 (30/36) Installing sqlite-libs (3.25.3-r0)
03:43:15 (31/36) Installing nss (3.30.1-r0)
03:43:16 (32/36) Installing pcsc-lite-libs (1.8.21-r0)
03:43:16 (33/36) Installing lksctp-tools (1.0.17-r0)
03:43:16 (34/36) Installing openjdk8-jre-base (8.191.12-r0)
03:43:17 (35/36) Installing openjdk8-jre (8.191.12-r0)
03:43:17 (36/36) Installing openjdk8 (8.191.12-r0)
03:43:20 Executing busybox-1.26.2-r11.trigger
03:43:20 Executing ca-certificates-20161130-r2.trigger
03:43:20 Executing java-common-0.1-r0.trigger
03:43:20 OK: 160 MiB in 70 packages
03:43:22  ---> 3b0718f11cf3
03:43:22 Removing intermediate container e675d9760d7b
03:43:22 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
03:43:22  ---> Running in 4f8cf7cb4728
03:43:22 (1/1) Installing wget (1.20.1-r0)
03:43:22 Executing busybox-1.26.2-r11.trigger
03:43:22 OK: 160 MiB in 71 packages
03:43:22 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
03:43:22  ---> cf52555a2aee
03:43:23 Removing intermediate container 4f8cf7cb4728
03:43:23 Step 10/24 : RUN apk add openssl
03:43:23  ---> Running in 64fa5d7f19e7
03:43:23 (1/1) Installing openssl (1.0.2q-r0)
03:43:23 Executing busybox-1.26.2-r11.trigger
03:43:23 Executing ca-certificates-20161130-r2.trigger
03:43:23 OK: 161 MiB in 72 packages
03:43:24  ---> 9d33c65bda60
03:43:24 Removing intermediate container 64fa5d7f19e7
03:43:24 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
03:43:24  ---> Running in 074c9ec58990
03:43:25 ERROR:  While executing gem ... (NoMethodError)
03:43:25     undefined method `reset' for RDoc::TopLevel:Class
03:43:25 Successfully installed rdoc-6.1.1
03:43:33 Successfully installed rdoc-6.1.1
03:43:33 Parsing documentation for rdoc-6.1.1
03:43:33 Installing ri documentation for rdoc-6.1.1
03:43:33 Done installing documentation for rdoc after 7 seconds
03:43:33 1 gem installed
03:43:34  ---> 489ff54b97b2
03:43:34 Removing intermediate container 074c9ec58990
03:43:34 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
03:43:34  ---> Running in 75ef13dd6ec2
03:43:53 invalid options: -ri
03:43:53 (invalid options are ignored)
03:43:53 Successfully installed ttfunk-1.5.1
03:43:53 Successfully installed pdf-core-0.7.0
03:43:53 Successfully installed prawn-2.2.2
03:43:53 Successfully installed prawn-table-0.2.2
03:43:53 Successfully installed Ascii85-1.0.3
03:43:53 Successfully installed ruby-rc4-0.1.5
03:43:53 Successfully installed hashery-2.1.2
03:43:53 Successfully installed afm-0.2.2
03:43:53 Successfully installed pdf-reader-2.2.0
03:43:53 Successfully installed prawn-templates-0.1.1
03:43:53 Successfully installed public_suffix-3.0.3
03:43:53 Successfully installed addressable-2.6.0
03:43:53 Successfully installed css_parser-1.7.0
03:43:53 Successfully installed prawn-svg-0.27.1
03:43:53 Successfully installed prawn-icon-1.3.0
03:43:53 Successfully installed safe_yaml-1.0.4
03:43:53 Successfully installed thread_safe-0.3.6
03:43:53 Successfully installed polyglot-0.3.5
03:43:53 Successfully installed treetop-1.5.3
03:43:53 Successfully installed asciidoctor-pdf-1.5.0.alpha.16
03:43:53 Successfully installed asciidoctor-pdf-cjk-0.1.3
03:43:53 Parsing documentation for ttfunk-1.5.1
03:43:53 Installing ri documentation for ttfunk-1.5.1
03:43:53 Parsing documentation for pdf-core-0.7.0
03:43:53 Installing ri documentation for pdf-core-0.7.0
03:43:53 Parsing documentation for prawn-2.2.2
03:43:53 Installing ri documentation for prawn-2.2.2
03:43:53 Parsing documentation for prawn-table-0.2.2
03:43:53 Installing ri documentation for prawn-table-0.2.2
03:43:53 Parsing documentation for Ascii85-1.0.3
03:43:53 Installing ri documentation for Ascii85-1.0.3
03:43:53 Parsing documentation for ruby-rc4-0.1.5
03:43:53 Installing ri documentation for ruby-rc4-0.1.5
03:43:53 Parsing documentation for hashery-2.1.2
03:43:53 Installing ri documentation for hashery-2.1.2
03:43:53 Parsing documentation for afm-0.2.2
03:43:53 Installing ri documentation for afm-0.2.2
03:43:53 Parsing documentation for pdf-reader-2.2.0
03:43:53 Installing ri documentation for pdf-reader-2.2.0
03:43:53 Parsing documentation for prawn-templates-0.1.1
03:43:53 Installing ri documentation for prawn-templates-0.1.1
03:43:53 Parsing documentation for public_suffix-3.0.3
03:43:53 Installing ri documentation for public_suffix-3.0.3
03:43:53 Parsing documentation for addressable-2.6.0
03:43:53 Installing ri documentation for addressable-2.6.0
03:43:53 Parsing documentation for css_parser-1.7.0
03:43:53 Installing ri documentation for css_parser-1.7.0
03:43:53 Parsing documentation for prawn-svg-0.27.1
03:43:53 Installing ri documentation for prawn-svg-0.27.1
03:43:53 Parsing documentation for prawn-icon-1.3.0
03:43:53 Installing ri documentation for prawn-icon-1.3.0
03:43:53 Parsing documentation for safe_yaml-1.0.4
03:43:53 Installing ri documentation for safe_yaml-1.0.4
03:43:53 Parsing documentation for thread_safe-0.3.6
03:43:53 Installing ri documentation for thread_safe-0.3.6
03:43:53 Parsing documentation for polyglot-0.3.5
03:43:53 Installing ri documentation for polyglot-0.3.5
03:43:53 Parsing documentation for treetop-1.5.3
03:43:53 Installing ri documentation for treetop-1.5.3
03:43:53 Parsing documentation for asciidoctor-pdf-1.5.0.alpha.16
03:43:53 Installing ri documentation for asciidoctor-pdf-1.5.0.alpha.16
03:43:53 Parsing documentation for asciidoctor-pdf-cjk-0.1.3
03:43:53 Installing ri documentation for asciidoctor-pdf-cjk-0.1.3
03:43:53 Done installing documentation for ttfunk, pdf-core, 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, polyglot, treetop, asciidoctor-pdf, asciidoctor-pdf-cjk after 11 seconds
03:43:53 21 gems installed
03:43:55  ---> 5a6cad8a4b87
03:43:55 Removing intermediate container 75ef13dd6ec2
03:43:55 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
03:43:55  ---> Running in 02763f6e399b
03:43:55 --2019-02-22 02:43:55--  https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
03:43:55 Resolving forge.etsi.org... 195.238.226.56
03:43:55 Connecting to forge.etsi.org|195.238.226.56|:443... connected.
03:43:55 HTTP request sent, awaiting response... 200 OK
03:43:55 Length: 14909486 (14M) [application/java-archive]
03:43:55 Saving to: 'swagger2markup-cli-1.3.2.jar'
03:43:55 
03:43:55      0K .......... .......... .......... .......... ..........  0% 14.2M 1s
03:43:55     50K .......... .......... .......... .......... ..........  0% 19.4M 1s
03:43:55    100K .......... .......... .......... .......... ..........  1% 16.1M 1s
03:43:55    150K .......... .......... .......... .......... ..........  1% 20.9M 1s
03:43:55    200K .......... .......... .......... .......... ..........  1% 28.0M 1s
03:43:55    250K .......... .......... .......... .......... ..........  2% 23.3M 1s
03:43:55    300K .......... .......... .......... .......... ..........  2% 32.5M 1s
03:43:55    350K .......... .......... .......... .......... ..........  2% 21.6M 1s
03:43:55    400K .......... .......... .......... .......... ..........  3% 17.0M 1s
03:43:55    450K .......... .......... .......... .......... ..........  3% 31.2M 1s
03:43:55    500K .......... .......... .......... .......... ..........  3% 14.9M 1s
03:43:55    550K .......... .......... .......... .......... ..........  4% 29.7M 1s
03:43:55    600K .......... .......... .......... .......... ..........  4% 23.5M 1s
03:43:55    650K .......... .......... .......... .......... ..........  4% 27.5M 1s
03:43:55    700K .......... .......... .......... .......... ..........  5% 24.4M 1s
03:43:55    750K .......... .......... .......... .......... ..........  5% 29.2M 1s
03:43:55    800K .......... .......... .......... .......... ..........  5% 20.7M 1s
03:43:55    850K .......... .......... .......... .......... ..........  6% 29.8M 1s
03:43:55    900K .......... .......... .......... .......... ..........  6% 36.2M 1s
03:43:55    950K .......... .......... .......... .......... ..........  6% 27.1M 1s
03:43:55   1000K .......... .......... .......... .......... ..........  7% 30.1M 1s
03:43:55   1050K .......... .......... .......... .......... ..........  7% 36.1M 1s
03:43:55   1100K .......... .......... .......... .......... ..........  7% 23.2M 1s
03:43:55   1150K .......... .......... .......... .......... ..........  8% 31.0M 1s
03:43:55   1200K .......... .......... .......... .......... ..........  8% 21.5M 1s
03:43:55   1250K .......... .......... .......... .......... ..........  8% 33.6M 1s
03:43:55   1300K .......... .......... .......... .......... ..........  9% 32.3M 1s
03:43:55   1350K .......... .......... .......... .......... ..........  9% 26.1M 1s
03:43:55   1400K .......... .......... .......... .......... ..........  9% 34.5M 1s
03:43:55   1450K .......... .......... .......... .......... .......... 10% 27.2M 1s
03:43:55   1500K .......... .......... .......... .......... .......... 10% 36.5M 1s
03:43:55   1550K .......... .......... .......... .......... .......... 10% 28.6M 1s
03:43:55   1600K .......... .......... .......... .......... .......... 11% 22.6M 1s
03:43:55   1650K .......... .......... .......... .......... .......... 11% 18.9M 1s
03:43:55   1700K .......... .......... .......... .......... .......... 12% 33.6M 1s
03:43:55   1750K .......... .......... .......... .......... .......... 12% 55.9M 0s
03:43:55   1800K .......... .......... .......... .......... .......... 12% 51.4M 0s
03:43:55   1850K .......... .......... .......... .......... .......... 13% 22.0M 0s
03:43:55   1900K .......... .......... .......... .......... .......... 13% 34.5M 0s
03:43:55   1950K .......... .......... .......... .......... .......... 13% 31.4M 0s
03:43:55   2000K .......... .......... .......... .......... .......... 14% 16.7M 0s
03:43:55   2050K .......... .......... .......... .......... .......... 14% 34.1M 0s
03:43:55   2100K .......... .......... .......... .......... .......... 14% 17.7M 0s
03:43:55   2150K .......... .......... .......... .......... .......... 15% 37.1M 0s
03:43:55   2200K .......... .......... .......... .......... .......... 15% 37.7M 0s
03:43:55   2250K .......... .......... .......... .......... .......... 15% 24.1M 0s
03:43:55   2300K .......... .......... .......... .......... .......... 16% 56.7M 0s
03:43:55   2350K .......... .......... .......... .......... .......... 16% 34.2M 0s
03:43:55   2400K .......... .......... .......... .......... .......... 16% 28.6M 0s
03:43:55   2450K .......... .......... .......... .......... .......... 17% 26.7M 0s
03:43:55   2500K .......... .......... .......... .......... .......... 17% 36.8M 0s
03:43:55   2550K .......... .......... .......... .......... .......... 17% 36.4M 0s
03:43:55   2600K .......... .......... .......... .......... .......... 18% 35.1M 0s
03:43:55   2650K .......... .......... .......... .......... .......... 18% 22.4M 0s
03:43:55   2700K .......... .......... .......... .......... .......... 18% 35.9M 0s
03:43:55   2750K .......... .......... .......... .......... .......... 19% 35.8M 0s
03:43:55   2800K .......... .......... .......... .......... .......... 19% 16.4M 0s
03:43:55   2850K .......... .......... .......... .......... .......... 19% 14.4M 0s
03:43:55   2900K .......... .......... .......... .......... .......... 20% 20.3M 0s
03:43:55   2950K .......... .......... .......... .......... .......... 20% 51.8M 0s
03:43:55   3000K .......... .......... .......... .......... .......... 20% 33.8M 0s
03:43:55   3050K .......... .......... .......... .......... .......... 21% 16.4M 0s
03:43:55   3100K .......... .......... .......... .......... .......... 21% 84.6M 0s
03:43:55   3150K .......... .......... .......... .......... .......... 21% 63.7M 0s
03:43:55   3200K .......... .......... .......... .......... .......... 22% 14.1M 0s
03:43:55   3250K .......... .......... .......... .......... .......... 22% 36.8M 0s
03:43:55   3300K .......... .......... .......... .......... .......... 23% 37.0M 0s
03:43:55   3350K .......... .......... .......... .......... .......... 23% 29.9M 0s
03:43:55   3400K .......... .......... .......... .......... .......... 23% 14.4M 0s
03:43:55   3450K .......... .......... .......... .......... .......... 24% 43.0M 0s
03:43:55   3500K .......... .......... .......... .......... .......... 24% 50.7M 0s
03:43:55   3550K .......... .......... .......... .......... .......... 24% 34.3M 0s
03:43:55   3600K .......... .......... .......... .......... .......... 25% 36.9M 0s
03:43:55   3650K .......... .......... .......... .......... .......... 25% 33.1M 0s
03:43:55   3700K .......... .......... .......... .......... .......... 25% 33.9M 0s
03:43:55   3750K .......... .......... .......... .......... .......... 26% 32.4M 0s
03:43:55   3800K .......... .......... .......... .......... .......... 26% 32.3M 0s
03:43:55   3850K .......... .......... .......... .......... .......... 26% 26.9M 0s
03:43:55   3900K .......... .......... .......... .......... .......... 27% 26.1M 0s
03:43:55   3950K .......... .......... .......... .......... .......... 27% 26.3M 0s
03:43:55   4000K .......... .......... .......... .......... .......... 27% 23.6M 0s
03:43:55   4050K .......... .......... .......... .......... .......... 28% 25.9M 0s
03:43:55   4100K .......... .......... .......... .......... .......... 28% 28.1M 0s
03:43:55   4150K .......... .......... .......... .......... .......... 28% 28.5M 0s
03:43:55   4200K .......... .......... .......... .......... .......... 29% 32.3M 0s
03:43:55   4250K .......... .......... .......... .......... .......... 29% 39.7M 0s
03:43:55   4300K .......... .......... .......... .......... .......... 29% 35.2M 0s
03:43:55   4350K .......... .......... .......... .......... .......... 30% 6.62M 0s
03:43:55   4400K .......... .......... .......... .......... .......... 30% 25.8M 0s
03:43:55   4450K .......... .......... .......... .......... .......... 30% 38.3M 0s
03:43:55   4500K .......... .......... .......... .......... .......... 31% 32.8M 0s
03:43:55   4550K .......... .......... .......... .......... .......... 31% 36.9M 0s
03:43:55   4600K .......... .......... .......... .......... .......... 31% 20.8M 0s
03:43:55   4650K .......... .......... .......... .......... .......... 32% 13.7M 0s
03:43:55   4700K .......... .......... .......... .......... .......... 32% 35.2M 0s
03:43:55   4750K .......... .......... .......... .......... .......... 32% 33.2M 0s
03:43:55   4800K .......... .......... .......... .......... .......... 33% 29.1M 0s
03:43:55   4850K .......... .......... .......... .......... .......... 33% 34.4M 0s
03:43:55   4900K .......... .......... .......... .......... .......... 33% 27.9M 0s
03:43:55   4950K .......... .......... .......... .......... .......... 34% 35.1M 0s
03:43:55   5000K .......... .......... .......... .......... .......... 34% 35.9M 0s
03:43:55   5050K .......... .......... .......... .......... .......... 35% 37.2M 0s
03:43:55   5100K .......... .......... .......... .......... .......... 35% 39.1M 0s
03:43:55   5150K .......... .......... .......... .......... .......... 35% 22.9M 0s
03:43:55   5200K .......... .......... .......... .......... .......... 36% 15.1M 0s
03:43:55   5250K .......... .......... .......... .......... .......... 36% 25.0M 0s
03:43:55   5300K .......... .......... .......... .......... .......... 36% 31.9M 0s
03:43:55   5350K .......... .......... .......... .......... .......... 37% 36.0M 0s
03:43:55   5400K .......... .......... .......... .......... .......... 37% 31.1M 0s
03:43:55   5450K .......... .......... .......... .......... .......... 37% 31.3M 0s
03:43:55   5500K .......... .......... .......... .......... .......... 38% 29.3M 0s
03:43:55   5550K .......... .......... .......... .......... .......... 38% 27.3M 0s
03:43:55   5600K .......... .......... .......... .......... .......... 38% 27.4M 0s
03:43:55   5650K .......... .......... .......... .......... .......... 39% 36.7M 0s
03:43:55   5700K .......... .......... .......... .......... .......... 39% 30.4M 0s
03:43:55   5750K .......... .......... .......... .......... .......... 39% 24.4M 0s
03:43:55   5800K .......... .......... .......... .......... .......... 40% 34.9M 0s
03:43:55   5850K .......... .......... .......... .......... .......... 40% 30.9M 0s
03:43:55   5900K .......... .......... .......... .......... .......... 40% 37.8M 0s
03:43:55   5950K .......... .......... .......... .......... .......... 41% 21.0M 0s
03:43:55   6000K .......... .......... .......... .......... .......... 41% 28.9M 0s
03:43:55   6050K .......... .......... .......... .......... .......... 41% 33.6M 0s
03:43:55   6100K .......... .......... .......... .......... .......... 42% 35.8M 0s
03:43:55   6150K .......... .......... .......... .......... .......... 42% 41.9M 0s
03:43:55   6200K .......... .......... .......... .......... .......... 42% 38.8M 0s
03:43:55   6250K .......... .......... .......... .......... .......... 43% 31.6M 0s
03:43:55   6300K .......... .......... .......... .......... .......... 43% 37.4M 0s
03:43:55   6350K .......... .......... .......... .......... .......... 43% 33.1M 0s
03:43:55   6400K .......... .......... .......... .......... .......... 44% 27.8M 0s
03:43:55   6450K .......... .......... .......... .......... .......... 44% 32.8M 0s
03:43:55   6500K .......... .......... .......... .......... .......... 44% 32.9M 0s
03:43:55   6550K .......... .......... .......... .......... .......... 45% 27.3M 0s
03:43:55   6600K .......... .......... .......... .......... .......... 45% 35.0M 0s
03:43:55   6650K .......... .......... .......... .......... .......... 46% 31.5M 0s
03:43:55   6700K .......... .......... .......... .......... .......... 46% 34.8M 0s
03:43:55   6750K .......... .......... .......... .......... .......... 46% 37.0M 0s
03:43:55   6800K .......... .......... .......... .......... .......... 47% 25.0M 0s
03:43:55   6850K .......... .......... .......... .......... .......... 47% 35.0M 0s
03:43:55   6900K .......... .......... .......... .......... .......... 47% 32.8M 0s
03:43:55   6950K .......... .......... .......... .......... .......... 48% 29.9M 0s
03:43:55   7000K .......... .......... .......... .......... .......... 48% 26.3M 0s
03:43:55   7050K .......... .......... .......... .......... .......... 48% 31.8M 0s
03:43:55   7100K .......... .......... .......... .......... .......... 49% 29.4M 0s
03:43:55   7150K .......... .......... .......... .......... .......... 49% 27.5M 0s
03:43:55   7200K .......... .......... .......... .......... .......... 49% 26.1M 0s
03:43:55   7250K .......... .......... .......... .......... .......... 50% 32.1M 0s
03:43:55   7300K .......... .......... .......... .......... .......... 50% 30.2M 0s
03:43:55   7350K .......... .......... .......... .......... .......... 50% 29.4M 0s
03:43:55   7400K .......... .......... .......... .......... .......... 51% 27.2M 0s
03:43:55   7450K .......... .......... .......... .......... .......... 51% 31.2M 0s
03:43:55   7500K .......... .......... .......... .......... .......... 51% 38.5M 0s
03:43:55   7550K .......... .......... .......... .......... .......... 52% 31.9M 0s
03:43:55   7600K .......... .......... .......... .......... .......... 52% 24.8M 0s
03:43:55   7650K .......... .......... .......... .......... .......... 52% 34.5M 0s
03:43:55   7700K .......... .......... .......... .......... .......... 53% 37.4M 0s
03:43:55   7750K .......... .......... .......... .......... .......... 53% 31.0M 0s
03:43:55   7800K .......... .......... .......... .......... .......... 53% 34.2M 0s
03:43:55   7850K .......... .......... .......... .......... .......... 54% 30.4M 0s
03:43:55   7900K .......... .......... .......... .......... .......... 54% 32.4M 0s
03:43:55   7950K .......... .......... .......... .......... .......... 54% 34.5M 0s
03:43:55   8000K .......... .......... .......... .......... .......... 55% 24.6M 0s
03:43:55   8050K .......... .......... .......... .......... .......... 55% 31.1M 0s
03:43:55   8100K .......... .......... .......... .......... .......... 55% 32.5M 0s
03:43:55   8150K .......... .......... .......... .......... .......... 56% 25.1M 0s
03:43:55   8200K .......... .......... .......... .......... .......... 56% 45.1M 0s
03:43:55   8250K .......... .......... .......... .......... .......... 57% 31.6M 0s
03:43:55   8300K .......... .......... .......... .......... .......... 57% 30.4M 0s
03:43:55   8350K .......... .......... .......... .......... .......... 57% 31.8M 0s
03:43:55   8400K .......... .......... .......... .......... .......... 58% 25.2M 0s
03:43:55   8450K .......... .......... .......... .......... .......... 58% 35.0M 0s
03:43:55   8500K .......... .......... .......... .......... .......... 58% 34.1M 0s
03:43:55   8550K .......... .......... .......... .......... .......... 59% 39.1M 0s
03:43:55   8600K .......... .......... .......... .......... .......... 59% 34.3M 0s
03:43:55   8650K .......... .......... .......... .......... .......... 59% 38.7M 0s
03:43:55   8700K .......... .......... .......... .......... .......... 60% 4.34M 0s
03:43:55   8750K .......... .......... .......... .......... .......... 60% 7.56M 0s
03:43:55   8800K .......... .......... .......... .......... .......... 60% 20.2M 0s
03:43:55   8850K .......... .......... .......... .......... .......... 61% 89.7M 0s
03:43:55   8900K .......... .......... .......... .......... .......... 61% 77.3M 0s
03:43:55   8950K .......... .......... .......... .......... .......... 61% 76.7M 0s
03:43:55   9000K .......... .......... .......... .......... .......... 62% 70.2M 0s
03:43:55   9050K .......... .......... .......... .......... .......... 62% 73.5M 0s
03:43:55   9100K .......... .......... .......... .......... .......... 62% 80.8M 0s
03:43:55   9150K .......... .......... .......... .......... .......... 63% 73.6M 0s
03:43:55   9200K .......... .......... .......... .......... .......... 63% 66.1M 0s
03:43:55   9250K .......... .......... .......... .......... .......... 63% 73.4M 0s
03:43:55   9300K .......... .......... .......... .......... .......... 64% 85.6M 0s
03:43:55   9350K .......... .......... .......... .......... .......... 64% 74.5M 0s
03:43:55   9400K .......... .......... .......... .......... .......... 64% 66.4M 0s
03:43:55   9450K .......... .......... .......... .......... .......... 65% 11.9M 0s
03:43:55   9500K .......... .......... .......... .......... .......... 65% 8.15M 0s
03:43:55   9550K .......... .......... .......... .......... .......... 65% 37.4M 0s
03:43:55   9600K .......... .......... .......... .......... .......... 66% 20.0M 0s
03:43:55   9650K .......... .......... .......... .......... .......... 66% 36.9M 0s
03:43:55   9700K .......... .......... .......... .......... .......... 66% 32.7M 0s
03:43:55   9750K .......... .......... .......... .......... .......... 67% 33.1M 0s
03:43:55   9800K .......... .......... .......... .......... .......... 67% 39.8M 0s
03:43:55   9850K .......... .......... .......... .......... .......... 67% 40.1M 0s
03:43:55   9900K .......... .......... .......... .......... .......... 68% 35.5M 0s
03:43:55   9950K .......... .......... .......... .......... .......... 68% 25.6M 0s
03:43:55  10000K .......... .......... .......... .......... .......... 69% 28.3M 0s
03:43:55  10050K .......... .......... .......... .......... .......... 69% 36.2M 0s
03:43:55  10100K .......... .......... .......... .......... .......... 69% 38.5M 0s
03:43:55  10150K .......... .......... .......... .......... .......... 70% 35.4M 0s
03:43:55  10200K .......... .......... .......... .......... .......... 70% 26.6M 0s
03:43:55  10250K .......... .......... .......... .......... .......... 70% 20.6M 0s
03:43:55  10300K .......... .......... .......... .......... .......... 71% 27.7M 0s
03:43:55  10350K .......... .......... .......... .......... .......... 71% 37.7M 0s
03:43:55  10400K .......... .......... .......... .......... .......... 71% 21.5M 0s
03:43:55  10450K .......... .......... .......... .......... .......... 72% 42.1M 0s
03:43:55  10500K .......... .......... .......... .......... .......... 72% 32.7M 0s
03:43:55  10550K .......... .......... .......... .......... .......... 72% 25.3M 0s
03:43:55  10600K .......... .......... .......... .......... .......... 73% 27.9M 0s
03:43:55  10650K .......... .......... .......... .......... .......... 73% 34.4M 0s
03:43:55  10700K .......... .......... .......... .......... .......... 73% 33.3M 0s
03:43:55  10750K .......... .......... .......... .......... .......... 74% 32.2M 0s
03:43:55  10800K .......... .......... .......... .......... .......... 74% 28.0M 0s
03:43:55  10850K .......... .......... .......... .......... .......... 74% 26.3M 0s
03:43:55  10900K .......... .......... .......... .......... .......... 75% 39.1M 0s
03:43:55  10950K .......... .......... .......... .......... .......... 75% 31.8M 0s
03:43:55  11000K .......... .......... .......... .......... .......... 75% 31.5M 0s
03:43:55  11050K .......... .......... .......... .......... .......... 76% 33.7M 0s
03:43:55  11100K .......... .......... .......... .......... .......... 76% 41.7M 0s
03:43:55  11150K .......... .......... .......... .......... .......... 76% 27.7M 0s
03:43:55  11200K .......... .......... .......... .......... .......... 77% 25.6M 0s
03:43:55  11250K .......... .......... .......... .......... .......... 77% 40.4M 0s
03:43:55  11300K .......... .......... .......... .......... .......... 77% 33.0M 0s
03:43:55  11350K .......... .......... .......... .......... .......... 78% 38.6M 0s
03:43:55  11400K .......... .......... .......... .......... .......... 78% 32.1M 0s
03:43:55  11450K .......... .......... .......... .......... .......... 78% 34.2M 0s
03:43:55  11500K .......... .......... .......... .......... .......... 79% 39.0M 0s
03:43:55  11550K .......... .......... .......... .......... .......... 79% 45.5M 0s
03:43:55  11600K .......... .......... .......... .......... .......... 80% 28.4M 0s
03:43:55  11650K .......... .......... .......... .......... .......... 80% 34.8M 0s
03:43:55  11700K .......... .......... .......... .......... .......... 80% 40.2M 0s
03:43:55  11750K .......... .......... .......... .......... .......... 81% 31.7M 0s
03:43:55  11800K .......... .......... .......... .......... .......... 81% 30.5M 0s
03:43:55  11850K .......... .......... .......... .......... .......... 81% 32.6M 0s
03:43:55  11900K .......... .......... .......... .......... .......... 82% 43.0M 0s
03:43:56  11950K .......... .......... .......... .......... .......... 82% 26.5M 0s
03:43:56  12000K .......... .......... .......... .......... .......... 82% 12.7M 0s
03:43:56  12050K .......... .......... .......... .......... .......... 83% 34.4M 0s
03:43:56  12100K .......... .......... .......... .......... .......... 83% 32.9M 0s
03:43:56  12150K .......... .......... .......... .......... .......... 83% 38.3M 0s
03:43:56  12200K .......... .......... .......... .......... .......... 84% 28.0M 0s
03:43:56  12250K .......... .......... .......... .......... .......... 84% 32.2M 0s
03:43:56  12300K .......... .......... .......... .......... .......... 84% 40.4M 0s
03:43:56  12350K .......... .......... .......... .......... .......... 85% 32.5M 0s
03:43:56  12400K .......... .......... .......... .......... .......... 85% 27.6M 0s
03:43:56  12450K .......... .......... .......... .......... .......... 85% 35.9M 0s
03:43:56  12500K .......... .......... .......... .......... .......... 86% 48.7M 0s
03:43:56  12550K .......... .......... .......... .......... .......... 86% 44.9M 0s
03:43:56  12600K .......... .......... .......... .......... .......... 86% 32.9M 0s
03:43:56  12650K .......... .......... .......... .......... .......... 87% 3.84M 0s
03:43:56  12700K .......... .......... .......... .......... .......... 87% 69.8M 0s
03:43:56  12750K .......... .......... .......... .......... .......... 87% 76.5M 0s
03:43:56  12800K .......... .......... .......... .......... .......... 88% 63.0M 0s
03:43:56  12850K .......... .......... .......... .......... .......... 88% 78.4M 0s
03:43:56  12900K .......... .......... .......... .......... .......... 88% 79.5M 0s
03:43:56  12950K .......... .......... .......... .......... .......... 89% 81.7M 0s
03:43:56  13000K .......... .......... .......... .......... .......... 89% 75.7M 0s
03:43:56  13050K .......... .......... .......... .......... .......... 89% 71.7M 0s
03:43:56  13100K .......... .......... .......... .......... .......... 90% 89.9M 0s
03:43:56  13150K .......... .......... .......... .......... .......... 90% 67.1M 0s
03:43:56  13200K .......... .......... .......... .......... .......... 91% 25.6M 0s
03:43:56  13250K .......... .......... .......... .......... .......... 91% 38.7M 0s
03:43:56  13300K .......... .......... .......... .......... .......... 91% 31.9M 0s
03:43:56  13350K .......... .......... .......... .......... .......... 92% 33.1M 0s
03:43:56  13400K .......... .......... .......... .......... .......... 92% 23.8M 0s
03:43:56  13450K .......... .......... .......... .......... .......... 92% 26.0M 0s
03:43:56  13500K .......... .......... .......... .......... .......... 93% 31.5M 0s
03:43:56  13550K .......... .......... .......... .......... .......... 93% 40.4M 0s
03:43:56  13600K .......... .......... .......... .......... .......... 93% 27.7M 0s
03:43:56  13650K .......... .......... .......... .......... .......... 94% 25.1M 0s
03:43:56  13700K .......... .......... .......... .......... .......... 94% 32.9M 0s
03:43:56  13750K .......... .......... .......... .......... .......... 94% 35.9M 0s
03:43:56  13800K .......... .......... .......... .......... .......... 95% 36.8M 0s
03:43:56  13850K .......... .......... .......... .......... .......... 95% 18.9M 0s
03:43:56  13900K .......... .......... .......... .......... .......... 95% 23.8M 0s
03:43:56  13950K .......... .......... .......... .......... .......... 96% 34.8M 0s
03:43:56  14000K .......... .......... .......... .......... .......... 96% 29.5M 0s
03:43:56  14050K .......... .......... .......... .......... .......... 96% 38.3M 0s
03:43:56  14100K .......... .......... .......... .......... .......... 97% 19.9M 0s
03:43:56  14150K .......... .......... .......... .......... .......... 97% 40.6M 0s
03:43:56  14200K .......... .......... .......... .......... .......... 97% 35.3M 0s
03:43:56  14250K .......... .......... .......... .......... .......... 98% 41.8M 0s
03:43:56  14300K .......... .......... .......... .......... .......... 98% 19.8M 0s
03:43:56  14350K .......... .......... .......... .......... .......... 98% 38.0M 0s
03:43:56  14400K .......... .......... .......... .......... .......... 99% 34.6M 0s
03:43:56  14450K .......... .......... .......... .......... .......... 99% 43.3M 0s
03:43:56  14500K .......... .......... .......... .......... .......... 99% 36.5M 0s
03:43:56  14550K ..........                                            100% 98.3M=0.5s
03:43:56 
03:43:56 2019-02-22 02:43:56 (28.5 MB/s) - 'swagger2markup-cli-1.3.2.jar' saved [14909486/14909486]
03:43:56 
03:43:56  ---> 9d511e7c5b5a
03:43:56 Removing intermediate container 02763f6e399b
03:43:56 Step 14/24 : RUN npm config set proxy $http_proxy
03:43:56  ---> Running in 8925e559c28f
03:43:57  ---> 3a2359eb3685
03:43:57 Removing intermediate container 8925e559c28f
03:43:57 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
03:43:57  ---> Running in 4c50e1be4104
03:43:58 npm WARN invalid config proxy=""
03:43:58 npm WARN invalid config Must be a full url with 'http://'
03:43:58 /usr/bin/swagger-tools -> /usr/lib/node_modules/swagger-tools/bin/swagger-tools
03:44:14 /usr/lib
03:44:14 `-- swagger-tools@0.10.3 
03:44:14   +-- async@2.6.2 
03:44:14   +-- body-parser@1.18.2 
03:44:14   | +-- bytes@3.0.0 
03:44:14   | +-- content-type@1.0.4 
03:44:14   | +-- debug@2.6.9 
03:44:14   | | `-- ms@2.0.0 
03:44:14   | +-- depd@1.1.2 
03:44:14   | +-- http-errors@1.6.3 
03:44:14   | | +-- inherits@2.0.3 
03:44:14   | | +-- setprototypeof@1.1.0 
03:44:14   | | `-- statuses@1.5.0 
03:44:14   | +-- iconv-lite@0.4.19 
03:44:14   | +-- on-finished@2.3.0 
03:44:14   | | `-- ee-first@1.1.1 
03:44:14   | +-- qs@6.5.1 
03:44:14   | +-- raw-body@2.3.2 
03:44:14   | | +-- http-errors@1.6.2 
03:44:14   | | | +-- depd@1.1.1 
03:44:14   | | | `-- setprototypeof@1.0.3 
03:44:14   | | `-- unpipe@1.0.0 
03:44:14   | `-- type-is@1.6.16 
03:44:14   |   +-- media-typer@0.3.0 
03:44:14   |   `-- mime-types@2.1.22 
03:44:14   |     `-- mime-db@1.38.0 
03:44:14   +-- commander@2.19.0 
03:44:14   +-- debug@3.2.6 
03:44:14   | `-- ms@2.1.1 
03:44:14   +-- js-yaml@3.12.1 
03:44:14   | +-- argparse@1.0.10 
03:44:14   | | `-- sprintf-js@1.0.3 
03:44:14   | `-- esprima@4.0.1 
03:44:14   +-- json-refs@3.0.12 
03:44:14   | +-- commander@2.11.0 
03:44:14   | +-- graphlib@2.1.7 
03:44:14   | +-- native-promise-only@0.8.1 
03:44:14   | +-- path-loader@1.0.9 
03:44:14   | +-- slash@1.0.0 
03:44:14   | `-- uri-js@3.0.2 
03:44:14   |   `-- punycode@2.1.1 
03:44:14   +-- lodash@4.17.11 
03:44:14   +-- multer@1.4.1 
03:44:14   | +-- append-field@1.0.0 
03:44:14   | +-- busboy@0.2.14 
03:44:14   | | +-- dicer@0.2.5 
03:44:14   | | | +-- readable-stream@1.1.14 
03:44:14   | | | | +-- isarray@0.0.1 
03:44:14   | | | | `-- string_decoder@0.10.31 
03:44:14   | | | `-- streamsearch@0.1.2 
03:44:14   | | `-- readable-stream@1.1.14 
03:44:14   | |   +-- isarray@0.0.1 
03:44:14   | |   `-- string_decoder@0.10.31 
03:44:14   | +-- concat-stream@1.6.2 
03:44:14   | | +-- buffer-from@1.1.1 
03:44:14   | | `-- typedarray@0.0.6 
03:44:14   | +-- mkdirp@0.5.1 
03:44:14   | | `-- minimist@0.0.8 
03:44:14   | +-- object-assign@4.1.1 
03:44:14   | `-- xtend@4.0.1 
03:44:14   +-- parseurl@1.3.2 
03:44:14   +-- path-to-regexp@2.4.0 
03:44:14   +-- qs@6.6.0 
03:44:14   +-- serve-static@1.13.2 
03:44:14   | +-- encodeurl@1.0.2 
03:44:14   | +-- escape-html@1.0.3 
03:44:14   | `-- send@0.16.2 
03:44:14   |   +-- debug@2.6.9 
03:44:14   |   +-- destroy@1.0.4 
03:44:14   |   +-- etag@1.8.1 
03:44:14   |   +-- fresh@0.5.2 
03:44:14   |   +-- mime@1.4.1 
03:44:14   |   +-- range-parser@1.2.0 
03:44:14   |   `-- statuses@1.4.0 
03:44:14   +-- spark-md5@3.0.0 
03:44:14   +-- string@3.3.3 
03:44:14   +-- superagent@3.8.3 
03:44:14   | +-- component-emitter@1.2.1 
03:44:14   | +-- cookiejar@2.1.2 
03:44:14   | +-- extend@3.0.2 
03:44:14   | +-- form-data@2.3.3 
03:44:14   | | +-- asynckit@0.4.0 
03:44:14   | | `-- combined-stream@1.0.7 
03:44:14   | |   `-- delayed-stream@1.0.0 
03:44:14   | +-- formidable@1.2.1 
03:44:14   | +-- methods@1.1.2 
03:44:14   | +-- mime@1.6.0 
03:44:14   | `-- readable-stream@2.3.6 
03:44:14   |   +-- core-util-is@1.0.2 
03:44:14   |   +-- isarray@1.0.0 
03:44:14   |   +-- process-nextick-args@2.0.0 
03:44:14   |   +-- safe-buffer@5.1.2 
03:44:14   |   +-- string_decoder@1.1.1 
03:44:14   |   `-- util-deprecate@1.0.2 
03:44:14   +-- swagger-converter@0.1.7 
03:44:14   | `-- lodash.clonedeep@2.4.1 
03:44:14   |   +-- lodash._baseclone@2.4.1 
03:44:14   |   | +-- lodash._getarray@2.4.1 
03:44:14   |   | | `-- lodash._arraypool@2.4.1 
03:44:14   |   | +-- lodash._releasearray@2.4.1 
03:44:14   |   | | `-- lodash._maxpoolsize@2.4.1 
03:44:14   |   | +-- lodash._slice@2.4.1 
03:44:14   |   | +-- lodash.assign@2.4.1 
03:44:14   |   | | +-- lodash._objecttypes@2.4.1 
03:44:14   |   | | `-- lodash.keys@2.4.1 
03:44:14   |   | |   `-- lodash._shimkeys@2.4.1 
03:44:14   |   | +-- lodash.foreach@2.4.1 
03:44:14   |   | +-- lodash.forown@2.4.1 
03:44:14   |   | +-- lodash.isarray@2.4.1 
03:44:14   |   | | `-- lodash._isnative@2.4.1 
03:44:14   |   | `-- lodash.isobject@2.4.1 
03:44:14   |   `-- lodash._basecreatecallback@2.4.1 
03:44:14   |     +-- lodash._setbinddata@2.4.1 
03:44:14   |     | `-- lodash.noop@2.4.1 
03:44:14   |     +-- lodash.bind@2.4.1 
03:44:14   |     | `-- lodash._createwrapper@2.4.1 
03:44:14   |     |   +-- lodash._basebind@2.4.1 
03:44:14   |     |   | `-- lodash._basecreate@2.4.1 
03:44:14   |     |   +-- lodash._basecreatewrapper@2.4.1 
03:44:14   |     |   `-- lodash.isfunction@2.4.1 
03:44:14   |     +-- lodash.identity@2.4.1 
03:44:14   |     `-- lodash.support@2.4.1 
03:44:14   +-- traverse@0.6.6 
03:44:14   `-- z-schema@3.25.1 
03:44:14     +-- core-js@2.6.5 
03:44:14     +-- lodash.get@4.4.2 
03:44:14     +-- lodash.isequal@4.5.0 
03:44:14     `-- validator@10.11.0 
03:44:14 
03:44:15  ---> 9df177734a55
03:44:15 Removing intermediate container 4c50e1be4104
03:44:15 Step 16/24 : RUN npm install -g json-refs@3.0.2
03:44:15  ---> Running in 2c9f15f054b7
03:44:16 npm WARN invalid config proxy=""
03:44:16 npm WARN invalid config Must be a full url with 'http://'
03:44:16 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
03:44:20 /usr/lib
03:44:20 `-- json-refs@3.0.2 
03:44:20   +-- commander@2.19.0 
03:44:20   +-- graphlib@2.1.7 
03:44:20   +-- js-yaml@3.12.1 
03:44:20   | +-- argparse@1.0.10 
03:44:20   | | `-- sprintf-js@1.0.3 
03:44:20   | `-- esprima@4.0.1 
03:44:20   +-- lodash@4.17.11 
03:44:20   +-- native-promise-only@0.8.1 
03:44:20   +-- path-loader@1.0.9 
03:44:20   | `-- superagent@3.8.3 
03:44:20   |   +-- component-emitter@1.2.1 
03:44:20   |   +-- cookiejar@2.1.2 
03:44:20   |   +-- debug@3.2.6 
03:44:20   |   | `-- ms@2.1.1 
03:44:20   |   +-- extend@3.0.2 
03:44:20   |   +-- form-data@2.3.3 
03:44:20   |   | +-- asynckit@0.4.0 
03:44:20   |   | +-- combined-stream@1.0.7 
03:44:20   |   | | `-- delayed-stream@1.0.0 
03:44:20   |   | `-- mime-types@2.1.22 
03:44:20   |   |   `-- mime-db@1.38.0 
03:44:20   |   +-- formidable@1.2.1 
03:44:20   |   +-- methods@1.1.2 
03:44:20   |   +-- mime@1.6.0 
03:44:20   |   +-- qs@6.6.0 
03:44:20   |   `-- readable-stream@2.3.6 
03:44:20   |     +-- core-util-is@1.0.2 
03:44:20   |     +-- inherits@2.0.3 
03:44:20   |     +-- isarray@1.0.0 
03:44:20   |     +-- process-nextick-args@2.0.0 
03:44:20   |     +-- safe-buffer@5.1.2 
03:44:20   |     +-- string_decoder@1.1.1 
03:44:20   |     `-- util-deprecate@1.0.2 
03:44:20   +-- slash@1.0.0 
03:44:20   `-- uri-js@3.0.2 
03:44:20     `-- punycode@2.1.1 
03:44:20 
03:44:20  ---> 26c9b4d4eebe
03:44:20 Removing intermediate container 2c9f15f054b7
03:44:20 Step 17/24 : RUN npm install -g yamljs@0.3.0
03:44:20  ---> Running in 71cdeffd01dd
03:44:21 npm WARN invalid config proxy=""
03:44:21 npm WARN invalid config Must be a full url with 'http://'
03:44:21 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
03:44:23 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
03:44:23 /usr/lib
03:44:23 `-- yamljs@0.3.0 
03:44:23   +-- argparse@1.0.10 
03:44:23   | `-- sprintf-js@1.0.3 
03:44:23   `-- glob@7.1.3 
03:44:23     +-- fs.realpath@1.0.0 
03:44:23     +-- inflight@1.0.6 
03:44:23     | `-- wrappy@1.0.2 
03:44:23     +-- inherits@2.0.3 
03:44:23     +-- minimatch@3.0.4 
03:44:23     | `-- brace-expansion@1.1.11 
03:44:23     |   +-- balanced-match@1.0.0 
03:44:23     |   `-- concat-map@0.0.1 
03:44:23     +-- once@1.4.0 
03:44:23     `-- path-is-absolute@1.0.1 
03:44:23 
03:44:24  ---> 9278453e8376
03:44:24 Removing intermediate container 71cdeffd01dd
03:44:24 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
03:44:24  ---> c4e3fd9e1822
03:44:24 Removing intermediate container 13cb5fb48982
03:44:24 Step 19/24 : RUN chmod +x /validate-in-docker.sh
03:44:24  ---> Running in 235b5d32052c
03:44:24  ---> 59e98086d5fa
03:44:24 Removing intermediate container 235b5d32052c
03:44:24 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
03:44:25  ---> 685fd92c15e7
03:44:25 Removing intermediate container dc12a62c7ba9
03:44:25 Step 21/24 : RUN chmod +x /bin/swg2mrkup
03:44:25  ---> Running in 3887b3237949
03:44:25  ---> 7c14f867594b
03:44:25 Removing intermediate container 3887b3237949
03:44:25 Step 22/24 : ADD oas2pdf /bin/oas2pdf
03:44:25  ---> e129ba6a4c71
03:44:25 Removing intermediate container e4c69af81679
03:44:25 Step 23/24 : RUN chmod +x /bin/oas2pdf
03:44:25  ---> Running in e5c170469bec
03:44:26  ---> 45c7e12d3682
03:44:26 Removing intermediate container e5c170469bec
03:44:26 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
03:44:26  ---> Running in 817621a5242c
03:44:26  ---> e6c86b10d348
03:44:26 Removing intermediate container 817621a5242c
03:44:26 Successfully built e6c86b10d348
03:44:26 Successfully tagged openapivalidator:latest
03:44:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
03:44:26 mkdir: created directory '/var/www/html/api/nfv/sol005/30'
03:44:26 Mounting dir /var/www/html/api/nfv/sol005/30 as /storage
03:44:26 Using filter ''
03:44:26 
03:44:26 Entering dir /work/src
03:44:26 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
03:44:26 --- Merging file.
03:44:29 --- Create PDF...
03:45:38 --- Validating ../build/SOL005-NSDManagement-API.yaml
03:45:40 --- Validation done (0).
03:45:40 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
03:45:40 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
03:45:40 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
03:45:40 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
03:45:40 --- Merging file.
03:45:41 --- Create PDF...
03:46:02 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
03:46:03 --- Validation done (0).
03:46:03 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
03:46:03 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
03:46:03 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
03:46:03 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
03:46:03 --- Merging file.
03:46:05 --- Create PDF...
03:46:41 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
03:46:43 --- Validation done (0).
03:46:43 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
03:46:43 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
03:46:43 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
03:46:43 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
03:46:43 --- Merging file.
03:46:46 --- Create PDF...
03:48:37 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
03:48:38 --- Validation done (0).
03:48:38 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
03:48:38 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
03:48:38 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
03:48:38 -- Final validator returns 0.
03:48:39 Archiving artifacts
03:48:40 Finished: SUCCESS