SuccessConsole Output

14:48:17 Started by GitLab push by f.moscatelli
14:48:17 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
14:48:17 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
14:48:17  > git rev-parse --is-inside-work-tree # timeout=10
14:48:17 Fetching changes from the remote Git repository
14:48:17  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
14:48:17 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
14:48:17  > git --version # timeout=10
14:48:17 using GIT_SSH to set credentials 
14:48:17  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
14:48:18  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
14:48:18  > git branch -a -v --no-abbrev --contains 8624019b328eda997fd8f456b3bf4a23e88f5d49 # timeout=10
14:48:18 Checking out Revision 8624019b328eda997fd8f456b3bf4a23e88f5d49 (origin/3.5.1-dev)
14:48:18  > git config core.sparsecheckout # timeout=10
14:48:18  > git checkout -f 8624019b328eda997fd8f456b3bf4a23e88f5d49
14:48:18 Commit message: "Merge branch '2.5.1-dev' of https://forge.etsi.org/rep/nfv/SOL005 into 3.5.1-dev"
14:48:18  > git rev-list --no-walk 53dcbadca080919811e3d18490763dee60b87d72 # timeout=10
14:48:18 [sol005] $ /bin/bash /tmp/jenkins1785244416387339021.sh
14:48:18 ./build-container.sh: line 7: proxy: command not found
14:48:18 http_proxy is not set
14:48:18 Proxy set to 
14:48:18 Sending build context to Docker daemon  13.31kB

14:48:19 Step 1/24 : FROM alpine:3.10.0
14:48:19  ---> 4d90542f0623
14:48:19 Step 2/24 : RUN env
14:48:19  ---> Using cache
14:48:19  ---> ae02487f36c4
14:48:19 Step 3/24 : RUN apk update
14:48:19  ---> Using cache
14:48:19  ---> b89c80fb50e5
14:48:19 Step 4/24 : RUN apk add bash
14:48:19  ---> Using cache
14:48:19  ---> 8784fbc9fc57
14:48:19 Step 5/24 : RUN apk add nodejs
14:48:19  ---> Using cache
14:48:19  ---> 28a25abf3ab9
14:48:19 Step 6/24 : RUN apk add nodejs-npm
14:48:19  ---> Using cache
14:48:19  ---> 1b596573243f
14:48:19 Step 7/24 : RUN apk add asciidoctor
14:48:19  ---> Using cache
14:48:19  ---> 0947b41ea58f
14:48:19 Step 8/24 : RUN apk add openjdk8
14:48:19  ---> Using cache
14:48:19  ---> c80710d753de
14:48:19 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
14:48:19  ---> Using cache
14:48:19  ---> 68468ab8366f
14:48:19 Step 10/24 : RUN apk add openssl
14:48:19  ---> Using cache
14:48:19  ---> 0ae14a88e45c
14:48:19 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
14:48:19  ---> Using cache
14:48:19  ---> 68e344322381
14:48:19 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
14:48:19  ---> Using cache
14:48:19  ---> f2d0d8812abe
14:48:19 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
14:48:19  ---> Using cache
14:48:19  ---> dadf1b8c885d
14:48:19 Step 14/24 : RUN npm config set proxy $http_proxy
14:48:19  ---> Using cache
14:48:19  ---> 82364b930f02
14:48:19 Step 15/24 : RUN npm install -g swagger-cli
14:48:19  ---> Using cache
14:48:19  ---> f26ac1dba4b2
14:48:19 Step 16/24 : RUN npm install -g json-refs
14:48:19  ---> Using cache
14:48:19  ---> 854cfe0dc266
14:48:19 Step 17/24 : RUN npm install -g yamljs
14:48:19  ---> Using cache
14:48:19  ---> 8a7612225506
14:48:19 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
14:48:19  ---> Using cache
14:48:19  ---> fdf0f8f95474
14:48:19 Step 19/24 : RUN chmod +x /validate-in-docker.sh
14:48:19  ---> Using cache
14:48:19  ---> 443f0cc47a8b
14:48:19 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
14:48:19  ---> Using cache
14:48:19  ---> 08e3fb6f18b1
14:48:19 Step 21/24 : RUN chmod +x /bin/swg2mrkup
14:48:19  ---> Using cache
14:48:19  ---> 74cea41057e1
14:48:19 Step 22/24 : ADD oas2pdf /bin/oas2pdf
14:48:19  ---> Using cache
14:48:19  ---> 74da8fce9718
14:48:19 Step 23/24 : RUN chmod +x /bin/oas2pdf
14:48:19  ---> Using cache
14:48:19  ---> db40b6918aba
14:48:19 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
14:48:19  ---> Using cache
14:48:19  ---> 3d1c4195fbfe
14:48:19 Successfully built 3d1c4195fbfe
14:48:19 Successfully tagged openapivalidator:latest
14:48:19 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
14:48:19 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/249’: Permission denied
14:48:19 Mounting dir /var/www/html/api/nfv/sol005/249 as /storage
14:48:19 Using filter ''
14:48:19 
14:48:19 Entering dir /work/src
14:48:19 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
14:48:19 --- Merging file.
14:48:20 --- Create PDF...
14:48:22 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
14:48:22 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
14:48:23 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
14:48:23 --- Validation done (0).
14:48:23 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
14:48:23 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
14:48:23 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
14:48:23 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
14:48:23 --- Merging file.
14:48:24 --- Create PDF...
14:48:26 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:48:26 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
14:48:27 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
14:48:27 --- Validation done (0).
14:48:27 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
14:48:27 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
14:48:27 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
14:48:27 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
14:48:27 --- Merging file.
14:48:28 --- Create PDF...
14:48:30 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
14:48:30 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
14:48:30 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
14:48:30 --- Validation done (0).
14:48:30 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
14:48:30 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
14:48:30 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
14:48:30 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
14:48:30 --- Merging file.
14:48:32 --- Create PDF...
14:48:34 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
14:48:34 --- Validating ../build/SOL005-NSDManagement-API.yaml
14:48:35 ../build/SOL005-NSDManagement-API.yaml is valid
14:48:35 --- Validation done (0).
14:48:35 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
14:48:35 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
14:48:35 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
14:48:35 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
14:48:35 --- Merging file.
14:48:36 --- Create PDF...
14:48:38 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
14:48:38 --- Validating ../build/SOL005-APIVersion-API.yaml
14:48:38 ../build/SOL005-APIVersion-API.yaml is valid
14:48:38 --- Validation done (0).
14:48:38 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
14:48:38 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
14:48:38 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
14:48:38 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
14:48:38 --- Merging file.
14:48:40 --- Create PDF...
14:48:42 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
14:48:42 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
14:48:42 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
14:48:43 --- Validation done (0).
14:48:43 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
14:48:43 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
14:48:43 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
14:48:43 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
14:48:43 --- Merging file.
14:48:44 --- Create PDF...
14:48:46 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
14:48:46 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
14:48:46 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
14:48:46 --- Validation done (0).
14:48:46 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
14:48:46 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
14:48:46 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
14:48:46 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
14:48:46 --- Merging file.
14:48:48 --- Create PDF...
14:48:50 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
14:48:50 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
14:48:50 ../build/SOL005-NSDManagementNotification-API.yaml is valid
14:48:50 --- Validation done (0).
14:48:50 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
14:48:50 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
14:48:50 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
14:48:50 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
14:48:50 --- Merging file.
14:48:51 --- Create PDF...
14:48:53 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
14:48:53 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
14:48:54 ../build/SOL005-NSFaultManagement-API.yaml is valid
14:48:54 --- Validation done (0).
14:48:54 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
14:48:54 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
14:48:54 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
14:48:54 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
14:48:54 --- Merging file.
14:48:56 --- Create PDF...
14:48:58 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
14:48:58 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
14:48:58 ../build/SOL005-VNFPackageManagement-API.yaml is valid
14:48:58 --- Validation done (0).
14:48:58 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
14:48:58 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
14:48:58 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
14:48:58 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
14:48:58 --- Merging file.
14:49:04 --- Create PDF...
14:49:06 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
14:49:06 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
14:49:07 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
14:49:07 --- Validation done (0).
14:49:07 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
14:49:07 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
14:49:07 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
14:49:07 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
14:49:07 --- Merging file.
14:49:08 --- Create PDF...
14:49:10 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
14:49:10 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
14:49:11 ../build/SOL005-NSLCMCoordination-API.yaml is valid
14:49:11 --- Validation done (0).
14:49:11 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
14:49:11 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
14:49:11 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
14:49:11 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
14:49:11 --- Merging file.
14:49:12 --- Create PDF...
14:49:13 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
14:49:13 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
14:49:14 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
14:49:14 --- Validation done (0).
14:49:14 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
14:49:14 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
14:49:14 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
14:49:14 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
14:49:14 --- Merging file.
14:49:15 --- Create PDF...
14:49:16 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
14:49:16 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
14:49:17 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
14:49:17 --- Validation done (0).
14:49:17 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
14:49:17 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
14:49:17 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
14:49:17 -- Final validator returns 0.
14:49:17 Archiving artifacts
14:49:20 Finished: SUCCESS