SuccessConsole Output

18:47:40 Started by GitLab push by Michele Carignani
18:47:40 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master
18:47:40 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:47:41  > git rev-parse --is-inside-work-tree # timeout=10
18:47:41 Fetching changes from the remote Git repository
18:47:41  > git config remote.origin.url git@forge.etsi.org:nfv/SOL005.git # timeout=10
18:47:41 Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
18:47:41  > git --version # timeout=10
18:47:41 using GIT_SSH to set credentials 
18:47:41  > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
18:47:41  > git rev-parse remotes/origin/master^{commit} # timeout=10
18:47:41  > git branch -a -v --no-abbrev --contains bf4834b482ab102390070f914e4ee23fda52cd40 # timeout=10
18:47:41 Checking out Revision bf4834b482ab102390070f914e4ee23fda52cd40 (origin/master)
18:47:41  > git config core.sparsecheckout # timeout=10
18:47:41  > git checkout -f bf4834b482ab102390070f914e4ee23fda52cd40
18:47:41 Commit message: "Remove deprecated scripts"
18:47:41  > git rev-list --no-walk c8731658a8a00acacecbfc9db604eb97960984a0 # timeout=10
18:47:41 [sol005-master] $ /bin/bash /tmp/jenkins1965586698800826851.sh
18:47:41 ./build-container.sh: line 7: proxy: command not found
18:47:41 http_proxy is not set
18:47:41 Proxy set to 
18:47:41 Sending build context to Docker daemon  13.31kB

18:47:42 Step 1/24 : FROM alpine:3.6
18:47:43 3.6: Pulling from library/alpine
18:47:43 Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
18:47:43 Status: Downloaded newer image for alpine:3.6
18:47:43  ---> 43773d1dba76
18:47:43 Step 2/24 : RUN env
18:47:43  ---> Using cache
18:47:43  ---> 8f8fd58edd62
18:47:43 Step 3/24 : RUN apk update
18:47:43  ---> Using cache
18:47:43  ---> b5cdbf75bff8
18:47:43 Step 4/24 : RUN apk add bash
18:47:43  ---> Using cache
18:47:43  ---> d5b7d5b8474d
18:47:43 Step 5/24 : RUN apk add nodejs
18:47:43  ---> Using cache
18:47:43  ---> 02b0beae235e
18:47:43 Step 6/24 : RUN apk add nodejs-npm
18:47:43  ---> Using cache
18:47:43  ---> c28532e54062
18:47:43 Step 7/24 : RUN apk add asciidoctor
18:47:43  ---> Using cache
18:47:43  ---> 896cdd5b8441
18:47:43 Step 8/24 : RUN apk add openjdk8
18:47:43  ---> Using cache
18:47:43  ---> 33e797dafb78
18:47:43 Step 9/24 : RUN apk add ca-certificates wget && update-ca-certificates
18:47:43  ---> Using cache
18:47:43  ---> 593f73ca93e7
18:47:43 Step 10/24 : RUN apk add openssl
18:47:43  ---> Using cache
18:47:43  ---> 9e091baf1530
18:47:43 Step 11/24 : RUN gem install rdoc --pre || gem install rdoc --pre
18:47:43  ---> Using cache
18:47:43  ---> ac732be97a1c
18:47:43 Step 12/24 : RUN gem install asciidoctor-pdf-cjk
18:47:43  ---> Using cache
18:47:43  ---> c0cc4d048580
18:47:43 Step 13/24 : RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
18:47:43  ---> Using cache
18:47:43  ---> 6fe15e9ad31c
18:47:43 Step 14/24 : RUN npm config set proxy $http_proxy
18:47:43  ---> Using cache
18:47:43  ---> becf94dcbee2
18:47:43 Step 15/24 : RUN npm install -g swagger-tools@0.10.3
18:47:43  ---> Using cache
18:47:43  ---> e326d07e34fd
18:47:43 Step 16/24 : RUN npm install -g json-refs@3.0.2
18:47:43  ---> Running in 6afb6547c05e
18:47:45 npm WARN invalid config proxy=""
18:47:45 npm WARN invalid config Must be a full url with 'http://'
18:47:45 npm WARN deprecated superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header).  This notice will go away with v5.0.2+ once it is released.
18:47:47 /usr/bin/json-refs -> /usr/lib/node_modules/json-refs/bin/json-refs
18:47:49 /usr/lib
18:47:49 `-- json-refs@3.0.2 
18:47:49   +-- commander@2.20.1 
18:47:49   +-- graphlib@2.1.7 
18:47:49   +-- js-yaml@3.13.1 
18:47:49   | +-- argparse@1.0.10 
18:47:49   | | `-- sprintf-js@1.0.3 
18:47:49   | `-- esprima@4.0.1 
18:47:49   +-- lodash@4.17.15 
18:47:49   +-- native-promise-only@0.8.1 
18:47:49   +-- path-loader@1.0.10 
18:47:49   | `-- superagent@3.8.3 
18:47:49   |   +-- component-emitter@1.3.0 
18:47:49   |   +-- cookiejar@2.1.2 
18:47:49   |   +-- debug@3.2.6 
18:47:49   |   | `-- ms@2.1.2 
18:47:49   |   +-- extend@3.0.2 
18:47:49   |   +-- form-data@2.5.1 
18:47:49   |   | +-- asynckit@0.4.0 
18:47:49   |   | +-- combined-stream@1.0.8 
18:47:49   |   | | `-- delayed-stream@1.0.0 
18:47:49   |   | `-- mime-types@2.1.24 
18:47:49   |   |   `-- mime-db@1.40.0 
18:47:49   |   +-- formidable@1.2.1 
18:47:49   |   +-- methods@1.1.2 
18:47:49   |   +-- mime@1.6.0 
18:47:49   |   +-- qs@6.9.0 
18:47:49   |   `-- readable-stream@2.3.6 
18:47:49   |     +-- core-util-is@1.0.2 
18:47:49   |     +-- inherits@2.0.4 
18:47:49   |     +-- isarray@1.0.0 
18:47:49   |     +-- process-nextick-args@2.0.1 
18:47:49   |     +-- safe-buffer@5.1.2 
18:47:49   |     +-- string_decoder@1.1.1 
18:47:49   |     `-- util-deprecate@1.0.2 
18:47:49   +-- slash@1.0.0 
18:47:49   `-- uri-js@3.0.2 
18:47:49     `-- punycode@2.1.1 
18:47:49 
18:47:50  ---> 07112aeb85e5
18:47:50 Removing intermediate container 6afb6547c05e
18:47:50 Step 17/24 : RUN npm install -g yamljs@0.3.0
18:47:50  ---> Running in e9ff5ff7d6a5
18:47:51 npm WARN invalid config proxy=""
18:47:51 npm WARN invalid config Must be a full url with 'http://'
18:47:51 /usr/bin/yaml2json -> /usr/lib/node_modules/yamljs/bin/yaml2json
18:47:53 /usr/bin/json2yaml -> /usr/lib/node_modules/yamljs/bin/json2yaml
18:47:53 /usr/lib
18:47:53 `-- yamljs@0.3.0 
18:47:53   +-- argparse@1.0.10 
18:47:53   | `-- sprintf-js@1.0.3 
18:47:53   `-- glob@7.1.4 
18:47:53     +-- fs.realpath@1.0.0 
18:47:53     +-- inflight@1.0.6 
18:47:53     | `-- wrappy@1.0.2 
18:47:53     +-- inherits@2.0.4 
18:47:53     +-- minimatch@3.0.4 
18:47:53     | `-- brace-expansion@1.1.11 
18:47:53     |   +-- balanced-match@1.0.0 
18:47:53     |   `-- concat-map@0.0.1 
18:47:53     +-- once@1.4.0 
18:47:53     `-- path-is-absolute@1.0.1 
18:47:53 
18:47:53  ---> 9af74bcbefcb
18:47:53 Removing intermediate container e9ff5ff7d6a5
18:47:53 Step 18/24 : ADD validate-in-docker.sh /validate-in-docker.sh
18:47:54  ---> a7848e836063
18:47:54 Removing intermediate container 87a43aff9cfe
18:47:54 Step 19/24 : RUN chmod +x /validate-in-docker.sh
18:47:54  ---> Running in 9681081fbf4b
18:47:54  ---> cd5855349bea
18:47:54 Removing intermediate container 9681081fbf4b
18:47:54 Step 20/24 : ADD swg2mrkup /bin/swg2mrkup
18:47:55  ---> 335f34596479
18:47:55 Removing intermediate container 549f214d1b85
18:47:55 Step 21/24 : RUN chmod +x /bin/swg2mrkup
18:47:55  ---> Running in c867f1b95c38
18:47:55  ---> 7b3c89d28f95
18:47:55 Removing intermediate container c867f1b95c38
18:47:55 Step 22/24 : ADD oas2pdf /bin/oas2pdf
18:47:56  ---> 865b7d0ed98d
18:47:56 Removing intermediate container 57040a4cc976
18:47:56 Step 23/24 : RUN chmod +x /bin/oas2pdf
18:47:56  ---> Running in a9dbae3dc29c
18:47:56  ---> 591715f77282
18:47:56 Removing intermediate container a9dbae3dc29c
18:47:56 Step 24/24 : ENTRYPOINT /validate-in-docker.sh
18:47:56  ---> Running in c619e5b680ab
18:47:56  ---> 70eac81ef350
18:47:56 Removing intermediate container c619e5b680ab
18:47:56 Successfully built 70eac81ef350
18:47:56 Successfully tagged openapivalidator:latest
18:47:56 Mounting dir /home/jenkins/workspace/NFV - Network Functions Virtualisation/sol005-master as /work
18:47:56 mkdir: created directory '/var/www/html/api/nfv/sol005-master/22'
18:47:56 Mounting dir /var/www/html/api/nfv/sol005-master/22 as /storage
18:47:57 Using filter ''
18:47:57 
18:47:57 Entering dir /work/src
18:47:57 -- Will validate: ./SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml (api: NSLifecycleManagementNotification) (deliverable:SOL005)
18:47:57 --- Merging file.
18:47:58 --- Create PDF...
18:48:15 --- Validating ../build/SOL005-NSLifecycleManagementNotification-API.yaml
18:48:17 --- Validation done (0).
18:48:17 '../build/SOL005-NSLifecycleManagementNotification-API.yaml' -> '/storage/SOL005-NSLifecycleManagementNotification-API.yaml'
18:48:17 '../build/SOL005-NSLifecycleManagementNotification-API.json' -> '/storage/SOL005-NSLifecycleManagementNotification-API.json'
18:48:17 '../build/SOL005-NSLifecycleManagementNotification-API.pdf' -> '/storage/SOL005-NSLifecycleManagementNotification-API.pdf'
18:48:17 -- Will validate: ./SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml (api: VNFPackageManagementNotification) (deliverable:SOL005)
18:48:17 --- Merging file.
18:48:18 --- Create PDF...
18:48:27 --- Validating ../build/SOL005-VNFPackageManagementNotification-API.yaml
18:48:28 --- Validation done (0).
18:48:28 '../build/SOL005-VNFPackageManagementNotification-API.yaml' -> '/storage/SOL005-VNFPackageManagementNotification-API.yaml'
18:48:28 '../build/SOL005-VNFPackageManagementNotification-API.json' -> '/storage/SOL005-VNFPackageManagementNotification-API.json'
18:48:28 '../build/SOL005-VNFPackageManagementNotification-API.pdf' -> '/storage/SOL005-VNFPackageManagementNotification-API.pdf'
18:48:28 -- Will validate: ./SOL005/NSDManagement/NSDManagement.yaml (api: NSDManagement) (deliverable:SOL005)
18:48:28 --- Merging file.
18:48:30 --- Create PDF...
18:49:20 --- Validating ../build/SOL005-NSDManagement-API.yaml
18:49:22 --- Validation done (0).
18:49:22 '../build/SOL005-NSDManagement-API.yaml' -> '/storage/SOL005-NSDManagement-API.yaml'
18:49:22 '../build/SOL005-NSDManagement-API.json' -> '/storage/SOL005-NSDManagement-API.json'
18:49:22 '../build/SOL005-NSDManagement-API.pdf' -> '/storage/SOL005-NSDManagement-API.pdf'
18:49:22 -- Will validate: ./SOL005/APIVersion/APIVersion.yaml (api: APIVersion) (deliverable:SOL005)
18:49:22 --- Merging file.
18:49:23 --- Create PDF...
18:49:41 --- Validating ../build/SOL005-APIVersion-API.yaml
18:49:42 --- Validation done (0).
18:49:42 '../build/SOL005-APIVersion-API.yaml' -> '/storage/SOL005-APIVersion-API.yaml'
18:49:42 '../build/SOL005-APIVersion-API.json' -> '/storage/SOL005-APIVersion-API.json'
18:49:42 '../build/SOL005-APIVersion-API.pdf' -> '/storage/SOL005-APIVersion-API.pdf'
18:49:42 -- Will validate: ./SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml (api: NSPerformanceManagement) (deliverable:SOL005)
18:49:42 --- Merging file.
18:49:44 --- Create PDF...
18:50:19 --- Validating ../build/SOL005-NSPerformanceManagement-API.yaml
18:50:20 --- Validation done (0).
18:50:20 '../build/SOL005-NSPerformanceManagement-API.yaml' -> '/storage/SOL005-NSPerformanceManagement-API.yaml'
18:50:20 '../build/SOL005-NSPerformanceManagement-API.json' -> '/storage/SOL005-NSPerformanceManagement-API.json'
18:50:20 '../build/SOL005-NSPerformanceManagement-API.pdf' -> '/storage/SOL005-NSPerformanceManagement-API.pdf'
18:50:20 -- Will validate: ./SOL005/NSDManagementNotification/NSDManagementNotification.yaml (api: NSDManagementNotification) (deliverable:SOL005)
18:50:20 --- Merging file.
18:50:22 --- Create PDF...
18:50:53 --- Validating ../build/SOL005-NSDManagementNotification-API.yaml
18:50:54 --- Validation done (0).
18:50:54 '../build/SOL005-NSDManagementNotification-API.yaml' -> '/storage/SOL005-NSDManagementNotification-API.yaml'
18:50:54 '../build/SOL005-NSDManagementNotification-API.json' -> '/storage/SOL005-NSDManagementNotification-API.json'
18:50:54 '../build/SOL005-NSDManagementNotification-API.pdf' -> '/storage/SOL005-NSDManagementNotification-API.pdf'
18:50:54 -- Will validate: ./SOL005/NSFaultManagement/NSFaultManagement.yaml (api: NSFaultManagement) (deliverable:SOL005)
18:50:54 --- Merging file.
18:50:55 --- Create PDF...
18:51:18 --- Validating ../build/SOL005-NSFaultManagement-API.yaml
18:51:19 --- Validation done (0).
18:51:19 '../build/SOL005-NSFaultManagement-API.yaml' -> '/storage/SOL005-NSFaultManagement-API.yaml'
18:51:19 '../build/SOL005-NSFaultManagement-API.json' -> '/storage/SOL005-NSFaultManagement-API.json'
18:51:19 '../build/SOL005-NSFaultManagement-API.pdf' -> '/storage/SOL005-NSFaultManagement-API.pdf'
18:51:19 -- Will validate: ./SOL005/VNFPackageManagement/VNFPackageManagement.yaml (api: VNFPackageManagement) (deliverable:SOL005)
18:51:19 --- Merging file.
18:51:21 --- Create PDF...
18:52:02 --- Validating ../build/SOL005-VNFPackageManagement-API.yaml
18:52:03 --- Validation done (0).
18:52:03 '../build/SOL005-VNFPackageManagement-API.yaml' -> '/storage/SOL005-VNFPackageManagement-API.yaml'
18:52:03 '../build/SOL005-VNFPackageManagement-API.json' -> '/storage/SOL005-VNFPackageManagement-API.json'
18:52:03 '../build/SOL005-VNFPackageManagement-API.pdf' -> '/storage/SOL005-VNFPackageManagement-API.pdf'
18:52:03 -- Will validate: ./SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml (api: NSLifecycleManagement) (deliverable:SOL005)
18:52:03 --- Merging file.
18:52:06 --- Create PDF...
18:53:39 --- Validating ../build/SOL005-NSLifecycleManagement-API.yaml
18:53:41 --- Validation done (0).
18:53:41 '../build/SOL005-NSLifecycleManagement-API.yaml' -> '/storage/SOL005-NSLifecycleManagement-API.yaml'
18:53:41 '../build/SOL005-NSLifecycleManagement-API.json' -> '/storage/SOL005-NSLifecycleManagement-API.json'
18:53:41 '../build/SOL005-NSLifecycleManagement-API.pdf' -> '/storage/SOL005-NSLifecycleManagement-API.pdf'
18:53:41 -- Will validate: ./SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml (api: NSFaultManagementNotification) (deliverable:SOL005)
18:53:41 --- Merging file.
18:53:42 --- Create PDF...
18:53:54 --- Validating ../build/SOL005-NSFaultManagementNotification-API.yaml
18:53:55 --- Validation done (0).
18:53:55 '../build/SOL005-NSFaultManagementNotification-API.yaml' -> '/storage/SOL005-NSFaultManagementNotification-API.yaml'
18:53:55 '../build/SOL005-NSFaultManagementNotification-API.json' -> '/storage/SOL005-NSFaultManagementNotification-API.json'
18:53:55 '../build/SOL005-NSFaultManagementNotification-API.pdf' -> '/storage/SOL005-NSFaultManagementNotification-API.pdf'
18:53:55 -- Will validate: ./SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml (api: NSPerformanceManagementNotification) (deliverable:SOL005)
18:53:55 --- Merging file.
18:53:57 --- Create PDF...
18:54:08 --- Validating ../build/SOL005-NSPerformanceManagementNotification-API.yaml
18:54:09 --- Validation done (0).
18:54:09 '../build/SOL005-NSPerformanceManagementNotification-API.yaml' -> '/storage/SOL005-NSPerformanceManagementNotification-API.yaml'
18:54:09 '../build/SOL005-NSPerformanceManagementNotification-API.json' -> '/storage/SOL005-NSPerformanceManagementNotification-API.json'
18:54:09 '../build/SOL005-NSPerformanceManagementNotification-API.pdf' -> '/storage/SOL005-NSPerformanceManagementNotification-API.pdf'
18:54:09 -- Final validator returns 0.
18:54:10 Archiving artifacts
18:54:11 Discard old builds...
18:54:11 #14 is removed because old than numToKeep
18:54:12 Finished: SUCCESS