SuccessConsole Output

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

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