03:13:22 Started by GitLab push by rameshnaraya 03:13:22 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 03:13:22 > git rev-parse --is-inside-work-tree # timeout=10 03:13:22 Fetching changes from the remote Git repository 03:13:22 > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10 03:13:22 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git 03:13:22 > git --version # timeout=10 03:13:22 using GIT_SSH to set credentials 03:13:22 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/* 03:13:23 > git rev-parse remotes/origin/NFV-SOL005-Review^{commit} # timeout=10 03:13:23 > git branch -a -v --no-abbrev --contains fbdafb88b887e2373fbf7c223f74a0e78ee603fd # timeout=10 03:13:23 Checking out Revision fbdafb88b887e2373fbf7c223f74a0e78ee603fd (origin/master, origin/NFV-SOL005-Review) 03:13:23 > git config core.sparsecheckout # timeout=10 03:13:23 > git checkout -f fbdafb88b887e2373fbf7c223f74a0e78ee603fd 03:13:23 Commit message: "Merge branch 'fix-readme' into 'master'" 03:13:23 > git rev-list fbdafb88b887e2373fbf7c223f74a0e78ee603fd # timeout=10 03:13:23 > git rev-list fbdafb88b887e2373fbf7c223f74a0e78ee603fd # timeout=10 03:13:23 [sol005] $ /bin/bash /tmp/jenkins2550127889631519677.sh 03:13:23 ./build-container.sh: line 7: proxy: command not found 03:13:23 http_proxy is not set 03:13:23 Proxy set to 03:13:23 Sending build context to Docker daemon 13.31kB 03:13:23 Step 1/24 : FROM alpine:3.6 03:13:23 ---> 94627dfbdf19 03:13:23 Step 2/24 : RUN env 03:13:23 ---> Using cache 03:13:23 ---> 5aba9ace9175 03:13:23 Step 3/24 : RUN apk update 03:13:23 ---> Using cache 03:13:23 ---> c93a8f8fceea 03:13:23 Step 4/24 : RUN apk add bash 03:13:23 ---> Using cache 03:13:23 ---> 9984393d4ab7 03:13:23 Step 5/24 : RUN apk add nodejs 03:13:23 ---> Using cache 03:13:23 ---> 002ade640a14 03:13:23 Step 6/24 : RUN apk add nodejs-npm 03:13:23 ---> Using cache 03:13:23 ---> 95fda2dffd97 03:13:23 Step 7/24 : RUN apk add asciidoctor 03:13:23 ---> Using cache 03:13:23 ---> 99af8b969755 03:13:23 Step 8/24 : RUN apk add openjdk8 03:13:23 ---> Using cache 03:13:23 ---> a00125cd64f2 03:13:23 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 03:13:23 ---> Using cache 03:13:23 ---> 82f7425307e6 03:13:23 Step 10/24 : RUN apk add openssl 03:13:23 ---> Using cache 03:13:23 ---> c2d720896593 03:13:23 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 03:13:23 ---> Using cache 03:13:23 ---> 3dcde753af30 03:13:23 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 03:13:23 ---> Using cache 03:13:23 ---> f790ef185743 03:13:23 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 03:13:23 ---> Using cache 03:13:23 ---> 6edcfc270195 03:13:23 Step 14/24 : RUN npm config set proxy $http_proxy 03:13:23 ---> Using cache 03:13:23 ---> c9c3979202c1 03:13:23 Step 15/24 : RUN npm install -g swagger-tools@0.10.3 03:13:23 ---> Using cache 03:13:23 ---> 360ceb237df9 03:13:23 Step 16/24 : RUN npm install -g json-refs@3.0.2 03:13:23 ---> Using cache 03:13:23 ---> cbc3149e2130 03:13:23 Step 17/24 : RUN npm install -g yamljs@0.3.0 03:13:23 ---> Using cache 03:13:23 ---> 7871c2bfc3ea 03:13:23 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 03:13:23 ---> Using cache 03:13:23 ---> 16516228bb7a 03:13:23 Step 19/24 : RUN chmod +x /validate-in-docker.sh 03:13:23 ---> Using cache 03:13:23 ---> 845b46c2c1dc 03:13:23 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 03:13:23 ---> Using cache 03:13:23 ---> 15b5c2a87a43 03:13:23 Step 21/24 : RUN chmod +x /bin/swg2mrkup 03:13:23 ---> Using cache 03:13:23 ---> fc46bfc0ca88 03:13:23 Step 22/24 : ADD oas2pdf /bin/oas2pdf 03:13:23 ---> Using cache 03:13:23 ---> 81367680be11 03:13:23 Step 23/24 : RUN chmod +x /bin/oas2pdf 03:13:23 ---> Using cache 03:13:23 ---> b352741119b6 03:13:23 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 03:13:23 ---> Using cache 03:13:23 ---> 0f2938b0d611 03:13:23 Successfully built 0f2938b0d611 03:13:23 Successfully tagged openapivalidator:latest 03:13:23 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work 03:13:23 mkdir: created directory '/var/www/html/api/nfv/sol005/12' 03:13:23 Mounting dir /var/www/html/api/nfv/sol005/12 as /storage 03:13:23 Using filter '' 03:13:23 03:13:23 Entering dir /work/src 03:13:23 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005) 03:13:23 --- Merging file. 03:13:25 --- Create PDF... 03:13:42 --- Validating ../build/SOL005-NSDManagement-API.yaml 03:13:43 03:13:43 API Warnings: 03:13:43 03:13:43 #/definitions/NsdInfoModifications: Definition is defined but is not used: #/definitions/NsdInfoModifications 03:13:43 #/definitions/NsdmSubscription: Definition is defined but is not used: #/definitions/NsdmSubscription 03:13:43 #/definitions/NsdmSubscriptionRequest: Definition is defined but is not used: #/definitions/NsdmSubscriptionRequest 03:13:43 #/definitions/NsdmNotificationsFilter: Definition is defined but is not used: #/definitions/NsdmNotificationsFilter 03:13:43 #/definitions/Uri: Definition is defined but is not used: #/definitions/Uri 03:13:43 #/definitions/Link: Definition is defined but is not used: #/definitions/Link 03:13:43 #/definitions/SubscriptionAuthentication: Definition is defined but is not used: #/definitions/SubscriptionAuthentication 03:13:43 #/definitions/NsdOperationalStateType: Definition is defined but is not used: #/definitions/NsdOperationalStateType 03:13:43 #/definitions/NsdInfo: Definition is defined but is not used: #/definitions/NsdInfo 03:13:43 #/definitions/NsdOnboardingStateType: Definition is defined but is not used: #/definitions/NsdOnboardingStateType 03:13:43 #/definitions/ProblemDetails: Definition is defined but is not used: #/definitions/ProblemDetails 03:13:43 #/definitions/NsdUsageStateType: Definition is defined but is not used: #/definitions/NsdUsageStateType 03:13:43 #/definitions/KeyValuePairs: Definition is defined but is not used: #/definitions/KeyValuePairs 03:13:43 #/definitions/CreateNsdInfoRequest: Definition is defined but is not used: #/definitions/CreateNsdInfoRequest 03:13:43 #/definitions/PnfdInfoModifications: Definition is defined but is not used: #/definitions/PnfdInfoModifications 03:13:43 #/definitions/PnfdInfo: Definition is defined but is not used: #/definitions/PnfdInfo 03:13:43 #/definitions/PnfdOnboardingStateType: Definition is defined but is not used: #/definitions/PnfdOnboardingStateType 03:13:43 #/definitions/PnfdUsageStateType: Definition is defined but is not used: #/definitions/PnfdUsageStateType 03:13:43 #/definitions/CreatePnfdInfoRequest: Definition is defined but is not used: #/definitions/CreatePnfdInfoRequest 03:13:43 #/definitions/NsdmLinks: Definition is defined but is not used: #/definitions/NsdmLinks 03:13:43 #/definitions/NsdOnboardingNotification: Definition is defined but is not used: #/definitions/NsdOnboardingNotification 03:13:43 #/definitions/NsdOnboardingFailureNotification: Definition is defined but is not used: #/definitions/NsdOnboardingFailureNotification 03:13:43 #/definitions/NsdChangeNotification: Definition is defined but is not used: #/definitions/NsdChangeNotification 03:13:43 #/definitions/NsdDeletionNotification: Definition is defined but is not used: #/definitions/NsdDeletionNotification 03:13:43 #/definitions/PnfdmLinks: Definition is defined but is not used: #/definitions/PnfdmLinks 03:13:43 #/definitions/PnfdOnboardingNotification: Definition is defined but is not used: #/definitions/PnfdOnboardingNotification 03:13:43 #/definitions/PnfdOnboardingFailureNotification: Definition is defined but is not used: #/definitions/PnfdOnboardingFailureNotification 03:13:43 #/definitions/PnfdDeletionNotification: Definition is defined but is not used: #/definitions/PnfdDeletionNotification 03:13:43 03:13:43 Validation succeeded but with 28 warnings 03:13:43 03:13:43 --- Validation done (0). 03:13:43 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml' 03:13:43 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json' 03:13:43 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf' 03:13:43 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005) 03:13:43 --- Merging file. 03:13:44 --- Create PDF... 03:13:46 --- Validating ../build/SOL005-NSFaultManagement-API.yaml 03:13:47 --- Validation done (0). 03:13:47 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml' 03:13:47 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json' 03:13:47 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf' 03:13:47 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005) 03:13:47 --- Merging file. 03:13:48 --- Create PDF... 03:13:50 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml 03:13:51 --- Validation done (0). 03:13:51 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml' 03:13:51 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json' 03:13:51 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf' 03:13:51 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005) 03:13:51 --- Merging file. 03:13:52 --- Create PDF... 03:13:54 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml 03:13:55 --- Validation done (0). 03:13:55 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml' 03:13:55 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json' 03:13:55 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf' 03:13:55 -- Final validator returns 0. 03:13:55 No Gerrit change information found. Exiting 03:13:55 Archiving artifacts 03:13:55 Finished: SUCCESS