SuccessConsole Output

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

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