SuccessConsole Output

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

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