10:48:17 Started by GitLab push by Giacomo Bernini 10:48:17 [EnvInject] - Loading node environment variables. 10:48:17 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 10:48:17 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 10:48:17 > git rev-parse --is-inside-work-tree # timeout=10 10:48:17 Fetching changes from the remote Git repository 10:48:17 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 10:48:17 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 10:48:17 > git --version # timeout=10 10:48:17 using GIT_SSH to set credentials 10:48:17 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 10:48:18 Seen branch in repository origin/3.3.1-dev 10:48:18 Seen branch in repository origin/3.5.1-dev 10:48:18 Seen branch in repository origin/3.6.1-dev 10:48:18 Seen branch in repository origin/4.3.1-dev 10:48:18 Seen branch in repository origin/Release-4 10:48:18 Seen branch in repository origin/master 10:48:18 Seen branch in repository origin/validation 10:48:18 Seen 7 remote branches 10:48:18 > git show-ref --tags -d # timeout=10 10:48:18 Checking out Revision 42d17754e0dc505aa0aaba0aa01a1cc0c631ae89 (origin/4.3.1-dev) 10:48:18 > git config core.sparsecheckout # timeout=10 10:48:18 > git checkout -f 42d17754e0dc505aa0aaba0aa01a1cc0c631ae89 10:48:18 Commit message: "Update README.md" 10:48:18 > git rev-list --no-walk 42d17754e0dc505aa0aaba0aa01a1cc0c631ae89 # timeout=10 10:48:18 [sol009] $ /bin/bash /tmp/jenkins734402758492256087.sh 10:48:18 ./build-container.sh: line 7: proxy: command not found 10:48:18 http_proxy is not set 10:48:18 Proxy set to 10:48:18 Sending build context to Docker daemon 13.31kB 10:48:19 Step 1/24 : FROM alpine:3.10.0 10:48:19 ---> 4d90542f0623 10:48:19 Step 2/24 : RUN env 10:48:19 ---> Using cache 10:48:19 ---> 0b577767eb4e 10:48:19 Step 3/24 : RUN apk update 10:48:19 ---> Using cache 10:48:19 ---> 697471ef7f0a 10:48:19 Step 4/24 : RUN apk add bash 10:48:19 ---> Using cache 10:48:19 ---> a25251d4272c 10:48:19 Step 5/24 : RUN apk add nodejs 10:48:19 ---> Using cache 10:48:19 ---> ee3663c76c01 10:48:19 Step 6/24 : RUN apk add nodejs-npm 10:48:19 ---> Using cache 10:48:19 ---> 95530c68fb47 10:48:19 Step 7/24 : RUN apk add asciidoctor 10:48:19 ---> Using cache 10:48:19 ---> a321cc22063f 10:48:19 Step 8/24 : RUN apk add openjdk8 10:48:19 ---> Using cache 10:48:19 ---> 07148189c9d2 10:48:19 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 10:48:19 ---> Using cache 10:48:19 ---> 6808b2c86594 10:48:19 Step 10/24 : RUN apk add openssl 10:48:19 ---> Using cache 10:48:19 ---> ed2950ff9192 10:48:19 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3 10:48:19 ---> Using cache 10:48:19 ---> 83cde4af1585 10:48:19 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 10:48:19 ---> Using cache 10:48:19 ---> e442b40a01ef 10:48:19 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 10:48:19 ---> Using cache 10:48:19 ---> 22ece82af23f 10:48:19 Step 14/24 : RUN npm config set proxy $http_proxy 10:48:19 ---> Using cache 10:48:19 ---> 0cc1b972380e 10:48:19 Step 15/24 : RUN npm install -g swagger-cli 10:48:19 ---> Using cache 10:48:19 ---> 3ee43d5416a1 10:48:19 Step 16/24 : RUN npm install -g json-refs 10:48:19 ---> Using cache 10:48:19 ---> 94e261945a46 10:48:19 Step 17/24 : RUN npm install -g yamljs 10:48:19 ---> Using cache 10:48:19 ---> ce77b5519b06 10:48:19 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 10:48:19 ---> Using cache 10:48:19 ---> 35aaec6bc16d 10:48:19 Step 19/24 : RUN chmod +x /validate-in-docker.sh 10:48:19 ---> Using cache 10:48:19 ---> d03eaeb2e681 10:48:19 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 10:48:19 ---> Using cache 10:48:19 ---> e1aeda4a669c 10:48:19 Step 21/24 : RUN chmod +x /bin/swg2mrkup 10:48:19 ---> Using cache 10:48:19 ---> 7be3daeef15f 10:48:19 Step 22/24 : ADD oas2pdf /bin/oas2pdf 10:48:19 ---> Using cache 10:48:19 ---> 07b2adaef95c 10:48:19 Step 23/24 : RUN chmod +x /bin/oas2pdf 10:48:19 ---> Using cache 10:48:19 ---> 6d164684fc9b 10:48:19 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 10:48:19 ---> Using cache 10:48:19 ---> 247354a565f8 10:48:19 Successfully built 247354a565f8 10:48:19 Successfully tagged openapivalidator:latest 10:48:19 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work 10:48:19 mkdir: created directory '/var/www/html/api/nfv/sol009/94' 10:48:19 Mounting dir /var/www/html/api/nfv/sol009/94 as /storage 10:48:19 Using filter '' 10:48:19 10:48:19 Entering dir /work/src 10:48:19 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009) 10:48:19 --- Merging file. 10:48:20 --- Create PDF... 10:48:22 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 10:48:22 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml 10:48:22 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid 10:48:23 --- Validation done (0). 10:48:23 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml' 10:48:23 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json' 10:48:23 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 10:48:23 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009) 10:48:23 --- Merging file. 10:48:24 --- Create PDF... 10:48:26 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory 10:48:26 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml 10:48:27 ../build/SOL009-NFVManoLogManagement-API.yaml is valid 10:48:27 --- Validation done (0). 10:48:27 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml' 10:48:27 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json' 10:48:27 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory 10:48:27 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009) 10:48:27 --- Merging file. 10:48:29 --- Create PDF... 10:48:31 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 10:48:31 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml 10:48:32 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid 10:48:32 --- Validation done (0). 10:48:32 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' 10:48:32 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json' 10:48:32 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 10:48:32 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009) 10:48:32 --- Merging file. 10:48:33 --- Create PDF... 10:48:35 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory 10:48:35 --- Validating ../build/SOL009-APIVersion-API.yaml 10:48:35 ../build/SOL009-APIVersion-API.yaml is valid 10:48:35 --- Validation done (0). 10:48:35 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml' 10:48:35 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json' 10:48:35 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory 10:48:35 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009) 10:48:35 --- Merging file. 10:48:36 --- Create PDF... 10:48:38 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 10:48:38 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml 10:48:38 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid 10:48:38 --- Validation done (0). 10:48:38 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml' 10:48:38 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json' 10:48:38 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 10:48:38 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009) 10:48:38 --- Merging file. 10:48:39 --- Create PDF... 10:48:41 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 10:48:41 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml 10:48:42 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid 10:48:42 --- Validation done (0). 10:48:42 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' 10:48:42 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' 10:48:42 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 10:48:42 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009) 10:48:42 --- Merging file. 10:48:43 --- Create PDF... 10:48:45 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 10:48:45 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml 10:48:45 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid 10:48:46 --- Validation done (0). 10:48:46 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml' 10:48:46 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json' 10:48:46 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 10:48:46 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009) 10:48:46 --- Merging file. 10:48:47 --- Create PDF... 10:48:49 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 10:48:49 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml 10:48:50 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid 10:48:50 --- Validation done (0). 10:48:50 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml' 10:48:50 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json' 10:48:50 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 10:48:50 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009) 10:48:50 --- Merging file. 10:48:51 --- Create PDF... 10:48:52 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 10:48:52 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml 10:48:53 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid 10:48:53 --- Validation done (0). 10:48:53 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml' 10:48:53 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json' 10:48:53 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 10:48:53 -- Final validator returns 0. 10:48:53 Archiving artifacts 10:48:54 Finished: SUCCESS