SuccessConsole Output

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

18:26:51 Step 1/24 : FROM alpine:3.10.0
18:26:51  ---> 4d90542f0623
18:26:51 Step 2/24 : RUN env
18:26:51  ---> Using cache
18:26:51  ---> 8dac25977110
18:26:51 Step 3/24 : RUN apk update
18:26:51  ---> Using cache
18:26:51  ---> 37b1267c0d61
18:26:51 Step 4/24 : RUN apk add bash
18:26:51  ---> Using cache
18:26:51  ---> 08d05719ba05
18:26:51 Step 5/24 : RUN apk add nodejs
18:26:51  ---> Using cache
18:26:51  ---> 0ee099fc3499
18:26:51 Step 6/24 : RUN apk add nodejs-npm
18:26:51  ---> Using cache
18:26:51  ---> 2e13502fb746
18:26:51 Step 7/24 : RUN apk add asciidoctor
18:26:51  ---> Using cache
18:26:51  ---> b501e544cc6f
18:26:51 Step 8/24 : RUN apk add openjdk8
18:26:51  ---> Using cache
18:26:51  ---> 7ba24886b75e
18:26:51 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:26:51  ---> Using cache
18:26:51  ---> 87451dbdb562
18:26:51 Step 10/24 : RUN apk add openssl
18:26:51  ---> Using cache
18:26:51  ---> cb4988caa1a6
18:26:51 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:26:51  ---> Using cache
18:26:51  ---> d1bb45b65e57
18:26:51 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:26:51  ---> Using cache
18:26:51  ---> 052acfe99c2d
18:26:51 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:26:51  ---> Using cache
18:26:51  ---> ccfbd4411b69
18:26:51 Step 14/24 : RUN npm config set proxy $http_proxy
18:26:51  ---> Using cache
18:26:51  ---> e9209c9968f3
18:26:51 Step 15/24 : RUN npm install -g swagger-cli
18:26:51  ---> Using cache
18:26:51  ---> c75a98940663
18:26:51 Step 16/24 : RUN npm install -g json-refs
18:26:51  ---> Using cache
18:26:51  ---> 4b76971f84c7
18:26:51 Step 17/24 : RUN npm install -g yamljs
18:26:51  ---> Using cache
18:26:51  ---> a32e59c61dad
18:26:51 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:26:52  ---> cd65a5031bdb
18:26:52 Removing intermediate container cdbc47c3fd85
18:26:52 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:26:52  ---> Running in da0f8c38b20b
18:26:52  ---> c9b846819911
18:26:52 Removing intermediate container da0f8c38b20b
18:26:52 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:26:53  ---> 27dc975e21f0
18:26:53 Removing intermediate container 06a8fb4bddcf
18:26:53 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:26:53  ---> Running in e23e509f87e9
18:26:53  ---> 2c55c968f731
18:26:53 Removing intermediate container e23e509f87e9
18:26:53 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:26:53  ---> 81d22b4794be
18:26:54 Removing intermediate container c0654e361f58
18:26:54 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:26:54  ---> Running in 676ba2f2338a
18:26:54  ---> 3b7ff83bf0b7
18:26:54 Removing intermediate container 676ba2f2338a
18:26:54 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:26:54  ---> Running in 07064dc3d52d
18:26:54  ---> 3cc9aee1ed2b
18:26:54 Removing intermediate container 07064dc3d52d
18:26:54 Successfully built 3cc9aee1ed2b
18:26:54 Successfully tagged openapivalidator:latest
18:26:54 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
18:26:54 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/275’: Permission denied
18:26:54 Mounting dir /var/www/html/api/nfv/sol005/275 as /storage
18:26:55 Using filter ''
18:26:55 
18:26:55 Entering dir /work/src
18:26:55 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
18:26:55 --- Merging file.
18:26:56 --- Create PDF...
18:26:58 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
18:26:58 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
18:26:59 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
18:26:59 --- Validation done (0).
18:26:59 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
18:26:59 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
18:26:59 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
18:26:59 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
18:26:59 --- Merging file.
18:27:00 --- Create PDF...
18:27:02 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:27:02 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
18:27:03 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
18:27:03 --- Validation done (0).
18:27:03 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
18:27:03 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
18:27:03 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
18:27:03 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
18:27:03 --- Merging file.
18:27:04 --- Create PDF...
18:27:06 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
18:27:06 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
18:27:06 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
18:27:06 --- Validation done (0).
18:27:06 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
18:27:06 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
18:27:06 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
18:27:06 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
18:27:06 --- Merging file.
18:27:08 --- Create PDF...
18:27:10 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
18:27:10 --- Validating ../build/SOL005-NSDManagement-API.yaml
18:27:11 ../build/SOL005-NSDManagement-API.yaml is valid
18:27:11 --- Validation done (0).
18:27:11 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
18:27:11 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
18:27:11 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
18:27:11 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005)
18:27:11 --- Merging file.
18:27:12 --- Create PDF...
18:27:13 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
18:27:13 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml
18:27:14 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid
18:27:14 --- Validation done (0).
18:27:14 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml'
18:27:14 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json'
18:27:14 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
18:27:14 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
18:27:14 --- Merging file.
18:27:15 --- Create PDF...
18:27:16 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
18:27:16 --- Validating ../build/SOL005-APIVersion-API.yaml
18:27:17 ../build/SOL005-APIVersion-API.yaml is valid
18:27:17 --- Validation done (0).
18:27:17 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
18:27:17 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
18:27:17 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
18:27:17 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
18:27:17 --- Merging file.
18:27:18 --- Create PDF...
18:27:20 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:27:20 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
18:27:21 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
18:27:21 --- Validation done (0).
18:27:21 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
18:27:21 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
18:27:21 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
18:27:21 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
18:27:21 --- Merging file.
18:27:22 --- Create PDF...
18:27:24 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
18:27:24 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
18:27:25 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
18:27:25 --- Validation done (0).
18:27:25 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
18:27:25 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
18:27:25 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
18:27:25 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
18:27:25 --- Merging file.
18:27:26 --- Create PDF...
18:27:28 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
18:27:28 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
18:27:28 ../build/SOL005-NSDManagementNotification-API.yaml is valid
18:27:28 --- Validation done (0).
18:27:28 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
18:27:28 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
18:27:28 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
18:27:28 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
18:27:28 --- Merging file.
18:27:30 --- Create PDF...
18:27:31 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
18:27:31 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
18:27:32 ../build/SOL005-NSFaultManagement-API.yaml is valid
18:27:32 --- Validation done (0).
18:27:32 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
18:27:32 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
18:27:32 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
18:27:32 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
18:27:32 --- Merging file.
18:27:34 --- Create PDF...
18:27:36 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
18:27:36 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
18:27:37 ../build/SOL005-VNFPackageManagement-API.yaml is valid
18:27:37 --- Validation done (0).
18:27:37 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
18:27:37 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
18:27:37 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
18:27:37 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
18:27:37 --- Merging file.
18:27:43 --- Create PDF...
18:27:45 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
18:27:45 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
18:27:46 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
18:27:46 --- Validation done (0).
18:27:46 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
18:27:46 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
18:27:46 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
18:27:46 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
18:27:46 --- Merging file.
18:27:47 --- Create PDF...
18:27:49 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
18:27:49 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
18:27:50 ../build/SOL005-NSLCMCoordination-API.yaml is valid
18:27:50 --- Validation done (0).
18:27:50 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
18:27:50 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
18:27:50 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
18:27:50 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
18:27:50 --- Merging file.
18:27:51 --- Create PDF...
18:27:53 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
18:27:53 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
18:27:53 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
18:27:53 --- Validation done (0).
18:27:53 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
18:27:53 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
18:27:53 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
18:27:53 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
18:27:53 --- Merging file.
18:27:54 --- Create PDF...
18:27:56 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
18:27:56 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
18:27:56 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
18:27:56 --- Validation done (0).
18:27:56 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
18:27:56 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
18:27:56 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
18:27:56 -- Final validator returns 0.
18:27:57 Archiving artifacts
18:27:59 Finished: SUCCESS