SuccessConsole Output

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

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