SuccessConsole Output

18:32:53 Started by GitLab push by bernini
18:32:53 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
18:32:53 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:32:53  > git rev-parse --is-inside-work-tree # timeout=10
18:32:53 Fetching changes from the remote Git repository
18:32:53  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:32:53 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:32:53  > git --version # timeout=10
18:32:53 using GIT_SSH to set credentials 
18:32:53  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:32:54  > git rev-parse remotes/origin/2.4.1-maintenance^{commit} # timeout=10
18:32:54  > git branch -a -v --no-abbrev --contains cc0b1eea3f062aedf9f7758e4dea79590b897f29 # timeout=10
18:32:54 Checking out Revision cc0b1eea3f062aedf9f7758e4dea79590b897f29 (origin/2.4.1-maintenance)
18:32:54  > git config core.sparsecheckout # timeout=10
18:32:54  > git checkout -f cc0b1eea3f062aedf9f7758e4dea79590b897f29
18:32:54 Commit message: "update"
18:32:54  > git rev-list --no-walk 775f4d4cb0dad81997031a27cebf24ccbd2eaee9 # timeout=10
18:32:54 [sol005] $ /bin/bash /tmp/jenkins4984304072755417082.sh
18:32:54 ./build-container.sh: line 7: proxy: command not found
18:32:54 http_proxy is not set
18:32:54 Proxy set to 
18:32:54 Sending build context to Docker daemon  13.31kB

18:32:54 Step 1/24 : FROM alpine:3.6
18:32:54  ---> 43773d1dba76
18:32:54 Step 2/24 : RUN env
18:32:54  ---> Using cache
18:32:54  ---> 1e1c09059592
18:32:54 Step 3/24 : RUN apk update
18:32:54  ---> Using cache
18:32:54  ---> 593ca0db9007
18:32:54 Step 4/24 : RUN apk add bash
18:32:54  ---> Using cache
18:32:54  ---> eeb9af854748
18:32:54 Step 5/24 : RUN apk add nodejs
18:32:54  ---> Using cache
18:32:54  ---> 6a7e36d52a5e
18:32:54 Step 6/24 : RUN apk add nodejs-npm
18:32:54  ---> Using cache
18:32:54  ---> cc26942c1f05
18:32:54 Step 7/24 : RUN apk add asciidoctor
18:32:54  ---> Using cache
18:32:54  ---> 14e283a59fea
18:32:54 Step 8/24 : RUN apk add openjdk8
18:32:54  ---> Using cache
18:32:54  ---> 705fb9a0af3e
18:32:54 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:32:54  ---> Using cache
18:32:54  ---> f183fdcad5bc
18:32:54 Step 10/24 : RUN apk add openssl
18:32:54  ---> Using cache
18:32:54  ---> de7de1dafcce
18:32:54 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:32:54  ---> Using cache
18:32:54  ---> 31742a01de3d
18:32:54 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:32:54  ---> Using cache
18:32:54  ---> bbb28d0f93e8
18:32:54 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:32:54  ---> Using cache
18:32:54  ---> aa86e98b758a
18:32:54 Step 14/24 : RUN npm config set proxy $http_proxy
18:32:54  ---> Using cache
18:32:54  ---> 53549525d310
18:32:54 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
18:32:54  ---> Using cache
18:32:54  ---> 396bd7f75b5c
18:32:54 Step 16/24 : RUN npm install -g json-refs@3.0.2
18:32:54  ---> Running in 9ee3675824e0
18:32:55 npm WARN invalid config proxy=""
18:32:55 npm WARN invalid config Must be a full url with 'http://'
18:32:55 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
18:32:59 /usr/lib
18:32:59 `-- json-refs@3.0.2 
18:32:59   +-- commander@2.20.3 
18:32:59   +-- graphlib@2.1.8 
18:32:59   +-- js-yaml@3.14.0 
18:32:59   | +-- argparse@1.0.10 
18:32:59   | | `-- sprintf-js@1.0.3 
18:32:59   | `-- esprima@4.0.1 
18:32:59   +-- lodash@4.17.20 
18:32:59   +-- native-promise-only@0.8.1 
18:32:59   +-- path-loader@1.0.10 
18:32:59   | `-- superagent@3.8.3 
18:32:59   |   +-- component-emitter@1.3.0 
18:32:59   |   +-- cookiejar@2.1.2 
18:32:59   |   +-- debug@3.2.6 
18:32:59   |   | `-- ms@2.1.2 
18:32:59   |   +-- extend@3.0.2 
18:32:59   |   +-- form-data@2.5.1 
18:32:59   |   | +-- asynckit@0.4.0 
18:32:59   |   | +-- combined-stream@1.0.8 
18:32:59   |   | | `-- delayed-stream@1.0.0 
18:32:59   |   | `-- mime-types@2.1.27 
18:32:59   |   |   `-- mime-db@1.44.0 
18:32:59   |   +-- formidable@1.2.2 
18:32:59   |   +-- methods@1.1.2 
18:32:59   |   +-- mime@1.6.0 
18:32:59   |   +-- qs@6.9.4 
18:32:59   |   `-- readable-stream@2.3.7 
18:32:59   |     +-- core-util-is@1.0.2 
18:32:59   |     +-- inherits@2.0.4 
18:32:59   |     +-- isarray@1.0.0 
18:32:59   |     +-- process-nextick-args@2.0.1 
18:32:59   |     +-- safe-buffer@5.1.2 
18:32:59   |     +-- string_decoder@1.1.1 
18:32:59   |     `-- util-deprecate@1.0.2 
18:32:59   +-- slash@1.0.0 
18:32:59   `-- uri-js@3.0.2 
18:32:59     `-- punycode@2.1.1 
18:32:59 
18:33:00  ---> 7e51c511c61c
18:33:00 Removing intermediate container 9ee3675824e0
18:33:00 Step 17/24 : RUN npm install -g yamljs@0.3.0
18:33:00  ---> Running in ce2ca3f95256
18:33:01 npm WARN invalid config proxy=""
18:33:01 npm WARN invalid config Must be a full url with 'http://'
18:33:01 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
18:33:03 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
18:33:03 /usr/lib
18:33:03 `-- yamljs@0.3.0 
18:33:03   +-- argparse@1.0.10 
18:33:03   | `-- sprintf-js@1.0.3 
18:33:03   `-- glob@7.1.6 
18:33:03     +-- fs.realpath@1.0.0 
18:33:03     +-- inflight@1.0.6 
18:33:03     | `-- wrappy@1.0.2 
18:33:03     +-- inherits@2.0.4 
18:33:03     +-- minimatch@3.0.4 
18:33:03     | `-- brace-expansion@1.1.11 
18:33:03     |   +-- balanced-match@1.0.0 
18:33:03     |   `-- concat-map@0.0.1 
18:33:03     +-- once@1.4.0 
18:33:03     `-- path-is-absolute@1.0.1 
18:33:03 
18:33:04  ---> 190a33d54e88
18:33:04 Removing intermediate container ce2ca3f95256
18:33:04 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:33:04  ---> b3d8bc7e9284
18:33:04 Removing intermediate container df2736cb3841
18:33:04 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:33:04  ---> Running in 46eb16b0ce56
18:33:05  ---> 357b2d773bed
18:33:05 Removing intermediate container 46eb16b0ce56
18:33:05 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:33:05  ---> 79c64096c8a8
18:33:05 Removing intermediate container 95ba73233846
18:33:05 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:33:05  ---> Running in 662b23316633
18:33:06  ---> 129f626ec7f6
18:33:06 Removing intermediate container 662b23316633
18:33:06 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:33:06  ---> d27d8b238c15
18:33:06 Removing intermediate container 462413a73025
18:33:06 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:33:06  ---> Running in e0ade95a5451
18:33:07  ---> 64889590f48f
18:33:07 Removing intermediate container e0ade95a5451
18:33:07 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:33:07  ---> Running in 9f5b735356e2
18:33:07  ---> 4d33b22eee40
18:33:07 Removing intermediate container 9f5b735356e2
18:33:07 Successfully built 4d33b22eee40
18:33:07 Successfully tagged openapivalidator:latest
18:33:07 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
18:33:07 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/191’: Permission denied
18:33:07 Mounting dir /var/www/html/api/nfv/sol005/191 as /storage
18:33:07 Using filter ''
18:33:07 
18:33:07 Entering dir /work/src
18:33:07 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
18:33:07 --- Merging file.
18:33:09 --- Create PDF...
18:33:21 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
18:33:23 --- Validation done (0).
18:33:23 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
18:33:23 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
18:33:23 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
18:33:23 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
18:33:23 --- Merging file.
18:33:24 --- Create PDF...
18:33:30 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
18:33:31 --- Validation done (0).
18:33:31 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
18:33:31 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
18:33:31 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
18:33:31 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
18:33:31 --- Merging file.
18:33:34 --- Create PDF...
18:34:38 --- Validating ../build/SOL005-NSDManagement-API.yaml
18:34:40 --- Validation done (0).
18:34:40 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
18:34:40 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
18:34:40 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
18:34:40 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
18:34:40 --- Merging file.
18:34:42 --- Create PDF...
18:35:11 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
18:35:13 --- Validation done (0).
18:35:13 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
18:35:13 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
18:35:13 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
18:35:13 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
18:35:13 --- Merging file.
18:35:14 --- Create PDF...
18:35:41 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
18:35:42 --- Validation done (0).
18:35:42 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
18:35:42 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
18:35:42 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
18:35:42 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
18:35:42 --- Merging file.
18:35:44 --- Create PDF...
18:36:05 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
18:36:07 --- Validation done (0).
18:36:07 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
18:36:07 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
18:36:07 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
18:36:07 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
18:36:07 --- Merging file.
18:36:08 --- Create PDF...
18:36:41 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
18:36:42 --- Validation done (0).
18:36:42 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
18:36:42 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
18:36:42 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
18:36:42 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
18:36:42 --- Merging file.
18:36:46 --- Create PDF...
18:38:34 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
18:38:36 --- Validation done (0).
18:38:36 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
18:38:36 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
18:38:36 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
18:38:36 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
18:38:36 --- Merging file.
18:38:37 --- Create PDF...
18:38:46 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
18:38:47 --- Validation done (0).
18:38:47 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
18:38:47 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
18:38:47 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
18:38:47 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
18:38:47 --- Merging file.
18:38:48 --- Create PDF...
18:38:57 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
18:38:58 --- Validation done (0).
18:38:58 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
18:38:58 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
18:38:58 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
18:38:58 -- Final validator returns 0.
18:38:59 Archiving artifacts
18:39:01 Finished: SUCCESS