SuccessConsole Output

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

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