SuccessConsole Output

10:21:53 Started by GitLab push by f.moscatelli
10:21:53 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
10:21:53 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
10:21:53  > git rev-parse --is-inside-work-tree # timeout=10
10:21:53 Fetching changes from the remote Git repository
10:21:53  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
10:21:53 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
10:21:53  > git --version # timeout=10
10:21:53 using GIT_SSH to set credentials 
10:21:53  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
10:21:57  > git rev-parse remotes/origin/2.5.1-dev^{commit} # timeout=10
10:21:57  > git branch -a -v --no-abbrev --contains d11510b3172ae9ec7a8d5811b45303beb5cf957d # timeout=10
10:21:57 Checking out Revision d11510b3172ae9ec7a8d5811b45303beb5cf957d (origin/2.5.1-dev)
10:21:57  > git config core.sparsecheckout # timeout=10
10:21:57  > git checkout -f d11510b3172ae9ec7a8d5811b45303beb5cf957d
10:21:57 Commit message: "SOL005: unique notification endpoint for NSD mgmt and NS performance mgmt interfaces + fixes in response type descriptions"
10:21:57  > git rev-list --no-walk f552af9ae1e81e18ff60f7c77c660f44791f70b4 # timeout=10
10:21:57 [sol005] $ /bin/bash /tmp/jenkins8040998661221037259.sh
10:21:57 ./build-container.sh: line 7: proxy: command not found
10:21:57 http_proxy is not set
10:21:57 Proxy set to 
10:21:57 Sending build context to Docker daemon  13.31kB

10:21:57 Step 1/24 : FROM alpine:3.6
10:21:59 3.6: Pulling from library/alpine
10:22:00 Digest: sha256:ee0c0e7b6b20b175f5ffb1bbd48b41d94891b0b1074f2721acb008aafdf25417
10:22:00 Status: Downloaded newer image for alpine:3.6
10:22:00  ---> 43773d1dba76
10:22:00 Step 2/24 : RUN env
10:22:00  ---> Using cache
10:22:00  ---> 94a774cc9d8b
10:22:00 Step 3/24 : RUN apk update
10:22:00  ---> Using cache
10:22:00  ---> 12b582a22f41
10:22:00 Step 4/24 : RUN apk add bash
10:22:00  ---> Using cache
10:22:00  ---> fafd07ab0655
10:22:00 Step 5/24 : RUN apk add nodejs
10:22:00  ---> Using cache
10:22:00  ---> 1debd0445296
10:22:00 Step 6/24 : RUN apk add nodejs-npm
10:22:00  ---> Using cache
10:22:00  ---> c827a1cac07e
10:22:00 Step 7/24 : RUN apk add asciidoctor
10:22:00  ---> Using cache
10:22:00  ---> e90589c3e596
10:22:00 Step 8/24 : RUN apk add openjdk8
10:22:00  ---> Using cache
10:22:00  ---> 735d8f58c1bc
10:22:00 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:22:00  ---> Using cache
10:22:00  ---> c3dc23607c9d
10:22:00 Step 10/24 : RUN apk add openssl
10:22:00  ---> Using cache
10:22:00  ---> a643db7e74bb
10:22:00 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:22:00  ---> Using cache
10:22:00  ---> 3c2b8bf7c2ca
10:22:00 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:22:00  ---> Using cache
10:22:00  ---> 8572c9df5ed2
10:22:00 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:22:00  ---> Using cache
10:22:00  ---> f44bfb2813f1
10:22:00 Step 14/24 : RUN npm config set proxy $http_proxy
10:22:00  ---> Using cache
10:22:00  ---> 4b6141ff47f4
10:22:00 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
10:22:00  ---> Using cache
10:22:00  ---> 3021daafa234
10:22:00 Step 16/24 : RUN npm install -g json-refs@3.0.2
10:22:00  ---> Using cache
10:22:00  ---> 450ac1367008
10:22:00 Step 17/24 : RUN npm install -g yamljs@0.3.0
10:22:00  ---> Using cache
10:22:00  ---> b2179889fdf7
10:22:00 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:22:00  ---> Using cache
10:22:00  ---> 22b0f991742d
10:22:00 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:22:00  ---> Using cache
10:22:00  ---> 15b59145c33b
10:22:00 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:22:00  ---> Using cache
10:22:00  ---> 7308f4b26eb2
10:22:00 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:22:00  ---> Using cache
10:22:00  ---> dfc7883158e5
10:22:00 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:22:00  ---> Using cache
10:22:00  ---> 6b3ffc5e7e2b
10:22:00 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:22:00  ---> Using cache
10:22:00  ---> b2e0fd2d61e5
10:22:00 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:22:00  ---> Using cache
10:22:00  ---> aead7ceb0f7b
10:22:00 Successfully built aead7ceb0f7b
10:22:00 Successfully tagged openapivalidator:latest
10:22:00 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
10:22:00 mkdir: created directory '/var/www/html/api/nfv/sol005/86'
10:22:00 Mounting dir /var/www/html/api/nfv/sol005/86 as /storage
10:22:00 Using filter ''
10:22:00 
10:22:00 Entering dir /work/src
10:22:00 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
10:22:00 --- Merging file.
10:22:01 --- Create PDF...
10:22:18 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
10:22:20 --- Validation done (0).
10:22:20 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
10:22:20 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
10:22:20 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
10:22:20 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
10:22:20 --- Merging file.
10:22:21 --- Create PDF...
10:22:29 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
10:22:30 --- Validation done (0).
10:22:30 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
10:22:30 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
10:22:30 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
10:22:30 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
10:22:30 --- Merging file.
10:22:32 --- Create PDF...
10:23:27 --- Validating ../build/SOL005-NSDManagement-API.yaml
10:23:29 --- Validation done (0).
10:23:29 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
10:23:29 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
10:23:29 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
10:23:29 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
10:23:29 --- Merging file.
10:23:31 --- Create PDF...
10:23:53 --- Validating ../build/SOL005-APIVersion-API.yaml
10:23:54 --- Validation done (0).
10:23:54 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
10:23:54 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
10:23:54 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
10:23:54 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
10:23:54 --- Merging file.
10:23:56 --- Create PDF...
10:24:36 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
10:24:37 --- Validation done (0).
10:24:37 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
10:24:37 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
10:24:37 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
10:24:37 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
10:24:37 --- Merging file.
10:24:39 --- Create PDF...
10:25:15 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
10:25:17 --- Validation done (0).
10:25:17 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
10:25:17 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
10:25:17 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
10:25:17 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
10:25:17 --- Merging file.
10:25:18 --- Create PDF...
10:25:44 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
10:25:46 --- Validation done (0).
10:25:46 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
10:25:46 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
10:25:46 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
10:25:46 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
10:25:46 --- Merging file.
10:25:48 --- Create PDF...
10:26:33 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
10:26:34 --- Validation done (0).
10:26:34 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
10:26:34 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
10:26:34 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
10:26:34 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
10:26:34 --- Merging file.
10:26:38 --- Create PDF...
10:28:53 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
10:28:55 --- Validation done (0).
10:28:55 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
10:28:55 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
10:28:55 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
10:28:55 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
10:28:55 --- Merging file.
10:28:56 --- Create PDF...
10:29:06 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
10:29:07 --- Validation done (0).
10:29:07 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
10:29:07 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
10:29:07 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
10:29:07 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
10:29:07 --- Merging file.
10:29:08 --- Create PDF...
10:29:20 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
10:29:21 --- Validation done (0).
10:29:21 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
10:29:21 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
10:29:21 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
10:29:21 -- Final validator returns 0.
10:29:21 Archiving artifacts
10:29:23 Finished: SUCCESS