SuccessConsole Output

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

18:28:45 Step 1/24 : FROM alpine:3.10.0
18:28:45  ---> 4d90542f0623
18:28:45 Step 2/24 : RUN env
18:28:45  ---> Using cache
18:28:45  ---> c20102916f4e
18:28:45 Step 3/24 : RUN apk update
18:28:45  ---> Using cache
18:28:45  ---> e75443b240c4
18:28:45 Step 4/24 : RUN apk add bash
18:28:45  ---> Using cache
18:28:45  ---> f09c3f0ba37b
18:28:45 Step 5/24 : RUN apk add nodejs
18:28:45  ---> Using cache
18:28:45  ---> 826e4425e609
18:28:45 Step 6/24 : RUN apk add nodejs-npm
18:28:45  ---> Using cache
18:28:45  ---> af2d18969839
18:28:45 Step 7/24 : RUN apk add asciidoctor
18:28:45  ---> Using cache
18:28:45  ---> 6eef0761cacd
18:28:45 Step 8/24 : RUN apk add openjdk8
18:28:45  ---> Using cache
18:28:45  ---> 11d7aaa750b8
18:28:45 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:28:45  ---> Using cache
18:28:45  ---> 7807faa0a16d
18:28:45 Step 10/24 : RUN apk add openssl
18:28:45  ---> Using cache
18:28:45  ---> 62d9320f44e5
18:28:45 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:28:45  ---> Using cache
18:28:45  ---> 1f123aa1a1e9
18:28:45 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:28:45  ---> Using cache
18:28:45  ---> 87596a4b91ff
18:28:45 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:28:45  ---> Using cache
18:28:45  ---> 48a60688945b
18:28:45 Step 14/24 : RUN npm config set proxy $http_proxy
18:28:45  ---> Using cache
18:28:45  ---> 4bc801cc80b8
18:28:45 Step 15/24 : RUN npm install -g swagger-cli
18:28:45  ---> Using cache
18:28:45  ---> 97c77a5217bc
18:28:45 Step 16/24 : RUN npm install -g json-refs
18:28:45  ---> Using cache
18:28:45  ---> 0289695bacc1
18:28:45 Step 17/24 : RUN npm install -g yamljs
18:28:45  ---> Using cache
18:28:45  ---> edfdd1056b87
18:28:45 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:28:46  ---> b1b8acd1f9a2
18:28:46 Removing intermediate container a9f8452629a0
18:28:46 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:28:46  ---> Running in baa7ef97f4b2
18:28:46  ---> b76e5e058ee5
18:28:46 Removing intermediate container baa7ef97f4b2
18:28:46 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:28:47  ---> d3a7e1954433
18:28:47 Removing intermediate container a7eed84613e4
18:28:47 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:28:47  ---> Running in 00611148d26d
18:28:47  ---> a543005feb39
18:28:47 Removing intermediate container 00611148d26d
18:28:47 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:28:48  ---> 42553f16922e
18:28:48 Removing intermediate container 3e8899d5a9e2
18:28:48 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:28:48  ---> Running in 8ebaaeeae5ca
18:28:48  ---> e71014ad121e
18:28:48 Removing intermediate container 8ebaaeeae5ca
18:28:48 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:28:48  ---> Running in 057cd43939db
18:28:48  ---> bd37372b33c2
18:28:48 Removing intermediate container 057cd43939db
18:28:48 Successfully built bd37372b33c2
18:28:48 Successfully tagged openapivalidator:latest
18:28:48 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009-master as /work
18:28:48 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol009-master/4’: Permission denied
18:28:48 Mounting dir /var/www/html/api/nfv/sol009-master/4 as /storage
18:28:49 Using filter ''
18:28:49 
18:28:49 Entering dir /work/src
18:28:49 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
18:28:49 --- Merging file.
18:28:50 --- Create PDF...
18:28:51 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
18:28:51 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
18:28:52 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
18:28:52 --- Validation done (0).
18:28:52 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
18:28:52 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
18:28:52 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
18:28:52 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
18:28:52 --- Merging file.
18:28:54 --- Create PDF...
18:28:55 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
18:28:55 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
18:28:56 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
18:28:56 --- Validation done (0).
18:28:56 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
18:28:56 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
18:28:56 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
18:28:56 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
18:28:56 --- Merging file.
18:28:58 --- Create PDF...
18:29:00 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
18:29:00 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
18:29:01 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
18:29:01 --- Validation done (0).
18:29:01 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
18:29:01 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
18:29:01 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
18:29:01 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
18:29:01 --- Merging file.
18:29:02 --- Create PDF...
18:29:04 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
18:29:04 --- Validating ../build/SOL009-APIVersion-API.yaml
18:29:04 ../build/SOL009-APIVersion-API.yaml is valid
18:29:04 --- Validation done (0).
18:29:04 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
18:29:04 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
18:29:04 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
18:29:04 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
18:29:04 --- Merging file.
18:29:05 --- Create PDF...
18:29:07 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
18:29:07 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
18:29:07 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
18:29:07 --- Validation done (0).
18:29:07 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
18:29:07 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
18:29:07 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
18:29:07 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
18:29:07 --- Merging file.
18:29:08 --- Create PDF...
18:29:10 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
18:29:10 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
18:29:10 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
18:29:10 --- Validation done (0).
18:29:10 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
18:29:10 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
18:29:10 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
18:29:10 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
18:29:10 --- Merging file.
18:29:12 --- Create PDF...
18:29:14 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
18:29:14 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
18:29:14 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
18:29:14 --- Validation done (0).
18:29:14 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
18:29:14 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
18:29:14 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
18:29:14 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
18:29:14 --- Merging file.
18:29:16 --- Create PDF...
18:29:17 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
18:29:17 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
18:29:18 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
18:29:18 --- Validation done (0).
18:29:18 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
18:29:18 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
18:29:18 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
18:29:18 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
18:29:18 --- Merging file.
18:29:19 --- Create PDF...
18:29:21 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
18:29:21 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
18:29:21 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
18:29:21 --- Validation done (0).
18:29:21 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
18:29:21 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
18:29:21 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
18:29:21 -- Final validator returns 0.
18:29:22 Archiving artifacts
18:29:22 Finished: SUCCESS