SuccessConsole Output

12:48:17 Started by GitLab push by Michele Carignani
12:48:17 Started by GitLab push by Michele Carignani
12:48:17 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005
12:48:17 Cloning the remote Git repository
12:48:17 Cloning repository git@forge.etsi.org:nfv/SOL005.git
12:48:17  > git init /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 # timeout=10
12:48:17 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
12:48:17  > git --version # timeout=10
12:48:17 using GIT_SSH to set credentials 
12:48:17  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
12:48:18  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
12:48:18  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:48:18  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
12:48:18 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
12:48:18 using GIT_SSH to set credentials 
12:48:18  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
12:48:19  > git rev-parse remotes/origin/fix-readme^{commit} # timeout=10
12:48:19  > git branch -a -v --no-abbrev --contains 61441bfeb152682929495632076e652d06b23ec9 # timeout=10
12:48:19 Checking out Revision 61441bfeb152682929495632076e652d06b23ec9 (origin/fix-readme)
12:48:19  > git config core.sparsecheckout # timeout=10
12:48:19  > git checkout -f 61441bfeb152682929495632076e652d06b23ec9
12:48:19 Commit message: "Update Readme.md"
12:48:19 First time build. Skipping changelog.
12:48:19 [sol005] $ /bin/bash /tmp/jenkins8812031685669711666.sh
12:48:19 rm: cannot remove 'build/*-API.yaml': No such file or directory
12:48:19 rm: cannot remove 'build/*-API.json': No such file or directory
12:48:19 ./build-container.sh: line 7: proxy: command not found
12:48:19 http_proxy is not set
12:48:19 Proxy set to 
12:48:19 Sending build context to Docker daemon  13.31kB

12:48:19 Step 1/24 : FROM alpine:3.6
12:48:19  ---> 94627dfbdf19
12:48:19 Step 2/24 : RUN env
12:48:19  ---> Using cache
12:48:19  ---> 5aba9ace9175
12:48:19 Step 3/24 : RUN apk update
12:48:19  ---> Using cache
12:48:19  ---> c93a8f8fceea
12:48:19 Step 4/24 : RUN apk add bash
12:48:19  ---> Using cache
12:48:19  ---> 9984393d4ab7
12:48:19 Step 5/24 : RUN apk add nodejs
12:48:19  ---> Using cache
12:48:19  ---> 002ade640a14
12:48:19 Step 6/24 : RUN apk add nodejs-npm
12:48:19  ---> Using cache
12:48:19  ---> 95fda2dffd97
12:48:19 Step 7/24 : RUN apk add asciidoctor
12:48:19  ---> Using cache
12:48:19  ---> 99af8b969755
12:48:19 Step 8/24 : RUN apk add openjdk8
12:48:19  ---> Using cache
12:48:19  ---> a00125cd64f2
12:48:19 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:48:19  ---> Using cache
12:48:19  ---> 82f7425307e6
12:48:19 Step 10/24 : RUN apk add openssl
12:48:19  ---> Using cache
12:48:19  ---> c2d720896593
12:48:19 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:48:19  ---> Using cache
12:48:19  ---> 3dcde753af30
12:48:19 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:48:19  ---> Using cache
12:48:19  ---> f790ef185743
12:48:19 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:48:19  ---> Using cache
12:48:19  ---> 6edcfc270195
12:48:19 Step 14/24 : RUN npm config set proxy $http_proxy
12:48:19  ---> Using cache
12:48:19  ---> c9c3979202c1
12:48:19 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
12:48:19  ---> Using cache
12:48:19  ---> 360ceb237df9
12:48:19 Step 16/24 : RUN npm install -g json-refs@3.0.2
12:48:19  ---> Using cache
12:48:19  ---> cbc3149e2130
12:48:19 Step 17/24 : RUN npm install -g yamljs@0.3.0
12:48:19  ---> Using cache
12:48:19  ---> 7871c2bfc3ea
12:48:19 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:48:19  ---> Using cache
12:48:19  ---> 16516228bb7a
12:48:19 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:48:19  ---> Using cache
12:48:19  ---> 845b46c2c1dc
12:48:19 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:48:19  ---> Using cache
12:48:19  ---> 15b5c2a87a43
12:48:19 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:48:19  ---> Using cache
12:48:19  ---> fc46bfc0ca88
12:48:19 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:48:19  ---> Using cache
12:48:19  ---> 81367680be11
12:48:19 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:48:19  ---> Using cache
12:48:19  ---> b352741119b6
12:48:19 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:48:19  ---> Using cache
12:48:19  ---> 0f2938b0d611
12:48:19 Successfully built 0f2938b0d611
12:48:19 Successfully tagged openapivalidator:latest
12:48:19 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005 as /work
12:48:19 mkdir: created directory '/var/www/html/api/nfv/sol005/10'
12:48:19 Mounting dir /var/www/html/api/nfv/sol005/10 as /storage
12:48:19 Using filter ''
12:48:19 
12:48:19 Entering dir /work/src
12:48:19 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
12:48:19 --- Merging file.
12:48:20 --- Create PDF...
12:48:38 --- Validating ../build/SOL005-NSDManagement-API.yaml
12:48:39 
12:48:39 API Warnings:
12:48:39 
12:48:39   #/definitions/NsdInfoModifications: Definition is defined but is not used: #/definitions/NsdInfoModifications
12:48:39   #/definitions/NsdmSubscription: Definition is defined but is not used: #/definitions/NsdmSubscription
12:48:39   #/definitions/NsdmSubscriptionRequest: Definition is defined but is not used: #/definitions/NsdmSubscriptionRequest
12:48:39   #/definitions/NsdmNotificationsFilter: Definition is defined but is not used: #/definitions/NsdmNotificationsFilter
12:48:39   #/definitions/Uri: Definition is defined but is not used: #/definitions/Uri
12:48:39   #/definitions/Link: Definition is defined but is not used: #/definitions/Link
12:48:39   #/definitions/SubscriptionAuthentication: Definition is defined but is not used: #/definitions/SubscriptionAuthentication
12:48:39   #/definitions/NsdOperationalStateType: Definition is defined but is not used: #/definitions/NsdOperationalStateType
12:48:39   #/definitions/NsdInfo: Definition is defined but is not used: #/definitions/NsdInfo
12:48:39   #/definitions/NsdOnboardingStateType: Definition is defined but is not used: #/definitions/NsdOnboardingStateType
12:48:39   #/definitions/ProblemDetails: Definition is defined but is not used: #/definitions/ProblemDetails
12:48:39   #/definitions/NsdUsageStateType: Definition is defined but is not used: #/definitions/NsdUsageStateType
12:48:39   #/definitions/KeyValuePairs: Definition is defined but is not used: #/definitions/KeyValuePairs
12:48:39   #/definitions/CreateNsdInfoRequest: Definition is defined but is not used: #/definitions/CreateNsdInfoRequest
12:48:39   #/definitions/PnfdInfoModifications: Definition is defined but is not used: #/definitions/PnfdInfoModifications
12:48:39   #/definitions/PnfdInfo: Definition is defined but is not used: #/definitions/PnfdInfo
12:48:39   #/definitions/PnfdOnboardingStateType: Definition is defined but is not used: #/definitions/PnfdOnboardingStateType
12:48:39   #/definitions/PnfdUsageStateType: Definition is defined but is not used: #/definitions/PnfdUsageStateType
12:48:39   #/definitions/CreatePnfdInfoRequest: Definition is defined but is not used: #/definitions/CreatePnfdInfoRequest
12:48:39   #/definitions/NsdmLinks: Definition is defined but is not used: #/definitions/NsdmLinks
12:48:39   #/definitions/NsdOnboardingNotification: Definition is defined but is not used: #/definitions/NsdOnboardingNotification
12:48:39   #/definitions/NsdOnboardingFailureNotification: Definition is defined but is not used: #/definitions/NsdOnboardingFailureNotification
12:48:39   #/definitions/NsdChangeNotification: Definition is defined but is not used: #/definitions/NsdChangeNotification
12:48:39   #/definitions/NsdDeletionNotification: Definition is defined but is not used: #/definitions/NsdDeletionNotification
12:48:39   #/definitions/PnfdmLinks: Definition is defined but is not used: #/definitions/PnfdmLinks
12:48:39   #/definitions/PnfdOnboardingNotification: Definition is defined but is not used: #/definitions/PnfdOnboardingNotification
12:48:39   #/definitions/PnfdOnboardingFailureNotification: Definition is defined but is not used: #/definitions/PnfdOnboardingFailureNotification
12:48:39   #/definitions/PnfdDeletionNotification: Definition is defined but is not used: #/definitions/PnfdDeletionNotification
12:48:39 
12:48:39 Validation succeeded but with 28 warnings
12:48:39 
12:48:39 --- Validation done (0).
12:48:39 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
12:48:39 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
12:48:39 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
12:48:39 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
12:48:39 --- Merging file.
12:48:40 --- Create PDF...
12:48:42 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
12:48:43 --- Validation done (0).
12:48:43 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
12:48:43 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
12:48:43 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
12:48:43 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
12:48:43 --- Merging file.
12:48:44 --- Create PDF...
12:48:46 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
12:48:47 --- Validation done (0).
12:48:47 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
12:48:47 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
12:48:47 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
12:48:47 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
12:48:47 --- Merging file.
12:48:48 --- Create PDF...
12:48:50 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
12:48:51 --- Validation done (0).
12:48:51 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
12:48:51 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
12:48:51 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
12:48:51 -- Final validator returns 0.
12:48:51 No Gerrit change information found. Exiting
12:48:51 Archiving artifacts
12:48:51 Finished: SUCCESS