11:37:59 Started by GitLab push by bernini 11:37:59 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 11:37:59 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 11:37:59 > git rev-parse --is-inside-work-tree # timeout=10 11:37:59 Fetching changes from the remote Git repository 11:37:59 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 11:37:59 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 11:37:59 > git --version # timeout=10 11:37:59 using GIT_SSH to set credentials 11:37:59 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 11:38:00 > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10 11:38:00 > git branch -a -v --no-abbrev --contains a0763b343b4162cb3c065b738e4d50d8d7775b78 # timeout=10 11:38:00 Checking out Revision a0763b343b4162cb3c065b738e4d50d8d7775b78 (origin/3.3.1-dev) 11:38:00 > git config core.sparsecheckout # timeout=10 11:38:00 > git checkout -f a0763b343b4162cb3c065b738e4d50d8d7775b78 11:38:00 Commit message: "updated responses data types names" 11:38:00 > git rev-list --no-walk 90d66e086aef1a3850adc7a096c9bb5f4031a14f # timeout=10 11:38:00 [sol009] $ /bin/bash /tmp/jenkins5426440374777058830.sh 11:38:00 ./build-container.sh: line 7: proxy: command not found 11:38:00 http_proxy is not set 11:38:00 Proxy set to 11:38:00 Sending build context to Docker daemon 13.31kB 11:38:00 Step 1/24 : FROM alpine:3.10.0 11:38:01 3.10.0: Pulling from library/alpine 11:38:02 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 11:38:02 Status: Downloaded newer image for alpine:3.10.0 11:38:02 ---> 4d90542f0623 11:38:02 Step 2/24 : RUN env 11:38:02 ---> Using cache 11:38:02 ---> c8cecf89d704 11:38:02 Step 3/24 : RUN apk update 11:38:02 ---> Using cache 11:38:02 ---> 6264cba780e9 11:38:02 Step 4/24 : RUN apk add bash 11:38:02 ---> Using cache 11:38:02 ---> 4e10238767b3 11:38:02 Step 5/24 : RUN apk add nodejs 11:38:02 ---> Using cache 11:38:02 ---> 2ba37b1ad369 11:38:02 Step 6/24 : RUN apk add nodejs-npm 11:38:02 ---> Using cache 11:38:02 ---> da7188bbf0f5 11:38:02 Step 7/24 : RUN apk add asciidoctor 11:38:02 ---> Using cache 11:38:02 ---> 567b921c8a47 11:38:02 Step 8/24 : RUN apk add openjdk8 11:38:02 ---> Using cache 11:38:02 ---> 3f1d30f8dbb5 11:38:02 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 11:38:02 ---> Using cache 11:38:02 ---> 6abb7b0bb6ad 11:38:02 Step 10/24 : RUN apk add openssl 11:38:02 ---> Using cache 11:38:02 ---> 67675bf5abea 11:38:02 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 11:38:02 ---> Using cache 11:38:02 ---> 6cff3aa70b10 11:38:02 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 11:38:02 ---> Using cache 11:38:02 ---> b1e99a905d8e 11:38:02 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 11:38:02 ---> Using cache 11:38:02 ---> 19050c654506 11:38:02 Step 14/24 : RUN npm config set proxy $http_proxy 11:38:02 ---> Using cache 11:38:02 ---> 2f4ed0397a39 11:38:02 Step 15/24 : RUN npm install -g swagger-cli 11:38:02 ---> Using cache 11:38:02 ---> 4f6fcf624cd2 11:38:02 Step 16/24 : RUN npm install -g json-refs 11:38:02 ---> Using cache 11:38:02 ---> 3cf6b699c5fa 11:38:02 Step 17/24 : RUN npm install -g yamljs 11:38:02 ---> Using cache 11:38:02 ---> 1386c985d90f 11:38:02 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 11:38:02 ---> Using cache 11:38:02 ---> 730b434ee40a 11:38:02 Step 19/24 : RUN chmod +x /validate-in-docker.sh 11:38:02 ---> Using cache 11:38:02 ---> 7bc02caa294f 11:38:02 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 11:38:02 ---> Using cache 11:38:02 ---> fe6c547c01d5 11:38:02 Step 21/24 : RUN chmod +x /bin/swg2mrkup 11:38:02 ---> Using cache 11:38:02 ---> 997199583ef7 11:38:02 Step 22/24 : ADD oas2pdf /bin/oas2pdf 11:38:02 ---> Using cache 11:38:02 ---> 3ab649b32ccf 11:38:02 Step 23/24 : RUN chmod +x /bin/oas2pdf 11:38:02 ---> Using cache 11:38:02 ---> 3056e6ea1a9a 11:38:02 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 11:38:02 ---> Using cache 11:38:02 ---> acb63b2dd0fe 11:38:02 Successfully built acb63b2dd0fe 11:38:02 Successfully tagged openapivalidator:latest 11:38:02 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work 11:38:02 mkdir: created directory '/var/www/html/api/nfv/sol009/19' 11:38:02 Mounting dir /var/www/html/api/nfv/sol009/19 as /storage 11:38:02 Using filter '' 11:38:02 11:38:02 Entering dir /work/src 11:38:02 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009) 11:38:02 --- Merging file. 11:38:03 --- Create PDF... 11:38:05 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 11:38:05 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml 11:38:05 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid 11:38:05 --- Validation done (0). 11:38:05 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml' 11:38:05 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json' 11:38:05 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 11:38:06 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009) 11:38:06 --- Merging file. 11:38:07 --- Create PDF... 11:38:09 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory 11:38:09 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml 11:38:10 ../build/SOL009-NFVManoLogManagement-API.yaml is valid 11:38:10 --- Validation done (0). 11:38:10 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml' 11:38:10 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json' 11:38:10 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory 11:38:10 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009) 11:38:10 --- Merging file. 11:38:12 --- Create PDF... 11:38:14 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 11:38:14 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml 11:38:15 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid 11:38:15 --- Validation done (0). 11:38:15 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' 11:38:15 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json' 11:38:15 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 11:38:15 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009) 11:38:15 --- Merging file. 11:38:16 --- Create PDF... 11:38:17 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory 11:38:17 --- Validating ../build/SOL009-APIVersion-API.yaml 11:38:18 ../build/SOL009-APIVersion-API.yaml is valid 11:38:18 --- Validation done (0). 11:38:18 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml' 11:38:18 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json' 11:38:18 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory 11:38:18 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009) 11:38:18 --- Merging file. 11:38:19 --- Create PDF... 11:38:20 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 11:38:20 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml 11:38:21 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid 11:38:21 --- Validation done (0). 11:38:21 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml' 11:38:21 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json' 11:38:21 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 11:38:21 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009) 11:38:21 --- Merging file. 11:38:22 --- Create PDF... 11:38:24 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 11:38:24 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml 11:38:24 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid 11:38:24 --- Validation done (0). 11:38:24 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' 11:38:24 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' 11:38:24 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 11:38:24 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009) 11:38:24 --- Merging file. 11:38:25 --- Create PDF... 11:38:27 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 11:38:27 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml 11:38:28 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid 11:38:28 --- Validation done (0). 11:38:28 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml' 11:38:28 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json' 11:38:28 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 11:38:28 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009) 11:38:28 --- Merging file. 11:38:30 --- Create PDF... 11:38:31 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 11:38:31 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml 11:38:32 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid 11:38:32 --- Validation done (0). 11:38:32 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml' 11:38:32 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json' 11:38:32 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 11:38:32 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009) 11:38:32 --- Merging file. 11:38:33 --- Create PDF... 11:38:35 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 11:38:35 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml 11:38:35 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid 11:38:35 --- Validation done (0). 11:38:35 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml' 11:38:35 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json' 11:38:35 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 11:38:35 -- Final validator returns 0. 11:38:36 Archiving artifacts 11:38:36 Finished: SUCCESS