SuccessConsole Output

16:15:51 Started by GitLab push by bernini
16:15:51 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
16:15:51 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
16:15:51  > git rev-parse --is-inside-work-tree # timeout=10
16:15:51 Fetching changes from the remote Git repository
16:15:51  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
16:15:51 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
16:15:51  > git --version # timeout=10
16:15:51 using GIT_SSH to set credentials 
16:15:51  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
16:15:51  > git rev-parse remotes/origin/3.3.1-maintenance^{commit} # timeout=10
16:15:52  > git branch -a -v --no-abbrev --contains 02ca8ae991a652a9338fa1bc4eb4e132142e16af # timeout=10
16:15:52 Checking out Revision 02ca8ae991a652a9338fa1bc4eb4e132142e16af (origin/3.3.1-maintenance)
16:15:52  > git config core.sparsecheckout # timeout=10
16:15:52  > git checkout -f 02ca8ae991a652a9338fa1bc4eb4e132142e16af
16:15:52 Commit message: "fixed issue #4 in 3.3.1"
16:15:52  > git rev-list --no-walk a96875bf36628f4a7f7932a20c7b96334866fee5 # timeout=10
16:15:52 [sol005] $ /bin/bash /tmp/jenkins2659329155510147720.sh
16:15:52 ./build-container.sh: line 7: proxy: command not found
16:15:52 http_proxy is not set
16:15:52 Proxy set to 
16:15:52 Sending build context to Docker daemon  13.31kB

16:15:52 Step 1/24 : FROM alpine:3.10.0
16:15:53 3.10.0: Pulling from library/alpine
16:15:54 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
16:15:54 Status: Downloaded newer image for alpine:3.10.0
16:15:54  ---> 4d90542f0623
16:15:54 Step 2/24 : RUN env
16:15:54  ---> Using cache
16:15:54  ---> 3dd37f88f48b
16:15:54 Step 3/24 : RUN apk update
16:15:54  ---> Using cache
16:15:54  ---> 12029cc0f39f
16:15:54 Step 4/24 : RUN apk add bash
16:15:54  ---> Using cache
16:15:54  ---> e6615b737995
16:15:54 Step 5/24 : RUN apk add nodejs
16:15:54  ---> Using cache
16:15:54  ---> 24860c3b2063
16:15:54 Step 6/24 : RUN apk add nodejs-npm
16:15:54  ---> Using cache
16:15:54  ---> cb2256300214
16:15:54 Step 7/24 : RUN apk add asciidoctor
16:15:54  ---> Using cache
16:15:54  ---> 48f0b705cc06
16:15:54 Step 8/24 : RUN apk add openjdk8
16:15:54  ---> Using cache
16:15:54  ---> 56a612d9bba4
16:15:54 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
16:15:54  ---> Using cache
16:15:54  ---> 54afa303828c
16:15:54 Step 10/24 : RUN apk add openssl
16:15:54  ---> Using cache
16:15:54  ---> c9c08c112472
16:15:54 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
16:15:54  ---> Using cache
16:15:54  ---> 352b01bc416e
16:15:54 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
16:15:54  ---> Using cache
16:15:54  ---> ce077e02bff8
16:15:54 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:15:54  ---> Using cache
16:15:54  ---> b23fedc8dd94
16:15:54 Step 14/24 : RUN npm config set proxy $http_proxy
16:15:54  ---> Using cache
16:15:54  ---> 91638a196f16
16:15:54 Step 15/24 : RUN npm install -g swagger-cli
16:15:54  ---> Using cache
16:15:54  ---> f4d81cd29e36
16:15:54 Step 16/24 : RUN npm install -g json-refs
16:15:54  ---> Using cache
16:15:54  ---> 11d5296cb6e3
16:15:54 Step 17/24 : RUN npm install -g yamljs
16:15:54  ---> Using cache
16:15:54  ---> 261de29c25d2
16:15:54 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
16:15:54  ---> Using cache
16:15:54  ---> 83a856294a8a
16:15:54 Step 19/24 : RUN chmod +x /validate-in-docker.sh
16:15:54  ---> Using cache
16:15:54  ---> 23e7707e2ace
16:15:54 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
16:15:54  ---> Using cache
16:15:54  ---> 5a66fca9eace
16:15:54 Step 21/24 : RUN chmod +x /bin/swg2mrkup
16:15:54  ---> Using cache
16:15:54  ---> 00f001754976
16:15:54 Step 22/24 : ADD oas2pdf /bin/oas2pdf
16:15:54  ---> Using cache
16:15:54  ---> 8ceffe7815f4
16:15:54 Step 23/24 : RUN chmod +x /bin/oas2pdf
16:15:54  ---> Using cache
16:15:54  ---> cff746eaf280
16:15:54 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
16:15:54  ---> Using cache
16:15:54  ---> e1606c8a9a13
16:15:54 Successfully built e1606c8a9a13
16:15:54 Successfully tagged openapivalidator:latest
16:15:54 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
16:15:54 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/226’: Permission denied
16:15:54 Mounting dir /var/www/html/api/nfv/sol005/226 as /storage
16:15:54 Using filter ''
16:15:54 
16:15:54 Entering dir /work/src
16:15:54 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
16:15:54 --- Merging file.
16:15:56 --- Create PDF...
16:15:59 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
16:15:59 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:16:00 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
16:16:00 --- Validation done (0).
16:16:00 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
16:16:00 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
16:16:00 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
16:16:00 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
16:16:00 --- Merging file.
16:16:01 --- Create PDF...
16:16:03 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:16:03 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
16:16:04 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
16:16:04 --- Validation done (0).
16:16:04 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
16:16:04 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
16:16:04 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:16:04 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
16:16:04 --- Merging file.
16:16:05 --- Create PDF...
16:16:07 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:16:07 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
16:16:07 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
16:16:07 --- Validation done (0).
16:16:07 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
16:16:07 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
16:16:07 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
16:16:07 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
16:16:07 --- Merging file.
16:16:09 --- Create PDF...
16:16:11 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
16:16:11 --- Validating ../build/SOL005-NSDManagement-API.yaml
16:16:12 ../build/SOL005-NSDManagement-API.yaml is valid
16:16:12 --- Validation done (0).
16:16:12 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
16:16:12 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
16:16:12 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
16:16:12 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
16:16:12 --- Merging file.
16:16:13 --- Create PDF...
16:16:15 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
16:16:15 --- Validating ../build/SOL005-APIVersion-API.yaml
16:16:15 ../build/SOL005-APIVersion-API.yaml is valid
16:16:15 --- Validation done (0).
16:16:15 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
16:16:15 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
16:16:15 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
16:16:15 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
16:16:16 --- Merging file.
16:16:17 --- Create PDF...
16:16:19 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:16:19 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
16:16:20 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
16:16:20 --- Validation done (0).
16:16:20 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
16:16:20 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
16:16:20 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:16:20 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
16:16:20 --- Merging file.
16:16:21 --- Create PDF...
16:16:23 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:16:23 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
16:16:24 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
16:16:24 --- Validation done (0).
16:16:24 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
16:16:24 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
16:16:24 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
16:16:24 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
16:16:24 --- Merging file.
16:16:25 --- Create PDF...
16:16:27 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:16:27 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
16:16:28 ../build/SOL005-NSDManagementNotification-API.yaml is valid
16:16:28 --- Validation done (0).
16:16:28 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
16:16:28 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
16:16:28 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
16:16:28 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
16:16:28 --- Merging file.
16:16:29 --- Create PDF...
16:16:31 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
16:16:31 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
16:16:31 ../build/SOL005-NSFaultManagement-API.yaml is valid
16:16:31 --- Validation done (0).
16:16:31 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
16:16:31 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
16:16:31 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
16:16:31 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
16:16:31 --- Merging file.
16:16:33 --- Create PDF...
16:16:35 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:16:35 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
16:16:36 ../build/SOL005-VNFPackageManagement-API.yaml is valid
16:16:36 --- Validation done (0).
16:16:36 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
16:16:36 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
16:16:36 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
16:16:36 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
16:16:36 --- Merging file.
16:16:41 --- Create PDF...
16:16:43 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:16:43 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:16:44 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
16:16:44 --- Validation done (0).
16:16:45 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:16:45 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:16:45 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
16:16:45 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:16:45 --- Merging file.
16:16:46 --- Create PDF...
16:16:47 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:16:47 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:16:48 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
16:16:48 --- Validation done (0).
16:16:48 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:16:48 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:16:48 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
16:16:48 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:16:48 --- Merging file.
16:16:49 --- Create PDF...
16:16:51 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:16:51 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:16:51 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
16:16:51 --- Validation done (0).
16:16:51 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:16:51 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:16:51 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
16:16:51 -- Final validator returns 0.
16:16:51 Archiving artifacts
16:16:55 Finished: SUCCESS