SuccessConsole Output

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

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