SuccessConsole Output

17:10:43 Started by GitLab push by bernini
17:10:43 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
17:10:43 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
17:10:43  > git rev-parse --is-inside-work-tree # timeout=10
17:10:43 Fetching changes from the remote Git repository
17:10:43  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
17:10:43 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
17:10:43  > git --version # timeout=10
17:10:43 using GIT_SSH to set credentials 
17:10:43  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
17:10:44  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
17:10:44  > git branch -a -v --no-abbrev --contains 921a2d1281bd97abbcd00c09e95376369747cd16 # timeout=10
17:10:44 Checking out Revision 921a2d1281bd97abbcd00c09e95376369747cd16 (origin/3.3.1-dev)
17:10:44  > git config core.sparsecheckout # timeout=10
17:10:44  > git checkout -f 921a2d1281bd97abbcd00c09e95376369747cd16
17:10:44 Commit message: "Merge branch '3.3.1-dev' of https://forge.etsi.org/gitlab/nfv/SOL009 into 3.3.1-dev"
17:10:44  > git rev-list --no-walk 90f842c600448df713816390cad00e5d229deb87 # timeout=10
17:10:44 [sol009] $ /bin/bash /tmp/jenkins3067175324903281357.sh
17:10:44 ./build-container.sh: line 7: proxy: command not found
17:10:44 http_proxy is not set
17:10:44 Proxy set to 
17:10:44 Sending build context to Docker daemon  13.31kB

17:10:44 Step 1/24 : FROM alpine:3.10.0
17:10:46 3.10.0: Pulling from library/alpine
17:10:46 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
17:10:46 Status: Downloaded newer image for alpine:3.10.0
17:10:46  ---> 4d90542f0623
17:10:46 Step 2/24 : RUN env
17:10:46  ---> Using cache
17:10:46  ---> c8cecf89d704
17:10:46 Step 3/24 : RUN apk update
17:10:46  ---> Using cache
17:10:46  ---> 6264cba780e9
17:10:46 Step 4/24 : RUN apk add bash
17:10:46  ---> Using cache
17:10:46  ---> 4e10238767b3
17:10:46 Step 5/24 : RUN apk add nodejs
17:10:46  ---> Using cache
17:10:46  ---> 2ba37b1ad369
17:10:46 Step 6/24 : RUN apk add nodejs-npm
17:10:46  ---> Using cache
17:10:46  ---> da7188bbf0f5
17:10:46 Step 7/24 : RUN apk add asciidoctor
17:10:46  ---> Using cache
17:10:46  ---> 567b921c8a47
17:10:46 Step 8/24 : RUN apk add openjdk8
17:10:46  ---> Using cache
17:10:46  ---> 3f1d30f8dbb5
17:10:46 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
17:10:46  ---> Using cache
17:10:46  ---> 6abb7b0bb6ad
17:10:46 Step 10/24 : RUN apk add openssl
17:10:46  ---> Using cache
17:10:46  ---> 67675bf5abea
17:10:46 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
17:10:46  ---> Using cache
17:10:46  ---> 6cff3aa70b10
17:10:46 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
17:10:46  ---> Using cache
17:10:46  ---> b1e99a905d8e
17:10:46 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
17:10:46  ---> Using cache
17:10:46  ---> 19050c654506
17:10:46 Step 14/24 : RUN npm config set proxy $http_proxy
17:10:46  ---> Using cache
17:10:46  ---> 2f4ed0397a39
17:10:46 Step 15/24 : RUN npm install -g swagger-cli
17:10:46  ---> Using cache
17:10:46  ---> 4f6fcf624cd2
17:10:46 Step 16/24 : RUN npm install -g json-refs
17:10:46  ---> Using cache
17:10:46  ---> 3cf6b699c5fa
17:10:46 Step 17/24 : RUN npm install -g yamljs
17:10:46  ---> Using cache
17:10:46  ---> 1386c985d90f
17:10:46 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
17:10:46  ---> Using cache
17:10:46  ---> 730b434ee40a
17:10:46 Step 19/24 : RUN chmod +x /validate-in-docker.sh
17:10:46  ---> Using cache
17:10:46  ---> 7bc02caa294f
17:10:46 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
17:10:46  ---> Using cache
17:10:46  ---> fe6c547c01d5
17:10:46 Step 21/24 : RUN chmod +x /bin/swg2mrkup
17:10:46  ---> Using cache
17:10:46  ---> 997199583ef7
17:10:46 Step 22/24 : ADD oas2pdf /bin/oas2pdf
17:10:46  ---> Using cache
17:10:46  ---> 3ab649b32ccf
17:10:46 Step 23/24 : RUN chmod +x /bin/oas2pdf
17:10:46  ---> Using cache
17:10:46  ---> 3056e6ea1a9a
17:10:46 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
17:10:46  ---> Using cache
17:10:46  ---> acb63b2dd0fe
17:10:46 Successfully built acb63b2dd0fe
17:10:46 Successfully tagged openapivalidator:latest
17:10:46 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
17:10:46 mkdir: created directory '/var/www/html/api/nfv/sol009/12'
17:10:46 Mounting dir /var/www/html/api/nfv/sol009/12 as /storage
17:10:47 Using filter ''
17:10:47 
17:10:47 Entering dir /work/src
17:10:47 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
17:10:47 --- Merging file.
17:10:48 --- Create PDF...
17:10:49 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
17:10:49 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
17:10:50 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
17:10:50 --- Validation done (0).
17:10:50 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
17:10:50 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
17:10:50 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
17:10:50 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
17:10:50 --- Merging file.
17:10:52 --- Create PDF...
17:10:53 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
17:10:53 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
17:10:54 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
17:10:54 --- Validation done (0).
17:10:54 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
17:10:54 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
17:10:54 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
17:10:54 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
17:10:54 --- Merging file.
17:10:56 --- Create PDF...
17:10:58 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
17:10:58 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
17:10:59 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
17:10:59 --- Validation done (0).
17:10:59 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
17:10:59 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
17:10:59 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
17:10:59 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
17:10:59 --- Merging file.
17:11:00 --- Create PDF...
17:11:01 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
17:11:01 --- Validating ../build/SOL009-APIVersion-API.yaml
17:11:02 ../build/SOL009-APIVersion-API.yaml is valid
17:11:02 --- Validation done (0).
17:11:02 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
17:11:02 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
17:11:02 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
17:11:02 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
17:11:02 --- Merging file.
17:11:03 --- Create PDF...
17:11:05 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
17:11:05 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
17:11:05 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
17:11:05 --- Validation done (0).
17:11:05 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
17:11:05 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
17:11:05 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
17:11:05 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
17:11:05 --- Merging file.
17:11:06 --- Create PDF...
17:11:08 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
17:11:08 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
17:11:08 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
17:11:08 --- Validation done (0).
17:11:08 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
17:11:08 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
17:11:08 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
17:11:08 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
17:11:08 --- Merging file.
17:11:09 --- Create PDF...
17:11:11 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
17:11:11 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
17:11:12 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
17:11:12 --- Validation done (0).
17:11:12 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
17:11:12 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
17:11:12 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
17:11:12 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
17:11:12 --- Merging file.
17:11:13 --- Create PDF...
17:11:15 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
17:11:15 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
17:11:16 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
17:11:16 --- Validation done (0).
17:11:16 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
17:11:16 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
17:11:16 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
17:11:16 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
17:11:16 --- Merging file.
17:11:17 --- Create PDF...
17:11:18 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
17:11:18 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
17:11:19 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
17:11:19 --- Validation done (0).
17:11:19 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
17:11:19 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
17:11:19 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
17:11:19 -- Final validator returns 0.
17:11:19 Archiving artifacts
17:11:20 Finished: SUCCESS