17:23:56 Started by GitLab push by bernini 17:23:56 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 17:23:56 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 17:23:56 > git rev-parse --is-inside-work-tree # timeout=10 17:23:56 Fetching changes from the remote Git repository 17:23:56 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 17:23:56 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 17:23:56 > git --version # timeout=10 17:23:56 using GIT_SSH to set credentials 17:23:56 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 17:23:57 > git rev-parse remotes/origin/2.4.1-maintenance^{commit} # timeout=10 17:23:57 > git branch -a -v --no-abbrev --contains 2017f0c45ad1dbb442c98dabe4b6e2d38748a5b9 # timeout=10 17:23:57 Checking out Revision 2017f0c45ad1dbb442c98dabe4b6e2d38748a5b9 (origin/2.4.1-maintenance, origin/2.6.1-dev, origin/2.7.1-dev, origin/master) 17:23:57 > git config core.sparsecheckout # timeout=10 17:23:57 > git checkout -f 2017f0c45ad1dbb442c98dabe4b6e2d38748a5b9 17:23:57 Commit message: "Merge branch '2.4.1-editorial-fixes' into 'master'" 17:23:57 > git rev-list --no-walk f6fd0c6741787a0aaffda8b154cfc98b3fbfe0e1 # timeout=10 17:23:57 > git rev-list --no-walk 9a2eb3a44691e568f2a58e043bfab102f7256f63 # timeout=10 17:23:57 > git rev-list --no-walk 64f6fb6410894ae8300909ec70cb8687a4a8719d # timeout=10 17:23:57 [sol005] $ /bin/bash /tmp/jenkins6485324091829323676.sh 17:23:57 ./build-container.sh: line 7: proxy: command not found 17:23:57 http_proxy is not set 17:23:57 Proxy set to 17:23:57 Sending build context to Docker daemon 13.31kB 17:23:57 Step 1/24 : FROM alpine:3.6 17:23:59 3.6: Pulling from library/alpine 17:23:59 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475 17:23:59 Status: Downloaded newer image for alpine:3.6 17:23:59 ---> 43773d1dba76 17:23:59 Step 2/24 : RUN env 17:23:59 ---> Using cache 17:23:59 ---> 8f8fd58edd62 17:23:59 Step 3/24 : RUN apk update 17:23:59 ---> Using cache 17:23:59 ---> b5cdbf75bff8 17:23:59 Step 4/24 : RUN apk add bash 17:23:59 ---> Using cache 17:23:59 ---> d5b7d5b8474d 17:23:59 Step 5/24 : RUN apk add nodejs 17:23:59 ---> Using cache 17:23:59 ---> 02b0beae235e 17:23:59 Step 6/24 : RUN apk add nodejs-npm 17:23:59 ---> Using cache 17:23:59 ---> c28532e54062 17:23:59 Step 7/24 : RUN apk add asciidoctor 17:23:59 ---> Using cache 17:23:59 ---> 896cdd5b8441 17:23:59 Step 8/24 : RUN apk add openjdk8 17:23:59 ---> Using cache 17:23:59 ---> 33e797dafb78 17:23:59 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 17:23:59 ---> Using cache 17:23:59 ---> 593f73ca93e7 17:23:59 Step 10/24 : RUN apk add openssl 17:23:59 ---> Using cache 17:23:59 ---> 9e091baf1530 17:23:59 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 17:23:59 ---> Using cache 17:23:59 ---> ac732be97a1c 17:23:59 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 17:23:59 ---> Using cache 17:23:59 ---> c0cc4d048580 17:23:59 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 17:23:59 ---> Using cache 17:23:59 ---> 6fe15e9ad31c 17:23:59 Step 14/24 : RUN npm config set proxy $http_proxy 17:23:59 ---> Using cache 17:23:59 ---> becf94dcbee2 17:23:59 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 17:23:59 ---> Using cache 17:23:59 ---> e326d07e34fd 17:23:59 Step 16/24 : RUN npm install -g json-refs@3.0.2 17:23:59 ---> Using cache 17:23:59 ---> fc42f7ee9c63 17:23:59 Step 17/24 : RUN npm install -g yamljs@0.3.0 17:23:59 ---> Using cache 17:23:59 ---> dd78623612c4 17:23:59 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 17:23:59 ---> Using cache 17:23:59 ---> b9c3f10f16e4 17:23:59 Step 19/24 : RUN chmod +x /validate-in-docker.sh 17:23:59 ---> Using cache 17:23:59 ---> 109442b45655 17:23:59 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 17:23:59 ---> Using cache 17:23:59 ---> 3c60d5299293 17:23:59 Step 21/24 : RUN chmod +x /bin/swg2mrkup 17:23:59 ---> Using cache 17:23:59 ---> a2cf9540578a 17:23:59 Step 22/24 : ADD oas2pdf /bin/oas2pdf 17:23:59 ---> Using cache 17:23:59 ---> 09622137cc29 17:23:59 Step 23/24 : RUN chmod +x /bin/oas2pdf 17:23:59 ---> Using cache 17:23:59 ---> 705743878200 17:23:59 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 17:23:59 ---> Using cache 17:23:59 ---> 2d38a1f29ebf 17:23:59 Successfully built 2d38a1f29ebf 17:23:59 Successfully tagged openapivalidator:latest 17:23:59 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 17:23:59 mkdir: created directory '/var/www/html/api/nfv/sol005/134' 17:23:59 Mounting dir /var/www/html/api/nfv/sol005/134 as /storage 17:24:00 Using filter '' 17:24:00 17:24:00 Entering dir /work/src 17:24:00 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005) 17:24:00 --- Merging file. 17:24:02 --- Create PDF... 17:24:16 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml 17:24:18 --- Validation done (0). 17:24:18 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml' 17:24:18 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json' 17:24:18 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf' 17:24:18 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005) 17:24:18 --- Merging file. 17:24:19 --- Create PDF... 17:24:26 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml 17:24:27 --- Validation done (0). 17:24:27 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml' 17:24:27 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json' 17:24:27 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf' 17:24:27 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 17:24:27 --- Merging file. 17:24:30 --- Create PDF... 17:25:41 --- Validating ../build/SOL005-NSDManagement-API.yaml 17:25:43 --- Validation done (0). 17:25:44 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 17:25:44 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 17:25:44 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 17:25:44 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005) 17:25:44 --- Merging file. 17:25:45 --- Create PDF... 17:26:17 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml 17:26:19 --- Validation done (0). 17:26:19 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml' 17:26:19 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json' 17:26:19 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf' 17:26:19 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005) 17:26:19 --- Merging file. 17:26:20 --- Create PDF... 17:26:49 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml 17:26:50 --- Validation done (0). 17:26:50 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml' 17:26:50 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json' 17:26:50 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf' 17:26:50 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 17:26:50 --- Merging file. 17:26:52 --- Create PDF... 17:27:16 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 17:27:17 --- Validation done (0). 17:27:17 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 17:27:17 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 17:27:17 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 17:27:17 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 17:27:17 --- Merging file. 17:27:19 --- Create PDF... 17:27:53 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 17:27:55 --- Validation done (0). 17:27:55 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 17:27:55 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 17:27:55 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 17:27:55 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 17:27:55 --- Merging file. 17:27:59 --- Create PDF... 17:29:58 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 17:30:01 --- Validation done (0). 17:30:01 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 17:30:01 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 17:30:01 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 17:30:01 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005) 17:30:01 --- Merging file. 17:30:02 --- Create PDF... 17:30:11 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml 17:30:12 --- Validation done (0). 17:30:12 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml' 17:30:12 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json' 17:30:12 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf' 17:30:12 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005) 17:30:12 --- Merging file. 17:30:13 --- Create PDF... 17:30:24 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml 17:30:25 --- Validation done (0). 17:30:25 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml' 17:30:25 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json' 17:30:25 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf' 17:30:25 -- Final validator returns 0. 17:30:25 Archiving artifacts 17:30:28 Finished: SUCCESS