SuccessConsole Output

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

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