SuccessConsole Output

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

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