SuccessConsole Output

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

12:12:19 Step 1/24 : FROM alpine:3.6
12:12:20 3.6: Pulling from library/alpine
12:12:21 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
12:12:21 Status: Downloaded newer image for alpine:3.6
12:12:21  ---> 43773d1dba76
12:12:21 Step 2/24 : RUN env
12:12:21  ---> Using cache
12:12:21  ---> fad2ca684d1e
12:12:21 Step 3/24 : RUN apk update
12:12:21  ---> Using cache
12:12:21  ---> 6def57d84207
12:12:21 Step 4/24 : RUN apk add bash
12:12:21  ---> Using cache
12:12:21  ---> 75174aae7cdb
12:12:21 Step 5/24 : RUN apk add nodejs
12:12:21  ---> Using cache
12:12:21  ---> ba066b87fe84
12:12:21 Step 6/24 : RUN apk add nodejs-npm
12:12:21  ---> Using cache
12:12:21  ---> 8b0671b981cf
12:12:21 Step 7/24 : RUN apk add asciidoctor
12:12:21  ---> Using cache
12:12:21  ---> b083bd59a20e
12:12:21 Step 8/24 : RUN apk add openjdk8
12:12:21  ---> Using cache
12:12:21  ---> fc977cfeb44c
12:12:21 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:12:21  ---> Using cache
12:12:21  ---> 33660dbd8ed4
12:12:21 Step 10/24 : RUN apk add openssl
12:12:21  ---> Using cache
12:12:21  ---> 87df3cf9449f
12:12:21 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:12:21  ---> Using cache
12:12:21  ---> 54e63976f293
12:12:21 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:12:21  ---> Using cache
12:12:21  ---> 06b8cd216a63
12:12:21 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:12:21  ---> Using cache
12:12:21  ---> 015a8ca7f4ed
12:12:21 Step 14/24 : RUN npm config set proxy $http_proxy
12:12:21  ---> Using cache
12:12:21  ---> c7b88e99b66f
12:12:21 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
12:12:21  ---> Using cache
12:12:21  ---> e86bb50fff82
12:12:21 Step 16/24 : RUN npm install -g json-refs@3.0.2
12:12:21  ---> Using cache
12:12:21  ---> 9ddb20a69c93
12:12:21 Step 17/24 : RUN npm install -g yamljs@0.3.0
12:12:21  ---> Using cache
12:12:21  ---> e966a7714eb9
12:12:21 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:12:21  ---> Using cache
12:12:21  ---> fa879ed0c081
12:12:21 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:12:21  ---> Using cache
12:12:21  ---> 14b989b9079c
12:12:21 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:12:21  ---> Using cache
12:12:21  ---> ea88a7632184
12:12:21 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:12:21  ---> Using cache
12:12:21  ---> 7c062f53c5f2
12:12:21 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:12:21  ---> Using cache
12:12:21  ---> 4cb7b5b25b9c
12:12:21 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:12:21  ---> Using cache
12:12:21  ---> 352b143079d2
12:12:21 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:12:21  ---> Using cache
12:12:21  ---> 1cbaee98eb50
12:12:21 Successfully built 1cbaee98eb50
12:12:21 Successfully tagged openapivalidator:latest
12:12:21 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:12:21 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/231’: Permission denied
12:12:21 Mounting dir /var/www/html/api/nfv/sol005/231 as /storage
12:12:21 Using filter ''
12:12:21 
12:12:21 Entering dir /work/src
12:12:21 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
12:12:21 --- Merging file.
12:12:23 --- Create PDF...
12:12:41 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
12:12:42 --- Validation done (0).
12:12:42 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
12:12:42 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
12:12:42 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
12:12:42 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
12:12:42 --- Merging file.
12:12:43 --- Create PDF...
12:12:53 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
12:12:54 --- Validation done (0).
12:12:54 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
12:12:54 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
12:12:54 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
12:12:54 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:12:54 --- Merging file.
12:12:57 --- Create PDF...
12:14:05 --- Validating ../build/SOL005-NSDManagement-API.yaml
12:14:07 --- Validation done (0).
12:14:07 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
12:14:07 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
12:14:07 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
12:14:07 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
12:14:07 --- Merging file.
12:14:08 --- Create PDF...
12:14:32 --- Validating ../build/SOL005-APIVersion-API.yaml
12:14:33 --- Validation done (0).
12:14:33 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
12:14:33 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
12:14:33 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
12:14:33 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
12:14:33 --- Merging file.
12:14:35 --- Create PDF...
12:15:15 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
12:15:16 --- Validation done (0).
12:15:16 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
12:15:16 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
12:15:16 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
12:15:16 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
12:15:16 --- Merging file.
12:15:18 --- Create PDF...
12:15:54 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
12:15:56 --- Validation done (0).
12:15:56 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
12:15:56 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
12:15:56 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
12:15:56 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
12:15:56 --- Merging file.
12:15:58 --- Create PDF...
12:16:23 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
12:16:25 --- Validation done (0).
12:16:25 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
12:16:25 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
12:16:25 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
12:16:25 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
12:16:25 --- Merging file.
12:16:27 --- Create PDF...
12:17:28 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
12:17:30 --- Validation done (0).
12:17:30 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
12:17:30 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
12:17:30 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
12:17:30 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
12:17:30 --- Merging file.
12:17:34 --- Create PDF...
12:19:15 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
12:19:18 --- Validation done (0).
12:19:18 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
12:19:18 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
12:19:18 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
12:19:18 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
12:19:18 --- Merging file.
12:19:19 --- Create PDF...
12:19:34 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
12:19:36 --- Validation done (0).
12:19:36 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
12:19:36 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
12:19:36 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
12:19:36 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
12:19:36 --- Merging file.
12:19:37 --- Create PDF...
12:19:49 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
12:19:50 --- Validation done (0).
12:19:50 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
12:19:50 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
12:19:50 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
12:19:50 -- Final validator returns 0.
12:19:50 Archiving artifacts
12:19:53 Finished: SUCCESS