SuccessConsole Output

18:06:39 Started by GitLab push by Pietro Piscione
18:06:39 [EnvInject] - Loading node environment variables.
18:06:39 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
18:06:39 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:06:39  > git rev-parse --is-inside-work-tree # timeout=10
18:06:39 Fetching changes from the remote Git repository
18:06:39  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:06:39 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:06:39  > git --version # timeout=10
18:06:39 using GIT_SSH to set credentials 
18:06:39  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:06:40  > git rev-parse remotes/origin/4.3.1-dev^{commit} # timeout=10
18:06:40  > git branch -a -v --no-abbrev --contains b3fbe10d25aca3baad4bb59f3cf99a61965f791a # timeout=10
18:06:40 Checking out Revision b3fbe10d25aca3baad4bb59f3cf99a61965f791a (origin/4.3.1-dev)
18:06:40  > git config core.sparsecheckout # timeout=10
18:06:40  > git checkout -f b3fbe10d25aca3baad4bb59f3cf99a61965f791a
18:06:40 Commit message: "SOL005_12, SOL005_13, SOL005_67, SOL005_47, SOL005_50, SOL005_48, SOL005_49, SOL005_65, SOL005_14, SOL005_52, SOL005_51, SOL005_15, SOL005_16 SOL005_v040009"
18:06:40  > git rev-list --no-walk 26b84435458441e0696aea9e561751655e5a9cc0 # timeout=10
18:06:40 [sol005] $ /bin/bash /tmp/jenkins8600303410104047554.sh
18:06:40 ./build-container.sh: line 7: proxy: command not found
18:06:40 http_proxy is not set
18:06:40 Proxy set to 
18:06:40 Sending build context to Docker daemon  13.31kB

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