SuccessConsole Output

18:26:11 Started by GitLab push by bernini
18:26:11 [EnvInject] - Loading node environment variables.
18:26:11 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master
18:26:11 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:26:11 Cloning the remote Git repository
18:26:11 Cloning repository git@forge.etsi.org:nfv/SOL009.git
18:26:11  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master # timeout=10
18:26:11 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
18:26:11  > git --version # timeout=10
18:26:11 using GIT_SSH to set credentials 
18:26:11  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
18:26:12  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
18:26:12  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:26:12  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
18:26:12 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
18:26:12 using GIT_SSH to set credentials 
18:26:12  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
18:26:13  > git rev-parse remotes/origin/master^{commit} # timeout=10
18:26:13  > git branch -a -v --no-abbrev --contains cd2bbd014d43b155e1d932b986d1d64f2e595e5c # timeout=10
18:26:13 Checking out Revision cd2bbd014d43b155e1d932b986d1d64f2e595e5c (origin/master, origin/3.6.1-dev)
18:26:13  > git config core.sparsecheckout # timeout=10
18:26:13  > git checkout -f cd2bbd014d43b155e1d932b986d1d64f2e595e5c
18:26:13 Commit message: "Update README.md"
18:26:13  > git rev-list --no-walk 8717bdd93ddac601dec5e4c1d459d26bf023b70a # timeout=10
18:26:13 [sol009-master] $ /bin/bash /tmp/jenkins4489424865772662036.sh
18:26:13 rm: cannot remove 'build/*-API.yaml': No such file or directory
18:26:13 rm: cannot remove 'build/*-API.json': No such file or directory
18:26:13 ./build-container.sh: line 7: proxy: command not found
18:26:13 http_proxy is not set
18:26:13 Proxy set to 
18:26:13 Sending build context to Docker daemon  13.31kB

18:26:13 Step 1/24 : FROM alpine:3.10.0
18:26:13  ---> 4d90542f0623
18:26:13 Step 2/24 : RUN env
18:26:13  ---> Using cache
18:26:13  ---> 8dac25977110
18:26:13 Step 3/24 : RUN apk update
18:26:13  ---> Using cache
18:26:13  ---> 37b1267c0d61
18:26:13 Step 4/24 : RUN apk add bash
18:26:13  ---> Using cache
18:26:13  ---> 08d05719ba05
18:26:13 Step 5/24 : RUN apk add nodejs
18:26:13  ---> Using cache
18:26:13  ---> 0ee099fc3499
18:26:13 Step 6/24 : RUN apk add nodejs-npm
18:26:13  ---> Using cache
18:26:13  ---> 2e13502fb746
18:26:13 Step 7/24 : RUN apk add asciidoctor
18:26:13  ---> Using cache
18:26:13  ---> b501e544cc6f
18:26:13 Step 8/24 : RUN apk add openjdk8
18:26:13  ---> Using cache
18:26:13  ---> 7ba24886b75e
18:26:13 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:26:13  ---> Using cache
18:26:13  ---> 87451dbdb562
18:26:13 Step 10/24 : RUN apk add openssl
18:26:13  ---> Using cache
18:26:13  ---> cb4988caa1a6
18:26:13 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:26:13  ---> Using cache
18:26:13  ---> d1bb45b65e57
18:26:13 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:26:13  ---> Using cache
18:26:13  ---> 052acfe99c2d
18:26:13 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:26:13  ---> Using cache
18:26:13  ---> ccfbd4411b69
18:26:13 Step 14/24 : RUN npm config set proxy $http_proxy
18:26:13  ---> Using cache
18:26:13  ---> e9209c9968f3
18:26:13 Step 15/24 : RUN npm install -g swagger-cli
18:26:13  ---> Using cache
18:26:13  ---> c75a98940663
18:26:13 Step 16/24 : RUN npm install -g json-refs
18:26:13  ---> Using cache
18:26:13  ---> 4b76971f84c7
18:26:13 Step 17/24 : RUN npm install -g yamljs
18:26:13  ---> Using cache
18:26:13  ---> a32e59c61dad
18:26:13 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:26:13  ---> d46ff86d63ab
18:26:13 Removing intermediate container 632b11a5062f
18:26:13 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:26:13  ---> Running in 1d901d9358b1
18:26:14  ---> 5ef8df70a9bf
18:26:14 Removing intermediate container 1d901d9358b1
18:26:14 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:26:14  ---> f970e377cdd0
18:26:14 Removing intermediate container 3e3590b2fe4a
18:26:14 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:26:14  ---> Running in da88cbef1ce8
18:26:15  ---> 243428d48c3a
18:26:15 Removing intermediate container da88cbef1ce8
18:26:15 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:26:15  ---> 12d971ff8bb7
18:26:15 Removing intermediate container adf7c8623c36
18:26:15 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:26:15  ---> Running in d8419c74afad
18:26:16  ---> 2d6efb12f828
18:26:16 Removing intermediate container d8419c74afad
18:26:16 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:26:16  ---> Running in 91c5686c1093
18:26:16  ---> 8ac3dfa59eeb
18:26:16 Removing intermediate container 91c5686c1093
18:26:16 Successfully built 8ac3dfa59eeb
18:26:16 Successfully tagged openapivalidator:latest
18:26:16 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master as /work
18:26:16 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol009-master/5’: Permission denied
18:26:16 Mounting dir /var/www/html/api/nfv/sol009-master/5 as /storage
18:26:17 Using filter ''
18:26:17 
18:26:17 Entering dir /work/src
18:26:17 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
18:26:17 --- Merging file.
18:26:18 --- Create PDF...
18:26:19 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
18:26:19 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
18:26:20 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
18:26:20 --- Validation done (0).
18:26:20 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
18:26:20 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
18:26:20 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
18:26:20 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
18:26:20 --- Merging file.
18:26:21 --- Create PDF...
18:26:23 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
18:26:23 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
18:26:24 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
18:26:24 --- Validation done (0).
18:26:24 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
18:26:24 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
18:26:24 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
18:26:24 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
18:26:24 --- Merging file.
18:26:26 --- Create PDF...
18:26:28 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
18:26:28 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
18:26:29 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
18:26:29 --- Validation done (0).
18:26:29 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
18:26:29 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
18:26:29 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
18:26:29 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
18:26:29 --- Merging file.
18:26:30 --- Create PDF...
18:26:32 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
18:26:32 --- Validating ../build/SOL009-APIVersion-API.yaml
18:26:32 ../build/SOL009-APIVersion-API.yaml is valid
18:26:32 --- Validation done (0).
18:26:32 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
18:26:32 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
18:26:32 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
18:26:32 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
18:26:32 --- Merging file.
18:26:33 --- Create PDF...
18:26:35 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
18:26:35 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
18:26:35 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
18:26:35 --- Validation done (0).
18:26:35 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
18:26:35 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
18:26:35 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
18:26:35 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
18:26:35 --- Merging file.
18:26:36 --- Create PDF...
18:26:38 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
18:26:38 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
18:26:38 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
18:26:38 --- Validation done (0).
18:26:38 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
18:26:38 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
18:26:38 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
18:26:38 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
18:26:38 --- Merging file.
18:26:39 --- Create PDF...
18:26:41 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
18:26:41 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
18:26:42 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
18:26:42 --- Validation done (0).
18:26:42 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
18:26:42 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
18:26:42 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
18:26:42 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
18:26:42 --- Merging file.
18:26:43 --- Create PDF...
18:26:45 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
18:26:45 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
18:26:46 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
18:26:46 --- Validation done (0).
18:26:46 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
18:26:46 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
18:26:46 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
18:26:46 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
18:26:46 --- Merging file.
18:26:47 --- Create PDF...
18:26:48 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
18:26:48 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
18:26:49 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
18:26:49 --- Validation done (0).
18:26:49 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
18:26:49 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
18:26:49 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
18:26:49 -- Final validator returns 0.
18:26:49 Archiving artifacts
18:26:50 Finished: SUCCESS