FailedConsole Output

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

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