22:12:13 Started by GitLab push by Samir Medjiah 22:12:13 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011 22:12:13 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 22:12:13 > git rev-parse --is-inside-work-tree # timeout=10 22:12:13 Fetching changes from the remote Git repository 22:12:13 > git config remote.origin.url git@forge.etsi.org:nfv/SOL011.git # timeout=10 22:12:13 Fetching upstream changes from git@forge.etsi.org:nfv/SOL011.git 22:12:13 > git --version # timeout=10 22:12:13 using GIT_SSH to set credentials 22:12:13 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL011.git +refs/heads/*:refs/remotes/origin/* 22:12:14 > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10 22:12:14 > git branch -a -v --no-abbrev --contains 50d55c3af96da71eaf1febc8b60de286c58b5b10 # timeout=10 22:12:14 Checking out Revision 50d55c3af96da71eaf1febc8b60de286c58b5b10 (origin/3.3.1-dev) 22:12:14 > git config core.sparsecheckout # timeout=10 22:12:14 > git checkout -f 50d55c3af96da71eaf1febc8b60de286c58b5b10 22:12:14 Commit message: "Added NS Instance Usage Notification API" 22:12:14 > git rev-list --no-walk 8d6708c6e7e3932cedf5304a514c7aea493e7abe # timeout=10 22:12:15 [sol011] $ /bin/bash /tmp/jenkins7301896950346765399.sh 22:12:15 ./build-container.sh: line 7: proxy: command not found 22:12:15 http_proxy is not set 22:12:15 Proxy set to 22:12:15 Sending build context to Docker daemon 13.31kB 22:12:15 Step 1/24 : FROM alpine:3.10.0 22:12:15 ---> 4d90542f0623 22:12:15 Step 2/24 : RUN env 22:12:15 ---> Using cache 22:12:15 ---> 74f10208e216 22:12:15 Step 3/24 : RUN apk update 22:12:15 ---> Using cache 22:12:15 ---> 402f5f4181db 22:12:15 Step 4/24 : RUN apk add bash 22:12:15 ---> Using cache 22:12:15 ---> 7fee8facc93c 22:12:15 Step 5/24 : RUN apk add nodejs 22:12:15 ---> Using cache 22:12:15 ---> fd1b1ff44aec 22:12:15 Step 6/24 : RUN apk add nodejs-npm 22:12:15 ---> Using cache 22:12:15 ---> 72dcb8c5469d 22:12:15 Step 7/24 : RUN apk add asciidoctor 22:12:15 ---> Using cache 22:12:15 ---> f93c03b6714b 22:12:15 Step 8/24 : RUN apk add openjdk8 22:12:15 ---> Using cache 22:12:15 ---> 64595557b10d 22:12:15 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 22:12:15 ---> Using cache 22:12:15 ---> 89b1cc262e26 22:12:15 Step 10/24 : RUN apk add openssl 22:12:15 ---> Using cache 22:12:15 ---> decdca7d1ef5 22:12:15 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 22:12:15 ---> Using cache 22:12:15 ---> 1d853dd7c6c3 22:12:15 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 22:12:15 ---> Using cache 22:12:15 ---> 295b0548de80 22:12:15 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 22:12:15 ---> Using cache 22:12:15 ---> be6e6825f19e 22:12:15 Step 14/24 : RUN npm config set proxy $http_proxy 22:12:15 ---> Using cache 22:12:15 ---> c40e0db98de7 22:12:15 Step 15/24 : RUN npm install -g swagger-cli 22:12:15 ---> Using cache 22:12:15 ---> 47d8bbfd0303 22:12:15 Step 16/24 : RUN npm install -g json-refs 22:12:15 ---> Using cache 22:12:15 ---> 3fee18d05a16 22:12:15 Step 17/24 : RUN npm install -g yamljs 22:12:15 ---> Using cache 22:12:15 ---> 514359d9f9b0 22:12:15 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 22:12:15 ---> Using cache 22:12:15 ---> 7d0d40b8c427 22:12:15 Step 19/24 : RUN chmod +x /validate-in-docker.sh 22:12:15 ---> Using cache 22:12:15 ---> 263ed9d13f24 22:12:15 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 22:12:15 ---> Using cache 22:12:15 ---> 63cc9d490b54 22:12:15 Step 21/24 : RUN chmod +x /bin/swg2mrkup 22:12:15 ---> Using cache 22:12:15 ---> eb1ef268cdc1 22:12:15 Step 22/24 : ADD oas2pdf /bin/oas2pdf 22:12:15 ---> Using cache 22:12:15 ---> 3d5957bfc623 22:12:15 Step 23/24 : RUN chmod +x /bin/oas2pdf 22:12:15 ---> Using cache 22:12:15 ---> 381d3ad57559 22:12:15 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 22:12:15 ---> Using cache 22:12:15 ---> d346f2906793 22:12:15 Successfully built d346f2906793 22:12:15 Successfully tagged openapivalidator:latest 22:12:15 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011 as /work 22:12:15 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol011/8’: Permission denied 22:12:15 Mounting dir /var/www/html/api/nfv/sol011/8 as /storage 22:12:16 Using filter '' 22:12:16 22:12:16 Entering dir /work/src 22:12:16 -- Will validate: ./SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL011) 22:12:16 --- Merging file. 22:12:18 --- Create PDF... 22:12:36 --- Validating ../build/SOL011-NSLifecycleManagementNotification-API.yaml 22:12:37 ../build/SOL011-NSLifecycleManagementNotification-API.yaml is valid 22:12:37 --- Validation done (0). 22:12:37 '../build/SOL011-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL011-NSLifecycleManagementNotification-API.yaml' 22:12:37 '../build/SOL011-NSLifecycleManagementNotification-API.json' -> '/storage/SOL011-NSLifecycleManagementNotification-API.json' 22:12:37 '../build/SOL011-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL011-NSLifecycleManagementNotification-API.pdf' 22:12:37 -- Will validate: ./SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml (api: NSLifecycleOperationGranting) (deliverable:SOL011) 22:12:37 --- Merging file. 22:12:38 --- Create PDF... 22:12:39 --- Validating ../build/SOL011-NSLifecycleOperationGranting-API.yaml 22:12:39 mv: can't rename 'SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory 22:12:40 ../build/SOL011-NSLifecycleOperationGranting-API.yaml is valid 22:12:40 --- Validation done (0). 22:12:40 '../build/SOL011-NSLifecycleOperationGranting-API.yaml' -> '/storage/SOL011-NSLifecycleOperationGranting-API.yaml' 22:12:40 '../build/SOL011-NSLifecycleOperationGranting-API.json' -> '/storage/SOL011-NSLifecycleOperationGranting-API.json' 22:12:40 cp: can't stat '../build/SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory 22:12:40 -- Will validate: ./SOL011/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL011) 22:12:40 --- Merging file. 22:12:41 --- Create PDF... 22:12:43 mv: can't rename 'SOL011-NSDManagement-API.pdf': No such file or directory 22:12:43 --- Validating ../build/SOL011-NSDManagement-API.yaml 22:12:43 ../build/SOL011-NSDManagement-API.yaml is valid 22:12:43 --- Validation done (0). 22:12:43 '../build/SOL011-NSDManagement-API.yaml' -> '/storage/SOL011-NSDManagement-API.yaml' 22:12:43 '../build/SOL011-NSDManagement-API.json' -> '/storage/SOL011-NSDManagement-API.json' 22:12:43 cp: can't stat '../build/SOL011-NSDManagement-API.pdf': No such file or directory 22:12:43 -- Will validate: ./SOL011/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL011) 22:12:43 --- Merging file. 22:12:44 --- Create PDF... 22:12:46 mv: can't rename 'SOL011-APIVersion-API.pdf': No such file or directory 22:12:46 --- Validating ../build/SOL011-APIVersion-API.yaml 22:12:46 ../build/SOL011-APIVersion-API.yaml is valid 22:12:46 --- Validation done (0). 22:12:46 '../build/SOL011-APIVersion-API.yaml' -> '/storage/SOL011-APIVersion-API.yaml' 22:12:46 '../build/SOL011-APIVersion-API.json' -> '/storage/SOL011-APIVersion-API.json' 22:12:46 cp: can't stat '../build/SOL011-APIVersion-API.pdf': No such file or directory 22:12:46 -- Will validate: ./SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL011) 22:12:46 --- Merging file. 22:12:48 --- Create PDF... 22:13:12 --- Validating ../build/SOL011-NSPerformanceManagement-API.yaml 22:13:12 ../build/SOL011-NSPerformanceManagement-API.yaml is valid 22:13:12 --- Validation done (0). 22:13:12 '../build/SOL011-NSPerformanceManagement-API.yaml' -> '/storage/SOL011-NSPerformanceManagement-API.yaml' 22:13:12 '../build/SOL011-NSPerformanceManagement-API.json' -> '/storage/SOL011-NSPerformanceManagement-API.json' 22:13:12 '../build/SOL011-NSPerformanceManagement-API.pdf' -> '/storage/SOL011-NSPerformanceManagement-API.pdf' 22:13:12 -- Will validate: ./SOL011/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL011) 22:13:12 --- Merging file. 22:13:14 --- Create PDF... 22:13:36 --- Validating ../build/SOL011-NSFaultManagement-API.yaml 22:13:36 ../build/SOL011-NSFaultManagement-API.yaml is valid 22:13:36 --- Validation done (0). 22:13:36 '../build/SOL011-NSFaultManagement-API.yaml' -> '/storage/SOL011-NSFaultManagement-API.yaml' 22:13:36 '../build/SOL011-NSFaultManagement-API.json' -> '/storage/SOL011-NSFaultManagement-API.json' 22:13:36 '../build/SOL011-NSFaultManagement-API.pdf' -> '/storage/SOL011-NSFaultManagement-API.pdf' 22:13:36 -- Will validate: ./SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL011) 22:13:36 --- Merging file. 22:13:39 --- Create PDF... 22:14:45 --- Validating ../build/SOL011-NSLifecycleManagement-API.yaml 22:14:46 ../build/SOL011-NSLifecycleManagement-API.yaml is valid 22:14:46 --- Validation done (0). 22:14:46 '../build/SOL011-NSLifecycleManagement-API.yaml' -> '/storage/SOL011-NSLifecycleManagement-API.yaml' 22:14:46 '../build/SOL011-NSLifecycleManagement-API.json' -> '/storage/SOL011-NSLifecycleManagement-API.json' 22:14:46 '../build/SOL011-NSLifecycleManagement-API.pdf' -> '/storage/SOL011-NSLifecycleManagement-API.pdf' 22:14:46 -- Will validate: ./SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL011) 22:14:46 --- Merging file. 22:14:47 --- Create PDF... 22:14:59 --- Validating ../build/SOL011-NSFaultManagementNotification-API.yaml 22:15:00 ../build/SOL011-NSFaultManagementNotification-API.yaml is valid 22:15:00 --- Validation done (0). 22:15:00 '../build/SOL011-NSFaultManagementNotification-API.yaml' -> '/storage/SOL011-NSFaultManagementNotification-API.yaml' 22:15:00 '../build/SOL011-NSFaultManagementNotification-API.json' -> '/storage/SOL011-NSFaultManagementNotification-API.json' 22:15:00 '../build/SOL011-NSFaultManagementNotification-API.pdf' -> '/storage/SOL011-NSFaultManagementNotification-API.pdf' 22:15:00 -- Will validate: ./SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml (api: NSInstanceUsageNotification) (deliverable:SOL011) 22:15:00 --- Merging file. 22:15:01 --- Create PDF... 22:15:02 mv: can't rename 'SOL011-NSInstanceUsageNotification-API.pdf': No such file or directory 22:15:02 --- Validating ../build/SOL011-NSInstanceUsageNotification-API.yaml 22:15:03 ../build/SOL011-NSInstanceUsageNotification-API.yaml is valid 22:15:03 --- Validation done (0). 22:15:03 '../build/SOL011-NSInstanceUsageNotification-API.yaml' -> '/storage/SOL011-NSInstanceUsageNotification-API.yaml' 22:15:03 '../build/SOL011-NSInstanceUsageNotification-API.json' -> '/storage/SOL011-NSInstanceUsageNotification-API.json' 22:15:03 cp: can't stat '../build/SOL011-NSInstanceUsageNotification-API.pdf': No such file or directory 22:15:03 -- Will validate: ./SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL011) 22:15:03 --- Merging file. 22:15:04 --- Create PDF... 22:15:15 --- Validating ../build/SOL011-NSPerformanceManagementNotification-API.yaml 22:15:16 ../build/SOL011-NSPerformanceManagementNotification-API.yaml is valid 22:15:16 --- Validation done (0). 22:15:16 '../build/SOL011-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL011-NSPerformanceManagementNotification-API.yaml' 22:15:16 '../build/SOL011-NSPerformanceManagementNotification-API.json' -> '/storage/SOL011-NSPerformanceManagementNotification-API.json' 22:15:16 '../build/SOL011-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL011-NSPerformanceManagementNotification-API.pdf' 22:15:16 -- Final validator returns 0. 22:15:16 Archiving artifacts 22:15:17 Finished: SUCCESS