SuccessConsole Output

06:47:11 Started by GitLab push by bernini
06:47:11 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
06:47:11 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
06:47:11  > git rev-parse --is-inside-work-tree # timeout=10
06:47:11 Fetching changes from the remote Git repository
06:47:11  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
06:47:11 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
06:47:11  > git --version # timeout=10
06:47:11 using GIT_SSH to set credentials 
06:47:11  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
06:47:12  > git rev-parse remotes/origin/2.6.1-dev^{commit} # timeout=10
06:47:12  > git branch -a -v --no-abbrev --contains f6fd0c6741787a0aaffda8b154cfc98b3fbfe0e1 # timeout=10
06:47:12 Checking out Revision f6fd0c6741787a0aaffda8b154cfc98b3fbfe0e1 (origin/2.6.1-dev)
06:47:12  > git config core.sparsecheckout # timeout=10
06:47:12  > git checkout -f f6fd0c6741787a0aaffda8b154cfc98b3fbfe0e1
06:47:12 Commit message: "added description of inter-attribute dependencies on a couple of examples"
06:47:12  > git rev-list --no-walk b5b3f65531b867b1cd245121d78a7de2a51c4b47 # timeout=10
06:47:13 [sol005] $ /bin/bash /tmp/jenkins6174421064123276194.sh
06:47:13 ./build-container.sh: line 7: proxy: command not found
06:47:13 http_proxy is not set
06:47:13 Proxy set to 
06:47:13 Sending build context to Docker daemon  13.31kB

06:47:13 Step 1/24 : FROM alpine:3.6
06:47:14 3.6: Pulling from library/alpine
06:47:15 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
06:47:15 Status: Downloaded newer image for alpine:3.6
06:47:15  ---> 43773d1dba76
06:47:15 Step 2/24 : RUN env
06:47:15  ---> Using cache
06:47:15  ---> 8f8fd58edd62
06:47:15 Step 3/24 : RUN apk update
06:47:15  ---> Using cache
06:47:15  ---> b5cdbf75bff8
06:47:15 Step 4/24 : RUN apk add bash
06:47:15  ---> Using cache
06:47:15  ---> d5b7d5b8474d
06:47:15 Step 5/24 : RUN apk add nodejs
06:47:15  ---> Using cache
06:47:15  ---> 02b0beae235e
06:47:15 Step 6/24 : RUN apk add nodejs-npm
06:47:15  ---> Using cache
06:47:15  ---> c28532e54062
06:47:15 Step 7/24 : RUN apk add asciidoctor
06:47:15  ---> Using cache
06:47:15  ---> 896cdd5b8441
06:47:15 Step 8/24 : RUN apk add openjdk8
06:47:15  ---> Using cache
06:47:15  ---> 33e797dafb78
06:47:15 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
06:47:15  ---> Using cache
06:47:15  ---> 593f73ca93e7
06:47:15 Step 10/24 : RUN apk add openssl
06:47:15  ---> Using cache
06:47:15  ---> 9e091baf1530
06:47:15 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
06:47:15  ---> Using cache
06:47:15  ---> ac732be97a1c
06:47:15 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
06:47:15  ---> Using cache
06:47:15  ---> c0cc4d048580
06:47:15 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
06:47:15  ---> Using cache
06:47:15  ---> 6fe15e9ad31c
06:47:15 Step 14/24 : RUN npm config set proxy $http_proxy
06:47:15  ---> Using cache
06:47:15  ---> becf94dcbee2
06:47:15 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
06:47:15  ---> Using cache
06:47:15  ---> e326d07e34fd
06:47:15 Step 16/24 : RUN npm install -g json-refs@3.0.2
06:47:15  ---> Using cache
06:47:15  ---> 07112aeb85e5
06:47:15 Step 17/24 : RUN npm install -g yamljs@0.3.0
06:47:15  ---> Using cache
06:47:15  ---> 9af74bcbefcb
06:47:15 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
06:47:15  ---> Using cache
06:47:15  ---> a7848e836063
06:47:15 Step 19/24 : RUN chmod +x /validate-in-docker.sh
06:47:15  ---> Using cache
06:47:15  ---> cd5855349bea
06:47:15 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
06:47:15  ---> Using cache
06:47:15  ---> 335f34596479
06:47:15 Step 21/24 : RUN chmod +x /bin/swg2mrkup
06:47:15  ---> Using cache
06:47:15  ---> 7b3c89d28f95
06:47:15 Step 22/24 : ADD oas2pdf /bin/oas2pdf
06:47:15  ---> Using cache
06:47:15  ---> 865b7d0ed98d
06:47:15 Step 23/24 : RUN chmod +x /bin/oas2pdf
06:47:15  ---> Using cache
06:47:15  ---> 591715f77282
06:47:15 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
06:47:15  ---> Using cache
06:47:15  ---> 70eac81ef350
06:47:15 Successfully built 70eac81ef350
06:47:15 Successfully tagged openapivalidator:latest
06:47:15 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
06:47:15 mkdir: created directory '/var/www/html/api/nfv/sol005/123'
06:47:15 Mounting dir /var/www/html/api/nfv/sol005/123 as /storage
06:47:15 Using filter ''
06:47:15 
06:47:15 Entering dir /work/src
06:47:15 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
06:47:15 --- Merging file.
06:47:17 --- Create PDF...
06:47:35 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
06:47:36 --- Validation done (0).
06:47:36 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
06:47:36 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
06:47:36 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
06:47:36 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
06:47:36 --- Merging file.
06:47:37 --- Create PDF...
06:47:46 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
06:47:47 --- Validation done (0).
06:47:47 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
06:47:47 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
06:47:47 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
06:47:47 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
06:47:47 --- Merging file.
06:47:49 --- Create PDF...
06:48:36 --- Validating ../build/SOL005-NSDManagement-API.yaml
06:48:38 --- Validation done (0).
06:48:38 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
06:48:38 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
06:48:38 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
06:48:38 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
06:48:38 --- Merging file.
06:48:39 --- Create PDF...
06:48:56 --- Validating ../build/SOL005-APIVersion-API.yaml
06:48:57 --- Validation done (0).
06:48:57 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
06:48:57 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
06:48:57 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
06:48:57 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
06:48:57 --- Merging file.
06:48:58 --- Create PDF...
06:49:32 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
06:49:33 --- Validation done (0).
06:49:33 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
06:49:33 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
06:49:33 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
06:49:33 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
06:49:33 --- Merging file.
06:49:34 --- Create PDF...
06:50:03 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
06:50:04 --- Validation done (0).
06:50:04 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
06:50:04 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
06:50:04 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
06:50:04 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
06:50:04 --- Merging file.
06:50:06 --- Create PDF...
06:50:26 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
06:50:28 --- Validation done (0).
06:50:28 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
06:50:28 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
06:50:28 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
06:50:28 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
06:50:28 --- Merging file.
06:50:29 --- Create PDF...
06:51:06 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
06:51:08 --- Validation done (0).
06:51:08 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
06:51:08 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
06:51:08 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
06:51:08 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
06:51:08 --- Merging file.
06:51:11 --- Create PDF...
06:52:34 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
06:52:35 --- Validation done (0).
06:52:35 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
06:52:35 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
06:52:35 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
06:52:35 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
06:52:35 --- Merging file.
06:52:37 --- Create PDF...
06:52:48 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
06:52:49 --- Validation done (0).
06:52:49 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
06:52:49 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
06:52:49 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
06:52:49 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
06:52:49 --- Merging file.
06:52:50 --- Create PDF...
06:53:00 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
06:53:01 --- Validation done (0).
06:53:01 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
06:53:01 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
06:53:01 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
06:53:01 -- Final validator returns 0.
06:53:01 Archiving artifacts
06:53:03 Finished: SUCCESS