SuccessConsole Output

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

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