SuccessConsole Output

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

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