14:25:10 Started by GitLab push by Pietro Piscione 14:25:10 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 14:25:10 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 14:25:10 > git rev-parse --is-inside-work-tree # timeout=10 14:25:10 Fetching changes from the remote Git repository 14:25:10 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 14:25:10 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 14:25:10 > git --version # timeout=10 14:25:10 using GIT_SSH to set credentials 14:25:10 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 14:25:11 > git rev-parse remotes/origin/2.8.1-dev^{commit} # timeout=10 14:25:11 > git branch -a -v --no-abbrev --contains 5a19bba3b59d39e668c128dc69e22fb60bf8f919 # timeout=10 14:25:11 Checking out Revision 5a19bba3b59d39e668c128dc69e22fb60bf8f919 (origin/2.8.1-dev) 14:25:11 > git config core.sparsecheckout # timeout=10 14:25:11 > git checkout -f 5a19bba3b59d39e668c128dc69e22fb60bf8f919 14:25:11 Commit message: "SOL005 Section 5, 6 (partially) and 7 V2.8.1" 14:25:11 > git rev-list --no-walk 89713834e554ccea02756944ad9623364d76f576 # timeout=10 14:25:11 [sol005] $ /bin/bash /tmp/jenkins5090496408480457611.sh 14:25:11 ./build-container.sh: line 7: proxy: command not found 14:25:11 http_proxy is not set 14:25:11 Proxy set to 14:25:11 Sending build context to Docker daemon 13.31kB 14:25:11 Step 1/24 : FROM alpine:3.6 14:25:13 3.6: Pulling from library/alpine 14:25:13 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475 14:25:13 Status: Downloaded newer image for alpine:3.6 14:25:13 ---> 43773d1dba76 14:25:13 Step 2/24 : RUN env 14:25:13 ---> Using cache 14:25:13 ---> 1e1c09059592 14:25:13 Step 3/24 : RUN apk update 14:25:13 ---> Using cache 14:25:13 ---> 593ca0db9007 14:25:13 Step 4/24 : RUN apk add bash 14:25:13 ---> Using cache 14:25:13 ---> eeb9af854748 14:25:13 Step 5/24 : RUN apk add nodejs 14:25:13 ---> Using cache 14:25:13 ---> 6a7e36d52a5e 14:25:13 Step 6/24 : RUN apk add nodejs-npm 14:25:13 ---> Using cache 14:25:13 ---> cc26942c1f05 14:25:13 Step 7/24 : RUN apk add asciidoctor 14:25:13 ---> Using cache 14:25:13 ---> 14e283a59fea 14:25:13 Step 8/24 : RUN apk add openjdk8 14:25:13 ---> Using cache 14:25:13 ---> 705fb9a0af3e 14:25:13 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 14:25:13 ---> Using cache 14:25:13 ---> f183fdcad5bc 14:25:13 Step 10/24 : RUN apk add openssl 14:25:13 ---> Using cache 14:25:13 ---> de7de1dafcce 14:25:13 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 14:25:13 ---> Using cache 14:25:13 ---> 31742a01de3d 14:25:13 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 14:25:13 ---> Using cache 14:25:13 ---> bbb28d0f93e8 14:25:13 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 14:25:13 ---> Using cache 14:25:13 ---> aa86e98b758a 14:25:13 Step 14/24 : RUN npm config set proxy $http_proxy 14:25:13 ---> Using cache 14:25:13 ---> 53549525d310 14:25:13 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 14:25:13 ---> Using cache 14:25:13 ---> 396bd7f75b5c 14:25:13 Step 16/24 : RUN npm install -g json-refs@3.0.2 14:25:13 ---> Using cache 14:25:13 ---> 7e51c511c61c 14:25:13 Step 17/24 : RUN npm install -g yamljs@0.3.0 14:25:13 ---> Using cache 14:25:13 ---> 190a33d54e88 14:25:13 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 14:25:13 ---> Using cache 14:25:13 ---> b3d8bc7e9284 14:25:13 Step 19/24 : RUN chmod +x /validate-in-docker.sh 14:25:13 ---> Using cache 14:25:13 ---> 357b2d773bed 14:25:13 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 14:25:13 ---> Using cache 14:25:13 ---> 79c64096c8a8 14:25:13 Step 21/24 : RUN chmod +x /bin/swg2mrkup 14:25:13 ---> Using cache 14:25:13 ---> 129f626ec7f6 14:25:13 Step 22/24 : ADD oas2pdf /bin/oas2pdf 14:25:13 ---> Using cache 14:25:13 ---> d27d8b238c15 14:25:13 Step 23/24 : RUN chmod +x /bin/oas2pdf 14:25:13 ---> Using cache 14:25:13 ---> 64889590f48f 14:25:13 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 14:25:13 ---> Using cache 14:25:13 ---> 4d33b22eee40 14:25:13 Successfully built 4d33b22eee40 14:25:13 Successfully tagged openapivalidator:latest 14:25:13 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 14:25:13 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/227’: Permission denied 14:25:13 Mounting dir /var/www/html/api/nfv/sol005/227 as /storage 14:25:14 Using filter '' 14:25:14 14:25:14 Entering dir /work/src 14:25:14 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 14:25:14 --- Merging file. 14:25:16 --- Create PDF... 14:25:35 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 14:25:37 --- Validation done (0). 14:25:37 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 14:25:37 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 14:25:37 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 14:25:37 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 14:25:37 --- Merging file. 14:25:38 --- Create PDF... 14:25:48 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 14:25:49 --- Validation done (0). 14:25:49 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 14:25:49 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 14:25:49 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 14:25:49 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 14:25:49 --- Merging file. 14:25:52 --- Create PDF... 14:27:02 --- Validating ../build/SOL005-NSDManagement-API.yaml 14:27:04 --- Validation done (0). 14:27:04 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 14:27:04 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 14:27:04 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 14:27:04 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 14:27:04 --- Merging file. 14:27:05 --- Create PDF... 14:27:29 --- Validating ../build/SOL005-APIVersion-API.yaml 14:27:31 --- Validation done (0). 14:27:31 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 14:27:31 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 14:27:31 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 14:27:31 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 14:27:31 --- Merging file. 14:27:33 --- Create PDF... 14:28:10 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 14:28:11 --- Validation done (0). 14:28:11 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 14:28:11 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 14:28:11 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 14:28:11 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 14:28:11 --- Merging file. 14:28:13 --- Create PDF... 14:28:46 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 14:28:47 --- Validation done (0). 14:28:48 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 14:28:48 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 14:28:48 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 14:28:48 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 14:28:48 --- Merging file. 14:28:49 --- Create PDF... 14:29:14 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 14:29:15 --- Validation done (0). 14:29:15 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 14:29:15 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 14:29:15 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 14:29:15 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 14:29:15 --- Merging file. 14:29:17 --- Create PDF... 14:30:15 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 14:30:17 --- Validation done (0). 14:30:17 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 14:30:17 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 14:30:17 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 14:30:17 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 14:30:17 --- Merging file. 14:30:21 --- Create PDF... 14:31:55 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 14:31:58 --- Validation done (0). 14:31:58 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 14:31:58 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 14:31:58 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 14:31:58 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 14:31:58 --- Merging file. 14:31:59 --- Create PDF... 14:32:13 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 14:32:14 --- Validation done (0). 14:32:14 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 14:32:14 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 14:32:14 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 14:32:14 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 14:32:14 --- Merging file. 14:32:15 --- Create PDF... 14:32:27 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 14:32:28 --- Validation done (0). 14:32:28 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 14:32:28 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 14:32:28 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 14:32:28 -- Final validator returns 0. 14:32:28 Archiving artifacts 14:32:30 Finished: SUCCESS