SuccessConsole Output

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

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