SuccessConsole Output

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

15:07:26 Step 1/24 : FROM alpine:3.10.0
15:07:26  ---> 4d90542f0623
15:07:26 Step 2/24 : RUN env
15:07:26  ---> Using cache
15:07:26  ---> 146159559a23
15:07:26 Step 3/24 : RUN apk update
15:07:26  ---> Using cache
15:07:26  ---> 2642323b1ad1
15:07:26 Step 4/24 : RUN apk add bash
15:07:26  ---> Using cache
15:07:26  ---> bb67f4478233
15:07:26 Step 5/24 : RUN apk add nodejs
15:07:26  ---> Using cache
15:07:26  ---> e2c230a1c0a8
15:07:26 Step 6/24 : RUN apk add nodejs-npm
15:07:26  ---> Using cache
15:07:26  ---> 28160958d148
15:07:26 Step 7/24 : RUN apk add asciidoctor
15:07:26  ---> Using cache
15:07:26  ---> 972c124900bf
15:07:26 Step 8/24 : RUN apk add openjdk8
15:07:26  ---> Using cache
15:07:26  ---> e0999ddeb9c4
15:07:26 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
15:07:26  ---> Using cache
15:07:26  ---> 0982fd9ee2a2
15:07:26 Step 10/24 : RUN apk add openssl
15:07:26  ---> Using cache
15:07:26  ---> 475e70ef685d
15:07:26 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
15:07:26  ---> Using cache
15:07:26  ---> d100a6d7eb8d
15:07:26 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
15:07:26  ---> Using cache
15:07:26  ---> 3212dbb8e11b
15:07:26 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
15:07:26  ---> Using cache
15:07:26  ---> 482d9cb20d60
15:07:26 Step 14/24 : RUN npm config set proxy $http_proxy
15:07:26  ---> Using cache
15:07:26  ---> 47cd21f34205
15:07:26 Step 15/24 : RUN npm install -g swagger-cli
15:07:26  ---> Using cache
15:07:26  ---> f0efaa6a2d90
15:07:26 Step 16/24 : RUN npm install -g json-refs
15:07:26  ---> Using cache
15:07:26  ---> 56936b382dfb
15:07:26 Step 17/24 : RUN npm install -g yamljs
15:07:26  ---> Using cache
15:07:26  ---> 465c114cc595
15:07:26 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
15:07:26  ---> Using cache
15:07:26  ---> 32929d5f35c9
15:07:26 Step 19/24 : RUN chmod +x /validate-in-docker.sh
15:07:26  ---> Using cache
15:07:26  ---> 123a364567c7
15:07:26 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
15:07:26  ---> Using cache
15:07:26  ---> 16ff148d40f3
15:07:26 Step 21/24 : RUN chmod +x /bin/swg2mrkup
15:07:26  ---> Using cache
15:07:26  ---> 70f60409bfc7
15:07:26 Step 22/24 : ADD oas2pdf /bin/oas2pdf
15:07:26  ---> Using cache
15:07:26  ---> 35dd4653dddc
15:07:26 Step 23/24 : RUN chmod +x /bin/oas2pdf
15:07:26  ---> Using cache
15:07:26  ---> f2b7d41e47c9
15:07:26 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
15:07:26  ---> Using cache
15:07:26  ---> 070942712c84
15:07:26 Successfully built 070942712c84
15:07:26 Successfully tagged openapivalidator:latest
15:07:26 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
15:07:26 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/281’: Permission denied
15:07:26 Mounting dir /var/www/html/api/nfv/sol005/281 as /storage
15:07:27 Using filter ''
15:07:27 
15:07:27 Entering dir /work/src
15:07:27 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
15:07:27 --- Merging file.
15:07:29 --- Create PDF...
15:07:31 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
15:07:31 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
15:07:32 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
15:07:32 --- Validation done (0).
15:07:32 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
15:07:32 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
15:07:32 cp: can't stat '../build/SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
15:07:32 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
15:07:32 --- Merging file.
15:07:34 --- Create PDF...
15:07:36 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
15:07:36 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
15:07:37 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
15:07:37 --- Validation done (0).
15:07:37 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
15:07:37 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
15:07:37 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
15:07:37 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
15:07:37 --- Merging file.
15:07:38 --- Create PDF...
15:07:39 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
15:07:39 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
15:07:40 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
15:07:40 --- Validation done (0).
15:07:40 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
15:07:40 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
15:07:40 cp: can't stat '../build/SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
15:07:40 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
15:07:40 --- Merging file.
15:07:42 --- Create PDF...
15:07:44 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
15:07:44 --- Validating ../build/SOL005-NSDManagement-API.yaml
15:07:44 ../build/SOL005-NSDManagement-API.yaml is valid
15:07:44 --- Validation done (0).
15:07:44 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
15:07:44 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
15:07:44 cp: can't stat '../build/SOL005-NSDManagement-API.pdf': No such file or directory
15:07:45 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005)
15:07:45 --- Merging file.
15:07:45 --- Create PDF...
15:07:47 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
15:07:47 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml
15:07:47 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid
15:07:47 --- Validation done (0).
15:07:47 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml'
15:07:47 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json'
15:07:47 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
15:07:47 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
15:07:47 --- Merging file.
15:07:48 --- Create PDF...
15:07:50 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
15:07:50 --- Validating ../build/SOL005-APIVersion-API.yaml
15:07:51 ../build/SOL005-APIVersion-API.yaml is valid
15:07:51 --- Validation done (0).
15:07:51 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
15:07:51 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
15:07:51 cp: can't stat '../build/SOL005-APIVersion-API.pdf': No such file or directory
15:07:51 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
15:07:51 --- Merging file.
15:07:52 --- Create PDF...
15:07:54 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
15:07:54 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
15:07:54 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
15:07:54 --- Validation done (0).
15:07:54 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
15:07:54 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
15:07:54 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
15:07:54 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
15:07:54 --- Merging file.
15:07:56 --- Create PDF...
15:07:58 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
15:07:58 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
15:07:58 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
15:07:58 --- Validation done (0).
15:07:58 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
15:07:58 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
15:07:58 cp: can't stat '../build/SOL005-NSPerformanceManagement-API.pdf': No such file or directory
15:07:58 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
15:07:58 --- Merging file.
15:08:00 --- Create PDF...
15:08:01 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
15:08:01 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
15:08:02 ../build/SOL005-NSDManagementNotification-API.yaml is valid
15:08:02 --- Validation done (0).
15:08:02 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
15:08:02 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
15:08:02 cp: can't stat '../build/SOL005-NSDManagementNotification-API.pdf': No such file or directory
15:08:02 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
15:08:02 --- Merging file.
15:08:03 --- Create PDF...
15:08:05 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
15:08:05 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
15:08:06 ../build/SOL005-NSFaultManagement-API.yaml is valid
15:08:06 --- Validation done (0).
15:08:06 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
15:08:06 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
15:08:06 cp: can't stat '../build/SOL005-NSFaultManagement-API.pdf': No such file or directory
15:08:06 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
15:08:06 --- Merging file.
15:08:08 --- Create PDF...
15:08:09 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
15:08:09 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
15:08:10 ../build/SOL005-VNFPackageManagement-API.yaml is valid
15:08:10 --- Validation done (0).
15:08:10 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
15:08:10 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
15:08:10 cp: can't stat '../build/SOL005-VNFPackageManagement-API.pdf': No such file or directory
15:08:10 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
15:08:10 --- Merging file.
15:08:16 --- Create PDF...
15:08:18 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
15:08:18 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
15:08:19 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
15:08:19 --- Validation done (0).
15:08:19 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
15:08:19 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
15:08:19 cp: can't stat '../build/SOL005-NSLifecycleManagement-API.pdf': No such file or directory
15:08:19 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
15:08:19 --- Merging file.
15:08:20 --- Create PDF...
15:08:22 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
15:08:22 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
15:08:23 ../build/SOL005-NSLCMCoordination-API.yaml is valid
15:08:23 --- Validation done (0).
15:08:23 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
15:08:23 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
15:08:23 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
15:08:23 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
15:08:23 --- Merging file.
15:08:24 --- Create PDF...
15:08:25 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
15:08:25 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
15:08:26 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
15:08:26 --- Validation done (0).
15:08:26 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
15:08:26 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
15:08:26 cp: can't stat '../build/SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
15:08:26 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
15:08:26 --- Merging file.
15:08:27 --- Create PDF...
15:08:28 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
15:08:28 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
15:08:29 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
15:08:29 --- Validation done (0).
15:08:29 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
15:08:29 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
15:08:29 cp: can't stat '../build/SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
15:08:29 -- Final validator returns 0.
15:08:29 Archiving artifacts
15:08:31 Finished: SUCCESS