SuccessConsole Output

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

12:52:21 Step 1/24 : FROM alpine:3.10.0
12:52:22 3.10.0: Pulling from library/alpine
12:52:23 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:52:23 Status: Downloaded newer image for alpine:3.10.0
12:52:23  ---> 4d90542f0623
12:52:23 Step 2/24 : RUN env
12:52:23  ---> Using cache
12:52:23  ---> 8dac25977110
12:52:23 Step 3/24 : RUN apk update
12:52:23  ---> Using cache
12:52:23  ---> 37b1267c0d61
12:52:23 Step 4/24 : RUN apk add bash
12:52:23  ---> Using cache
12:52:23  ---> 08d05719ba05
12:52:23 Step 5/24 : RUN apk add nodejs
12:52:23  ---> Using cache
12:52:23  ---> 0ee099fc3499
12:52:23 Step 6/24 : RUN apk add nodejs-npm
12:52:23  ---> Using cache
12:52:23  ---> 2e13502fb746
12:52:23 Step 7/24 : RUN apk add asciidoctor
12:52:23  ---> Using cache
12:52:23  ---> b501e544cc6f
12:52:23 Step 8/24 : RUN apk add openjdk8
12:52:23  ---> Using cache
12:52:23  ---> 7ba24886b75e
12:52:23 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:52:23  ---> Using cache
12:52:23  ---> 87451dbdb562
12:52:23 Step 10/24 : RUN apk add openssl
12:52:23  ---> Using cache
12:52:23  ---> cb4988caa1a6
12:52:23 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:52:23  ---> Using cache
12:52:23  ---> d1bb45b65e57
12:52:23 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:52:23  ---> Using cache
12:52:23  ---> 052acfe99c2d
12:52:23 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:52:23  ---> Using cache
12:52:23  ---> ccfbd4411b69
12:52:23 Step 14/24 : RUN npm config set proxy $http_proxy
12:52:23  ---> Using cache
12:52:23  ---> e9209c9968f3
12:52:23 Step 15/24 : RUN npm install -g swagger-cli
12:52:23  ---> Using cache
12:52:23  ---> c75a98940663
12:52:23 Step 16/24 : RUN npm install -g json-refs
12:52:23  ---> Using cache
12:52:23  ---> 4b76971f84c7
12:52:23 Step 17/24 : RUN npm install -g yamljs
12:52:23  ---> Using cache
12:52:23  ---> a32e59c61dad
12:52:23 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:52:23  ---> bcdd470f6333
12:52:23 Removing intermediate container 9de1312a3825
12:52:23 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:52:23  ---> Running in 6dc750632c3b
12:52:24  ---> 910822c8a1f9
12:52:24 Removing intermediate container 6dc750632c3b
12:52:24 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:52:24  ---> 3abc5137cda0
12:52:24 Removing intermediate container 5c4978bf6abf
12:52:24 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:52:24  ---> Running in c59f32064dee
12:52:25  ---> bec055db5abf
12:52:25 Removing intermediate container c59f32064dee
12:52:25 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:52:25  ---> ec48bebca1d7
12:52:25 Removing intermediate container 4ff84965e700
12:52:25 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:52:25  ---> Running in 65ddec6abc17
12:52:26  ---> 6f4173fece97
12:52:26 Removing intermediate container 65ddec6abc17
12:52:26 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:52:26  ---> Running in a06c300eb958
12:52:26  ---> 68fd89cee976
12:52:26 Removing intermediate container a06c300eb958
12:52:26 Successfully built 68fd89cee976
12:52:26 Successfully tagged openapivalidator:latest
12:52:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
12:52:26 mkdir: created directory '/var/www/html/api/nfv/sol009/76'
12:52:26 Mounting dir /var/www/html/api/nfv/sol009/76 as /storage
12:52:26 Using filter ''
12:52:26 
12:52:26 Entering dir /work/src
12:52:26 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
12:52:26 --- Merging file.
12:52:27 --- Create PDF...
12:52:29 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
12:52:29 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:52:30 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
12:52:30 --- Validation done (0).
12:52:30 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
12:52:30 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
12:52:30 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:52:30 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
12:52:30 --- Merging file.
12:52:32 --- Create PDF...
12:52:33 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:52:33 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
12:52:34 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
12:52:34 --- Validation done (0).
12:52:34 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
12:52:34 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
12:52:34 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:52:34 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
12:52:34 --- Merging file.
12:52:37 --- Create PDF...
12:52:38 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:52:38 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
12:52:39 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
12:52:39 --- Validation done (0).
12:52:39 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
12:52:39 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
12:52:39 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:52:39 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
12:52:39 --- Merging file.
12:52:41 --- Create PDF...
12:52:42 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
12:52:42 --- Validating ../build/SOL009-APIVersion-API.yaml
12:52:43 ../build/SOL009-APIVersion-API.yaml is valid
12:52:43 --- Validation done (0).
12:52:43 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
12:52:43 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
12:52:43 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
12:52:43 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
12:52:43 --- Merging file.
12:52:44 --- Create PDF...
12:52:46 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:52:46 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
12:52:46 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
12:52:46 --- Validation done (0).
12:52:46 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
12:52:46 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
12:52:46 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:52:46 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
12:52:46 --- Merging file.
12:52:47 --- Create PDF...
12:52:49 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:52:49 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
12:52:50 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
12:52:50 --- Validation done (0).
12:52:50 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
12:52:50 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
12:52:50 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:52:50 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
12:52:50 --- Merging file.
12:52:51 --- Create PDF...
12:52:53 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:52:53 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
12:52:54 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
12:52:54 --- Validation done (0).
12:52:54 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
12:52:54 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
12:52:54 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:52:54 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
12:52:54 --- Merging file.
12:52:55 --- Create PDF...
12:52:57 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:52:57 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
12:52:58 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
12:52:58 --- Validation done (0).
12:52:58 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
12:52:58 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
12:52:58 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:52:58 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
12:52:58 --- Merging file.
12:52:59 --- Create PDF...
12:53:01 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:53:01 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
12:53:02 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
12:53:02 --- Validation done (0).
12:53:02 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
12:53:02 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
12:53:02 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:53:02 -- Final validator returns 0.
12:53:02 Archiving artifacts
12:53:03 Finished: SUCCESS