12:39:15 Started by GitLab push by bernini 12:39:15 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 12:39:15 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 12:39:15 > git rev-parse --is-inside-work-tree # timeout=10 12:39:15 Fetching changes from the remote Git repository 12:39:15 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 12:39:15 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 12:39:15 > git --version # timeout=10 12:39:15 using GIT_SSH to set credentials 12:39:15 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 12:39:16 > git rev-parse remotes/origin/3.3.1-maintenance^{commit} # timeout=10 12:39:16 > git branch -a -v --no-abbrev --contains 7a3abb12c9a5dd525751a3751872e758f8fa47a2 # timeout=10 12:39:16 Checking out Revision 7a3abb12c9a5dd525751a3751872e758f8fa47a2 (origin/3.3.1-maintenance, origin/master) 12:39:16 > git config core.sparsecheckout # timeout=10 12:39:16 > git checkout -f 7a3abb12c9a5dd525751a3751872e758f8fa47a2 12:39:16 Commit message: "Merge branch '3.3.1-dev' into 'master'" 12:39:16 > git rev-list --no-walk cbd289bb7242dbbd2b49b7d9a1428ecf2ab3e124 # timeout=10 12:39:17 [sol005] $ /bin/bash /tmp/jenkins5050494637160471191.sh 12:39:17 ./build-container.sh: line 7: proxy: command not found 12:39:17 http_proxy is not set 12:39:17 Proxy set to 12:39:17 Sending build context to Docker daemon 13.31kB 12:39:17 Step 1/24 : FROM alpine:3.10.0 12:39:18 3.10.0: Pulling from library/alpine 12:39:18 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 12:39:18 Status: Downloaded newer image for alpine:3.10.0 12:39:18 ---> 4d90542f0623 12:39:18 Step 2/24 : RUN env 12:39:18 ---> Using cache 12:39:18 ---> 3dd37f88f48b 12:39:18 Step 3/24 : RUN apk update 12:39:18 ---> Using cache 12:39:18 ---> 12029cc0f39f 12:39:18 Step 4/24 : RUN apk add bash 12:39:18 ---> Using cache 12:39:18 ---> e6615b737995 12:39:18 Step 5/24 : RUN apk add nodejs 12:39:18 ---> Using cache 12:39:18 ---> 24860c3b2063 12:39:18 Step 6/24 : RUN apk add nodejs-npm 12:39:18 ---> Using cache 12:39:18 ---> cb2256300214 12:39:18 Step 7/24 : RUN apk add asciidoctor 12:39:18 ---> Using cache 12:39:18 ---> 48f0b705cc06 12:39:18 Step 8/24 : RUN apk add openjdk8 12:39:18 ---> Using cache 12:39:18 ---> 56a612d9bba4 12:39:18 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 12:39:18 ---> Using cache 12:39:18 ---> 54afa303828c 12:39:18 Step 10/24 : RUN apk add openssl 12:39:18 ---> Using cache 12:39:18 ---> c9c08c112472 12:39:18 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 12:39:18 ---> Using cache 12:39:18 ---> 352b01bc416e 12:39:18 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 12:39:18 ---> Using cache 12:39:18 ---> ce077e02bff8 12:39:18 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 12:39:18 ---> Using cache 12:39:18 ---> b23fedc8dd94 12:39:18 Step 14/24 : RUN npm config set proxy $http_proxy 12:39:18 ---> Using cache 12:39:18 ---> 91638a196f16 12:39:18 Step 15/24 : RUN npm install -g swagger-cli 12:39:18 ---> Using cache 12:39:18 ---> f4d81cd29e36 12:39:18 Step 16/24 : RUN npm install -g json-refs 12:39:18 ---> Using cache 12:39:18 ---> 11d5296cb6e3 12:39:18 Step 17/24 : RUN npm install -g yamljs 12:39:18 ---> Using cache 12:39:18 ---> 261de29c25d2 12:39:18 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 12:39:19 ---> 83a856294a8a 12:39:19 Removing intermediate container 3984c6f3abb8 12:39:19 Step 19/24 : RUN chmod +x /validate-in-docker.sh 12:39:19 ---> Running in 624eff66ad57 12:39:19 ---> 23e7707e2ace 12:39:19 Removing intermediate container 624eff66ad57 12:39:19 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 12:39:20 ---> 5a66fca9eace 12:39:20 Removing intermediate container 9414dd228770 12:39:20 Step 21/24 : RUN chmod +x /bin/swg2mrkup 12:39:20 ---> Running in 54f18cb37273 12:39:20 ---> 00f001754976 12:39:20 Removing intermediate container 54f18cb37273 12:39:20 Step 22/24 : ADD oas2pdf /bin/oas2pdf 12:39:21 ---> 8ceffe7815f4 12:39:21 Removing intermediate container a70f35930eda 12:39:21 Step 23/24 : RUN chmod +x /bin/oas2pdf 12:39:21 ---> Running in 16dc91b5d937 12:39:21 ---> cff746eaf280 12:39:21 Removing intermediate container 16dc91b5d937 12:39:21 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 12:39:21 ---> Running in ed7016927fb7 12:39:22 ---> e1606c8a9a13 12:39:22 Removing intermediate container ed7016927fb7 12:39:22 Successfully built e1606c8a9a13 12:39:22 Successfully tagged openapivalidator:latest 12:39:22 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 12:39:22 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/193’: Permission denied 12:39:22 Mounting dir /var/www/html/api/nfv/sol005/193 as /storage 12:39:22 Using filter '' 12:39:22 12:39:22 Entering dir /work/src 12:39:22 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 12:39:22 --- Merging file. 12:39:24 --- Create PDF... 12:39:26 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory 12:39:26 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 12:39:27 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid 12:39:27 --- Validation done (0). 12:39:27 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 12:39:27 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 12:39:27 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 12:39:27 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005) 12:39:27 --- Merging file. 12:39:29 --- Create PDF... 12:39:30 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 12:39:30 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml 12:39:31 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid 12:39:31 --- Validation done (0). 12:39:31 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml' 12:39:31 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json' 12:39:31 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory 12:39:31 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 12:39:31 --- Merging file. 12:39:32 --- Create PDF... 12:39:34 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory 12:39:34 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 12:39:34 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid 12:39:34 --- Validation done (0). 12:39:34 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 12:39:34 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 12:39:34 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 12:39:34 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 12:39:34 --- Merging file. 12:39:37 --- Create PDF... 12:39:38 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory 12:39:38 --- Validating ../build/SOL005-NSDManagement-API.yaml 12:39:39 ../build/SOL005-NSDManagement-API.yaml is valid 12:39:39 --- Validation done (0). 12:39:39 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 12:39:39 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 12:39:39 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 12:39:39 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005) 12:39:39 --- Merging file. 12:39:40 --- Create PDF... 12:39:42 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory 12:39:42 --- Validating ../build/SOL005-APIVersion-API.yaml 12:39:43 ../build/SOL005-APIVersion-API.yaml is valid 12:39:43 --- Validation done (0). 12:39:43 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml' 12:39:43 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json' 12:39:43 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf' 12:39:43 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005) 12:39:43 --- Merging file. 12:39:44 --- Create PDF... 12:39:46 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory 12:39:46 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml 12:39:47 ../build/SOL005-NFVICapacityInformation-API.yaml is valid 12:39:47 --- Validation done (0). 12:39:47 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml' 12:39:47 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json' 12:39:47 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory 12:39:47 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 12:39:47 --- Merging file. 12:39:48 --- Create PDF... 12:39:50 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory 12:39:50 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 12:39:51 ../build/SOL005-NSPerformanceManagement-API.yaml is valid 12:39:51 --- Validation done (0). 12:39:51 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 12:39:51 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 12:39:51 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 12:39:51 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 12:39:51 --- Merging file. 12:39:52 --- Create PDF... 12:39:54 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory 12:39:54 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 12:39:54 ../build/SOL005-NSDManagementNotification-API.yaml is valid 12:39:54 --- Validation done (0). 12:39:54 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 12:39:54 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 12:39:54 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 12:39:54 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 12:39:54 --- Merging file. 12:39:56 --- Create PDF... 12:39:57 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory 12:39:57 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 12:39:58 ../build/SOL005-NSFaultManagement-API.yaml is valid 12:39:58 --- Validation done (0). 12:39:58 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 12:39:58 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 12:39:58 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 12:39:58 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 12:39:58 --- Merging file. 12:40:00 --- Create PDF... 12:40:02 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory 12:40:02 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 12:40:03 ../build/SOL005-VNFPackageManagement-API.yaml is valid 12:40:03 --- Validation done (0). 12:40:03 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 12:40:03 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 12:40:03 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 12:40:03 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 12:40:03 --- Merging file. 12:40:08 --- Create PDF... 12:40:10 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory 12:40:10 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 12:40:11 ../build/SOL005-NSLifecycleManagement-API.yaml is valid 12:40:11 --- Validation done (0). 12:40:11 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 12:40:11 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 12:40:11 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 12:40:11 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 12:40:11 --- Merging file. 12:40:12 --- Create PDF... 12:40:14 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory 12:40:14 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 12:40:14 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid 12:40:14 --- Validation done (0). 12:40:14 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 12:40:14 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 12:40:14 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 12:40:14 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 12:40:14 --- Merging file. 12:40:15 --- Create PDF... 12:40:17 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory 12:40:17 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 12:40:17 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid 12:40:18 --- Validation done (0). 12:40:18 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 12:40:18 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 12:40:18 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 12:40:18 -- Final validator returns 0. 12:40:18 Archiving artifacts 12:40:20 Finished: SUCCESS