SuccessConsole Output

17:51:37 Started by GitLab push by ETSI CTI
17:51:37 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master
17:51:37 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
17:51:37 Cloning the remote Git repository
17:51:37 Cloning repository git@forge.etsi.org:nfv/SOL005.git
17:51:37  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master # timeout=10
17:51:37 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
17:51:37  > git --version # timeout=10
17:51:37 using GIT_SSH to set credentials 
17:51:37  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
17:51:38  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
17:51:38  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:51:38  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
17:51:38 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
17:51:38 using GIT_SSH to set credentials 
17:51:38  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
17:51:39  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
17:51:39  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
17:51:39 Checking out Revision 0d258f2bffed38d4df4ef2da957cd355b5910bab (refs/remotes/origin/master)
17:51:39  > git config core.sparsecheckout # timeout=10
17:51:39  > git checkout -f 0d258f2bffed38d4df4ef2da957cd355b5910bab
17:51:39 Commit message: "Readme for 2.6.1"
17:51:39  > git rev-list --no-walk 0d258f2bffed38d4df4ef2da957cd355b5910bab # timeout=10
17:51:39 [sol005-master] $ /bin/bash /tmp/jenkins7488109616445576230.sh
17:51:39 rm: cannot remove 'build/*-API.yaml': No such file or directory
17:51:39 rm: cannot remove 'build/*-API.json': No such file or directory
17:51:39 ./build-container.sh: line 7: proxy: command not found
17:51:39 http_proxy is not set
17:51:39 Proxy set to 
17:51:39 Sending build context to Docker daemon  13.31kB

17:51:40 Step 1/24 : FROM alpine:3.6
17:51:40  ---> 43773d1dba76
17:51:40 Step 2/24 : RUN env
17:51:40  ---> Using cache
17:51:40  ---> 8f8fd58edd62
17:51:40 Step 3/24 : RUN apk update
17:51:40  ---> Using cache
17:51:40  ---> b5cdbf75bff8
17:51:40 Step 4/24 : RUN apk add bash
17:51:40  ---> Using cache
17:51:40  ---> d5b7d5b8474d
17:51:40 Step 5/24 : RUN apk add nodejs
17:51:40  ---> Using cache
17:51:40  ---> 02b0beae235e
17:51:40 Step 6/24 : RUN apk add nodejs-npm
17:51:40  ---> Using cache
17:51:40  ---> c28532e54062
17:51:40 Step 7/24 : RUN apk add asciidoctor
17:51:40  ---> Using cache
17:51:40  ---> 896cdd5b8441
17:51:40 Step 8/24 : RUN apk add openjdk8
17:51:40  ---> Using cache
17:51:40  ---> 33e797dafb78
17:51:40 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
17:51:40  ---> Using cache
17:51:40  ---> 593f73ca93e7
17:51:40 Step 10/24 : RUN apk add openssl
17:51:40  ---> Using cache
17:51:40  ---> 9e091baf1530
17:51:40 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
17:51:40  ---> Using cache
17:51:40  ---> ac732be97a1c
17:51:40 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
17:51:40  ---> Using cache
17:51:40  ---> c0cc4d048580
17:51:40 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
17:51:40  ---> Using cache
17:51:40  ---> 6fe15e9ad31c
17:51:40 Step 14/24 : RUN npm config set proxy $http_proxy
17:51:40  ---> Using cache
17:51:40  ---> becf94dcbee2
17:51:40 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
17:51:40  ---> Using cache
17:51:40  ---> e326d07e34fd
17:51:40 Step 16/24 : RUN npm install -g json-refs@3.0.2
17:51:40  ---> Using cache
17:51:40  ---> fc42f7ee9c63
17:51:40 Step 17/24 : RUN npm install -g yamljs@0.3.0
17:51:40  ---> Using cache
17:51:40  ---> dd78623612c4
17:51:40 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
17:51:40  ---> Using cache
17:51:40  ---> b9c3f10f16e4
17:51:40 Step 19/24 : RUN chmod +x /validate-in-docker.sh
17:51:40  ---> Using cache
17:51:40  ---> 109442b45655
17:51:40 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
17:51:40  ---> Using cache
17:51:40  ---> 3c60d5299293
17:51:40 Step 21/24 : RUN chmod +x /bin/swg2mrkup
17:51:40  ---> Using cache
17:51:40  ---> a2cf9540578a
17:51:40 Step 22/24 : ADD oas2pdf /bin/oas2pdf
17:51:40  ---> Using cache
17:51:40  ---> 09622137cc29
17:51:40 Step 23/24 : RUN chmod +x /bin/oas2pdf
17:51:40  ---> Using cache
17:51:40  ---> 705743878200
17:51:40 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
17:51:40  ---> Using cache
17:51:40  ---> 2d38a1f29ebf
17:51:40 Successfully built 2d38a1f29ebf
17:51:40 Successfully tagged openapivalidator:latest
17:51:40 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master as /work
17:51:40 mkdir: created directory '/var/www/html/api/nfv/sol005-master/25'
17:51:40 Mounting dir /var/www/html/api/nfv/sol005-master/25 as /storage
17:51:40 Using filter ''
17:51:40 
17:51:40 Entering dir /work/src
17:51:40 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
17:51:40 --- Merging file.
17:51:41 --- Create PDF...
17:51:58 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
17:51:59 --- Validation done (0).
17:51:59 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
17:51:59 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
17:51:59 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
17:51:59 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
17:51:59 --- Merging file.
17:52:01 --- Create PDF...
17:52:10 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
17:52:11 --- Validation done (0).
17:52:11 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
17:52:11 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
17:52:11 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
17:52:11 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
17:52:11 --- Merging file.
17:52:13 --- Create PDF...
17:53:05 --- Validating ../build/SOL005-NSDManagement-API.yaml
17:53:07 --- Validation done (0).
17:53:07 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
17:53:07 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
17:53:07 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
17:53:07 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
17:53:07 --- Merging file.
17:53:08 --- Create PDF...
17:53:26 --- Validating ../build/SOL005-APIVersion-API.yaml
17:53:28 --- Validation done (0).
17:53:28 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
17:53:28 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
17:53:28 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
17:53:28 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
17:53:28 --- Merging file.
17:53:29 --- Create PDF...
17:54:05 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
17:54:06 --- Validation done (0).
17:54:06 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
17:54:06 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
17:54:06 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
17:54:06 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
17:54:06 --- Merging file.
17:54:08 --- Create PDF...
17:54:39 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
17:54:41 --- Validation done (0).
17:54:41 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
17:54:41 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
17:54:41 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
17:54:41 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
17:54:41 --- Merging file.
17:54:42 --- Create PDF...
17:55:04 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
17:55:06 --- Validation done (0).
17:55:06 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
17:55:06 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
17:55:06 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
17:55:06 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
17:55:06 --- Merging file.
17:55:08 --- Create PDF...
17:55:48 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
17:55:50 --- Validation done (0).
17:55:50 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
17:55:50 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
17:55:50 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
17:55:50 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
17:55:50 --- Merging file.
17:55:53 --- Create PDF...
17:57:22 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
17:57:24 --- Validation done (0).
17:57:24 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
17:57:24 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
17:57:24 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
17:57:24 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
17:57:24 --- Merging file.
17:57:25 --- Create PDF...
17:57:38 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
17:57:39 --- Validation done (0).
17:57:39 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
17:57:39 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
17:57:39 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
17:57:39 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
17:57:39 --- Merging file.
17:57:40 --- Create PDF...
17:57:51 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
17:57:52 --- Validation done (0).
17:57:52 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
17:57:52 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
17:57:52 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
17:57:52 -- Final validator returns 0.
17:57:52 Archiving artifacts
17:57:54 Discard old builds...
17:57:54 #18 is removed because old than numToKeep
17:57:55 Finished: SUCCESS