SuccessConsole Output

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

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