SuccessConsole Output

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

16:52:56 Step 1/24 : FROM alpine:3.10.0
16:52:56  ---> 4d90542f0623
16:52:56 Step 2/24 : RUN env
16:52:56  ---> Using cache
16:52:56  ---> 0b577767eb4e
16:52:56 Step 3/24 : RUN apk update
16:52:56  ---> Using cache
16:52:56  ---> 697471ef7f0a
16:52:56 Step 4/24 : RUN apk add bash
16:52:56  ---> Using cache
16:52:56  ---> a25251d4272c
16:52:56 Step 5/24 : RUN apk add nodejs
16:52:56  ---> Using cache
16:52:56  ---> ee3663c76c01
16:52:56 Step 6/24 : RUN apk add nodejs-npm
16:52:56  ---> Using cache
16:52:56  ---> 95530c68fb47
16:52:56 Step 7/24 : RUN apk add asciidoctor
16:52:56  ---> Using cache
16:52:56  ---> a321cc22063f
16:52:56 Step 8/24 : RUN apk add openjdk8
16:52:56  ---> Using cache
16:52:56  ---> 07148189c9d2
16:52:56 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
16:52:56  ---> Using cache
16:52:56  ---> 6808b2c86594
16:52:56 Step 10/24 : RUN apk add openssl
16:52:56  ---> Using cache
16:52:56  ---> ed2950ff9192
16:52:56 Step 11/24 : RUN gem install rdoc -v 6.3.3 || gem install rdoc -v 6.3.3
16:52:56  ---> Using cache
16:52:56  ---> 83cde4af1585
16:52:56 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
16:52:56  ---> Using cache
16:52:56  ---> e442b40a01ef
16:52:56 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
16:52:56  ---> Using cache
16:52:56  ---> 22ece82af23f
16:52:56 Step 14/24 : RUN npm config set proxy $http_proxy
16:52:56  ---> Using cache
16:52:56  ---> 0cc1b972380e
16:52:56 Step 15/24 : RUN npm install -g swagger-cli
16:52:56  ---> Using cache
16:52:56  ---> 3ee43d5416a1
16:52:56 Step 16/24 : RUN npm install -g json-refs
16:52:56  ---> Using cache
16:52:56  ---> 94e261945a46
16:52:56 Step 17/24 : RUN npm install -g yamljs
16:52:56  ---> Using cache
16:52:56  ---> ce77b5519b06
16:52:56 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
16:52:56  ---> Using cache
16:52:56  ---> 187bb878cf40
16:52:56 Step 19/24 : RUN chmod +x /validate-in-docker.sh
16:52:56  ---> Using cache
16:52:56  ---> 8a72544175fe
16:52:56 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
16:52:56  ---> Using cache
16:52:56  ---> 10b5d2b015f0
16:52:56 Step 21/24 : RUN chmod +x /bin/swg2mrkup
16:52:56  ---> Using cache
16:52:56  ---> b6344d883dbb
16:52:56 Step 22/24 : ADD oas2pdf /bin/oas2pdf
16:52:56  ---> Using cache
16:52:56  ---> 694f10f1800e
16:52:56 Step 23/24 : RUN chmod +x /bin/oas2pdf
16:52:56  ---> Using cache
16:52:56  ---> e8412bbba598
16:52:56 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
16:52:56  ---> Using cache
16:52:56  ---> bd6a375951d4
16:52:56 Successfully built bd6a375951d4
16:52:56 Successfully tagged openapivalidator:latest
16:52:56 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
16:52:56 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol005/292’: Permission denied
16:52:56 Mounting dir /var/www/html/api/nfv/sol005/292 as /storage
16:52:57 Using filter ''
16:52:57 
16:52:57 Entering dir /work/src
16:52:57 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
16:52:57 --- Merging file.
16:52:58 --- Create PDF...
16:53:00 mv: can't rename 'SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:53:00 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
16:53:01 ../build/SOL005-NSLifecycleManagementNotification-API.yaml is valid
16:53:01 --- Validation done (0).
16:53:01 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
16:53:01 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
16:53:01 cp: can't stat '../build/SOL005-NSLifecycleManagementNotification-API.pdf': No such file or directory
16:53:01 -- Will validate: ./SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml (api: VNFSnapshotPackageManagement) (deliverable:SOL005)
16:53:01 --- Merging file.
16:53:03 --- Create PDF...
16:53:05 mv: can't rename 'SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:53:05 --- Validating ../build/SOL005-VNFSnapshotPackageManagement-API.yaml
16:53:06 ../build/SOL005-VNFSnapshotPackageManagement-API.yaml is valid
16:53:06 --- Validation done (0).
16:53:06 '../build/SOL005-VNFSnapshotPackageManagement-API.yaml' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.yaml'
16:53:06 '../build/SOL005-VNFSnapshotPackageManagement-API.json' -> '/storage/SOL005-VNFSnapshotPackageManagement-API.json'
16:53:06 cp: can't stat '../build/SOL005-VNFSnapshotPackageManagement-API.pdf': No such file or directory
16:53:06 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
16:53:06 --- Merging file.
16:53:07 --- Create PDF...
16:53:08 mv: can't rename 'SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:53:08 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
16:53:09 ../build/SOL005-VNFPackageManagementNotification-API.yaml is valid
16:53:09 --- Validation done (0).
16:53:09 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
16:53:09 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
16:53:09 cp: can't stat '../build/SOL005-VNFPackageManagementNotification-API.pdf': No such file or directory
16:53:09 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
16:53:09 --- Merging file.
16:53:11 --- Create PDF...
16:53:13 mv: can't rename 'SOL005-NSDManagement-API.pdf': No such file or directory
16:53:13 --- Validating ../build/SOL005-NSDManagement-API.yaml
16:53:14 ../build/SOL005-NSDManagement-API.yaml is valid
16:53:14 --- Validation done (0).
16:53:14 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
16:53:14 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
16:53:14 cp: can't stat '../build/SOL005-NSDManagement-API.pdf': No such file or directory
16:53:14 -- Will validate: ./SOL005/NFVICapacityInformationNotification/NFVICapacityInformationNotification.yaml (api: NFVICapacityInformationNotification) (deliverable:SOL005)
16:53:14 --- Merging file.
16:53:15 --- Create PDF...
16:53:17 --- Validating ../build/SOL005-NFVICapacityInformationNotification-API.yaml
16:53:17 mv: can't rename 'SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
16:53:17 ../build/SOL005-NFVICapacityInformationNotification-API.yaml is valid
16:53:17 --- Validation done (0).
16:53:17 '../build/SOL005-NFVICapacityInformationNotification-API.yaml' -> '/storage/SOL005-NFVICapacityInformationNotification-API.yaml'
16:53:17 '../build/SOL005-NFVICapacityInformationNotification-API.json' -> '/storage/SOL005-NFVICapacityInformationNotification-API.json'
16:53:17 cp: can't stat '../build/SOL005-NFVICapacityInformationNotification-API.pdf': No such file or directory
16:53:17 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
16:53:17 --- Merging file.
16:53:18 --- Create PDF...
16:53:20 mv: can't rename 'SOL005-APIVersion-API.pdf': No such file or directory
16:53:20 --- Validating ../build/SOL005-APIVersion-API.yaml
16:53:21 ../build/SOL005-APIVersion-API.yaml is valid
16:53:21 --- Validation done (0).
16:53:21 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
16:53:21 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
16:53:21 cp: can't stat '../build/SOL005-APIVersion-API.pdf': No such file or directory
16:53:21 -- Will validate: ./SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml (api: NFVICapacityInformation) (deliverable:SOL005)
16:53:21 --- Merging file.
16:53:22 --- Create PDF...
16:53:24 mv: can't rename 'SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:53:24 --- Validating ../build/SOL005-NFVICapacityInformation-API.yaml
16:53:24 ../build/SOL005-NFVICapacityInformation-API.yaml is valid
16:53:24 --- Validation done (0).
16:53:24 '../build/SOL005-NFVICapacityInformation-API.yaml' -> '/storage/SOL005-NFVICapacityInformation-API.yaml'
16:53:24 '../build/SOL005-NFVICapacityInformation-API.json' -> '/storage/SOL005-NFVICapacityInformation-API.json'
16:53:24 cp: can't stat '../build/SOL005-NFVICapacityInformation-API.pdf': No such file or directory
16:53:24 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
16:53:24 --- Merging file.
16:53:26 --- Create PDF...
16:53:28 mv: can't rename 'SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:53:28 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
16:53:28 ../build/SOL005-NSPerformanceManagement-API.yaml is valid
16:53:28 --- Validation done (0).
16:53:28 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
16:53:28 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
16:53:28 cp: can't stat '../build/SOL005-NSPerformanceManagement-API.pdf': No such file or directory
16:53:28 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
16:53:28 --- Merging file.
16:53:30 --- Create PDF...
16:53:32 mv: can't rename 'SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:53:32 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
16:53:32 ../build/SOL005-NSDManagementNotification-API.yaml is valid
16:53:32 --- Validation done (0).
16:53:32 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
16:53:32 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
16:53:32 cp: can't stat '../build/SOL005-NSDManagementNotification-API.pdf': No such file or directory
16:53:32 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
16:53:32 --- Merging file.
16:53:34 --- Create PDF...
16:53:35 mv: can't rename 'SOL005-NSFaultManagement-API.pdf': No such file or directory
16:53:35 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
16:53:36 ../build/SOL005-NSFaultManagement-API.yaml is valid
16:53:36 --- Validation done (0).
16:53:36 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
16:53:36 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
16:53:36 cp: can't stat '../build/SOL005-NSFaultManagement-API.pdf': No such file or directory
16:53:36 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
16:53:36 --- Merging file.
16:53:38 --- Create PDF...
16:53:40 mv: can't rename 'SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:53:40 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
16:53:41 ../build/SOL005-VNFPackageManagement-API.yaml is valid
16:53:41 --- Validation done (0).
16:53:41 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
16:53:41 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
16:53:41 cp: can't stat '../build/SOL005-VNFPackageManagement-API.pdf': No such file or directory
16:53:41 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
16:53:41 --- Merging file.
16:53:48 --- Create PDF...
16:53:49 mv: can't rename 'SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:53:49 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
16:53:51 ../build/SOL005-NSLifecycleManagement-API.yaml is valid
16:53:51 --- Validation done (0).
16:53:51 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
16:53:51 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
16:53:51 cp: can't stat '../build/SOL005-NSLifecycleManagement-API.pdf': No such file or directory
16:53:51 -- Will validate: ./SOL005/NSLCMCoordination/NSLCMCoordination.yaml (api: NSLCMCoordination) (deliverable:SOL005)
16:53:51 --- Merging file.
16:53:52 --- Create PDF...
16:53:54 mv: can't rename 'SOL005-NSLCMCoordination-API.pdf': No such file or directory
16:53:54 --- Validating ../build/SOL005-NSLCMCoordination-API.yaml
16:53:54 ../build/SOL005-NSLCMCoordination-API.yaml is valid
16:53:54 --- Validation done (0).
16:53:54 '../build/SOL005-NSLCMCoordination-API.yaml' -> '/storage/SOL005-NSLCMCoordination-API.yaml'
16:53:54 '../build/SOL005-NSLCMCoordination-API.json' -> '/storage/SOL005-NSLCMCoordination-API.json'
16:53:54 cp: can't stat '../build/SOL005-NSLCMCoordination-API.pdf': No such file or directory
16:53:54 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
16:53:54 --- Merging file.
16:53:55 --- Create PDF...
16:53:57 mv: can't rename 'SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:53:57 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
16:53:58 ../build/SOL005-NSFaultManagementNotification-API.yaml is valid
16:53:58 --- Validation done (0).
16:53:58 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
16:53:58 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
16:53:58 cp: can't stat '../build/SOL005-NSFaultManagementNotification-API.pdf': No such file or directory
16:53:58 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
16:53:58 --- Merging file.
16:53:59 --- Create PDF...
16:54:02 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
16:54:02 mv: can't rename 'SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:54:02 ../build/SOL005-NSPerformanceManagementNotification-API.yaml is valid
16:54:02 --- Validation done (0).
16:54:02 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
16:54:02 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
16:54:02 cp: can't stat '../build/SOL005-NSPerformanceManagementNotification-API.pdf': No such file or directory
16:54:02 -- Final validator returns 0.
16:54:03 Archiving artifacts
16:54:04 Finished: SUCCESS