SuccessConsole Output

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

17:04:32 Step 1/24 : FROM alpine:3.10.0
17:04:32  ---> 4d90542f0623
17:04:32 Step 2/24 : RUN env
17:04:32  ---> Using cache
17:04:32  ---> 0b577767eb4e
17:04:32 Step 3/24 : RUN apk update
17:04:32  ---> Using cache
17:04:32  ---> 697471ef7f0a
17:04:32 Step 4/24 : RUN apk add bash
17:04:32  ---> Using cache
17:04:32  ---> a25251d4272c
17:04:32 Step 5/24 : RUN apk add nodejs
17:04:32  ---> Using cache
17:04:32  ---> ee3663c76c01
17:04:32 Step 6/24 : RUN apk add nodejs-npm
17:04:32  ---> Using cache
17:04:32  ---> 95530c68fb47
17:04:32 Step 7/24 : RUN apk add asciidoctor
17:04:32  ---> Using cache
17:04:32  ---> a321cc22063f
17:04:32 Step 8/24 : RUN apk add openjdk8
17:04:32  ---> Using cache
17:04:32  ---> 07148189c9d2
17:04:32 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
17:04:32  ---> Using cache
17:04:32  ---> 6808b2c86594
17:04:32 Step 10/24 : RUN apk add openssl
17:04:32  ---> Using cache
17:04:32  ---> ed2950ff9192
17:04:32 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
17:04:32  ---> Using cache
17:04:32  ---> 83cde4af1585
17:04:32 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
17:04:32  ---> Using cache
17:04:32  ---> e442b40a01ef
17:04:32 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
17:04:32  ---> Using cache
17:04:32  ---> 22ece82af23f
17:04:32 Step 14/24 : RUN npm config set proxy $http_proxy
17:04:32  ---> Using cache
17:04:32  ---> 0cc1b972380e
17:04:32 Step 15/24 : RUN npm install -g swagger-cli
17:04:32  ---> Using cache
17:04:32  ---> 3ee43d5416a1
17:04:32 Step 16/24 : RUN npm install -g json-refs
17:04:32  ---> Using cache
17:04:32  ---> 94e261945a46
17:04:32 Step 17/24 : RUN npm install -g yamljs
17:04:32  ---> Using cache
17:04:32  ---> ce77b5519b06
17:04:32 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
17:04:32  ---> Using cache
17:04:32  ---> 080b9166f581
17:04:32 Step 19/24 : RUN chmod +x /validate-in-docker.sh
17:04:32  ---> Using cache
17:04:32  ---> 95328c917602
17:04:32 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
17:04:32  ---> Using cache
17:04:32  ---> b19ee2b9d0c1
17:04:32 Step 21/24 : RUN chmod +x /bin/swg2mrkup
17:04:32  ---> Using cache
17:04:32  ---> 6fdc0bb22c99
17:04:32 Step 22/24 : ADD oas2pdf /bin/oas2pdf
17:04:32  ---> Using cache
17:04:32  ---> 358c78087e77
17:04:32 Step 23/24 : RUN chmod +x /bin/oas2pdf
17:04:32  ---> Using cache
17:04:32  ---> 37a02ab35cb2
17:04:32 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
17:04:32  ---> Using cache
17:04:32  ---> 188e1659c9e3
17:04:32 Successfully built 188e1659c9e3
17:04:32 Successfully tagged openapivalidator:latest
17:04:32 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
17:04:32 mkdir: created directory '/var/www/html/api/nfv/sol009/101'
17:04:32 Mounting dir /var/www/html/api/nfv/sol009/101 as /storage
17:04:33 Using filter ''
17:04:33 
17:04:33 Entering dir /work/src
17:04:33 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
17:04:33 --- Merging file.
17:04:34 --- Create PDF...
17:04:35 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
17:04:35 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
17:04:35 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
17:04:35 --- Validation done (0).
17:04:35 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
17:04:35 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
17:04:35 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
17:04:35 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
17:04:35 --- Merging file.
17:04:36 --- Create PDF...
17:04:38 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
17:04:38 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
17:04:38 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
17:04:38 --- Validation done (0).
17:04:38 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
17:04:38 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
17:04:38 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
17:04:38 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
17:04:38 --- Merging file.
17:04:40 --- Create PDF...
17:04:41 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
17:04:41 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
17:04:41 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
17:04:41 --- Validation done (0).
17:04:41 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
17:04:41 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
17:04:41 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
17:04:42 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
17:04:42 --- Merging file.
17:04:42 --- Create PDF...
17:04:43 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
17:04:43 --- Validating ../build/SOL009-APIVersion-API.yaml
17:04:44 ../build/SOL009-APIVersion-API.yaml is valid
17:04:44 --- Validation done (0).
17:04:44 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
17:04:44 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
17:04:44 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
17:04:44 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
17:04:44 --- Merging file.
17:04:44 --- Create PDF...
17:04:45 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
17:04:45 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
17:04:46 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
17:04:46 --- Validation done (0).
17:04:46 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
17:04:46 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
17:04:46 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
17:04:46 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
17:04:46 --- Merging file.
17:04:46 --- Create PDF...
17:04:47 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
17:04:47 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
17:04:48 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
17:04:48 --- Validation done (0).
17:04:48 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
17:04:48 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
17:04:48 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
17:04:48 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
17:04:48 --- Merging file.
17:04:49 --- Create PDF...
17:04:50 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
17:04:50 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
17:04:50 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
17:04:50 --- Validation done (0).
17:04:50 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
17:04:50 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
17:04:50 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
17:04:50 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
17:04:50 --- Merging file.
17:04:51 --- Create PDF...
17:04:53 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
17:04:53 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
17:04:53 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
17:04:53 --- Validation done (0).
17:04:53 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
17:04:53 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
17:04:53 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
17:04:53 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
17:04:53 --- Merging file.
17:04:54 --- Create PDF...
17:04:55 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
17:04:55 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
17:04:55 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
17:04:55 --- Validation done (0).
17:04:55 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
17:04:55 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
17:04:55 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
17:04:55 -- Final validator returns 0.
17:04:55 Archiving artifacts
17:04:56 Finished: SUCCESS