SuccessConsole Output

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

12:32:20 Step 1/24 : FROM alpine:3.6
12:32:22 3.6: Pulling from library/alpine
12:32:22 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
12:32:22 Status: Downloaded newer image for alpine:3.6
12:32:22  ---> 43773d1dba76
12:32:22 Step 2/24 : RUN env
12:32:22  ---> Using cache
12:32:22  ---> 1e1c09059592
12:32:22 Step 3/24 : RUN apk update
12:32:22  ---> Using cache
12:32:22  ---> 593ca0db9007
12:32:22 Step 4/24 : RUN apk add bash
12:32:22  ---> Using cache
12:32:22  ---> eeb9af854748
12:32:22 Step 5/24 : RUN apk add nodejs
12:32:22  ---> Using cache
12:32:22  ---> 6a7e36d52a5e
12:32:22 Step 6/24 : RUN apk add nodejs-npm
12:32:22  ---> Using cache
12:32:22  ---> cc26942c1f05
12:32:22 Step 7/24 : RUN apk add asciidoctor
12:32:22  ---> Using cache
12:32:22  ---> 14e283a59fea
12:32:22 Step 8/24 : RUN apk add openjdk8
12:32:22  ---> Using cache
12:32:22  ---> 705fb9a0af3e
12:32:22 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:32:22  ---> Using cache
12:32:22  ---> f183fdcad5bc
12:32:22 Step 10/24 : RUN apk add openssl
12:32:22  ---> Using cache
12:32:22  ---> de7de1dafcce
12:32:22 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:32:22  ---> Using cache
12:32:22  ---> 31742a01de3d
12:32:22 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:32:22  ---> Using cache
12:32:22  ---> bbb28d0f93e8
12:32:22 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:32:22  ---> Using cache
12:32:22  ---> aa86e98b758a
12:32:22 Step 14/24 : RUN npm config set proxy $http_proxy
12:32:22  ---> Using cache
12:32:22  ---> 53549525d310
12:32:22 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
12:32:22  ---> Using cache
12:32:22  ---> 396bd7f75b5c
12:32:22 Step 16/24 : RUN npm install -g json-refs@3.0.2
12:32:22  ---> Using cache
12:32:22  ---> 7e51c511c61c
12:32:22 Step 17/24 : RUN npm install -g yamljs@0.3.0
12:32:22  ---> Using cache
12:32:22  ---> 190a33d54e88
12:32:22 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:32:22  ---> Using cache
12:32:22  ---> b3d8bc7e9284
12:32:22 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:32:22  ---> Using cache
12:32:22  ---> 357b2d773bed
12:32:22 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:32:22  ---> Using cache
12:32:22  ---> 79c64096c8a8
12:32:22 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:32:22  ---> Using cache
12:32:22  ---> 129f626ec7f6
12:32:22 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:32:22  ---> Using cache
12:32:22  ---> d27d8b238c15
12:32:22 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:32:22  ---> Using cache
12:32:22  ---> 64889590f48f
12:32:22 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:32:22  ---> Using cache
12:32:22  ---> 4d33b22eee40
12:32:22 Successfully built 4d33b22eee40
12:32:22 Successfully tagged openapivalidator:latest
12:32:22 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:32:22 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/192’: Permission denied
12:32:22 Mounting dir /var/www/html/api/nfv/sol005/192 as /storage
12:32:22 Using filter ''
12:32:22 
12:32:23 Entering dir /work/src
12:32:23 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
12:32:23 --- Merging file.
12:32:24 --- Create PDF...
12:32:43 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
12:32:45 --- Validation done (0).
12:32:45 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
12:32:45 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
12:32:45 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
12:32:45 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
12:32:45 --- Merging file.
12:32:46 --- Create PDF...
12:32:55 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
12:32:56 --- Validation done (0).
12:32:56 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
12:32:56 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
12:32:56 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
12:32:56 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:32:56 --- Merging file.
12:32:59 --- Create PDF...
12:34:01 --- Validating ../build/SOL005-NSDManagement-API.yaml
12:34:03 --- Validation done (0).
12:34:03 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
12:34:03 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
12:34:03 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
12:34:03 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
12:34:03 --- Merging file.
12:34:04 --- Create PDF...
12:34:22 --- Validating ../build/SOL005-APIVersion-API.yaml
12:34:24 --- Validation done (0).
12:34:24 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
12:34:24 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
12:34:24 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
12:34:24 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
12:34:24 --- Merging file.
12:34:25 --- Create PDF...
12:34:58 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
12:34:59 --- Validation done (0).
12:34:59 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
12:34:59 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
12:34:59 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
12:34:59 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
12:34:59 --- Merging file.
12:35:01 --- Create PDF...
12:35:33 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
12:35:35 --- Validation done (0).
12:35:35 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
12:35:35 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
12:35:35 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
12:35:35 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
12:35:35 --- Merging file.
12:35:36 --- Create PDF...
12:36:01 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
12:36:02 --- Validation done (0).
12:36:02 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
12:36:02 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
12:36:02 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
12:36:02 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
12:36:02 --- Merging file.
12:36:04 --- Create PDF...
12:37:00 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
12:37:01 --- Validation done (0).
12:37:01 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
12:37:01 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
12:37:01 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
12:37:01 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
12:37:01 --- Merging file.
12:37:04 --- Create PDF...
12:38:40 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
12:38:42 --- Validation done (0).
12:38:42 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
12:38:42 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
12:38:42 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
12:38:42 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
12:38:42 --- Merging file.
12:38:43 --- Create PDF...
12:38:58 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
12:38:59 --- Validation done (0).
12:38:59 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
12:38:59 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
12:38:59 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
12:38:59 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
12:38:59 --- Merging file.
12:39:00 --- Create PDF...
12:39:12 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
12:39:13 --- Validation done (0).
12:39:13 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
12:39:13 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
12:39:13 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
12:39:13 -- Final validator returns 0.
12:39:13 Archiving artifacts
12:39:15 Finished: SUCCESS