SuccessConsole Output

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

07:23:11 Step 1/24 : FROM alpine:3.10.0
07:23:13 3.10.0: Pulling from library/alpine
07:23:13 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
07:23:13 Status: Downloaded newer image for alpine:3.10.0
07:23:13  ---> 4d90542f0623
07:23:13 Step 2/24 : RUN env
07:23:13  ---> Using cache
07:23:13  ---> 3dd37f88f48b
07:23:13 Step 3/24 : RUN apk update
07:23:13  ---> Using cache
07:23:13  ---> 12029cc0f39f
07:23:13 Step 4/24 : RUN apk add bash
07:23:13  ---> Using cache
07:23:13  ---> e6615b737995
07:23:13 Step 5/24 : RUN apk add nodejs
07:23:13  ---> Using cache
07:23:13  ---> 24860c3b2063
07:23:13 Step 6/24 : RUN apk add nodejs-npm
07:23:13  ---> Using cache
07:23:13  ---> cb2256300214
07:23:13 Step 7/24 : RUN apk add asciidoctor
07:23:13  ---> Using cache
07:23:13  ---> 48f0b705cc06
07:23:13 Step 8/24 : RUN apk add openjdk8
07:23:13  ---> Using cache
07:23:13  ---> 56a612d9bba4
07:23:13 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
07:23:13  ---> Using cache
07:23:13  ---> 54afa303828c
07:23:13 Step 10/24 : RUN apk add openssl
07:23:13  ---> Using cache
07:23:13  ---> c9c08c112472
07:23:13 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
07:23:13  ---> Using cache
07:23:13  ---> 352b01bc416e
07:23:13 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
07:23:13  ---> Using cache
07:23:13  ---> ce077e02bff8
07:23:13 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
07:23:13  ---> Using cache
07:23:13  ---> b23fedc8dd94
07:23:13 Step 14/24 : RUN npm config set proxy $http_proxy
07:23:13  ---> Using cache
07:23:13  ---> 91638a196f16
07:23:13 Step 15/24 : RUN npm install -g swagger-cli
07:23:13  ---> Using cache
07:23:13  ---> f4d81cd29e36
07:23:13 Step 16/24 : RUN npm install -g json-refs
07:23:13  ---> Using cache
07:23:13  ---> 11d5296cb6e3
07:23:13 Step 17/24 : RUN npm install -g yamljs
07:23:13  ---> Using cache
07:23:13  ---> 261de29c25d2
07:23:13 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
07:23:13  ---> Using cache
07:23:13  ---> 500f197bc30e
07:23:13 Step 19/24 : RUN chmod +x /validate-in-docker.sh
07:23:13  ---> Using cache
07:23:13  ---> faa78c58459a
07:23:13 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
07:23:13  ---> Using cache
07:23:13  ---> 348876f81ed4
07:23:13 Step 21/24 : RUN chmod +x /bin/swg2mrkup
07:23:13  ---> Using cache
07:23:13  ---> 5404d0bde354
07:23:13 Step 22/24 : ADD oas2pdf /bin/oas2pdf
07:23:13  ---> Using cache
07:23:13  ---> f292874f6334
07:23:13 Step 23/24 : RUN chmod +x /bin/oas2pdf
07:23:13  ---> Using cache
07:23:13  ---> 49c2e44cf414
07:23:13 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
07:23:13  ---> Using cache
07:23:13  ---> 6f2aa5724ebe
07:23:13 Successfully built 6f2aa5724ebe
07:23:13 Successfully tagged openapivalidator:latest
07:23:13 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
07:23:13 mkdir: created directory '/var/www/html/api/nfv/sol009/29'
07:23:13 Mounting dir /var/www/html/api/nfv/sol009/29 as /storage
07:23:14 Using filter ''
07:23:14 
07:23:14 Entering dir /work/src
07:23:14 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
07:23:14 --- Merging file.
07:23:15 --- Create PDF...
07:23:18 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
07:23:18 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
07:23:18 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
07:23:18 --- Validation done (0).
07:23:18 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
07:23:18 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
07:23:18 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
07:23:18 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
07:23:18 --- Merging file.
07:23:20 --- Create PDF...
07:23:22 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
07:23:22 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
07:23:23 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
07:23:23 --- Validation done (0).
07:23:23 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
07:23:23 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
07:23:23 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
07:23:23 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
07:23:23 --- Merging file.
07:23:25 --- Create PDF...
07:23:27 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
07:23:27 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
07:23:28 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
07:23:28 --- Validation done (0).
07:23:28 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
07:23:28 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
07:23:28 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
07:23:28 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
07:23:28 --- Merging file.
07:23:29 --- Create PDF...
07:23:30 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
07:23:30 --- Validating ../build/SOL009-APIVersion-API.yaml
07:23:31 ../build/SOL009-APIVersion-API.yaml is valid
07:23:31 --- Validation done (0).
07:23:31 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
07:23:31 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
07:23:31 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
07:23:31 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
07:23:31 --- Merging file.
07:23:32 --- Create PDF...
07:23:33 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
07:23:33 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
07:23:34 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
07:23:34 --- Validation done (0).
07:23:34 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
07:23:34 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
07:23:34 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
07:23:34 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
07:23:34 --- Merging file.
07:23:35 --- Create PDF...
07:23:36 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
07:23:36 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
07:23:37 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
07:23:37 --- Validation done (0).
07:23:37 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
07:23:37 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
07:23:37 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
07:23:37 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
07:23:37 --- Merging file.
07:23:38 --- Create PDF...
07:23:40 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
07:23:40 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
07:23:40 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
07:23:40 --- Validation done (0).
07:23:40 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
07:23:40 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
07:23:40 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
07:23:40 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
07:23:40 --- Merging file.
07:23:42 --- Create PDF...
07:23:44 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
07:23:44 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
07:23:44 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
07:23:45 --- Validation done (0).
07:23:45 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
07:23:45 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
07:23:45 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
07:23:45 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
07:23:45 --- Merging file.
07:23:46 --- Create PDF...
07:23:47 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
07:23:47 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
07:23:48 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
07:23:48 --- Validation done (0).
07:23:48 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
07:23:48 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
07:23:48 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
07:23:48 -- Final validator returns 0.
07:23:48 Archiving artifacts
07:23:49 Finished: SUCCESS