SuccessConsole Output

17:21:01 Started by GitLab push by bernini
17:21:01 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011
17:21:01 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
17:21:01  > git rev-parse --is-inside-work-tree # timeout=10
17:21:01 Fetching changes from the remote Git repository
17:21:01  > git config remote.origin.url git@forge.etsi.org:nfv/SOL011.git # timeout=10
17:21:01 Fetching upstream changes from git@forge.etsi.org:nfv/SOL011.git
17:21:01  > git --version # timeout=10
17:21:01 using GIT_SSH to set credentials 
17:21:01  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL011.git +refs/heads/*:refs/remotes/origin/*
17:21:02  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
17:21:02  > git branch -a -v --no-abbrev --contains 8d6708c6e7e3932cedf5304a514c7aea493e7abe # timeout=10
17:21:02 Checking out Revision 8d6708c6e7e3932cedf5304a514c7aea493e7abe (origin/3.3.1-dev)
17:21:02  > git config core.sparsecheckout # timeout=10
17:21:02  > git checkout -f 8d6708c6e7e3932cedf5304a514c7aea493e7abe
17:21:02 Commit message: "fix references to SOL005 notifications"
17:21:02  > git rev-list --no-walk 5d1d354d009121f45da2b0266618ea87bed1cc14 # timeout=10
17:21:02 [sol011] $ /bin/bash /tmp/jenkins1505897837174016286.sh
17:21:02 ./build-container.sh: line 7: proxy: command not found
17:21:02 http_proxy is not set
17:21:02 Proxy set to 
17:21:03 Sending build context to Docker daemon  13.31kB

17:21:03 Step 1/24 : FROM alpine:3.10.0
17:21:03  ---> 4d90542f0623
17:21:03 Step 2/24 : RUN env
17:21:03  ---> Using cache
17:21:03  ---> 74f10208e216
17:21:03 Step 3/24 : RUN apk update
17:21:03  ---> Using cache
17:21:03  ---> 402f5f4181db
17:21:03 Step 4/24 : RUN apk add bash
17:21:03  ---> Using cache
17:21:03  ---> 7fee8facc93c
17:21:03 Step 5/24 : RUN apk add nodejs
17:21:03  ---> Using cache
17:21:03  ---> fd1b1ff44aec
17:21:03 Step 6/24 : RUN apk add nodejs-npm
17:21:03  ---> Using cache
17:21:03  ---> 72dcb8c5469d
17:21:03 Step 7/24 : RUN apk add asciidoctor
17:21:03  ---> Using cache
17:21:03  ---> f93c03b6714b
17:21:03 Step 8/24 : RUN apk add openjdk8
17:21:03  ---> Using cache
17:21:03  ---> 64595557b10d
17:21:03 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
17:21:03  ---> Using cache
17:21:03  ---> 89b1cc262e26
17:21:03 Step 10/24 : RUN apk add openssl
17:21:03  ---> Using cache
17:21:03  ---> decdca7d1ef5
17:21:03 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
17:21:03  ---> Using cache
17:21:03  ---> 1d853dd7c6c3
17:21:03 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
17:21:03  ---> Using cache
17:21:03  ---> 295b0548de80
17:21:03 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
17:21:03  ---> Using cache
17:21:03  ---> be6e6825f19e
17:21:03 Step 14/24 : RUN npm config set proxy $http_proxy
17:21:03  ---> Using cache
17:21:03  ---> c40e0db98de7
17:21:03 Step 15/24 : RUN npm install -g swagger-cli
17:21:03  ---> Using cache
17:21:03  ---> 47d8bbfd0303
17:21:03 Step 16/24 : RUN npm install -g json-refs
17:21:03  ---> Using cache
17:21:03  ---> 3fee18d05a16
17:21:03 Step 17/24 : RUN npm install -g yamljs
17:21:03  ---> Using cache
17:21:03  ---> 514359d9f9b0
17:21:03 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
17:21:03  ---> Using cache
17:21:03  ---> 7d0d40b8c427
17:21:03 Step 19/24 : RUN chmod +x /validate-in-docker.sh
17:21:03  ---> Using cache
17:21:03  ---> 263ed9d13f24
17:21:03 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
17:21:03  ---> Using cache
17:21:03  ---> 63cc9d490b54
17:21:03 Step 21/24 : RUN chmod +x /bin/swg2mrkup
17:21:03  ---> Using cache
17:21:03  ---> eb1ef268cdc1
17:21:03 Step 22/24 : ADD oas2pdf /bin/oas2pdf
17:21:03  ---> Using cache
17:21:03  ---> 3d5957bfc623
17:21:03 Step 23/24 : RUN chmod +x /bin/oas2pdf
17:21:03  ---> Using cache
17:21:03  ---> 381d3ad57559
17:21:03 Step 24/24 : ENTRYPOINT ["/validate-in-docker.sh"]
17:21:03  ---> Using cache
17:21:03  ---> d346f2906793
17:21:03 Successfully built d346f2906793
17:21:03 Successfully tagged openapivalidator:latest
17:21:03 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol011 as /work
17:21:03 mkdir: cannot create directory ‘/var/www/html/api/nfv/sol011/7’: Permission denied
17:21:03 Mounting dir /var/www/html/api/nfv/sol011/7 as /storage
17:21:04 Using filter ''
17:21:04 
17:21:04 Entering dir /work/src
17:21:04 -- Will validate: ./SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL011)
17:21:04 --- Merging file.
17:21:06 --- Create PDF...
17:21:24 --- Validating ../build/SOL011-NSLifecycleManagementNotification-API.yaml
17:21:25 ../build/SOL011-NSLifecycleManagementNotification-API.yaml is valid
17:21:25 --- Validation done (0).
17:21:25 '../build/SOL011-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL011-NSLifecycleManagementNotification-API.yaml'
17:21:25 '../build/SOL011-NSLifecycleManagementNotification-API.json' -> '/storage/SOL011-NSLifecycleManagementNotification-API.json'
17:21:25 '../build/SOL011-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL011-NSLifecycleManagementNotification-API.pdf'
17:21:25 -- Will validate: ./SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml (api: NSLifecycleOperationGranting) (deliverable:SOL011)
17:21:25 --- Merging file.
17:21:25 --- Create PDF...
17:21:27 mv: can't rename 'SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory
17:21:27 --- Validating ../build/SOL011-NSLifecycleOperationGranting-API.yaml
17:21:28 ../build/SOL011-NSLifecycleOperationGranting-API.yaml is valid
17:21:28 --- Validation done (0).
17:21:28 '../build/SOL011-NSLifecycleOperationGranting-API.yaml' -> '/storage/SOL011-NSLifecycleOperationGranting-API.yaml'
17:21:28 '../build/SOL011-NSLifecycleOperationGranting-API.json' -> '/storage/SOL011-NSLifecycleOperationGranting-API.json'
17:21:28 cp: can't stat '../build/SOL011-NSLifecycleOperationGranting-API.pdf': No such file or directory
17:21:28 -- Will validate: ./SOL011/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL011)
17:21:28 --- Merging file.
17:21:29 --- Create PDF...
17:21:30 mv: can't rename 'SOL011-NSDManagement-API.pdf': No such file or directory
17:21:30 --- Validating ../build/SOL011-NSDManagement-API.yaml
17:21:31 ../build/SOL011-NSDManagement-API.yaml is valid
17:21:31 --- Validation done (0).
17:21:31 '../build/SOL011-NSDManagement-API.yaml' -> '/storage/SOL011-NSDManagement-API.yaml'
17:21:31 '../build/SOL011-NSDManagement-API.json' -> '/storage/SOL011-NSDManagement-API.json'
17:21:31 cp: can't stat '../build/SOL011-NSDManagement-API.pdf': No such file or directory
17:21:31 -- Will validate: ./SOL011/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL011)
17:21:31 --- Merging file.
17:21:32 --- Create PDF...
17:21:33 mv: can't rename 'SOL011-APIVersion-API.pdf': No such file or directory
17:21:33 --- Validating ../build/SOL011-APIVersion-API.yaml
17:21:34 ../build/SOL011-APIVersion-API.yaml is valid
17:21:34 --- Validation done (0).
17:21:34 '../build/SOL011-APIVersion-API.yaml' -> '/storage/SOL011-APIVersion-API.yaml'
17:21:34 '../build/SOL011-APIVersion-API.json' -> '/storage/SOL011-APIVersion-API.json'
17:21:34 cp: can't stat '../build/SOL011-APIVersion-API.pdf': No such file or directory
17:21:34 -- Will validate: ./SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL011)
17:21:34 --- Merging file.
17:21:36 --- Create PDF...
17:21:59 --- Validating ../build/SOL011-NSPerformanceManagement-API.yaml
17:22:00 ../build/SOL011-NSPerformanceManagement-API.yaml is valid
17:22:00 --- Validation done (0).
17:22:00 '../build/SOL011-NSPerformanceManagement-API.yaml' -> '/storage/SOL011-NSPerformanceManagement-API.yaml'
17:22:00 '../build/SOL011-NSPerformanceManagement-API.json' -> '/storage/SOL011-NSPerformanceManagement-API.json'
17:22:00 '../build/SOL011-NSPerformanceManagement-API.pdf' -> '/storage/SOL011-NSPerformanceManagement-API.pdf'
17:22:00 -- Will validate: ./SOL011/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL011)
17:22:00 --- Merging file.
17:22:02 --- Create PDF...
17:22:23 --- Validating ../build/SOL011-NSFaultManagement-API.yaml
17:22:24 ../build/SOL011-NSFaultManagement-API.yaml is valid
17:22:24 --- Validation done (0).
17:22:24 '../build/SOL011-NSFaultManagement-API.yaml' -> '/storage/SOL011-NSFaultManagement-API.yaml'
17:22:24 '../build/SOL011-NSFaultManagement-API.json' -> '/storage/SOL011-NSFaultManagement-API.json'
17:22:24 '../build/SOL011-NSFaultManagement-API.pdf' -> '/storage/SOL011-NSFaultManagement-API.pdf'
17:22:24 -- Will validate: ./SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL011)
17:22:24 --- Merging file.
17:22:26 --- Create PDF...
17:23:31 --- Validating ../build/SOL011-NSLifecycleManagement-API.yaml
17:23:32 ../build/SOL011-NSLifecycleManagement-API.yaml is valid
17:23:32 --- Validation done (0).
17:23:32 '../build/SOL011-NSLifecycleManagement-API.yaml' -> '/storage/SOL011-NSLifecycleManagement-API.yaml'
17:23:32 '../build/SOL011-NSLifecycleManagement-API.json' -> '/storage/SOL011-NSLifecycleManagement-API.json'
17:23:32 '../build/SOL011-NSLifecycleManagement-API.pdf' -> '/storage/SOL011-NSLifecycleManagement-API.pdf'
17:23:32 -- Will validate: ./SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL011)
17:23:32 --- Merging file.
17:23:34 --- Create PDF...
17:23:45 --- Validating ../build/SOL011-NSFaultManagementNotification-API.yaml
17:23:46 ../build/SOL011-NSFaultManagementNotification-API.yaml is valid
17:23:46 --- Validation done (0).
17:23:46 '../build/SOL011-NSFaultManagementNotification-API.yaml' -> '/storage/SOL011-NSFaultManagementNotification-API.yaml'
17:23:46 '../build/SOL011-NSFaultManagementNotification-API.json' -> '/storage/SOL011-NSFaultManagementNotification-API.json'
17:23:46 '../build/SOL011-NSFaultManagementNotification-API.pdf' -> '/storage/SOL011-NSFaultManagementNotification-API.pdf'
17:23:46 -- Will validate: ./SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL011)
17:23:46 --- Merging file.
17:23:47 --- Create PDF...
17:23:58 --- Validating ../build/SOL011-NSPerformanceManagementNotification-API.yaml
17:23:59 ../build/SOL011-NSPerformanceManagementNotification-API.yaml is valid
17:23:59 --- Validation done (0).
17:23:59 '../build/SOL011-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL011-NSPerformanceManagementNotification-API.yaml'
17:23:59 '../build/SOL011-NSPerformanceManagementNotification-API.json' -> '/storage/SOL011-NSPerformanceManagementNotification-API.json'
17:23:59 '../build/SOL011-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL011-NSPerformanceManagementNotification-API.pdf'
17:23:59 -- Final validator returns 0.
17:23:59 Archiving artifacts
17:24:01 Finished: SUCCESS