17:34:44 Started by GitLab push by Giacomo Bernini 17:34:44 [EnvInject] - Loading node environment variables. 17:34:44 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 17:34:44 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 17:34:44 > git rev-parse --is-inside-work-tree # timeout=10 17:34:44 Fetching changes from the remote Git repository 17:34:44 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 17:34:44 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 17:34:44 > git --version # timeout=10 17:34:44 using GIT_SSH to set credentials 17:34:44 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 17:34:45 > git rev-parse remotes/origin/Release-4^{commit} # timeout=10 17:34:45 > git branch -a -v --no-abbrev --contains c7d1a7e1ffa02c0bb446f3a7bc585161160ea52a # timeout=10 17:34:45 Checking out Revision c7d1a7e1ffa02c0bb446f3a7bc585161160ea52a (origin/Release-4) 17:34:45 > git config core.sparsecheckout # timeout=10 17:34:45 > git checkout -f c7d1a7e1ffa02c0bb446f3a7bc585161160ea52a 17:34:45 Commit message: "Merge branch '4.4.1-dev' into 'Release-4'" 17:34:45 > git rev-list --no-walk 4d997ff26703a9faa06b67f2b19372e517c01bb4 # timeout=10 17:34:45 [sol009] $ /bin/bash /tmp/jenkins5022604747825328258.sh 17:34:45 ./build-container.sh: line 7: proxy: command not found 17:34:45 http_proxy is not set 17:34:45 Proxy set to 17:34:45 Sending build context to Docker daemon 13.31kB 17:34:45 Step 1/24 : FROM alpine:3.10.0 17:34:45 ---> 4d90542f0623 17:34:45 Step 2/24 : RUN env 17:34:45 ---> Using cache 17:34:45 ---> 0b577767eb4e 17:34:45 Step 3/24 : RUN apk update 17:34:45 ---> Using cache 17:34:45 ---> 697471ef7f0a 17:34:45 Step 4/24 : RUN apk add bash 17:34:45 ---> Using cache 17:34:45 ---> a25251d4272c 17:34:45 Step 5/24 : RUN apk add nodejs 17:34:45 ---> Using cache 17:34:45 ---> ee3663c76c01 17:34:45 Step 6/24 : RUN apk add nodejs-npm 17:34:45 ---> Using cache 17:34:45 ---> 95530c68fb47 17:34:45 Step 7/24 : RUN apk add asciidoctor 17:34:45 ---> Using cache 17:34:45 ---> a321cc22063f 17:34:45 Step 8/24 : RUN apk add openjdk8 17:34:45 ---> Using cache 17:34:45 ---> 07148189c9d2 17:34:45 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 17:34:45 ---> Using cache 17:34:45 ---> 6808b2c86594 17:34:45 Step 10/24 : RUN apk add openssl 17:34:45 ---> Using cache 17:34:45 ---> ed2950ff9192 17:34:45 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3 17:34:45 ---> Using cache 17:34:45 ---> 83cde4af1585 17:34:45 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 17:34:45 ---> Using cache 17:34:45 ---> e442b40a01ef 17:34:45 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 17:34:45 ---> Using cache 17:34:45 ---> 22ece82af23f 17:34:45 Step 14/24 : RUN npm config set proxy $http_proxy 17:34:45 ---> Using cache 17:34:45 ---> 0cc1b972380e 17:34:45 Step 15/24 : RUN npm install -g swagger-cli 17:34:45 ---> Using cache 17:34:45 ---> 3ee43d5416a1 17:34:45 Step 16/24 : RUN npm install -g json-refs 17:34:45 ---> Using cache 17:34:45 ---> 94e261945a46 17:34:45 Step 17/24 : RUN npm install -g yamljs 17:34:45 ---> Using cache 17:34:45 ---> ce77b5519b06 17:34:45 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 17:34:45 ---> cf1ead1a60d4 17:34:45 Step 19/24 : RUN chmod +x /validate-in-docker.sh 17:34:46 ---> Running in 203ce6214d34 17:34:47 Removing intermediate container 203ce6214d34 17:34:47 ---> 091bb0082ff7 17:34:47 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 17:34:47 ---> 49f76e8b88e5 17:34:47 Step 21/24 : RUN chmod +x /bin/swg2mrkup 17:34:47 ---> Running in 1cdc669e0854 17:34:48 Removing intermediate container 1cdc669e0854 17:34:48 ---> 6aea0974f9d9 17:34:48 Step 22/24 : ADD oas2pdf /bin/oas2pdf 17:34:48 ---> 525a4262944a 17:34:48 Step 23/24 : RUN chmod +x /bin/oas2pdf 17:34:48 ---> Running in a7b095f59c2e 17:34:49 Removing intermediate container a7b095f59c2e 17:34:49 ---> d4f68d3b94f7 17:34:49 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"] 17:34:49 ---> Running in 4472c9f8e6cb 17:34:50 Removing intermediate container 4472c9f8e6cb 17:34:50 ---> 4a51bb0eedaa 17:34:50 Successfully built 4a51bb0eedaa 17:34:50 Successfully tagged openapivalidator:latest 17:34:50 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work 17:34:50 mkdir: created directory '/var/www/html/api/nfv/sol009/104' 17:34:50 Mounting dir /var/www/html/api/nfv/sol009/104 as /storage 17:34:50 Using filter '' 17:34:50 17:34:50 Entering dir /work/src 17:34:50 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009) 17:34:50 --- Merging file. 17:34:51 --- Create PDF... 17:34:52 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 17:34:52 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml 17:34:52 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid 17:34:52 --- Validation done (0). 17:34:52 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml' 17:34:52 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json' 17:34:52 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 17:34:52 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009) 17:34:52 --- Merging file. 17:34:54 --- Create PDF... 17:34:55 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory 17:34:55 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml 17:34:55 ../build/SOL009-NFVManoLogManagement-API.yaml is valid 17:34:55 --- Validation done (0). 17:34:55 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml' 17:34:55 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json' 17:34:55 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory 17:34:55 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009) 17:34:55 --- Merging file. 17:34:57 --- Create PDF... 17:34:58 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 17:34:58 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml 17:34:59 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid 17:34:59 --- Validation done (0). 17:34:59 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' 17:34:59 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json' 17:34:59 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 17:34:59 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009) 17:34:59 --- Merging file. 17:34:59 --- Create PDF... 17:35:00 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory 17:35:00 --- Validating ../build/SOL009-APIVersion-API.yaml 17:35:01 ../build/SOL009-APIVersion-API.yaml is valid 17:35:01 --- Validation done (0). 17:35:01 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml' 17:35:01 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json' 17:35:01 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory 17:35:01 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009) 17:35:01 --- Merging file. 17:35:01 --- Create PDF... 17:35:03 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 17:35:03 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml 17:35:03 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid 17:35:03 --- Validation done (0). 17:35:03 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml' 17:35:03 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json' 17:35:03 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 17:35:03 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009) 17:35:03 --- Merging file. 17:35:04 --- Create PDF... 17:35:05 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 17:35:05 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml 17:35:05 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid 17:35:05 --- Validation done (0). 17:35:05 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' 17:35:05 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' 17:35:05 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 17:35:05 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009) 17:35:05 --- Merging file. 17:35:06 --- Create PDF... 17:35:07 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 17:35:07 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml 17:35:08 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid 17:35:08 --- Validation done (0). 17:35:08 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml' 17:35:08 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json' 17:35:08 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 17:35:08 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009) 17:35:08 --- Merging file. 17:35:09 --- Create PDF... 17:35:10 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 17:35:10 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml 17:35:10 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid 17:35:10 --- Validation done (0). 17:35:10 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml' 17:35:10 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json' 17:35:10 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 17:35:10 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009) 17:35:10 --- Merging file. 17:35:11 --- Create PDF... 17:35:12 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 17:35:12 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml 17:35:13 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid 17:35:13 --- Validation done (0). 17:35:13 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml' 17:35:13 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json' 17:35:13 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 17:35:13 -- Final validator returns 0. 17:35:13 Archiving artifacts 17:35:14 Finished: SUCCESS