FailedConsole Output

09:06:23 Started by GitLab push by Sana Zulfiqar
09:06:23 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
09:06:24 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
09:06:24  > git rev-parse --is-inside-work-tree # timeout=10
09:06:24 Fetching changes from the remote Git repository
09:06:24  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
09:06:24 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
09:06:24  > git --version # timeout=10
09:06:24 using GIT_SSH to set credentials 
09:06:24  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
09:06:26  > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10
09:06:26  > git branch -a -v --no-abbrev --contains 906dbfe262373cf004598278328d260133c438c3 # timeout=10
09:06:26 Checking out Revision 906dbfe262373cf004598278328d260133c438c3 (origin/3.5.1-dev)
09:06:26  > git config core.sparsecheckout # timeout=10
09:06:26  > git checkout -f 906dbfe262373cf004598278328d260133c438c3
09:06:26 Commit message: "fix API version"
09:06:26  > git rev-list --no-walk 8ee37475cc9435226a850c6608faed2437203416 # timeout=10
09:06:26 [sol009] $ /bin/bash /tmp/jenkins1474439072434118333.sh
09:06:26 ./build-container.sh: line 7: proxy: command not found
09:06:26 http_proxy is not set
09:06:26 Proxy set to 
09:06:26 Sending build context to Docker daemon  13.31kB

09:06:26 Step 1/24 : FROM alpine:3.10.0
09:06:28 3.10.0: Pulling from library/alpine
09:06:28 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
09:06:28 Status: Downloaded newer image for alpine:3.10.0
09:06:28  ---> 4d90542f0623
09:06:28 Step 2/24 : RUN env
09:06:28  ---> Using cache
09:06:28  ---> ae02487f36c4
09:06:28 Step 3/24 : RUN apk update
09:06:28  ---> Using cache
09:06:28  ---> b89c80fb50e5
09:06:28 Step 4/24 : RUN apk add bash
09:06:28  ---> Using cache
09:06:28  ---> 8784fbc9fc57
09:06:28 Step 5/24 : RUN apk add nodejs
09:06:28  ---> Using cache
09:06:28  ---> 28a25abf3ab9
09:06:28 Step 6/24 : RUN apk add nodejs-npm
09:06:28  ---> Using cache
09:06:28  ---> 1b596573243f
09:06:28 Step 7/24 : RUN apk add asciidoctor
09:06:28  ---> Using cache
09:06:28  ---> 0947b41ea58f
09:06:28 Step 8/24 : RUN apk add openjdk8
09:06:28  ---> Using cache
09:06:28  ---> c80710d753de
09:06:28 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
09:06:28  ---> Using cache
09:06:28  ---> 68468ab8366f
09:06:28 Step 10/24 : RUN apk add openssl
09:06:28  ---> Using cache
09:06:28  ---> 0ae14a88e45c
09:06:28 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
09:06:28  ---> Using cache
09:06:28  ---> 68e344322381
09:06:28 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
09:06:28  ---> Using cache
09:06:28  ---> f2d0d8812abe
09:06:28 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
09:06:28  ---> Using cache
09:06:28  ---> dadf1b8c885d
09:06:28 Step 14/24 : RUN npm config set proxy $http_proxy
09:06:28  ---> Using cache
09:06:28  ---> 82364b930f02
09:06:28 Step 15/24 : RUN npm install -g swagger-cli
09:06:28  ---> Using cache
09:06:28  ---> f26ac1dba4b2
09:06:28 Step 16/24 : RUN npm install -g json-refs
09:06:28  ---> Using cache
09:06:28  ---> 854cfe0dc266
09:06:28 Step 17/24 : RUN npm install -g yamljs
09:06:28  ---> Using cache
09:06:28  ---> 8a7612225506
09:06:28 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
09:06:28  ---> Using cache
09:06:28  ---> 9e1dea407328
09:06:28 Step 19/24 : RUN chmod +x /validate-in-docker.sh
09:06:28  ---> Using cache
09:06:28  ---> 83f016dea740
09:06:28 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
09:06:28  ---> Using cache
09:06:28  ---> 7e0793779c1f
09:06:28 Step 21/24 : RUN chmod +x /bin/swg2mrkup
09:06:28  ---> Using cache
09:06:28  ---> c7b20539ab50
09:06:28 Step 22/24 : ADD oas2pdf /bin/oas2pdf
09:06:28  ---> Using cache
09:06:28  ---> e2d1e6ca5831
09:06:28 Step 23/24 : RUN chmod +x /bin/oas2pdf
09:06:28  ---> Using cache
09:06:28  ---> 5dfa50b52246
09:06:28 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
09:06:28  ---> Using cache
09:06:28  ---> ee637c38e54e
09:06:28 Successfully built ee637c38e54e
09:06:28 Successfully tagged openapivalidator:latest
09:06:28 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
09:06:28 mkdir: created directory '/var/www/html/api/nfv/sol009/59'
09:06:28 Mounting dir /var/www/html/api/nfv/sol009/59 as /storage
09:06:29 Using filter ''
09:06:29 
09:06:29 Entering dir /work/src
09:06:29 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
09:06:29 --- Merging file.
09:06:30 --- Create PDF...
09:06:33 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
09:06:33 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
09:06:33 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
09:06:33 --- Validation done (0).
09:06:33 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
09:06:33 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
09:06:33 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
09:06:33 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
09:06:33 --- Merging file.
09:06:35 --- Create PDF...
09:06:37 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
09:06:37 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
09:06:38 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
09:06:38 --- Validation done (0).
09:06:38 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
09:06:38 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
09:06:38 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
09:06:38 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
09:06:38 --- Merging file.
09:06:39 
09:06:39   error: Document has invalid references:
09:06:39 
09:06:39   #/components/schemas/ManoEntity/properties/wimSpecificInfo: Extra JSON Reference properties will be ignored: description
09:06:39 
09:06:39 --- Create PDF...
09:06:41 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
09:06:41 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
09:06:41 "/work/build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml" is not a valid JSON Schema
09:06:41 --- Validation done (1).
09:06:41 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
09:06:41 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
09:06:41 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
09:06:41 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
09:06:41 --- Merging file.
09:06:42 --- Create PDF...
09:06:44 --- Validating ../build/SOL009-APIVersion-API.yaml
09:06:44 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
09:06:44 ../build/SOL009-APIVersion-API.yaml is valid
09:06:44 --- Validation done (0).
09:06:44 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
09:06:44 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
09:06:44 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
09:06:44 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
09:06:44 --- Merging file.
09:06:45 --- Create PDF...
09:06:47 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
09:06:47 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
09:06:47 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
09:06:47 --- Validation done (0).
09:06:47 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
09:06:47 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
09:06:47 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
09:06:47 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
09:06:47 --- Merging file.
09:06:48 --- Create PDF...
09:06:50 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
09:06:50 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
09:06:51 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid
09:06:51 --- Validation done (0).
09:06:51 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
09:06:51 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
09:06:51 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
09:06:51 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
09:06:51 --- Merging file.
09:06:52 --- Create PDF...
09:06:54 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
09:06:54 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
09:06:55 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
09:06:55 --- Validation done (0).
09:06:55 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
09:06:55 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
09:06:55 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
09:06:55 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
09:06:55 --- Merging file.
09:06:56 --- Create PDF...
09:06:58 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
09:06:58 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
09:06:59 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
09:06:59 --- Validation done (0).
09:06:59 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
09:06:59 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
09:06:59 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
09:06:59 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
09:06:59 --- Merging file.
09:07:00 --- Create PDF...
09:07:02 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
09:07:02 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
09:07:02 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
09:07:02 --- Validation done (0).
09:07:02 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
09:07:02 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
09:07:02 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
09:07:02 -- Final validator returns 1.
09:07:03 Build step 'Execute shell' marked build as failure
09:07:03 Skipped archiving because build is not successful
09:07:03 Finished: FAILURE