FailedConsole Output

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

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