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