FailedConsole Output

12:29:47 Started by GitLab push by bernini
12:29:47 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009
12:29:47 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
12:29:47  > git rev-parse --is-inside-work-tree # timeout=10
12:29:47 Fetching changes from the remote Git repository
12:29:47  > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10
12:29:47 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git
12:29:47  > git --version # timeout=10
12:29:47 using GIT_SSH to set credentials 
12:29:47  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/*
12:29:48  > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
12:29:48  > git branch -a -v --no-abbrev --contains 6001cd0c908bebbc3257542354e23f0636629911 # timeout=10
12:29:48 Checking out Revision 6001cd0c908bebbc3257542354e23f0636629911 (origin/3.3.1-dev)
12:29:48  > git config core.sparsecheckout # timeout=10
12:29:48  > git checkout -f 6001cd0c908bebbc3257542354e23f0636629911
12:29:48 Commit message: "Addressed comments from SOL008 Rapporteur for 3.3.1-dev-final-version review"
12:29:48  > git rev-list --no-walk e9770cd1efcaaa4ab8c3c6440ed20424426d1802 # timeout=10
12:29:48 [sol009] $ /bin/bash /tmp/jenkins2724281798749781536.sh
12:29:48 ./build-container.sh: line 7: proxy: command not found
12:29:48 http_proxy is not set
12:29:48 Proxy set to 
12:29:48 Sending build context to Docker daemon  13.31kB

12:29:48 Step 1/24 : FROM alpine:3.10.0
12:29:50 3.10.0: Pulling from library/alpine
12:29:50 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
12:29:50 Status: Downloaded newer image for alpine:3.10.0
12:29:50  ---> 4d90542f0623
12:29:50 Step 2/24 : RUN env
12:29:50  ---> Using cache
12:29:50  ---> c8cecf89d704
12:29:50 Step 3/24 : RUN apk update
12:29:50  ---> Using cache
12:29:50  ---> 6264cba780e9
12:29:50 Step 4/24 : RUN apk add bash
12:29:50  ---> Using cache
12:29:50  ---> 4e10238767b3
12:29:50 Step 5/24 : RUN apk add nodejs
12:29:50  ---> Using cache
12:29:50  ---> 2ba37b1ad369
12:29:50 Step 6/24 : RUN apk add nodejs-npm
12:29:50  ---> Using cache
12:29:50  ---> da7188bbf0f5
12:29:50 Step 7/24 : RUN apk add asciidoctor
12:29:50  ---> Using cache
12:29:50  ---> 567b921c8a47
12:29:50 Step 8/24 : RUN apk add openjdk8
12:29:50  ---> Using cache
12:29:50  ---> 3f1d30f8dbb5
12:29:50 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
12:29:50  ---> Using cache
12:29:50  ---> 6abb7b0bb6ad
12:29:50 Step 10/24 : RUN apk add openssl
12:29:50  ---> Using cache
12:29:50  ---> 67675bf5abea
12:29:50 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
12:29:50  ---> Using cache
12:29:50  ---> 6cff3aa70b10
12:29:50 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
12:29:50  ---> Using cache
12:29:50  ---> b1e99a905d8e
12:29:50 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
12:29:50  ---> Using cache
12:29:50  ---> 19050c654506
12:29:50 Step 14/24 : RUN npm config set proxy $http_proxy
12:29:50  ---> Using cache
12:29:50  ---> 2f4ed0397a39
12:29:50 Step 15/24 : RUN npm install -g swagger-cli
12:29:50  ---> Using cache
12:29:50  ---> 4f6fcf624cd2
12:29:50 Step 16/24 : RUN npm install -g json-refs
12:29:50  ---> Using cache
12:29:50  ---> 3cf6b699c5fa
12:29:50 Step 17/24 : RUN npm install -g yamljs
12:29:50  ---> Using cache
12:29:50  ---> 1386c985d90f
12:29:50 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
12:29:50  ---> Using cache
12:29:50  ---> 730b434ee40a
12:29:50 Step 19/24 : RUN chmod +x /validate-in-docker.sh
12:29:50  ---> Using cache
12:29:50  ---> 7bc02caa294f
12:29:50 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
12:29:50  ---> Using cache
12:29:50  ---> fe6c547c01d5
12:29:50 Step 21/24 : RUN chmod +x /bin/swg2mrkup
12:29:50  ---> Using cache
12:29:50  ---> 997199583ef7
12:29:50 Step 22/24 : ADD oas2pdf /bin/oas2pdf
12:29:50  ---> Using cache
12:29:50  ---> 3ab649b32ccf
12:29:50 Step 23/24 : RUN chmod +x /bin/oas2pdf
12:29:50  ---> Using cache
12:29:50  ---> 3056e6ea1a9a
12:29:50 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
12:29:50  ---> Using cache
12:29:50  ---> acb63b2dd0fe
12:29:50 Successfully built acb63b2dd0fe
12:29:50 Successfully tagged openapivalidator:latest
12:29:50 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work
12:29:50 mkdir: created directory '/var/www/html/api/nfv/sol009/15'
12:29:50 Mounting dir /var/www/html/api/nfv/sol009/15 as /storage
12:29:51 Using filter ''
12:29:51 
12:29:51 Entering dir /work/src
12:29:51 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009)
12:29:51 --- Merging file.
12:29:52 --- Create PDF...
12:29:55 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:29:55 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml
12:29:55 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid
12:29:55 --- Validation done (0).
12:29:55 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml'
12:29:55 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json'
12:29:55 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory
12:29:55 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009)
12:29:55 --- Merging file.
12:29:57 --- Create PDF...
12:29:59 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:29:59 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml
12:29:59 ../build/SOL009-NFVManoLogManagement-API.yaml is valid
12:29:59 --- Validation done (0).
12:29:59 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml'
12:29:59 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json'
12:29:59 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory
12:29:59 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009)
12:29:59 --- Merging file.
12:30:02 --- Create PDF...
12:30:03 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:30:03 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml
12:30:04 ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml is valid
12:30:04 --- Validation done (0).
12:30:04 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml'
12:30:04 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json'
12:30:04 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory
12:30:04 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009)
12:30:04 --- Merging file.
12:30:05 --- Create PDF...
12:30:07 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory
12:30:07 --- Validating ../build/SOL009-APIVersion-API.yaml
12:30:07 ../build/SOL009-APIVersion-API.yaml is valid
12:30:07 --- Validation done (0).
12:30:07 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml'
12:30:07 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json'
12:30:07 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory
12:30:07 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009)
12:30:07 --- Merging file.
12:30:08 --- Create PDF...
12:30:09 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:30:09 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml
12:30:10 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid
12:30:10 --- Validation done (0).
12:30:10 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml'
12:30:10 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json'
12:30:10 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory
12:30:10 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009)
12:30:10 --- Merging file.
12:30:10 
12:30:10   error: Document has invalid references:
12:30:10 
12:30:10   #/components/schemas/ChangeStateNotification/properties/administrativeState: Extra JSON Reference properties will be ignored: description
12:30:10   #/components/schemas/ChangeStateNotification/properties/changeStateOperationState: Extra JSON Reference properties will be ignored: description
12:30:10   #/components/schemas/ChangeStateNotification/properties/operationalState: Extra JSON Reference properties will be ignored: description
12:30:10 
12:30:11 --- Create PDF...
12:30:12 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:30:12 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml
12:30:12 "/work/build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml" is not a valid JSON Schema
12:30:12 --- Validation done (1).
12:30:12 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml'
12:30:12 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json'
12:30:12 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory
12:30:13 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009)
12:30:13 --- Merging file.
12:30:14 --- Create PDF...
12:30:15 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:30:15 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml
12:30:16 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid
12:30:16 --- Validation done (0).
12:30:16 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml'
12:30:16 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json'
12:30:16 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory
12:30:16 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009)
12:30:16 --- Merging file.
12:30:17 --- Create PDF...
12:30:19 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:30:19 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml
12:30:20 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid
12:30:20 --- Validation done (0).
12:30:20 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml'
12:30:20 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json'
12:30:20 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory
12:30:20 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009)
12:30:20 --- Merging file.
12:30:21 --- Create PDF...
12:30:22 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:30:22 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml
12:30:23 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid
12:30:23 --- Validation done (0).
12:30:23 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml'
12:30:23 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json'
12:30:23 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory
12:30:23 -- Final validator returns 1.
12:30:23 Build step 'Execute shell' marked build as failure
12:30:23 Skipped archiving because build is not successful
12:30:23 Finished: FAILURE