15:04:05 Started by GitLab push by Pietro Piscione 15:04:05 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 15:04:05 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 15:04:05 > git rev-parse --is-inside-work-tree # timeout=10 15:04:05 Fetching changes from the remote Git repository 15:04:05 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 15:04:05 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 15:04:05 > git --version # timeout=10 15:04:05 using GIT_SSH to set credentials 15:04:05 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 15:04:06 > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10 15:04:06 > git branch -a -v --no-abbrev --contains ebfa26b211b19c42bc2f9012a9c946042a3b8a16 # timeout=10 15:04:06 Checking out Revision ebfa26b211b19c42bc2f9012a9c946042a3b8a16 (origin/3.5.1-dev) 15:04:06 > git config core.sparsecheckout # timeout=10 15:04:06 > git checkout -f ebfa26b211b19c42bc2f9012a9c946042a3b8a16 15:04:06 Commit message: "SOL005_34: updated description of fields of VnfcSnapshotInfo datamodel" 15:04:06 First time build. Skipping changelog. 15:04:06 [sol005] $ /bin/bash /tmp/jenkins2620263169152178969.sh 15:04:06 ./build-container.sh: line 7: proxy: command not found 15:04:06 http_proxy is not set 15:04:06 Proxy set to 15:04:06 Sending build context to Docker daemon 13.31kB 15:04:06 Step 1/24 : FROM alpine:3.10.0 15:04:08 3.10.0: Pulling from library/alpine 15:04:08 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 15:04:08 Status: Downloaded newer image for alpine:3.10.0 15:04:08 ---> 4d90542f0623 15:04:08 Step 2/24 : RUN env 15:04:08 ---> Using cache 15:04:08 ---> ae02487f36c4 15:04:08 Step 3/24 : RUN apk update 15:04:08 ---> Using cache 15:04:08 ---> b89c80fb50e5 15:04:08 Step 4/24 : RUN apk add bash 15:04:08 ---> Using cache 15:04:08 ---> 8784fbc9fc57 15:04:08 Step 5/24 : RUN apk add nodejs 15:04:08 ---> Using cache 15:04:08 ---> 28a25abf3ab9 15:04:08 Step 6/24 : RUN apk add nodejs-npm 15:04:08 ---> Using cache 15:04:08 ---> 1b596573243f 15:04:08 Step 7/24 : RUN apk add asciidoctor 15:04:08 ---> Using cache 15:04:08 ---> 0947b41ea58f 15:04:08 Step 8/24 : RUN apk add openjdk8 15:04:08 ---> Using cache 15:04:08 ---> c80710d753de 15:04:08 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 15:04:08 ---> Using cache 15:04:08 ---> 68468ab8366f 15:04:08 Step 10/24 : RUN apk add openssl 15:04:08 ---> Using cache 15:04:08 ---> 0ae14a88e45c 15:04:08 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 15:04:08 ---> Using cache 15:04:08 ---> 68e344322381 15:04:08 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 15:04:08 ---> Using cache 15:04:08 ---> f2d0d8812abe 15:04:08 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 15:04:08 ---> Using cache 15:04:08 ---> dadf1b8c885d 15:04:08 Step 14/24 : RUN npm config set proxy $http_proxy 15:04:08 ---> Using cache 15:04:08 ---> 82364b930f02 15:04:08 Step 15/24 : RUN npm install -g swagger-cli 15:04:08 ---> Using cache 15:04:08 ---> f26ac1dba4b2 15:04:08 Step 16/24 : RUN npm install -g json-refs 15:04:08 ---> Using cache 15:04:08 ---> 854cfe0dc266 15:04:08 Step 17/24 : RUN npm install -g yamljs 15:04:08 ---> Using cache 15:04:08 ---> 8a7612225506 15:04:08 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 15:04:08 ---> fdf0f8f95474 15:04:08 Removing intermediate container ed1d01652b80 15:04:08 Step 19/24 : RUN chmod +x /validate-in-docker.sh 15:04:08 ---> Running in 6483b8f48cbb 15:04:09 ---> 443f0cc47a8b 15:04:09 Removing intermediate container 6483b8f48cbb 15:04:09 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 15:04:09 ---> 08e3fb6f18b1 15:04:09 Removing intermediate container b5b81d092c96 15:04:09 Step 21/24 : RUN chmod +x /bin/swg2mrkup 15:04:09 ---> Running in 381d4bf1671f 15:04:10 ---> 74cea41057e1 15:04:10 Removing intermediate container 381d4bf1671f 15:04:10 Step 22/24 : ADD oas2pdf /bin/oas2pdf 15:04:10 ---> 74da8fce9718 15:04:10 Removing intermediate container 4b3645d79afa 15:04:10 Step 23/24 : RUN chmod +x /bin/oas2pdf 15:04:10 ---> Running in 9f2a7e2bacca 15:04:11 ---> db40b6918aba 15:04:11 Removing intermediate container 9f2a7e2bacca 15:04:11 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 15:04:11 ---> Running in 924ee6006660 15:04:11 ---> 3d1c4195fbfe 15:04:11 Removing intermediate container 924ee6006660 15:04:11 Successfully built 3d1c4195fbfe 15:04:11 Successfully tagged openapivalidator:latest 15:04:11 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 15:04:11 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/242’: Permission denied 15:04:11 Mounting dir /var/www/html/api/nfv/sol005/242 as /storage 15:04:12 Using filter '' 15:04:12 15:04:12 Entering dir /work/src 15:04:12 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 15:04:12 --- Merging file. 15:04:13 --- Create PDF... 15:04:16 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 15:04:16 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 15:04:17 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 15:04:17 --- Validation done (0). 15:04:17 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 15:04:17 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 15:04:17 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 15:04:17 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 15:04:17 --- Merging file. 15:04:19 --- Create PDF... 15:04:20 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 15:04:20 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 15:04:21 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 15:04:21 --- Validation done (0). 15:04:21 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 15:04:21 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 15:04:21 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 15:04:21 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 15:04:21 --- Merging file. 15:04:22 --- Create PDF... 15:04:24 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 15:04:24 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 15:04:25 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 15:04:25 --- Validation done (0). 15:04:25 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 15:04:25 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 15:04:25 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 15:04:25 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 15:04:25 --- Merging file. 15:04:27 --- Create PDF... 15:04:29 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 15:04:29 --- Validating ../build/SOL005-NSDManagement-API.yaml 15:04:29 ../build/SOL005-NSDManagement-API.yaml is valid 15:04:29 --- Validation done (0). 15:04:29 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 15:04:29 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 15:04:29 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 15:04:29 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 15:04:29 --- Merging file. 15:04:31 --- Create PDF... 15:04:32 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 15:04:32 --- Validating ../build/SOL005-APIVersion-API.yaml 15:04:33 ../build/SOL005-APIVersion-API.yaml is valid 15:04:33 --- Validation done (0). 15:04:33 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 15:04:33 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 15:04:33 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 15:04:33 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 15:04:33 --- Merging file. 15:04:35 --- Create PDF... 15:04:36 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 15:04:36 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 15:04:37 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 15:04:37 --- Validation done (0). 15:04:37 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 15:04:37 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 15:04:37 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 15:04:37 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 15:04:37 --- Merging file. 15:04:39 --- Create PDF... 15:04:41 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 15:04:41 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 15:04:41 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 15:04:41 --- Validation done (0). 15:04:41 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 15:04:41 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 15:04:41 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 15:04:41 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 15:04:41 --- Merging file. 15:04:43 --- Create PDF... 15:04:44 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 15:04:44 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 15:04:45 ../build/SOL005-NSDManagementNotification-API.yaml is valid 15:04:45 --- Validation done (0). 15:04:45 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 15:04:45 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 15:04:45 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 15:04:45 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 15:04:45 --- Merging file. 15:04:46 --- Create PDF... 15:04:48 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 15:04:48 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 15:04:49 ../build/SOL005-NSFaultManagement-API.yaml is valid 15:04:49 --- Validation done (0). 15:04:49 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 15:04:49 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 15:04:49 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 15:04:49 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 15:04:49 --- Merging file. 15:04:51 --- Create PDF... 15:04:53 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 15:04:53 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 15:04:54 ../build/SOL005-VNFPackageManagement-API.yaml is valid 15:04:54 --- Validation done (0). 15:04:54 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 15:04:54 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 15:04:54 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 15:04:54 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 15:04:54 --- Merging file. 15:04:59 --- Create PDF... 15:05:01 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 15:05:01 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 15:05:03 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 15:05:03 --- Validation done (0). 15:05:03 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 15:05:03 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 15:05:03 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 15:05:03 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 15:05:03 --- Merging file. 15:05:04 --- Create PDF... 15:05:05 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 15:05:05 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 15:05:06 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 15:05:06 --- Validation done (0). 15:05:06 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 15:05:06 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 15:05:06 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 15:05:06 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 15:05:06 --- Merging file. 15:05:07 --- Create PDF... 15:05:09 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 15:05:09 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 15:05:09 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 15:05:09 --- Validation done (0). 15:05:09 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 15:05:09 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 15:05:09 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 15:05:09 -- Final validator returns 0. 15:05:10 Archiving artifacts 15:05:12 Finished: SUCCESS