SuccessConsole Output

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

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