18:54:53 Started by GitLab push by bernini 18:54:53 Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 18:54:53 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 18:54:54 Cloning the remote Git repository 18:54:54 Cloning repository git@forge.etsi.org:nfv/SOL005.git 18:54:54 > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10 18:54:54 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 18:54:54 > git --version # timeout=10 18:54:54 using GIT_SSH to set credentials 18:54:54 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 18:54:55 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 18:54:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:55 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 18:54:55 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 18:54:55 using GIT_SSH to set credentials 18:54:55 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 18:54:56 > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10 18:54:56 > git branch -a -v --no-abbrev --contains ad5ab38901106f54c915258fa25ee939cfd6a028 # timeout=10 18:54:56 Checking out Revision ad5ab38901106f54c915258fa25ee939cfd6a028 (origin/3.5.1-dev) 18:54:56 > git config core.sparsecheckout # timeout=10 18:54:56 > git checkout -f ad5ab38901106f54c915258fa25ee939cfd6a028 18:54:56 Commit message: "fixed responses ref names" 18:54:56 > git rev-list --no-walk 7a839f7886fc9cd13364d4e1f4c4a0800d762ae4 # timeout=10 18:54:56 [sol005] $ /bin/bash /tmp/jenkins2819201121105652078.sh 18:54:56 rm: cannot remove 'build/*-API.yaml': No such file or directory 18:54:56 rm: cannot remove 'build/*-API.json': No such file or directory 18:54:56 ./build-container.sh: line 7: proxy: command not found 18:54:56 http_proxy is not set 18:54:56 Proxy set to 18:54:56 Sending build context to Docker daemon 13.31kB 18:54:56 Step 1/24 : FROM alpine:3.10.0 18:54:56 ---> 4d90542f0623 18:54:56 Step 2/24 : RUN env 18:54:56 ---> Using cache 18:54:56 ---> 146159559a23 18:54:56 Step 3/24 : RUN apk update 18:54:56 ---> Using cache 18:54:56 ---> 2642323b1ad1 18:54:56 Step 4/24 : RUN apk add bash 18:54:56 ---> Using cache 18:54:56 ---> bb67f4478233 18:54:56 Step 5/24 : RUN apk add nodejs 18:54:56 ---> Using cache 18:54:56 ---> e2c230a1c0a8 18:54:56 Step 6/24 : RUN apk add nodejs-npm 18:54:56 ---> Using cache 18:54:56 ---> 28160958d148 18:54:56 Step 7/24 : RUN apk add asciidoctor 18:54:56 ---> Using cache 18:54:56 ---> 972c124900bf 18:54:56 Step 8/24 : RUN apk add openjdk8 18:54:56 ---> Using cache 18:54:56 ---> e0999ddeb9c4 18:54:56 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 18:54:56 ---> Using cache 18:54:56 ---> 0982fd9ee2a2 18:54:56 Step 10/24 : RUN apk add openssl 18:54:56 ---> Using cache 18:54:56 ---> 475e70ef685d 18:54:56 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 18:54:56 ---> Using cache 18:54:56 ---> d100a6d7eb8d 18:54:56 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 18:54:56 ---> Using cache 18:54:56 ---> 3212dbb8e11b 18:54:56 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 18:54:56 ---> Using cache 18:54:56 ---> 482d9cb20d60 18:54:56 Step 14/24 : RUN npm config set proxy $http_proxy 18:54:56 ---> Using cache 18:54:56 ---> 47cd21f34205 18:54:56 Step 15/24 : RUN npm install -g swagger-cli 18:54:56 ---> Using cache 18:54:56 ---> f0efaa6a2d90 18:54:56 Step 16/24 : RUN npm install -g json-refs 18:54:56 ---> Using cache 18:54:56 ---> 56936b382dfb 18:54:56 Step 17/24 : RUN npm install -g yamljs 18:54:56 ---> Using cache 18:54:56 ---> 465c114cc595 18:54:56 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 18:54:57 ---> 32929d5f35c9 18:54:57 Step 19/24 : RUN chmod +x /validate-in-docker.sh 18:54:57 ---> Running in d5a92433b4e9 18:54:58 Removing intermediate container d5a92433b4e9 18:54:58 ---> 123a364567c7 18:54:58 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 18:54:58 ---> 16ff148d40f3 18:54:58 Step 21/24 : RUN chmod +x /bin/swg2mrkup 18:54:58 ---> Running in fea5ee6f5473 18:54:59 Removing intermediate container fea5ee6f5473 18:54:59 ---> 70f60409bfc7 18:54:59 Step 22/24 : ADD oas2pdf /bin/oas2pdf 18:54:59 ---> 35dd4653dddc 18:54:59 Step 23/24 : RUN chmod +x /bin/oas2pdf 18:55:00 ---> Running in 5cc65eb2a1fc 18:55:00 Removing intermediate container 5cc65eb2a1fc 18:55:00 ---> f2b7d41e47c9 18:55:00 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 18:55:01 ---> Running in 738d6979196e 18:55:01 Removing intermediate container 738d6979196e 18:55:01 ---> 070942712c84 18:55:01 Successfully built 070942712c84 18:55:01 Successfully tagged openapivalidator:latest 18:55:01 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 18:55:01 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/267’: Permission denied 18:55:01 Mounting dir /var/www/html/api/nfv/sol005/267 as /storage 18:55:01 Using filter '' 18:55:01 18:55:01 Entering dir /work/src 18:55:02 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 18:55:02 --- Merging file. 18:55:04 --- Create PDF... 18:55:06 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 18:55:06 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 18:55:07 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 18:55:07 --- Validation done (0). 18:55:07 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 18:55:07 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 18:55:07 cp: can't stat '../build/SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 18:55:07 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 18:55:07 --- Merging file. 18:55:09 --- Create PDF... 18:55:11 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 18:55:11 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 18:55:12 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 18:55:12 --- Validation done (0). 18:55:12 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 18:55:12 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 18:55:12 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 18:55:12 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 18:55:12 --- Merging file. 18:55:13 --- Create PDF... 18:55:14 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 18:55:14 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 18:55:15 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 18:55:15 --- Validation done (0). 18:55:15 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 18:55:15 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 18:55:15 cp: can't stat '../build/SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 18:55:15 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 18:55:15 --- Merging file. 18:55:17 --- Create PDF... 18:55:19 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 18:55:19 --- Validating ../build/SOL005-NSDManagement-API.yaml 18:55:20 ../build/SOL005-NSDManagement-API.yaml is valid 18:55:20 --- Validation done (0). 18:55:20 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 18:55:20 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 18:55:20 cp: can't stat '../build/SOL005-NSDManagement-API.pdf': No such file or directory 18:55:20 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005) 18:55:20 --- Merging file. 18:55:21 --- Create PDF... 18:55:23 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 18:55:23 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml 18:55:23 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid 18:55:23 --- Validation done (0). 18:55:23 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml' 18:55:23 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json' 18:55:23 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 18:55:23 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 18:55:23 --- Merging file. 18:55:24 --- Create PDF... 18:55:26 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 18:55:26 --- Validating ../build/SOL005-APIVersion-API.yaml 18:55:27 ../build/SOL005-APIVersion-API.yaml is valid 18:55:27 --- Validation done (0). 18:55:27 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 18:55:27 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 18:55:27 cp: can't stat '../build/SOL005-APIVersion-API.pdf': No such file or directory 18:55:27 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 18:55:27 --- Merging file. 18:55:28 --- Create PDF... 18:55:30 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 18:55:30 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 18:55:31 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 18:55:31 --- Validation done (0). 18:55:31 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 18:55:31 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 18:55:31 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 18:55:31 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 18:55:31 --- Merging file. 18:55:32 --- Create PDF... 18:55:34 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 18:55:34 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 18:55:35 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 18:55:35 --- Validation done (0). 18:55:35 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 18:55:35 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 18:55:35 cp: can't stat '../build/SOL005-NSPerformanceManagement-API.pdf': No such file or directory 18:55:35 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 18:55:35 --- Merging file. 18:55:36 --- Create PDF... 18:55:38 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 18:55:38 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 18:55:39 ../build/SOL005-NSDManagementNotification-API.yaml is valid 18:55:39 --- Validation done (0). 18:55:39 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 18:55:39 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 18:55:39 cp: can't stat '../build/SOL005-NSDManagementNotification-API.pdf': No such file or directory 18:55:39 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 18:55:39 --- Merging file. 18:55:39 18:55:39 error: Document has invalid references: 18:55:39 18:55:39 #/paths/~1subscriptions/post/responses/201: JSON Pointer points to missing location: #/components/responses/FmSubscriptions.Post.201 18:55:39 18:55:39 --- Create PDF... 18:55:41 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 18:55:41 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 18:55:42 "/work/build/SOL005-NSFaultManagement-API.yaml" is not a valid JSON Schema 18:55:42 --- Validation done (1). 18:55:42 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 18:55:42 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 18:55:42 cp: can't stat '../build/SOL005-NSFaultManagement-API.pdf': No such file or directory 18:55:42 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 18:55:42 --- Merging file. 18:55:44 --- Create PDF... 18:55:45 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 18:55:45 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 18:55:46 ../build/SOL005-VNFPackageManagement-API.yaml is valid 18:55:46 --- Validation done (0). 18:55:46 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 18:55:46 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 18:55:46 cp: can't stat '../build/SOL005-VNFPackageManagement-API.pdf': No such file or directory 18:55:46 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 18:55:46 --- Merging file. 18:55:52 --- Create PDF... 18:55:54 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 18:55:54 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 18:55:56 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 18:55:56 --- Validation done (0). 18:55:56 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 18:55:56 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 18:55:56 cp: can't stat '../build/SOL005-NSLifecycleManagement-API.pdf': No such file or directory 18:55:56 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005) 18:55:56 --- Merging file. 18:55:57 --- Create PDF... 18:55:58 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory 18:55:58 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml 18:55:59 ../build/SOL005-NSLCMCoordination-API.yaml is valid 18:55:59 --- Validation done (0). 18:55:59 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml' 18:55:59 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json' 18:55:59 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory 18:55:59 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 18:55:59 --- Merging file. 18:56:00 --- Create PDF... 18:56:02 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 18:56:02 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 18:56:02 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 18:56:02 --- Validation done (0). 18:56:02 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 18:56:02 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 18:56:02 cp: can't stat '../build/SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 18:56:02 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 18:56:02 --- Merging file. 18:56:03 --- Create PDF... 18:56:05 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 18:56:05 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 18:56:06 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 18:56:06 --- Validation done (0). 18:56:06 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 18:56:06 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 18:56:06 cp: can't stat '../build/SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 18:56:06 -- Final validator returns 1. 18:56:06 Build step 'Execute shell' marked build as failure 18:56:06 Skipped archiving because build is not successful 18:56:06 Finished: FAILURE