15:27:21 Started by GitLab push by bernini 15:27:21 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 15:27:21 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 15:27:21 > git rev-parse --is-inside-work-tree # timeout=10 15:27:21 Fetching changes from the remote Git repository 15:27:21 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 15:27:21 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 15:27:21 > git --version # timeout=10 15:27:21 using GIT_SSH to set credentials 15:27:21 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 15:27:23 > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10 15:27:23 > git branch -a -v --no-abbrev --contains f7a91d5bc8fff96274670a437aff86080f9e1f38 # timeout=10 15:27:23 Checking out Revision f7a91d5bc8fff96274670a437aff86080f9e1f38 (origin/3.5.1-dev) 15:27:23 > git config core.sparsecheckout # timeout=10 15:27:23 > git checkout -f f7a91d5bc8fff96274670a437aff86080f9e1f38 15:27:23 Commit message: "addressed comments from SOL WG" 15:27:23 > git rev-list --no-walk a07628a8e11570d2c41d940086652278587ce9b3 # timeout=10 15:27:23 [sol005] $ /bin/bash /tmp/jenkins5412189605141550500.sh 15:27:23 ./build-container.sh: line 7: proxy: command not found 15:27:23 http_proxy is not set 15:27:23 Proxy set to 15:27:23 Sending build context to Docker daemon 13.31kB 15:27:23 Step 1/24 : FROM alpine:3.10.0 15:27:24 3.10.0: Pulling from library/alpine 15:27:25 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 15:27:25 Status: Downloaded newer image for alpine:3.10.0 15:27:25 ---> 4d90542f0623 15:27:25 Step 2/24 : RUN env 15:27:25 ---> Using cache 15:27:25 ---> 33d9beb76aee 15:27:25 Step 3/24 : RUN apk update 15:27:25 ---> Using cache 15:27:25 ---> 5f5a6facdf09 15:27:25 Step 4/24 : RUN apk add bash 15:27:25 ---> Using cache 15:27:25 ---> c4dbd7c780f7 15:27:25 Step 5/24 : RUN apk add nodejs 15:27:25 ---> Using cache 15:27:25 ---> a9e008c49091 15:27:25 Step 6/24 : RUN apk add nodejs-npm 15:27:25 ---> Using cache 15:27:25 ---> d8c4a2dfde29 15:27:25 Step 7/24 : RUN apk add asciidoctor 15:27:25 ---> Using cache 15:27:25 ---> 7f6e285cb91e 15:27:25 Step 8/24 : RUN apk add openjdk8 15:27:25 ---> Using cache 15:27:25 ---> c9d4db129548 15:27:25 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 15:27:25 ---> Using cache 15:27:25 ---> 35eb11cb9413 15:27:25 Step 10/24 : RUN apk add openssl 15:27:25 ---> Using cache 15:27:25 ---> 471c630be456 15:27:25 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 15:27:25 ---> Using cache 15:27:25 ---> c20804847d0b 15:27:25 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 15:27:25 ---> Using cache 15:27:25 ---> c259fc8a9b9a 15:27:25 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 15:27:25 ---> Using cache 15:27:25 ---> 61b04c3e3b86 15:27:25 Step 14/24 : RUN npm config set proxy $http_proxy 15:27:25 ---> Using cache 15:27:25 ---> c0cfe8603833 15:27:25 Step 15/24 : RUN npm install -g swagger-cli 15:27:25 ---> Using cache 15:27:25 ---> 5391a8964a52 15:27:25 Step 16/24 : RUN npm install -g json-refs 15:27:25 ---> Using cache 15:27:25 ---> 2be86aba2673 15:27:25 Step 17/24 : RUN npm install -g yamljs 15:27:25 ---> Using cache 15:27:25 ---> 385d9eccd453 15:27:25 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 15:27:25 ---> 3e23763b273d 15:27:25 Removing intermediate container 14e92726d087 15:27:25 Step 19/24 : RUN chmod +x /validate-in-docker.sh 15:27:25 ---> Running in 8de961986e3b 15:27:26 ---> 33a2df42683b 15:27:26 Removing intermediate container 8de961986e3b 15:27:26 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 15:27:26 ---> c5728abda96c 15:27:26 Removing intermediate container 89295b7d3571 15:27:26 Step 21/24 : RUN chmod +x /bin/swg2mrkup 15:27:26 ---> Running in 9a6965796ffe 15:27:27 ---> 944e9877501e 15:27:27 Removing intermediate container 9a6965796ffe 15:27:27 Step 22/24 : ADD oas2pdf /bin/oas2pdf 15:27:27 ---> 625dbe2454ca 15:27:27 Removing intermediate container 0b6e94180467 15:27:27 Step 23/24 : RUN chmod +x /bin/oas2pdf 15:27:27 ---> Running in fcea5bdf1130 15:27:27 ---> d3b6bc2b8447 15:27:27 Removing intermediate container fcea5bdf1130 15:27:27 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 15:27:28 ---> Running in 45625edee224 15:27:28 ---> c2089fa8a335 15:27:28 Removing intermediate container 45625edee224 15:27:28 Successfully built c2089fa8a335 15:27:28 Successfully tagged openapivalidator:latest 15:27:28 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 15:27:28 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/269’: Permission denied 15:27:28 Mounting dir /var/www/html/api/nfv/sol005/269 as /storage 15:27:28 Using filter '' 15:27:28 15:27:28 Entering dir /work/src 15:27:28 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 15:27:28 --- Merging file. 15:27:29 --- Create PDF... 15:27:31 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 15:27:31 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 15:27:32 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 15:27:32 --- Validation done (0). 15:27:32 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 15:27:32 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 15:27:32 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 15:27:32 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 15:27:32 --- Merging file. 15:27:34 --- Create PDF... 15:27:35 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 15:27:35 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 15:27:36 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 15:27:36 --- Validation done (0). 15:27:36 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 15:27:36 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 15:27:36 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 15:27:36 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 15:27:36 --- Merging file. 15:27:37 --- Create PDF... 15:27:39 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 15:27:39 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 15:27:39 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 15:27:39 --- Validation done (0). 15:27:39 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 15:27:39 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 15:27:39 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 15:27:39 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 15:27:39 --- Merging file. 15:27:41 --- Create PDF... 15:27:43 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 15:27:43 --- Validating ../build/SOL005-NSDManagement-API.yaml 15:27:44 ../build/SOL005-NSDManagement-API.yaml is valid 15:27:44 --- Validation done (0). 15:27:44 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 15:27:44 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 15:27:44 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 15:27:44 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005) 15:27:44 --- Merging file. 15:27:45 --- Create PDF... 15:27:47 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 15:27:47 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml 15:27:47 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid 15:27:47 --- Validation done (0). 15:27:47 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml' 15:27:47 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json' 15:27:47 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory 15:27:47 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 15:27:47 --- Merging file. 15:27:48 --- Create PDF... 15:27:50 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 15:27:50 --- Validating ../build/SOL005-APIVersion-API.yaml 15:27:50 ../build/SOL005-APIVersion-API.yaml is valid 15:27:50 --- Validation done (0). 15:27:50 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 15:27:50 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 15:27:50 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 15:27:50 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 15:27:50 --- Merging file. 15:27:51 15:27:51 error: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 481, column 23: 15:27:51 $ref: $ref: "../definitions/SOL005_def.yam ... 15:27:51 ^ 15:27:51 15:27:51 --- Create PDF... 15:27:53 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 15:27:53 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 15:27:53 "/work/build/SOL005-NFVICapacityInformation-API.yaml" is not a valid JSON Schema 15:27:53 --- Validation done (1). 15:27:53 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 15:27:53 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 15:27:53 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 15:27:53 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 15:27:53 --- Merging file. 15:27:55 --- Create PDF... 15:27:56 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 15:27:56 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 15:27:57 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 15:27:57 --- Validation done (0). 15:27:57 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 15:27:57 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 15:27:57 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 15:27:57 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 15:27:57 --- Merging file. 15:27:58 --- Create PDF... 15:28:00 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 15:28:00 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 15:28:01 ../build/SOL005-NSDManagementNotification-API.yaml is valid 15:28:01 --- Validation done (0). 15:28:01 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 15:28:01 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 15:28:01 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 15:28:01 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 15:28:01 --- Merging file. 15:28:02 --- Create PDF... 15:28:04 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 15:28:04 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 15:28:04 ../build/SOL005-NSFaultManagement-API.yaml is valid 15:28:04 --- Validation done (0). 15:28:04 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 15:28:04 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 15:28:04 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 15:28:04 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 15:28:04 --- Merging file. 15:28:06 --- Create PDF... 15:28:08 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 15:28:08 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 15:28:09 ../build/SOL005-VNFPackageManagement-API.yaml is valid 15:28:09 --- Validation done (0). 15:28:09 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 15:28:09 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 15:28:09 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 15:28:09 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 15:28:09 --- Merging file. 15:28:15 --- Create PDF... 15:28:16 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 15:28:16 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 15:28:18 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 15:28:18 --- Validation done (0). 15:28:18 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 15:28:18 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 15:28:18 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 15:28:18 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005) 15:28:18 --- Merging file. 15:28:19 --- Create PDF... 15:28:21 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory 15:28:21 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml 15:28:21 ../build/SOL005-NSLCMCoordination-API.yaml is valid 15:28:21 --- Validation done (0). 15:28:21 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml' 15:28:21 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json' 15:28:21 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory 15:28:21 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 15:28:21 --- Merging file. 15:28:22 --- Create PDF... 15:28:24 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 15:28:24 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 15:28:24 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 15:28:25 --- Validation done (0). 15:28:25 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 15:28:25 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 15:28:25 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 15:28:25 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 15:28:25 --- Merging file. 15:28:25 --- Create PDF... 15:28:27 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 15:28:27 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 15:28:28 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 15:28:28 --- Validation done (0). 15:28:28 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 15:28:28 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 15:28:28 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 15:28:28 -- Final validator returns 1. 15:28:28 Build step 'Execute shell' marked build as failure 15:28:28 Skipped archiving because build is not successful 15:28:28 Finished: FAILURE