SuccessConsole Output

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

10:56:13 Step 1/24 : FROM alpine:3.10.0
10:56:15 3.10.0: Pulling from library/alpine
10:56:15 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
10:56:15 Status: Downloaded newer image for alpine:3.10.0
10:56:15  ---> 4d90542f0623
10:56:15 Step 2/24 : RUN env
10:56:15  ---> Using cache
10:56:15  ---> 33d9beb76aee
10:56:15 Step 3/24 : RUN apk update
10:56:15  ---> Using cache
10:56:15  ---> 5f5a6facdf09
10:56:15 Step 4/24 : RUN apk add bash
10:56:15  ---> Using cache
10:56:15  ---> c4dbd7c780f7
10:56:15 Step 5/24 : RUN apk add nodejs
10:56:15  ---> Using cache
10:56:15  ---> a9e008c49091
10:56:15 Step 6/24 : RUN apk add nodejs-npm
10:56:15  ---> Using cache
10:56:15  ---> d8c4a2dfde29
10:56:15 Step 7/24 : RUN apk add asciidoctor
10:56:15  ---> Using cache
10:56:15  ---> 7f6e285cb91e
10:56:15 Step 8/24 : RUN apk add openjdk8
10:56:15  ---> Using cache
10:56:15  ---> c9d4db129548
10:56:15 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
10:56:15  ---> Using cache
10:56:15  ---> 35eb11cb9413
10:56:15 Step 10/24 : RUN apk add openssl
10:56:15  ---> Using cache
10:56:15  ---> 471c630be456
10:56:15 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
10:56:15  ---> Using cache
10:56:15  ---> c20804847d0b
10:56:15 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
10:56:15  ---> Using cache
10:56:15  ---> c259fc8a9b9a
10:56:15 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
10:56:15  ---> Using cache
10:56:15  ---> 61b04c3e3b86
10:56:15 Step 14/24 : RUN npm config set proxy $http_proxy
10:56:15  ---> Using cache
10:56:15  ---> c0cfe8603833
10:56:15 Step 15/24 : RUN npm install -g swagger-cli
10:56:15  ---> Using cache
10:56:15  ---> 5391a8964a52
10:56:15 Step 16/24 : RUN npm install -g json-refs
10:56:15  ---> Using cache
10:56:15  ---> 2be86aba2673
10:56:15 Step 17/24 : RUN npm install -g yamljs
10:56:15  ---> Using cache
10:56:15  ---> 385d9eccd453
10:56:15 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
10:56:15  ---> Using cache
10:56:15  ---> 19e988918345
10:56:15 Step 19/24 : RUN chmod +x /validate-in-docker.sh
10:56:15  ---> Using cache
10:56:15  ---> ad7ff03d4e0b
10:56:15 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
10:56:15  ---> Using cache
10:56:15  ---> 9997954f6dd7
10:56:15 Step 21/24 : RUN chmod +x /bin/swg2mrkup
10:56:15  ---> Using cache
10:56:15  ---> 5709879bb9f1
10:56:15 Step 22/24 : ADD oas2pdf /bin/oas2pdf
10:56:15  ---> Using cache
10:56:15  ---> 46e9da0758ce
10:56:15 Step 23/24 : RUN chmod +x /bin/oas2pdf
10:56:15  ---> Using cache
10:56:15  ---> 29ba764a86fc
10:56:15 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
10:56:15  ---> Using cache
10:56:15  ---> faf167009d0f
10:56:15 Successfully built faf167009d0f
10:56:15 Successfully tagged openapivalidator:latest
10:56:15 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
10:56:15 mkdir: created directory '/var/www/html/api/nfv/sol009/72'
10:56:15 Mounting dir /var/www/html/api/nfv/sol009/72 as /storage
10:56:16 Using filter ''
10:56:16 
10:56:16 Entering dir /work/src
10:56:16 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
10:56:16 --- Merging file.
10:56:17 --- Create PDF...
10:56:20 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
10:56:20 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
10:56:21 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
10:56:21 --- Validation done (0).
10:56:21 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
10:56:21 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
10:56:21 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
10:56:21 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
10:56:21 --- Merging file.
10:56:23 --- Create PDF...
10:56:24 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
10:56:24 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
10:56:25 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
10:56:25 --- Validation done (0).
10:56:25 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
10:56:25 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
10:56:25 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
10:56:25 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
10:56:25 --- Merging file.
10:56:27 --- Create PDF...
10:56:29 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
10:56:29 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
10:56:30 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
10:56:30 --- Validation done (0).
10:56:30 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
10:56:30 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
10:56:30 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
10:56:30 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
10:56:30 --- Merging file.
10:56:31 --- Create PDF...
10:56:33 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
10:56:33 --- Validating ../build/SOL009-APIVersion-API.yaml
10:56:34 ../build/SOL009-APIVersion-API.yaml is valid
10:56:34 --- Validation done (0).
10:56:34 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
10:56:34 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
10:56:34 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
10:56:34 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
10:56:34 --- Merging file.
10:56:35 --- Create PDF...
10:56:36 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
10:56:36 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
10:56:37 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
10:56:37 --- Validation done (0).
10:56:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
10:56:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
10:56:37 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
10:56:37 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
10:56:37 --- Merging file.
10:56:38 --- Create PDF...
10:56:40 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
10:56:40 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
10:56:40 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
10:56:40 --- Validation done (0).
10:56:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
10:56:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
10:56:40 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
10:56:40 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
10:56:40 --- Merging file.
10:56:42 --- Create PDF...
10:56:43 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
10:56:43 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
10:56:44 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
10:56:44 --- Validation done (0).
10:56:44 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
10:56:44 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
10:56:44 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
10:56:44 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
10:56:44 --- Merging file.
10:56:46 --- Create PDF...
10:56:48 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
10:56:48 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
10:56:49 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
10:56:49 --- Validation done (0).
10:56:49 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
10:56:49 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
10:56:49 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
10:56:49 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
10:56:49 --- Merging file.
10:56:50 --- Create PDF...
10:56:52 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
10:56:52 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
10:56:52 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
10:56:52 --- Validation done (0).
10:56:52 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
10:56:52 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
10:56:52 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
10:56:52 -- Final validator returns 0.
10:56:53 Archiving artifacts
10:56:53 Finished: SUCCESS