10:54:35 Started by GitLab push by bernini 10:54:35 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 10:54:35 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 10:54:35 > git rev-parse --is-inside-work-tree # timeout=10 10:54:35 Fetching changes from the remote Git repository 10:54:35 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 10:54:35 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 10:54:35 > git --version # timeout=10 10:54:35 using GIT_SSH to set credentials 10:54:35 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 10:54:36 > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10 10:54:36 > git branch -a -v --no-abbrev --contains d433d1d69918de1ccdbd606fa790715537ba2fc5 # timeout=10 10:54:36 Checking out Revision d433d1d69918de1ccdbd606fa790715537ba2fc5 (origin/3.5.1-dev) 10:54:36 > git config core.sparsecheckout # timeout=10 10:54:36 > git checkout -f d433d1d69918de1ccdbd606fa790715537ba2fc5 10:54:36 Commit message: "upd versions" 10:54:36 > git rev-list --no-walk c27c10fb831b4a1abe67fa394ba5c56f5b1b1ccd # timeout=10 10:54:37 [sol005] $ /bin/bash /tmp/jenkins8246618093019201380.sh 10:54:37 ./build-container.sh: line 7: proxy: command not found 10:54:37 http_proxy is not set 10:54:37 Proxy set to 10:54:37 Sending build context to Docker daemon 13.31kB 10:54:37 Step 1/24 : FROM alpine:3.10.0 10:54:38 3.10.0: Pulling from library/alpine 10:54:39 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 10:54:39 Status: Downloaded newer image for alpine:3.10.0 10:54:39 ---> 4d90542f0623 10:54:39 Step 2/24 : RUN env 10:54:39 ---> Using cache 10:54:39 ---> 33d9beb76aee 10:54:39 Step 3/24 : RUN apk update 10:54:39 ---> Using cache 10:54:39 ---> 5f5a6facdf09 10:54:39 Step 4/24 : RUN apk add bash 10:54:39 ---> Using cache 10:54:39 ---> c4dbd7c780f7 10:54:39 Step 5/24 : RUN apk add nodejs 10:54:39 ---> Using cache 10:54:39 ---> a9e008c49091 10:54:39 Step 6/24 : RUN apk add nodejs-npm 10:54:39 ---> Using cache 10:54:39 ---> d8c4a2dfde29 10:54:39 Step 7/24 : RUN apk add asciidoctor 10:54:39 ---> Using cache 10:54:39 ---> 7f6e285cb91e 10:54:39 Step 8/24 : RUN apk add openjdk8 10:54:39 ---> Using cache 10:54:39 ---> c9d4db129548 10:54:39 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 10:54:39 ---> Using cache 10:54:39 ---> 35eb11cb9413 10:54:39 Step 10/24 : RUN apk add openssl 10:54:39 ---> Using cache 10:54:39 ---> 471c630be456 10:54:39 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 10:54:39 ---> Using cache 10:54:39 ---> c20804847d0b 10:54:39 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 10:54:39 ---> Using cache 10:54:39 ---> c259fc8a9b9a 10:54:39 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 10:54:39 ---> Using cache 10:54:39 ---> 61b04c3e3b86 10:54:39 Step 14/24 : RUN npm config set proxy $http_proxy 10:54:39 ---> Using cache 10:54:39 ---> c0cfe8603833 10:54:39 Step 15/24 : RUN npm install -g swagger-cli 10:54:39 ---> Using cache 10:54:39 ---> 5391a8964a52 10:54:39 Step 16/24 : RUN npm install -g json-refs 10:54:39 ---> Using cache 10:54:39 ---> 2be86aba2673 10:54:39 Step 17/24 : RUN npm install -g yamljs 10:54:39 ---> Using cache 10:54:39 ---> 385d9eccd453 10:54:39 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 10:54:39 ---> Using cache 10:54:39 ---> 3e23763b273d 10:54:39 Step 19/24 : RUN chmod +x /validate-in-docker.sh 10:54:39 ---> Using cache 10:54:39 ---> 33a2df42683b 10:54:39 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 10:54:39 ---> Using cache 10:54:39 ---> c5728abda96c 10:54:39 Step 21/24 : RUN chmod +x /bin/swg2mrkup 10:54:39 ---> Using cache 10:54:39 ---> 944e9877501e 10:54:39 Step 22/24 : ADD oas2pdf /bin/oas2pdf 10:54:39 ---> Using cache 10:54:39 ---> 625dbe2454ca 10:54:39 Step 23/24 : RUN chmod +x /bin/oas2pdf 10:54:39 ---> Using cache 10:54:39 ---> d3b6bc2b8447 10:54:39 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 10:54:39 ---> Using cache 10:54:39 ---> c2089fa8a335 10:54:39 Successfully built c2089fa8a335 10:54:39 Successfully tagged openapivalidator:latest 10:54:39 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 10:54:39 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/271’: Permission denied 10:54:39 Mounting dir /var/www/html/api/nfv/sol005/271 as /storage 10:54:39 Using filter '' 10:54:39 10:54:39 Entering dir /work/src 10:54:39 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 10:54:39 --- Merging file. 10:54:41 --- Create PDF... 10:54:42 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 10:54:42 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 10:54:43 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 10:54:43 --- Validation done (0). 10:54:43 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 10:54:43 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 10:54:43 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 10:54:43 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 10:54:43 --- Merging file. 10:54:45 --- Create PDF... 10:54:46 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 10:54:46 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 10:54:47 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 10:54:47 --- Validation done (0). 10:54:47 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 10:54:47 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 10:54:47 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 10:54:47 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 10:54:47 --- Merging file. 10:54:48 --- Create PDF... 10:54:50 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 10:54:50 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 10:54:50 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 10:54:50 --- Validation done (0). 10:54:50 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 10:54:50 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 10:54:50 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 10:54:50 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 10:54:50 --- Merging file. 10:54:53 --- Create PDF... 10:54:54 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 10:54:54 --- Validating ../build/SOL005-NSDManagement-API.yaml 10:54:55 ../build/SOL005-NSDManagement-API.yaml is valid 10:54:55 --- Validation done (0). 10:54:55 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 10:54:55 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 10:54:55 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 10:54:55 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005) 10:54:55 --- Merging file. 10:54:56 --- Create PDF... 10:54:58 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 10:54:58 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml 10:54:58 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid 10:54:58 --- Validation done (0). 10:54:58 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml' 10:54:58 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json' 10:54:58 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 10:54:58 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 10:54:58 --- Merging file. 10:54:59 --- Create PDF... 10:55:01 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 10:55:01 --- Validating ../build/SOL005-APIVersion-API.yaml 10:55:02 ../build/SOL005-APIVersion-API.yaml is valid 10:55:02 --- Validation done (0). 10:55:02 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 10:55:02 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 10:55:02 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 10:55:02 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 10:55:02 --- Merging file. 10:55:03 --- Create PDF... 10:55:05 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 10:55:05 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 10:55:05 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 10:55:05 --- Validation done (0). 10:55:05 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 10:55:05 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 10:55:05 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 10:55:05 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 10:55:05 --- Merging file. 10:55:07 --- Create PDF... 10:55:09 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 10:55:09 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 10:55:09 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 10:55:09 --- Validation done (0). 10:55:09 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 10:55:09 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 10:55:09 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 10:55:09 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 10:55:09 --- Merging file. 10:55:11 --- Create PDF... 10:55:13 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 10:55:13 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 10:55:13 ../build/SOL005-NSDManagementNotification-API.yaml is valid 10:55:13 --- Validation done (0). 10:55:13 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 10:55:13 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 10:55:13 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 10:55:13 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 10:55:13 --- Merging file. 10:55:15 --- Create PDF... 10:55:16 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 10:55:16 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 10:55:17 ../build/SOL005-NSFaultManagement-API.yaml is valid 10:55:17 --- Validation done (0). 10:55:17 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 10:55:17 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 10:55:17 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 10:55:17 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 10:55:17 --- Merging file. 10:55:19 --- Create PDF... 10:55:21 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 10:55:21 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 10:55:22 ../build/SOL005-VNFPackageManagement-API.yaml is valid 10:55:22 --- Validation done (0). 10:55:22 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 10:55:22 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 10:55:22 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 10:55:22 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 10:55:22 --- Merging file. 10:55:27 --- Create PDF... 10:55:29 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 10:55:29 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 10:55:30 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 10:55:30 --- Validation done (0). 10:55:30 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 10:55:30 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 10:55:30 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 10:55:30 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005) 10:55:30 --- Merging file. 10:55:31 --- Create PDF... 10:55:33 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory 10:55:33 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml 10:55:34 ../build/SOL005-NSLCMCoordination-API.yaml is valid 10:55:34 --- Validation done (0). 10:55:34 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml' 10:55:34 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json' 10:55:34 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory 10:55:34 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 10:55:34 --- Merging file. 10:55:35 --- Create PDF... 10:55:36 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 10:55:36 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 10:55:37 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 10:55:37 --- Validation done (0). 10:55:37 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 10:55:37 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 10:55:37 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 10:55:37 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 10:55:37 --- Merging file. 10:55:38 --- Create PDF... 10:55:40 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 10:55:40 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 10:55:40 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 10:55:40 --- Validation done (0). 10:55:40 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 10:55:40 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 10:55:40 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 10:55:40 -- Final validator returns 0. 10:55:40 Archiving artifacts 10:55:43 Finished: SUCCESS