17:56:35 Started by GitLab push by Giacomo Bernini 17:56:35 [EnvInject] - Loading node environment variables. 17:56:35 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 17:56:35 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 17:56:35 > git rev-parse --is-inside-work-tree # timeout=10 17:56:35 Fetching changes from the remote Git repository 17:56:35 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 17:56:35 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 17:56:35 > git --version # timeout=10 17:56:35 using GIT_SSH to set credentials 17:56:35 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 17:56:36 > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10 17:56:36 > git branch -a -v --no-abbrev --contains fdc17a50c8a9aa3bc66c61d3fdc4cddc04099fa8 # timeout=10 17:56:36 Checking out Revision fdc17a50c8a9aa3bc66c61d3fdc4cddc04099fa8 (origin/4.3.1-dev) 17:56:36 > git config core.sparsecheckout # timeout=10 17:56:36 > git checkout -f fdc17a50c8a9aa3bc66c61d3fdc4cddc04099fa8 17:56:36 Commit message: "fixed issues #24 #25 #26" 17:56:36 > git rev-list --no-walk ca9da15bdba417a6eac704f3049f84cd79c4c962 # timeout=10 17:56:37 [sol005] $ /bin/bash /tmp/jenkins8534652792640900420.sh 17:56:37 ./build-container.sh: line 7: proxy: command not found 17:56:37 http_proxy is not set 17:56:37 Proxy set to 17:56:37 Sending build context to Docker daemon 13.31kB 17:56:37 Step 1/24 : FROM alpine:3.10.0 17:56:37 ---> 4d90542f0623 17:56:37 Step 2/24 : RUN env 17:56:37 ---> Using cache 17:56:37 ---> 0b577767eb4e 17:56:37 Step 3/24 : RUN apk update 17:56:37 ---> Using cache 17:56:37 ---> 697471ef7f0a 17:56:37 Step 4/24 : RUN apk add bash 17:56:37 ---> Using cache 17:56:37 ---> a25251d4272c 17:56:37 Step 5/24 : RUN apk add nodejs 17:56:37 ---> Using cache 17:56:37 ---> ee3663c76c01 17:56:37 Step 6/24 : RUN apk add nodejs-npm 17:56:37 ---> Using cache 17:56:37 ---> 95530c68fb47 17:56:37 Step 7/24 : RUN apk add asciidoctor 17:56:37 ---> Using cache 17:56:37 ---> a321cc22063f 17:56:37 Step 8/24 : RUN apk add openjdk8 17:56:37 ---> Using cache 17:56:37 ---> 07148189c9d2 17:56:37 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 17:56:37 ---> Using cache 17:56:37 ---> 6808b2c86594 17:56:37 Step 10/24 : RUN apk add openssl 17:56:37 ---> Using cache 17:56:37 ---> ed2950ff9192 17:56:37 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3 17:56:37 ---> Using cache 17:56:37 ---> 83cde4af1585 17:56:37 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 17:56:37 ---> Using cache 17:56:37 ---> e442b40a01ef 17:56:37 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 17:56:37 ---> Using cache 17:56:37 ---> 22ece82af23f 17:56:37 Step 14/24 : RUN npm config set proxy $http_proxy 17:56:37 ---> Using cache 17:56:37 ---> 0cc1b972380e 17:56:37 Step 15/24 : RUN npm install -g swagger-cli 17:56:37 ---> Using cache 17:56:37 ---> 3ee43d5416a1 17:56:37 Step 16/24 : RUN npm install -g json-refs 17:56:37 ---> Using cache 17:56:37 ---> 94e261945a46 17:56:37 Step 17/24 : RUN npm install -g yamljs 17:56:37 ---> Using cache 17:56:37 ---> ce77b5519b06 17:56:37 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 17:56:37 ---> Using cache 17:56:37 ---> 3ffadc13b2a5 17:56:37 Step 19/24 : RUN chmod +x /validate-in-docker.sh 17:56:37 ---> Using cache 17:56:37 ---> 28c56afaaa8c 17:56:37 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 17:56:37 ---> Using cache 17:56:37 ---> 9c6427717f0b 17:56:37 Step 21/24 : RUN chmod +x /bin/swg2mrkup 17:56:37 ---> Using cache 17:56:37 ---> 3cad3b23dde9 17:56:37 Step 22/24 : ADD oas2pdf /bin/oas2pdf 17:56:37 ---> Using cache 17:56:37 ---> cdd81ad9cecf 17:56:37 Step 23/24 : RUN chmod +x /bin/oas2pdf 17:56:37 ---> Using cache 17:56:37 ---> 3336a52d6aae 17:56:37 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 17:56:37 ---> Using cache 17:56:37 ---> e7a13753d6bc 17:56:37 Successfully built e7a13753d6bc 17:56:37 Successfully tagged openapivalidator:latest 17:56:37 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 17:56:37 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/301’: Permission denied 17:56:37 Mounting dir /var/www/html/api/nfv/sol005/301 as /storage 17:56:38 Using filter '' 17:56:38 17:56:38 Entering dir /work/src 17:56:38 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 17:56:38 --- Merging file. 17:56:40 --- Create PDF... 17:56:42 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 17:56:42 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 17:56:43 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 17:56:43 --- Validation done (0). 17:56:43 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 17:56:43 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 17:56:43 cp: can't stat '../build/SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 17:56:43 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 17:56:43 --- Merging file. 17:56:45 --- Create PDF... 17:56:47 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 17:56:47 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 17:56:48 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 17:56:48 --- Validation done (0). 17:56:48 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 17:56:48 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 17:56:48 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 17:56:48 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 17:56:48 --- Merging file. 17:56:48 --- Create PDF... 17:56:50 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 17:56:50 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 17:56:51 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 17:56:51 --- Validation done (0). 17:56:51 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 17:56:51 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 17:56:51 cp: can't stat '../build/SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 17:56:51 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 17:56:51 --- Merging file. 17:56:53 --- Create PDF... 17:56:55 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 17:56:55 --- Validating ../build/SOL005-NSDManagement-API.yaml 17:56:55 ../build/SOL005-NSDManagement-API.yaml is valid 17:56:55 --- Validation done (0). 17:56:55 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 17:56:55 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 17:56:55 cp: can't stat '../build/SOL005-NSDManagement-API.pdf': No such file or directory 17:56:56 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005) 17:56:56 --- Merging file. 17:56:56 --- Create PDF... 17:56:58 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 17:56:58 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml 17:56:58 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid 17:56:58 --- Validation done (0). 17:56:58 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml' 17:56:58 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json' 17:56:58 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 17:56:58 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 17:56:58 --- Merging file. 17:57:00 --- Create PDF... 17:57:01 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 17:57:01 --- Validating ../build/SOL005-APIVersion-API.yaml 17:57:02 ../build/SOL005-APIVersion-API.yaml is valid 17:57:02 --- Validation done (0). 17:57:02 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 17:57:02 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 17:57:02 cp: can't stat '../build/SOL005-APIVersion-API.pdf': No such file or directory 17:57:02 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 17:57:02 --- Merging file. 17:57:03 --- Create PDF... 17:57:05 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 17:57:05 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 17:57:05 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 17:57:05 --- Validation done (0). 17:57:05 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 17:57:05 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 17:57:05 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 17:57:05 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 17:57:06 --- Merging file. 17:57:07 --- Create PDF... 17:57:09 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 17:57:09 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 17:57:09 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 17:57:09 --- Validation done (0). 17:57:09 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 17:57:09 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 17:57:09 cp: can't stat '../build/SOL005-NSPerformanceManagement-API.pdf': No such file or directory 17:57:09 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 17:57:09 --- Merging file. 17:57:11 --- Create PDF... 17:57:13 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 17:57:13 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 17:57:13 ../build/SOL005-NSDManagementNotification-API.yaml is valid 17:57:13 --- Validation done (0). 17:57:13 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 17:57:13 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 17:57:13 cp: can't stat '../build/SOL005-NSDManagementNotification-API.pdf': No such file or directory 17:57:13 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 17:57:13 --- Merging file. 17:57:15 --- Create PDF... 17:57:16 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 17:57:16 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 17:57:17 ../build/SOL005-NSFaultManagement-API.yaml is valid 17:57:17 --- Validation done (0). 17:57:17 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 17:57:17 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 17:57:17 cp: can't stat '../build/SOL005-NSFaultManagement-API.pdf': No such file or directory 17:57:17 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 17:57:17 --- Merging file. 17:57:19 --- Create PDF... 17:57:21 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 17:57:21 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 17:57:22 ../build/SOL005-VNFPackageManagement-API.yaml is valid 17:57:22 --- Validation done (0). 17:57:22 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 17:57:22 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 17:57:22 cp: can't stat '../build/SOL005-VNFPackageManagement-API.pdf': No such file or directory 17:57:22 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 17:57:22 --- Merging file. 17:57:29 --- Create PDF... 17:57:31 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 17:57:31 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 17:57:33 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 17:57:33 --- Validation done (0). 17:57:33 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 17:57:33 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 17:57:33 cp: can't stat '../build/SOL005-NSLifecycleManagement-API.pdf': No such file or directory 17:57:33 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005) 17:57:33 --- Merging file. 17:57:34 --- Create PDF... 17:57:35 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml 17:57:35 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory 17:57:36 ../build/SOL005-NSLCMCoordination-API.yaml is valid 17:57:36 --- Validation done (0). 17:57:36 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml' 17:57:36 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json' 17:57:36 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory 17:57:36 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 17:57:36 --- Merging file. 17:57:37 --- Create PDF... 17:57:39 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 17:57:39 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 17:57:39 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 17:57:39 --- Validation done (0). 17:57:39 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 17:57:39 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 17:57:39 cp: can't stat '../build/SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 17:57:39 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 17:57:39 --- Merging file. 17:57:40 --- Create PDF... 17:57:42 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 17:57:42 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 17:57:42 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 17:57:42 --- Validation done (0). 17:57:42 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 17:57:42 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 17:57:42 cp: can't stat '../build/SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 17:57:42 -- Final validator returns 0. 17:57:43 Archiving artifacts 17:57:44 Finished: SUCCESS