SuccessConsole Output

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

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