SuccessConsole Output

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

11:04:05 Step 1/24 : FROM alpine:3.6
11:04:05  ---> 43773d1dba76
11:04:05 Step 2/24 : RUN env
11:04:05  ---> Using cache
11:04:05  ---> 14634f38f922
11:04:05 Step 3/24 : RUN apk update
11:04:05  ---> Using cache
11:04:05  ---> 7705d5dd0801
11:04:05 Step 4/24 : RUN apk add bash
11:04:05  ---> Using cache
11:04:05  ---> 3c12d9c644b9
11:04:05 Step 5/24 : RUN apk add nodejs
11:04:05  ---> Using cache
11:04:05  ---> edf4a0dc7335
11:04:05 Step 6/24 : RUN apk add nodejs-npm
11:04:05  ---> Using cache
11:04:05  ---> 4dcdd71b3274
11:04:05 Step 7/24 : RUN apk add asciidoctor
11:04:05  ---> Using cache
11:04:05  ---> 14e3d77f879d
11:04:05 Step 8/24 : RUN apk add openjdk8
11:04:05  ---> Using cache
11:04:05  ---> e65f48b20366
11:04:05 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
11:04:05  ---> Using cache
11:04:05  ---> 8ab9f8ef754d
11:04:05 Step 10/24 : RUN apk add openssl
11:04:05  ---> Using cache
11:04:05  ---> a9137befc217
11:04:05 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
11:04:05  ---> Using cache
11:04:05  ---> a21648520c8a
11:04:05 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
11:04:05  ---> Using cache
11:04:05  ---> aeeed29dc5fc
11:04:05 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
11:04:05  ---> Using cache
11:04:05  ---> 9bacf667a4cf
11:04:05 Step 14/24 : RUN npm config set proxy $http_proxy
11:04:05  ---> Using cache
11:04:05  ---> cf83d5d15b0b
11:04:05 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
11:04:05  ---> Using cache
11:04:05  ---> 03dbaafb78dd
11:04:05 Step 16/24 : RUN npm install -g json-refs@3.0.2
11:04:05  ---> Using cache
11:04:05  ---> e159975101be
11:04:05 Step 17/24 : RUN npm install -g yamljs@0.3.0
11:04:05  ---> Using cache
11:04:05  ---> 65d398cdd3e2
11:04:05 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
11:04:05  ---> Using cache
11:04:05  ---> 40fc3a50074f
11:04:05 Step 19/24 : RUN chmod +x /validate-in-docker.sh
11:04:05  ---> Using cache
11:04:05  ---> b746191a6a44
11:04:05 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
11:04:05  ---> Using cache
11:04:05  ---> 61c5c108ca11
11:04:05 Step 21/24 : RUN chmod +x /bin/swg2mrkup
11:04:05  ---> Using cache
11:04:05  ---> a688f04706a5
11:04:05 Step 22/24 : ADD oas2pdf /bin/oas2pdf
11:04:05  ---> Using cache
11:04:05  ---> 99bdcfb438d1
11:04:05 Step 23/24 : RUN chmod +x /bin/oas2pdf
11:04:05  ---> Using cache
11:04:05  ---> a538d7a59b40
11:04:05 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
11:04:05  ---> Using cache
11:04:05  ---> 02c47cdee0ca
11:04:05 Successfully built 02c47cdee0ca
11:04:05 Successfully tagged openapivalidator:latest
11:04:05 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master as /work
11:04:05 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005-master/26’: Permission denied
11:04:05 Mounting dir /var/www/html/api/nfv/sol005-master/26 as /storage
11:04:06 Using filter ''
11:04:06 
11:04:06 Entering dir /work/src
11:04:06 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
11:04:06 --- Merging file.
11:04:08 --- Create PDF...
11:04:27 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
11:04:29 --- Validation done (0).
11:04:29 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
11:04:29 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
11:04:29 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
11:04:29 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
11:04:29 --- Merging file.
11:04:30 --- Create PDF...
11:04:40 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
11:04:41 --- Validation done (0).
11:04:41 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
11:04:41 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
11:04:41 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
11:04:41 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
11:04:41 --- Merging file.
11:04:43 --- Create PDF...
11:05:49 --- Validating ../build/SOL005-NSDManagement-API.yaml
11:05:51 --- Validation done (0).
11:05:51 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
11:05:51 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
11:05:51 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
11:05:51 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
11:05:51 --- Merging file.
11:05:52 --- Create PDF...
11:06:11 --- Validating ../build/SOL005-APIVersion-API.yaml
11:06:12 --- Validation done (0).
11:06:12 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
11:06:12 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
11:06:12 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
11:06:12 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
11:06:12 --- Merging file.
11:06:14 --- Create PDF...
11:06:46 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
11:06:48 --- Validation done (0).
11:06:48 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
11:06:48 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
11:06:48 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
11:06:48 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
11:06:48 --- Merging file.
11:06:49 --- Create PDF...
11:07:21 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
11:07:23 --- Validation done (0).
11:07:23 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
11:07:23 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
11:07:23 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
11:07:23 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
11:07:23 --- Merging file.
11:07:24 --- Create PDF...
11:07:47 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
11:07:48 --- Validation done (0).
11:07:48 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
11:07:48 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
11:07:48 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
11:07:48 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
11:07:48 --- Merging file.
11:07:50 --- Create PDF...
11:08:45 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
11:08:47 --- Validation done (0).
11:08:47 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
11:08:47 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
11:08:47 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
11:08:47 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
11:08:47 --- Merging file.
11:08:50 --- Create PDF...
11:10:25 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
11:10:26 --- Validation done (0).
11:10:26 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
11:10:26 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
11:10:26 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
11:10:27 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
11:10:27 --- Merging file.
11:10:28 --- Create PDF...
11:10:41 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
11:10:43 --- Validation done (0).
11:10:43 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
11:10:43 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
11:10:43 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
11:10:43 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
11:10:43 --- Merging file.
11:10:44 --- Create PDF...
11:10:56 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
11:10:57 --- Validation done (0).
11:10:57 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
11:10:57 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
11:10:57 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
11:10:57 -- Final validator returns 0.
11:10:58 Archiving artifacts
11:10:59 Discard old builds...
11:10:59 #19 is removed because old than numToKeep
11:11:00 Finished: SUCCESS