01:28:12 Started by GitLab push by Sana Zulfiqar 01:28:12 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 01:28:12 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e 01:28:12 > git rev-parse --is-inside-work-tree # timeout=10 01:28:13 Fetching changes from the remote Git repository 01:28:13 > git config remote.origin.url git@forge.etsi.org:nfv/SOL009.git # timeout=10 01:28:13 Fetching upstream changes from git@forge.etsi.org:nfv/SOL009.git 01:28:13 > git --version # timeout=10 01:28:13 using GIT_SSH to set credentials 01:28:13 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL009.git +refs/heads/*:refs/remotes/origin/* 01:28:13 > git rev-parse remotes/origin/3.5.1-dev^{commit} # timeout=10 01:28:13 > git branch -a -v --no-abbrev --contains 91303a57787f6d376b45d4d19a4cb09583ec8aed # timeout=10 01:28:13 Checking out Revision 91303a57787f6d376b45d4d19a4cb09583ec8aed (origin/3.5.1-dev) 01:28:14 > git config core.sparsecheckout # timeout=10 01:28:14 > git checkout -f 91303a57787f6d376b45d4d19a4cb09583ec8aed 01:28:14 Commit message: "SOL009_50 -> SOL009_54: added new attributes and datatype" 01:28:14 > git rev-list --no-walk 0fe04713252ec2041236b4c574d7f7e548727e8c # timeout=10 01:28:14 [sol009] $ /bin/bash /tmp/jenkins8818342172824364023.sh 01:28:14 ./build-container.sh: line 7: proxy: command not found 01:28:14 http_proxy is not set 01:28:14 Proxy set to 01:28:14 Sending build context to Docker daemon 13.31kB 01:28:14 Step 1/24 : FROM alpine:3.10.0 01:28:15 3.10.0: Pulling from library/alpine 01:28:16 Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 01:28:16 Status: Downloaded newer image for alpine:3.10.0 01:28:16 ---> 4d90542f0623 01:28:16 Step 2/24 : RUN env 01:28:16 ---> Using cache 01:28:16 ---> ae02487f36c4 01:28:16 Step 3/24 : RUN apk update 01:28:16 ---> Using cache 01:28:16 ---> b89c80fb50e5 01:28:16 Step 4/24 : RUN apk add bash 01:28:16 ---> Using cache 01:28:16 ---> 8784fbc9fc57 01:28:16 Step 5/24 : RUN apk add nodejs 01:28:16 ---> Using cache 01:28:16 ---> 28a25abf3ab9 01:28:16 Step 6/24 : RUN apk add nodejs-npm 01:28:16 ---> Using cache 01:28:16 ---> 1b596573243f 01:28:16 Step 7/24 : RUN apk add asciidoctor 01:28:16 ---> Using cache 01:28:16 ---> 0947b41ea58f 01:28:16 Step 8/24 : RUN apk add openjdk8 01:28:16 ---> Using cache 01:28:16 ---> c80710d753de 01:28:16 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates 01:28:16 ---> Using cache 01:28:16 ---> 68468ab8366f 01:28:16 Step 10/24 : RUN apk add openssl 01:28:16 ---> Using cache 01:28:16 ---> 0ae14a88e45c 01:28:16 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre 01:28:16 ---> Using cache 01:28:16 ---> 68e344322381 01:28:16 Step 12/24 : RUN gem install asciidoctor-pdf-cjk 01:28:16 ---> Using cache 01:28:16 ---> f2d0d8812abe 01:28:16 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar 01:28:16 ---> Using cache 01:28:16 ---> dadf1b8c885d 01:28:16 Step 14/24 : RUN npm config set proxy $http_proxy 01:28:16 ---> Using cache 01:28:16 ---> 82364b930f02 01:28:16 Step 15/24 : RUN npm install -g swagger-cli 01:28:16 ---> Using cache 01:28:16 ---> f26ac1dba4b2 01:28:16 Step 16/24 : RUN npm install -g json-refs 01:28:16 ---> Using cache 01:28:16 ---> 854cfe0dc266 01:28:16 Step 17/24 : RUN npm install -g yamljs 01:28:16 ---> Using cache 01:28:16 ---> 8a7612225506 01:28:16 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh 01:28:16 ---> 9e1dea407328 01:28:16 Removing intermediate container c506e18bb5ca 01:28:16 Step 19/24 : RUN chmod +x /validate-in-docker.sh 01:28:16 ---> Running in 436441d53140 01:28:17 ---> 83f016dea740 01:28:17 Removing intermediate container 436441d53140 01:28:17 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup 01:28:17 ---> 7e0793779c1f 01:28:17 Removing intermediate container 124c1da3223b 01:28:17 Step 21/24 : RUN chmod +x /bin/swg2mrkup 01:28:17 ---> Running in 8a3891ef9cc1 01:28:18 ---> c7b20539ab50 01:28:18 Removing intermediate container 8a3891ef9cc1 01:28:18 Step 22/24 : ADD oas2pdf /bin/oas2pdf 01:28:18 ---> e2d1e6ca5831 01:28:18 Removing intermediate container 13b8ce08989a 01:28:18 Step 23/24 : RUN chmod +x /bin/oas2pdf 01:28:18 ---> Running in 24fb83518167 01:28:19 ---> 5dfa50b52246 01:28:19 Removing intermediate container 24fb83518167 01:28:19 Step 24/24 : ENTRYPOINT /validate-in-docker.sh 01:28:19 ---> Running in 4326f53aa085 01:28:19 ---> ee637c38e54e 01:28:19 Removing intermediate container 4326f53aa085 01:28:19 Successfully built ee637c38e54e 01:28:19 Successfully tagged openapivalidator:latest 01:28:19 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol009 as /work 01:28:19 mkdir: created directory '/var/www/html/api/nfv/sol009/56' 01:28:19 Mounting dir /var/www/html/api/nfv/sol009/56 as /storage 01:28:19 Using filter '' 01:28:19 01:28:19 Entering dir /work/src 01:28:19 -- Will validate: ./SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml (api: NFVManoLogManagementNotification) (deliverable:SOL009) 01:28:19 --- Merging file. 01:28:20 --- Create PDF... 01:28:23 mv: can't rename 'SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 01:28:23 --- Validating ../build/SOL009-NFVManoLogManagementNotification-API.yaml 01:28:24 ../build/SOL009-NFVManoLogManagementNotification-API.yaml is valid 01:28:24 --- Validation done (0). 01:28:24 '../build/SOL009-NFVManoLogManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoLogManagementNotification-API.yaml' 01:28:24 '../build/SOL009-NFVManoLogManagementNotification-API.json' -> '/storage/SOL009-NFVManoLogManagementNotification-API.json' 01:28:24 cp: can't stat '../build/SOL009-NFVManoLogManagementNotification-API.pdf': No such file or directory 01:28:24 -- Will validate: ./SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml (api: NFVManoLogManagement) (deliverable:SOL009) 01:28:24 --- Merging file. 01:28:25 --- Create PDF... 01:28:27 mv: can't rename 'SOL009-NFVManoLogManagement-API.pdf': No such file or directory 01:28:27 --- Validating ../build/SOL009-NFVManoLogManagement-API.yaml 01:28:28 ../build/SOL009-NFVManoLogManagement-API.yaml is valid 01:28:28 --- Validation done (0). 01:28:28 '../build/SOL009-NFVManoLogManagement-API.yaml' -> '/storage/SOL009-NFVManoLogManagement-API.yaml' 01:28:28 '../build/SOL009-NFVManoLogManagement-API.json' -> '/storage/SOL009-NFVManoLogManagement-API.json' 01:28:28 cp: can't stat '../build/SOL009-NFVManoLogManagement-API.pdf': No such file or directory 01:28:28 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml (api: NFVManoConfigurationAndInformationManagement) (deliverable:SOL009) 01:28:28 --- Merging file. 01:28:29 01:28:29 error: Document has invalid references: 01:28:29 01:28:29 #/components/schemas/ManoEntity/properties/wimSpecificInfo: Extra JSON Reference properties will be ignored: description 01:28:29 01:28:29 --- Create PDF... 01:28:31 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 01:28:31 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml 01:28:31 "/work/build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml" is not a valid JSON Schema 01:28:31 --- Validation done (1). 01:28:31 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.yaml' 01:28:31 '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagement-API.json' 01:28:31 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagement-API.pdf': No such file or directory 01:28:31 -- Will validate: ./SOL009/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL009) 01:28:31 --- Merging file. 01:28:32 --- Create PDF... 01:28:34 mv: can't rename 'SOL009-APIVersion-API.pdf': No such file or directory 01:28:34 --- Validating ../build/SOL009-APIVersion-API.yaml 01:28:34 ../build/SOL009-APIVersion-API.yaml is valid 01:28:34 --- Validation done (0). 01:28:34 '../build/SOL009-APIVersion-API.yaml' -> '/storage/SOL009-APIVersion-API.yaml' 01:28:34 '../build/SOL009-APIVersion-API.json' -> '/storage/SOL009-APIVersion-API.json' 01:28:34 cp: can't stat '../build/SOL009-APIVersion-API.pdf': No such file or directory 01:28:34 -- Will validate: ./SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml (api: NFVManoPerformanceManagementNotification) (deliverable:SOL009) 01:28:34 --- Merging file. 01:28:35 --- Create PDF... 01:28:37 mv: can't rename 'SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 01:28:37 --- Validating ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml 01:28:37 ../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml is valid 01:28:37 --- Validation done (0). 01:28:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.yaml' 01:28:37 '../build/SOL009-NFVManoPerformanceManagementNotification-API.json' -> '/storage/SOL009-NFVManoPerformanceManagementNotification-API.json' 01:28:37 cp: can't stat '../build/SOL009-NFVManoPerformanceManagementNotification-API.pdf': No such file or directory 01:28:37 -- Will validate: ./SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml (api: NFVManoConfigurationAndInformationManagementNotification) (deliverable:SOL009) 01:28:37 --- Merging file. 01:28:38 --- Create PDF... 01:28:40 mv: can't rename 'SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 01:28:40 --- Validating ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml 01:28:40 ../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml is valid 01:28:40 --- Validation done (0). 01:28:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.yaml' 01:28:40 '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' -> '/storage/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.json' 01:28:40 cp: can't stat '../build/SOL009-NFVManoConfigurationAndInformationManagementNotification-API.pdf': No such file or directory 01:28:40 -- Will validate: ./SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml (api: NFVManoFaultManagement) (deliverable:SOL009) 01:28:40 --- Merging file. 01:28:42 --- Create PDF... 01:28:43 mv: can't rename 'SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 01:28:43 --- Validating ../build/SOL009-NFVManoFaultManagement-API.yaml 01:28:44 ../build/SOL009-NFVManoFaultManagement-API.yaml is valid 01:28:44 --- Validation done (0). 01:28:44 '../build/SOL009-NFVManoFaultManagement-API.yaml' -> '/storage/SOL009-NFVManoFaultManagement-API.yaml' 01:28:44 '../build/SOL009-NFVManoFaultManagement-API.json' -> '/storage/SOL009-NFVManoFaultManagement-API.json' 01:28:44 cp: can't stat '../build/SOL009-NFVManoFaultManagement-API.pdf': No such file or directory 01:28:44 -- Will validate: ./SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml (api: NFVManoPerformanceManagement) (deliverable:SOL009) 01:28:44 --- Merging file. 01:28:46 --- Create PDF... 01:28:47 mv: can't rename 'SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 01:28:47 --- Validating ../build/SOL009-NFVManoPerformanceManagement-API.yaml 01:28:48 ../build/SOL009-NFVManoPerformanceManagement-API.yaml is valid 01:28:48 --- Validation done (0). 01:28:48 '../build/SOL009-NFVManoPerformanceManagement-API.yaml' -> '/storage/SOL009-NFVManoPerformanceManagement-API.yaml' 01:28:48 '../build/SOL009-NFVManoPerformanceManagement-API.json' -> '/storage/SOL009-NFVManoPerformanceManagement-API.json' 01:28:48 cp: can't stat '../build/SOL009-NFVManoPerformanceManagement-API.pdf': No such file or directory 01:28:48 -- Will validate: ./SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml (api: NFVManoFaultManagementNotification) (deliverable:SOL009) 01:28:48 --- Merging file. 01:28:49 --- Create PDF... 01:28:51 mv: can't rename 'SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 01:28:51 --- Validating ../build/SOL009-NFVManoFaultManagementNotification-API.yaml 01:28:52 ../build/SOL009-NFVManoFaultManagementNotification-API.yaml is valid 01:28:52 --- Validation done (0). 01:28:52 '../build/SOL009-NFVManoFaultManagementNotification-API.yaml' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.yaml' 01:28:52 '../build/SOL009-NFVManoFaultManagementNotification-API.json' -> '/storage/SOL009-NFVManoFaultManagementNotification-API.json' 01:28:52 cp: can't stat '../build/SOL009-NFVManoFaultManagementNotification-API.pdf': No such file or directory 01:28:52 -- Final validator returns 1. 01:28:52 Build step 'Execute shell' marked build as failure 01:28:52 Skipped archiving because build is not successful 01:28:52 Finished: FAILURE