Started by user anonymous [Pipeline] node Running on master in C:\Jenkins\workspace\deploy.jenkins.blue-ocean [Pipeline] { [Pipeline] ws Running in C:/Jenkins-BlueOcean [Pipeline] { [Pipeline] deleteDir [Pipeline] stage (Checkout) Entering stage Checkout Proceeding [Pipeline] git Cloning the remote Git repository Cloning repository https://github.com/jenkinsci/blueocean-plugin.git > C:\Program Files\Git\bin\git.exe init C:\Jenkins-BlueOcean # timeout=10 Fetching upstream changes from https://github.com/jenkinsci/blueocean-plugin.git > C:\Program Files\Git\bin\git.exe --version # timeout=10 > C:\Program Files\Git\bin\git.exe -c core.askpass=true fetch --tags --progress https://github.com/jenkinsci/blueocean-plugin.git +refs/heads/*:refs/remotes/origin/* > C:\Program Files\Git\bin\git.exe config remote.origin.url https://github.com/jenkinsci/blueocean-plugin.git # timeout=10 > C:\Program Files\Git\bin\git.exe config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > C:\Program Files\Git\bin\git.exe config remote.origin.url https://github.com/jenkinsci/blueocean-plugin.git # timeout=10 Fetching upstream changes from https://github.com/jenkinsci/blueocean-plugin.git > C:\Program Files\Git\bin\git.exe -c core.askpass=true fetch --tags --progress https://github.com/jenkinsci/blueocean-plugin.git +refs/heads/*:refs/remotes/origin/* > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/UX-431^{commit}" # timeout=10 > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/origin/UX-431^{commit}" # timeout=10 Checking out Revision e12ebb371f8b2fa46c85ce510a99c85ec2a894ff (refs/remotes/origin/UX-431) > C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10 > C:\Program Files\Git\bin\git.exe checkout -f e12ebb371f8b2fa46c85ce510a99c85ec2a894ff # timeout=10 > C:\Program Files\Git\bin\git.exe branch -a -v --no-abbrev # timeout=10 > C:\Program Files\Git\bin\git.exe checkout -b UX-431 e12ebb371f8b2fa46c85ce510a99c85ec2a894ff [Pipeline] stage (Build) Entering stage Build Proceeding [Pipeline] bat [C:/Jenkins-BlueOcean] Running batch script C:\Jenkins-BlueOcean>mvn clean install -DskipTests [INFO] Scanning for projects... [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.117 is missing, no dependency information available [WARNING] Failed to build parent project for io.jenkins.blueocean:blueocean-parent:pom:1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Blue Ocean UI Parent [INFO] BlueOcean :: Commons API [INFO] BlueOcean :: Web module [INFO] BlueOcean :: Rest module [INFO] BlueOcean :: Dashboard [INFO] BlueOcean :: REST API implementation [INFO] BlueOcean :: Aggregator [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Blue Ocean UI Parent 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-parent --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-parent --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-parent --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-parent >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-parent --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-parent --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-parent --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-parent <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-parent --- [INFO] Skipping javadoc generation [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-parent --- [INFO] Signature checking is skipped. [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-parent --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-parent --- [INFO] No sources found to compile [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-parent --- [INFO] Generated C:\Jenkins-BlueOcean\target\blueocean-parent\WEB-INF\licenses.xml [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-parent >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-parent --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-parent <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-parent --- [INFO] Installing C:\Jenkins-BlueOcean\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-parent\1.0-SNAPSHOT\blueocean-parent-1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Commons API 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-commons --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-commons --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-commons --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-commons --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-commons --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-commons >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-commons --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-commons --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-commons --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-commons --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-commons <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-commons --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean-commons --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to C:\Jenkins-BlueOcean\blueocean-commons\target\classes [INFO] /C:/Jenkins-BlueOcean/blueocean-commons/src/main/java/io/jenkins/blueocean/commons/stapler/JsonBody.java: C:\Jenkins-BlueOcean\blueocean-commons\src\main\java\io\jenkins\blueocean\commons\stapler\JsonBody.java uses unchecked or unsafe operations. [INFO] /C:/Jenkins-BlueOcean/blueocean-commons/src/main/java/io/jenkins/blueocean/commons/stapler/JsonBody.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean-commons --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-commons --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean-commons --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-commons --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean-commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Jenkins-BlueOcean\blueocean-commons\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean-commons --- [INFO] No sources to compile [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean-commons --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-commons\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean-commons --- [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-commons --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean-commons --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-commons --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean-commons --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons [INFO] Assembling webapp blueocean-commons in C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-commons >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-commons --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-commons <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-commons --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-commons --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-commons\1.0-SNAPSHOT\blueocean-commons-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-commons\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-commons\1.0-SNAPSHOT\blueocean-commons-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-commons\target\blueocean-commons.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-commons\1.0-SNAPSHOT\blueocean-commons-1.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Web module 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-web --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-web --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-web --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-web --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ blueocean-web --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-node) @ blueocean-web --- [INFO] Got from cache: C:\Windows\system32\config\systemprofile\.m2\repository\.cache\maven-download-plugin\node.exe [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-npm) @ blueocean-web --- [INFO] Got from cache: C:\Windows\system32\config\systemprofile\.m2\repository\.cache\maven-download-plugin\npm-3.7.3.tgz [INFO] [INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ blueocean-web --- [INFO] Installing node version v5.8.0 [INFO] Installed node.exe locally. [INFO] Installing npm version 3.7.3 [INFO] Downloading NPM from file:/C:/Jenkins-BlueOcean/blueocean-web/target/frontend/npm-3.7.3.tgz to C:\Jenkins-BlueOcean\blueocean-web\npm.tar.gz [INFO] Extracting NPM files in node/ [INFO] Unpacking C:\Jenkins-BlueOcean\blueocean-web\npm.tar.gz into C:\Jenkins-BlueOcean\blueocean-web/node [INFO] Installed NPM locally. [INFO] [INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ blueocean-web --- [INFO] Running 'npm install --color=false' in C:\Jenkins-BlueOcean\blueocean-web [ERROR] npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. [ERROR] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN prefer global marked@0.3.5 should be installed with -g [ERROR] npm WARN prefer global jshint@2.9.2 should be installed with -g [INFO] [INFO] > bufferutil@1.2.1 install C:\Jenkins-BlueOcean\blueocean-web\node_modules\bufferutil [INFO] > node-gyp rebuild [INFO] [INFO] [INFO] C:\Jenkins-BlueOcean\blueocean-web\node_modules\bufferutil>if not defined npm_config_node_gyp (node "C:\Jenkins-BlueOcean\blueocean-web\node\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) [INFO] Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. [INFO] bufferutil.cc [INFO] win_delay_load_hook.c [INFO] Creating library C:\Jenkins-BlueOcean\blueocean-web\node_modules\bufferutil\build\Release\bufferutil.lib and object C:\Jenkins-BlueOcean\blueocean-web\node_modules\bufferutil\build\Release\bufferutil.exp [INFO] Generating code [INFO] Finished generating code [INFO] bufferutil.vcxproj -> C:\Jenkins-BlueOcean\blueocean-web\node_modules\bufferutil\build\Release\\bufferutil.node [INFO] [INFO] > utf-8-validate@1.2.1 install C:\Jenkins-BlueOcean\blueocean-web\node_modules\utf-8-validate [INFO] > node-gyp rebuild [INFO] [INFO] [INFO] C:\Jenkins-BlueOcean\blueocean-web\node_modules\utf-8-validate>if not defined npm_config_node_gyp (node "C:\Jenkins-BlueOcean\blueocean-web\node\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) [INFO] Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. [INFO] validation.cc [INFO] win_delay_load_hook.c [INFO] Creating library C:\Jenkins-BlueOcean\blueocean-web\node_modules\utf-8-validate\build\Release\validation.lib and object C:\Jenkins-BlueOcean\blueocean-web\node_modules\utf-8-validate\build\Release\validation.exp [INFO] Generating code [INFO] Finished generating code [INFO] validation.vcxproj -> C:\Jenkins-BlueOcean\blueocean-web\node_modules\utf-8-validate\build\Release\\validation.node [INFO] blueocean-web@0.0.1 C:\Jenkins-BlueOcean\blueocean-web [INFO] +-- @jenkins-cd/design-language@0.0.43 [INFO] | +-- moment-duration-format@1.3.0 [INFO] | `-- react-material-icons-blue@1.0.4 [INFO] +-- @jenkins-cd/js-builder@0.0.33 [INFO] | +-- @jenkins-cd/eslint-config-jenkins@0.0.2 [INFO] | | +-- eslint-config-airbnb@6.0.2 [INFO] | | `-- UNMET PEER DEPENDENCY eslint-plugin-react@^4.0.0 [INFO] | +-- @jenkins-cd/js-modules@0.0.4 [INFO] | +-- babelify@7.3.0 [INFO] | | `-- babel-core@6.9.1 [INFO] | | +-- babel-generator@6.9.0 [INFO] | | | `-- detect-indent@3.0.1 [INFO] | | | `-- repeating@1.1.3 [INFO] | | +-- babel-helpers@6.8.0 [INFO] | | +-- babel-register@6.9.0 [INFO] | | | +-- core-js@2.4.0 [INFO] | | | +-- home-or-tmp@1.0.0 [INFO] | | | `-- source-map-support@0.2.10 [INFO] | | | `-- source-map@0.1.32 [INFO] | | +-- json5@0.4.0 [INFO] | | +-- path-exists@1.0.0 [INFO] | | +-- shebang-regex@1.0.0 [INFO] | | `-- slash@1.0.0 [INFO] | +-- brfs@1.4.3 [INFO] | | +-- quote-stream@1.0.2 [INFO] | | | `-- buffer-equal@0.0.1 [INFO] | | +-- resolve@1.1.7 [INFO] | | `-- static-module@1.3.1 [INFO] | | +-- duplexer2@0.0.2 [INFO] | | | `-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- escodegen@1.3.3 [INFO] | | | +-- esprima@1.1.1 [INFO] | | | +-- estraverse@1.5.1 [INFO] | | | +-- esutils@1.0.0 [INFO] | | | `-- source-map@0.1.43 [INFO] | | +-- object-inspect@0.4.0 [INFO] | | +-- quote-stream@0.0.0 [INFO] | | | `-- minimist@0.0.8 [INFO] | | +-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- shallow-copy@0.0.1 [INFO] | | +-- static-eval@0.2.4 [INFO] | | | `-- escodegen@0.0.28 [INFO] | | | +-- esprima@1.0.4 [INFO] | | | `-- estraverse@1.3.2 [INFO] | | `-- through2@0.4.2 [INFO] | | `-- xtend@2.1.2 [INFO] | | `-- object-keys@0.4.0 [INFO] | +-- browserify@12.0.2 [INFO] | | +-- assert@1.3.0 [INFO] | | +-- browser-pack@6.0.1 [INFO] | | | +-- combine-source-map@0.7.2 [INFO] | | | | +-- convert-source-map@1.1.3 [INFO] | | | | +-- inline-source-map@0.6.2 [INFO] | | | | `-- lodash.memoize@3.0.4 [INFO] | | | `-- umd@3.0.1 [INFO] | | +-- browser-resolve@1.11.2 [INFO] | | +-- browserify-zlib@0.1.4 [INFO] | | | `-- pako@0.2.8 [INFO] | | +-- buffer@3.6.0 [INFO] | | | +-- base64-js@0.0.8 [INFO] | | | `-- ieee754@1.1.6 [INFO] | | +-- concat-stream@1.5.1 [INFO] | | +-- console-browserify@1.1.0 [INFO] | | | `-- date-now@0.1.4 [INFO] | | +-- constants-browserify@1.0.0 [INFO] | | +-- crypto-browserify@3.11.0 [INFO] | | | +-- browserify-cipher@1.0.0 [INFO] | | | | +-- browserify-aes@1.0.6 [INFO] | | | | | `-- buffer-xor@1.0.3 [INFO] | | | | +-- browserify-des@1.0.0 [INFO] | | | | | `-- des.js@1.0.0 [INFO] | | | | | `-- minimalistic-assert@1.0.0 [INFO] | | | | `-- evp_bytestokey@1.0.0 [INFO] | | | +-- browserify-sign@4.0.0 [INFO] | | | | +-- bn.js@4.11.4 [INFO] | | | | +-- browserify-rsa@4.0.1 [INFO] | | | | +-- elliptic@6.2.8 [INFO] | | | | | +-- brorand@1.0.5 [INFO] | | | | | `-- hash.js@1.0.3 [INFO] | | | | `-- parse-asn1@5.0.0 [INFO] | | | | `-- asn1.js@4.6.2 [INFO] | | | +-- create-ecdh@4.0.0 [INFO] | | | +-- create-hash@1.1.2 [INFO] | | | | +-- cipher-base@1.0.2 [INFO] | | | | `-- ripemd160@1.0.1 [INFO] | | | +-- create-hmac@1.1.4 [INFO] | | | +-- diffie-hellman@5.0.2 [INFO] | | | | `-- miller-rabin@4.0.0 [INFO] | | | +-- pbkdf2@3.0.4 [INFO] | | | +-- public-encrypt@4.0.0 [INFO] | | | `-- randombytes@2.0.3 [INFO] | | +-- defined@1.0.0 [INFO] | | +-- deps-sort@2.0.0 [INFO] | | +-- domain-browser@1.1.7 [INFO] | | +-- duplexer2@0.1.4 [INFO] | | +-- events@1.1.0 [INFO] | | +-- glob@5.0.15 [INFO] | | +-- has@1.0.1 [INFO] | | | `-- function-bind@1.1.0 [INFO] | | +-- htmlescape@1.1.1 [INFO] | | +-- https-browserify@0.0.1 [INFO] | | +-- inherits@2.0.1 [INFO] | | +-- insert-module-globals@7.0.1 [INFO] | | | +-- concat-stream@1.5.1 [INFO] | | | +-- is-buffer@1.1.3 [INFO] | | | `-- lexical-scope@1.2.0 [INFO] | | | `-- astw@2.0.0 [INFO] | | +-- isarray@0.0.1 [INFO] | | +-- JSONStream@1.1.1 [INFO] | | | `-- jsonparse@1.2.0 [INFO] | | +-- labeled-stream-splicer@2.0.0 [INFO] | | | +-- isarray@0.0.1 [INFO] | | | `-- stream-splicer@2.0.0 [INFO] | | +-- module-deps@4.0.7 [INFO] | | | +-- concat-stream@1.5.1 [INFO] | | | +-- detective@4.3.1 [INFO] | | | +-- duplexer2@0.1.4 [INFO] | | | `-- stream-combiner2@1.1.1 [INFO] | | | `-- duplexer2@0.1.4 [INFO] | | +-- os-browserify@0.1.2 [INFO] | | +-- parents@1.0.1 [INFO] | | | `-- path-platform@0.11.15 [INFO] | | +-- path-browserify@0.0.0 [INFO] | | +-- process@0.11.3 [INFO] | | +-- punycode@1.4.1 [INFO] | | +-- querystring-es3@0.2.1 [INFO] | | +-- read-only-stream@2.0.0 [INFO] | | +-- readable-stream@2.0.6 [INFO] | | | +-- core-util-is@1.0.2 [INFO] | | | `-- process-nextick-args@1.0.7 [INFO] | | +-- shasum@1.0.2 [INFO] | | | +-- json-stable-stringify@0.0.1 [INFO] | | | `-- sha.js@2.4.5 [INFO] | | +-- shell-quote@1.6.0 [INFO] | | | +-- array-filter@0.0.1 [INFO] | | | +-- array-map@0.0.0 [INFO] | | | `-- array-reduce@0.0.0 [INFO] | | +-- stream-browserify@2.0.1 [INFO] | | +-- stream-http@2.3.0 [INFO] | | | +-- builtin-status-codes@2.0.0 [INFO] | | | +-- readable-stream@2.1.4 [INFO] | | | | `-- buffer-shims@1.0.0 [INFO] | | | `-- to-arraybuffer@1.0.1 [INFO] | | +-- string_decoder@0.10.31 [INFO] | | +-- subarg@1.0.0 [INFO] | | +-- syntax-error@1.1.6 [INFO] | | | `-- acorn@2.7.0 [INFO] | | +-- timers-browserify@1.4.2 [INFO] | | +-- tty-browserify@0.0.0 [INFO] | | +-- url@0.11.0 [INFO] | | | +-- punycode@1.3.2 [INFO] | | | `-- querystring@0.2.0 [INFO] | | +-- util@0.10.3 [INFO] | | +-- vm-browserify@0.0.4 [INFO] | | | `-- indexof@0.0.1 [INFO] | | `-- xtend@4.0.1 [INFO] | +-- browserify-transform-tools@1.6.0 [INFO] | | +-- falafel@1.2.0 [INFO] | | | +-- foreach@2.0.5 [INFO] | | | +-- isarray@0.0.1 [INFO] | | | `-- object-keys@1.0.9 [INFO] | | `-- through@2.3.8 [INFO] | +-- glob@7.0.3 [INFO] | | +-- inflight@1.0.5 [INFO] | | | `-- wrappy@1.0.2 [INFO] | | +-- minimatch@2.0.10 [INFO] | | | `-- brace-expansion@1.1.4 [INFO] | | | +-- balanced-match@0.4.1 [INFO] | | | `-- concat-map@0.0.1 [INFO] | | `-- once@1.3.3 [INFO] | +-- gulp-eslint@2.0.0 [INFO] | | `-- bufferstreams@1.1.0 [INFO] | +-- gulp-if@2.0.1 [INFO] | | +-- gulp-match@1.0.2 [INFO] | | | `-- minimatch@3.0.0 [INFO] | | `-- ternary-stream@2.0.0 [INFO] | | +-- duplexify@3.4.3 [INFO] | | | `-- end-of-stream@1.0.0 [INFO] | | +-- fork-stream@0.0.4 [INFO] | | `-- merge-stream@1.0.0 [INFO] | +-- gulp-jasmine@2.3.0 [INFO] | | +-- arrify@1.0.1 [INFO] | | +-- jasmine@2.4.1 [INFO] | | | +-- glob@3.2.11 [INFO] | | | | `-- minimatch@0.3.0 [INFO] | | | | +-- lru-cache@2.7.3 [INFO] | | | | `-- sigmund@1.0.1 [INFO] | | | `-- jasmine-core@2.4.1 [INFO] | | `-- jasmine-terminal-reporter@1.0.1 [INFO] | | `-- indent-string@2.1.0 [INFO] | | `-- repeating@2.0.1 [INFO] | | `-- is-finite@1.0.1 [INFO] | +-- gulp-jshint@2.0.1 [INFO] | | +-- rcloader@0.1.2 [INFO] | | | +-- lodash@2.4.2 [INFO] | | | `-- rcfinder@0.1.9 [INFO] | | | `-- lodash.clonedeep@4.3.2 [INFO] | | | `-- lodash._baseclone@4.5.7 [INFO] | | `-- through2@0.6.5 [INFO] | | `-- readable-stream@1.0.34 [INFO] | | `-- isarray@0.0.1 [INFO] | +-- gulp-less@1.3.9 [INFO] | | +-- convert-source-map@0.4.1 [INFO] | | +-- less@1.7.5 [INFO] | | | +-- clean-css@2.2.23 [INFO] | | | | `-- commander@2.2.0 [INFO] | | | +-- graceful-fs@3.0.8 [INFO] | | | +-- mime@1.2.11 [INFO] | | | +-- request@2.40.0 [INFO] | | | | +-- aws-sign2@0.5.0 [INFO] | | | | +-- forever-agent@0.5.2 [INFO] | | | | +-- form-data@0.1.4 [INFO] | | | | | `-- combined-stream@0.0.7 [INFO] | | | | | `-- delayed-stream@0.0.5 [INFO] | | | | +-- hawk@1.1.1 [INFO] | | | | | +-- boom@0.4.2 [INFO] | | | | | +-- cryptiles@0.2.2 [INFO] | | | | | +-- hoek@0.9.1 [INFO] | | | | | `-- sntp@0.2.4 [INFO] | | | | +-- http-signature@0.10.1 [INFO] | | | | | +-- asn1@0.1.11 [INFO] | | | | | +-- assert-plus@0.1.5 [INFO] | | | | | `-- ctype@0.5.3 [INFO] | | | | +-- mime-types@1.0.2 [INFO] | | | | +-- oauth-sign@0.3.0 [INFO] | | | | `-- qs@1.0.2 [INFO] | | | `-- source-map@0.1.43 [INFO] | | | `-- amdefine@1.0.0 [INFO] | | +-- lodash.defaults@2.4.1 [INFO] | | | +-- lodash._objecttypes@2.4.1 [INFO] | | | `-- lodash.keys@2.4.1 [INFO] | | | +-- lodash._isnative@2.4.1 [INFO] | | | +-- lodash._shimkeys@2.4.1 [INFO] | | | `-- lodash.isobject@2.4.1 [INFO] | | +-- through2@0.5.1 [INFO] | | | +-- readable-stream@1.0.34 [INFO] | | | | `-- isarray@0.0.1 [INFO] | | | `-- xtend@3.0.0 [INFO] | | `-- vinyl-sourcemaps-apply@0.1.4 [INFO] | | `-- source-map@0.1.43 [INFO] | +-- gulp-util@3.0.7 [INFO] | | +-- array-differ@1.0.0 [INFO] | | +-- array-uniq@1.0.2 [INFO] | | +-- beeper@1.1.0 [INFO] | | +-- dateformat@1.0.12 [INFO] | | | +-- get-stdin@4.0.1 [INFO] | | | `-- meow@3.7.0 [INFO] | | | +-- camelcase-keys@2.1.0 [INFO] | | | | `-- camelcase@2.1.1 [INFO] | | | +-- decamelize@1.2.0 [INFO] | | | +-- loud-rejection@1.4.1 [INFO] | | | | +-- currently-unhandled@0.4.1 [INFO] | | | | | `-- array-find-index@1.0.1 [INFO] | | | | `-- signal-exit@2.1.2 [INFO] | | | +-- map-obj@1.0.1 [INFO] | | | +-- normalize-package-data@2.3.5 [INFO] | | | | +-- hosted-git-info@2.1.5 [INFO] | | | | +-- is-builtin-module@1.0.0 [INFO] | | | | | `-- builtin-modules@1.1.1 [INFO] | | | | `-- validate-npm-package-license@3.0.1 [INFO] | | | | +-- spdx-correct@1.0.2 [INFO] | | | | | `-- spdx-license-ids@1.2.1 [INFO] | | | | `-- spdx-expression-parse@1.0.2 [INFO] | | | | `-- spdx-exceptions@1.0.4 [INFO] | | | +-- read-pkg-up@1.0.1 [INFO] | | | | +-- find-up@1.1.2 [INFO] | | | | | `-- path-exists@2.1.0 [INFO] | | | | `-- read-pkg@1.1.0 [INFO] | | | | +-- load-json-file@1.1.0 [INFO] | | | | | +-- parse-json@2.2.0 [INFO] | | | | | | `-- error-ex@1.3.0 [INFO] | | | | | | `-- is-arrayish@0.2.1 [INFO] | | | | | `-- strip-bom@2.0.0 [INFO] | | | | `-- path-type@1.1.0 [INFO] | | | +-- redent@1.0.0 [INFO] | | | | `-- strip-indent@1.0.1 [INFO] | | | `-- trim-newlines@1.0.0 [INFO] | | +-- fancy-log@1.2.0 [INFO] | | | `-- time-stamp@1.0.1 [INFO] | | +-- gulplog@1.0.0 [INFO] | | | `-- glogg@1.0.0 [INFO] | | +-- has-gulplog@0.1.0 [INFO] | | | `-- sparkles@1.0.0 [INFO] | | +-- lodash._reescape@3.0.0 [INFO] | | +-- lodash._reevaluate@3.0.0 [INFO] | | +-- lodash._reinterpolate@3.0.0 [INFO] | | +-- lodash.template@3.6.2 [INFO] | | | +-- lodash._basecopy@3.0.1 [INFO] | | | +-- lodash._basetostring@3.0.1 [INFO] | | | +-- lodash._basevalues@3.0.0 [INFO] | | | +-- lodash._isiterateecall@3.0.9 [INFO] | | | +-- lodash.escape@3.2.0 [INFO] | | | | `-- lodash._root@3.0.1 [INFO] | | | +-- lodash.keys@3.1.2 [INFO] | | | | +-- lodash._getnative@3.9.1 [INFO] | | | | +-- lodash.isarguments@3.0.8 [INFO] | | | | `-- lodash.isarray@3.0.4 [INFO] | | | +-- lodash.restparam@3.6.1 [INFO] | | | `-- lodash.templatesettings@3.1.1 [INFO] | | +-- multipipe@0.1.2 [INFO] | | +-- object-assign@3.0.0 [INFO] | | +-- replace-ext@0.0.1 [INFO] | | `-- vinyl@0.5.3 [INFO] | | +-- clone@1.0.2 [INFO] | | `-- clone-stats@0.0.1 [INFO] | +-- jasmine-reporters@2.1.1 [INFO] | | `-- mkdirp@0.3.5 [INFO] | +-- jshint@2.9.2 [INFO] | | +-- cli@0.6.6 [INFO] | | | `-- glob@3.2.11 [INFO] | | | `-- minimatch@0.3.0 [INFO] | | +-- exit@0.1.2 [INFO] | | +-- htmlparser2@3.8.3 [INFO] | | | +-- domelementtype@1.3.0 [INFO] | | | +-- domhandler@2.3.0 [INFO] | | | +-- domutils@1.5.1 [INFO] | | | | `-- dom-serializer@0.1.0 [INFO] | | | | +-- domelementtype@1.1.3 [INFO] | | | | `-- entities@1.1.1 [INFO] | | | +-- entities@1.0.0 [INFO] | | | `-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- lodash@3.7.0 [INFO] | | `-- shelljs@0.3.0 [INFO] | +-- minifyify@7.3.3 [INFO] | | +-- convert-source-map@1.2.0 [INFO] | | +-- lodash.bind@4.1.4 [INFO] | | | `-- lodash._createwrapper@4.0.5 [INFO] | | +-- lodash.defaults@4.0.1 [INFO] | | | `-- lodash.assigninwith@4.0.7 [INFO] | | +-- lodash.foreach@4.3.0 [INFO] | | | `-- lodash._baseeach@4.1.3 [INFO] | | +-- source-map@0.5.6 [INFO] | | +-- tmp@0.0.28 [INFO] | | | `-- os-tmpdir@1.0.1 [INFO] | | +-- transform-filter@0.1.1 [INFO] | | | `-- multimatch@2.1.0 [INFO] | | | +-- array-union@1.0.1 [INFO] | | | `-- minimatch@3.0.0 [INFO] | | `-- uglify-js@2.6.2 [INFO] | | +-- async@0.2.10 [INFO] | | +-- uglify-to-browserify@1.0.2 [INFO] | | `-- yargs@3.10.0 [INFO] | | +-- camelcase@1.2.1 [INFO] | | +-- cliui@2.1.0 [INFO] | | | +-- center-align@0.1.3 [INFO] | | | | +-- align-text@0.1.4 [INFO] | | | | | +-- kind-of@3.0.3 [INFO] | | | | | +-- longest@1.0.1 [INFO] | | | | | `-- repeat-string@1.5.4 [INFO] | | | | `-- lazy-cache@1.0.4 [INFO] | | | +-- right-align@0.1.3 [INFO] | | | `-- wordwrap@0.0.2 [INFO] | | `-- window-size@0.1.0 [INFO] | +-- ncp@2.0.0 [INFO] | +-- node-http-server@3.0.5 [INFO] | +-- node-notifier@4.6.0 [INFO] | | +-- cli-usage@0.1.2 [INFO] | | | +-- marked@0.3.5 [INFO] | | | +-- marked-terminal@1.6.1 [INFO] | | | | +-- cardinal@0.5.0 [INFO] | | | | | +-- ansicolors@0.2.1 [INFO] | | | | | `-- redeyed@0.5.0 [INFO] | | | | | `-- esprima-fb@12001.1.0-dev-harmony-fb [INFO] | | | | +-- cli-table@0.3.1 [INFO] | | | | | `-- colors@1.0.3 [INFO] | | | | +-- lodash.assign@3.2.0 [INFO] | | | | | `-- lodash._createassigner@3.1.1 [INFO] | | | | `-- node-emoji@0.1.0 [INFO] | | | `-- minimist@0.2.0 [INFO] | | +-- growly@1.3.0 [INFO] | | +-- lodash.clonedeep@3.0.2 [INFO] | | | +-- lodash._baseclone@3.3.0 [INFO] | | | | +-- lodash._arraycopy@3.0.0 [INFO] | | | | +-- lodash._arrayeach@3.0.0 [INFO] | | | | +-- lodash._baseassign@3.2.0 [INFO] | | | | `-- lodash._basefor@3.0.3 [INFO] | | | `-- lodash._bindcallback@3.0.1 [INFO] | | +-- semver@5.1.0 [INFO] | | +-- shellwords@0.1.0 [INFO] | | `-- which@1.2.10 [INFO] | | `-- isexe@1.1.2 [INFO] | +-- through2@2.0.1 [INFO] | +-- underscore.string@3.3.4 [INFO] | | +-- sprintf-js@1.0.3 [INFO] | | `-- util-deprecate@1.0.2 [INFO] | +-- vinyl-source-stream@1.1.0 [INFO] | | +-- through2@0.6.5 [INFO] | | | `-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- vinyl@0.4.6 [INFO] | | `-- clone@0.2.0 [INFO] | +-- window-handle@0.0.6 [INFO] | `-- xml2js@0.4.16 [INFO] | +-- sax@1.2.1 [INFO] | `-- xmlbuilder@4.2.1 [INFO] +-- @jenkins-cd/js-extensions@0.0.15-beta4 [INFO] | `-- js-yaml@3.6.1 [INFO] | +-- argparse@1.0.7 [INFO] | `-- esprima@2.7.2 [INFO] +-- @jenkins-cd/js-modules@0.0.5 [INFO] | `-- window-handle@0.0.6 [INFO] +-- @jenkins-cd/js-test@1.1.1 [INFO] | +-- bootstrap-detached@3.3.4-v6 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- bootstrap-detached-3.3@3.3.4-v5 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jquery-detached@2.1.4-v4 [INFO] | +-- jquery-detached-2.1.4@2.1.4-v2 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jqueryui-detached@1.11.4-v9 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jqueryui-detached-1.11@1.11.4-v9 [INFO] | | `-- window-handle@0.0.6 [INFO] | `-- jsdom@5.6.1 [INFO] | +-- acorn@1.2.2 [INFO] | +-- acorn-globals@1.0.9 [INFO] | | `-- acorn@2.7.0 [INFO] | +-- browser-request@0.3.3 [INFO] | +-- cssom@0.3.1 [INFO] | +-- cssstyle@0.2.36 [INFO] | +-- escodegen@1.8.0 [INFO] | | +-- estraverse@1.9.3 [INFO] | | `-- source-map@0.2.0 [INFO] | +-- nwmatcher@1.3.7 [INFO] | +-- parse5@1.5.1 [INFO] | +-- request@2.72.0 [INFO] | | +-- aws-sign2@0.6.0 [INFO] | | +-- combined-stream@1.0.5 [INFO] | | | `-- delayed-stream@1.0.0 [INFO] | | +-- extend@3.0.0 [INFO] | | +-- forever-agent@0.6.1 [INFO] | | +-- form-data@1.0.0-rc4 [INFO] | | | `-- async@1.5.2 [INFO] | | +-- hawk@3.1.3 [INFO] | | | +-- boom@2.10.1 [INFO] | | | +-- cryptiles@2.0.5 [INFO] | | | +-- hoek@2.16.3 [INFO] | | | `-- sntp@1.0.9 [INFO] | | +-- http-signature@1.1.1 [INFO] | | | `-- assert-plus@0.2.0 [INFO] | | +-- mime-types@2.1.11 [INFO] | | +-- oauth-sign@0.8.2 [INFO] | | +-- qs@6.1.0 [INFO] | | `-- tough-cookie@2.2.2 [INFO] | +-- setimmediate@1.0.4 [INFO] | +-- tough-cookie@1.2.0 [INFO] | +-- xml-name-validator@2.0.1 [INFO] | `-- xmlhttprequest@1.8.0 [INFO] +-- babel-eslint@6.0.4 [INFO] | +-- babel-traverse@6.9.0 [INFO] | | +-- babel-code-frame@6.8.0 [INFO] | | +-- babel-messages@6.8.0 [INFO] | | +-- babel-runtime@6.9.2 [INFO] | | | +-- core-js@2.4.0 [INFO] | | | `-- regenerator-runtime@0.9.5 [INFO] | | `-- globals@8.18.0 [INFO] | +-- babel-types@6.9.1 [INFO] | | `-- to-fast-properties@1.0.2 [INFO] | +-- babylon@6.8.1 [INFO] | +-- lodash.assign@4.0.9 [INFO] | | +-- lodash.keys@4.0.7 [INFO] | | `-- lodash.rest@4.0.3 [INFO] | `-- lodash.pickby@4.4.0 [INFO] | +-- lodash._baseiteratee@4.7.0 [INFO] | | `-- lodash._stringtopath@4.8.0 [INFO] | | `-- lodash._basetostring@4.12.0 [INFO] | `-- lodash.keysin@4.1.4 [INFO] +-- babel-preset-es2015@6.9.0 [INFO] | +-- babel-plugin-check-es2015-constants@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-arrow-functions@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-block-scoping@6.9.0 [INFO] | | `-- babel-template@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-classes@6.9.0 [INFO] | | +-- babel-helper-define-map@6.9.0 [INFO] | | +-- babel-helper-function-name@6.8.0 [INFO] | | +-- babel-helper-optimise-call-expression@6.8.0 [INFO] | | `-- babel-helper-replace-supers@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-computed-properties@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-destructuring@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-for-of@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-function-name@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-literals@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-modules-commonjs@6.8.0 [INFO] | | `-- babel-plugin-transform-strict-mode@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-object-super@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-parameters@6.9.0 [INFO] | | +-- babel-helper-call-delegate@6.8.0 [INFO] | | | `-- babel-helper-hoist-variables@6.8.0 [INFO] | | `-- babel-helper-get-function-arity@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-spread@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-sticky-regex@6.8.0 [INFO] | | `-- babel-helper-regex@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-template-literals@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-unicode-regex@6.8.0 [INFO] | | `-- regexpu-core@1.0.0 [INFO] | | +-- regenerate@1.3.1 [INFO] | | +-- regjsgen@0.2.0 [INFO] | | `-- regjsparser@0.1.5 [INFO] | | `-- jsesc@0.5.0 [INFO] | `-- babel-plugin-transform-regenerator@6.9.0 [INFO] | +-- babel-plugin-syntax-async-functions@6.8.0 [INFO] | `-- private@0.1.6 [INFO] +-- babel-preset-react@6.5.0 [INFO] | +-- babel-plugin-syntax-flow@6.8.0 [INFO] | +-- babel-plugin-syntax-jsx@6.8.0 [INFO] | +-- babel-plugin-transform-flow-strip-types@6.8.0 [INFO] | +-- babel-plugin-transform-react-display-name@6.8.0 [INFO] | +-- babel-plugin-transform-react-jsx@6.8.0 [INFO] | | `-- babel-helper-builder-react-jsx@6.9.0 [INFO] | `-- babel-plugin-transform-react-jsx-source@6.9.0 [INFO] +-- eslint@2.8.0 [INFO] | +-- chalk@1.1.3 [INFO] | | +-- ansi-styles@2.2.1 [INFO] | | +-- escape-string-regexp@1.0.5 [INFO] | | +-- has-ansi@2.0.0 [INFO] | | +-- strip-ansi@3.0.1 [INFO] | | `-- supports-color@2.0.0 [INFO] | +-- concat-stream@1.4.10 [INFO] | | +-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- typedarray@0.0.6 [INFO] | +-- debug@2.2.0 [INFO] | +-- doctrine@1.2.2 [INFO] | | +-- esutils@1.1.6 [INFO] | | `-- isarray@1.0.0 [INFO] | +-- es6-map@0.1.4 [INFO] | | +-- d@0.1.1 [INFO] | | +-- es5-ext@0.10.11 [INFO] | | | `-- es6-symbol@3.0.2 [INFO] | | +-- es6-iterator@2.0.0 [INFO] | | +-- es6-set@0.1.4 [INFO] | | +-- es6-symbol@3.1.0 [INFO] | | `-- event-emitter@0.3.4 [INFO] | +-- escope@3.6.0 [INFO] | | +-- es6-weak-map@2.0.1 [INFO] | | +-- esrecurse@4.1.0 [INFO] | | | `-- estraverse@4.1.1 [INFO] | | `-- estraverse@4.2.0 [INFO] | +-- espree@3.1.3 [INFO] | | +-- acorn@3.1.0 [INFO] | | `-- acorn-jsx@2.0.1 [INFO] | | `-- acorn@2.7.0 [INFO] | +-- estraverse@4.2.0 [INFO] | +-- esutils@2.0.2 [INFO] | +-- file-entry-cache@1.2.4 [INFO] | | `-- flat-cache@1.0.10 [INFO] | | +-- del@2.2.0 [INFO] | | | +-- globby@4.1.0 [INFO] | | | | `-- glob@6.0.4 [INFO] | | | +-- is-path-cwd@1.0.0 [INFO] | | | +-- is-path-in-cwd@1.0.0 [INFO] | | | | `-- is-path-inside@1.0.0 [INFO] | | | +-- pify@2.3.0 [INFO] | | | `-- rimraf@2.5.2 [INFO] | | +-- graceful-fs@4.1.4 [INFO] | | +-- read-json-sync@1.1.1 [INFO] | | `-- write@0.2.1 [INFO] | +-- globals@9.7.0 [INFO] | +-- ignore@3.1.2 [INFO] | +-- imurmurhash@0.1.4 [INFO] | +-- inquirer@0.12.0 [INFO] | | +-- ansi-escapes@1.4.0 [INFO] | | +-- ansi-regex@2.0.0 [INFO] | | +-- cli-cursor@1.0.2 [INFO] | | | `-- restore-cursor@1.0.1 [INFO] | | | +-- exit-hook@1.1.1 [INFO] | | | `-- onetime@1.1.0 [INFO] | | +-- cli-width@2.1.0 [INFO] | | +-- figures@1.7.0 [INFO] | | +-- readline2@1.0.1 [INFO] | | | +-- code-point-at@1.0.0 [INFO] | | | | `-- number-is-nan@1.0.0 [INFO] | | | +-- is-fullwidth-code-point@1.0.0 [INFO] | | | `-- mute-stream@0.0.5 [INFO] | | +-- run-async@0.1.0 [INFO] | | +-- rx-lite@3.1.2 [INFO] | | `-- string-width@1.0.1 [INFO] | +-- is-my-json-valid@2.13.1 [INFO] | | +-- generate-function@2.0.0 [INFO] | | +-- generate-object-property@1.2.0 [INFO] | | | `-- is-property@1.0.2 [INFO] | | `-- jsonpointer@2.0.0 [INFO] | +-- is-resolvable@1.0.0 [INFO] | | `-- tryit@1.0.2 [INFO] | +-- json-stable-stringify@1.0.1 [INFO] | | `-- jsonify@0.0.0 [INFO] | +-- lodash@4.13.1 [INFO] | +-- mkdirp@0.5.1 [INFO] | | `-- minimist@0.0.8 [INFO] | +-- optionator@0.8.1 [INFO] | | +-- deep-is@0.1.3 [INFO] | | +-- fast-levenshtein@1.1.3 [INFO] | | +-- levn@0.3.0 [INFO] | | +-- prelude-ls@1.1.2 [INFO] | | +-- type-check@0.3.2 [INFO] | | `-- wordwrap@1.0.0 [INFO] | +-- path-is-absolute@1.0.0 [INFO] | +-- path-is-inside@1.0.1 [INFO] | +-- pluralize@1.2.1 [INFO] | +-- progress@1.1.8 [INFO] | +-- require-uncached@1.0.2 [INFO] | | +-- caller-path@0.1.0 [INFO] | | | `-- callsites@0.2.0 [INFO] | | `-- resolve-from@1.0.1 [INFO] | +-- shelljs@0.6.0 [INFO] | +-- strip-json-comments@1.0.4 [INFO] | +-- table@3.7.8 [INFO] | | +-- slice-ansi@0.0.4 [INFO] | | +-- tv4@1.2.7 [INFO] | | `-- xregexp@3.1.1 [INFO] | +-- text-table@0.2.0 [INFO] | `-- user-home@2.0.0 [INFO] | `-- os-homedir@1.0.1 [INFO] +-- eslint-plugin-react@5.1.1 [INFO] +-- giti@1.1.2 [INFO] | `-- async@0.9.2 [INFO] +-- gulp@3.9.1 [INFO] | +-- archy@1.0.0 [INFO] | +-- deprecated@0.0.1 [INFO] | +-- interpret@1.0.1 [INFO] | +-- liftoff@2.2.1 [INFO] | | +-- extend@2.0.1 [INFO] | | +-- findup-sync@0.3.0 [INFO] | | | `-- glob@5.0.15 [INFO] | | +-- flagged-respawn@0.3.2 [INFO] | | `-- rechoir@0.6.2 [INFO] | +-- minimist@1.2.0 [INFO] | +-- orchestrator@0.3.7 [INFO] | | +-- end-of-stream@0.1.5 [INFO] | | +-- sequencify@0.0.7 [INFO] | | `-- stream-consume@0.1.0 [INFO] | +-- pretty-hrtime@1.0.2 [INFO] | +-- semver@4.3.6 [INFO] | +-- tildify@1.2.0 [INFO] | +-- v8flags@2.0.11 [INFO] | | `-- user-home@1.1.1 [INFO] | `-- vinyl-fs@0.3.14 [INFO] | +-- defaults@1.0.3 [INFO] | +-- glob-stream@3.1.18 [INFO] | | +-- glob@4.5.3 [INFO] | | +-- glob2base@0.0.12 [INFO] | | | `-- find-index@0.1.1 [INFO] | | +-- ordered-read-streams@0.1.0 [INFO] | | +-- through2@0.6.5 [INFO] | | | `-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- unique-stream@1.0.0 [INFO] | +-- glob-watcher@0.0.6 [INFO] | | `-- gaze@0.5.2 [INFO] | | `-- globule@0.1.0 [INFO] | | +-- glob@3.1.21 [INFO] | | | +-- graceful-fs@1.2.3 [INFO] | | | `-- inherits@1.0.2 [INFO] | | +-- lodash@1.0.2 [INFO] | | `-- minimatch@0.2.14 [INFO] | +-- graceful-fs@3.0.8 [INFO] | +-- strip-bom@1.0.0 [INFO] | | +-- first-chunk-stream@1.0.0 [INFO] | | `-- is-utf8@0.2.1 [INFO] | +-- through2@0.6.5 [INFO] | | `-- readable-stream@1.0.34 [INFO] | | `-- isarray@0.0.1 [INFO] | `-- vinyl@0.4.6 [INFO] | `-- clone@0.2.0 [INFO] +-- history@2.0.2 [INFO] | +-- deep-equal@1.0.1 [INFO] | +-- invariant@2.2.1 [INFO] | +-- query-string@3.0.3 [INFO] | | `-- strict-uri-encode@1.1.0 [INFO] | `-- warning@2.1.0 [INFO] +-- immutable@3.8.1 [INFO] +-- keymirror@0.1.1 [INFO] +-- moment@2.13.0 [INFO] +-- react@15.0.1 [INFO] | +-- fbjs@0.8.3 [INFO] | | +-- core-js@1.2.6 [INFO] | | +-- isomorphic-fetch@2.2.1 [INFO] | | | +-- node-fetch@1.5.3 [INFO] | | | | +-- encoding@0.1.12 [INFO] | | | | `-- is-stream@1.1.0 [INFO] | | | `-- whatwg-fetch@1.0.0 [INFO] | | +-- promise@7.1.1 [INFO] | | | `-- asap@2.0.4 [INFO] | | `-- ua-parser-js@0.7.10 [INFO] | +-- loose-envify@1.2.0 [INFO] | | `-- js-tokens@1.0.3 [INFO] | `-- object-assign@4.1.0 [INFO] +-- react-addons-css-transition-group@15.0.1 [INFO] +-- react-dom@15.0.1 [INFO] +-- react-redux@4.4.5 [INFO] | `-- hoist-non-react-statics@1.0.6 [INFO] +-- react-router@2.3.0 [INFO] +-- redux@3.5.2 [INFO] | +-- lodash-es@4.13.1 [INFO] | `-- symbol-observable@0.2.4 [INFO] +-- redux-thunk@2.0.1 [INFO] +-- window-handle@1.0.0 [INFO] `-- zombie@4.2.1 [INFO] +-- babel-runtime@5.8.29 [INFO] +-- bluebird@3.4.0 [INFO] +-- eventsource@0.1.6 [INFO] | `-- original@1.0.0 [INFO] | `-- url-parse@1.0.5 [INFO] | +-- querystringify@0.0.3 [INFO] | `-- requires-port@1.0.0 [INFO] +-- iconv-lite@0.4.13 [INFO] +-- jsdom@5.3.0 [INFO] | +-- escodegen@1.8.0 [INFO] | | +-- estraverse@1.9.3 [INFO] | | `-- source-map@0.2.0 [INFO] | `-- tough-cookie@0.13.0 [INFO] +-- lodash@3.10.1 [INFO] +-- mime@1.3.4 [INFO] +-- ms@0.7.1 [INFO] +-- request@2.72.0 [INFO] | +-- aws-sign2@0.6.0 [INFO] | +-- aws4@1.4.1 [INFO] | +-- bl@1.1.2 [INFO] | +-- caseless@0.11.0 [INFO] | +-- combined-stream@1.0.5 [INFO] | | `-- delayed-stream@1.0.0 [INFO] | +-- extend@3.0.0 [INFO] | +-- forever-agent@0.6.1 [INFO] | +-- form-data@1.0.0-rc4 [INFO] | | `-- async@1.5.2 [INFO] | +-- har-validator@2.0.6 [INFO] | | +-- commander@2.9.0 [INFO] | | | `-- graceful-readlink@1.0.1 [INFO] | | `-- pinkie-promise@2.0.1 [INFO] | | `-- pinkie@2.0.4 [INFO] | +-- hawk@3.1.3 [INFO] | | +-- boom@2.10.1 [INFO] | | +-- cryptiles@2.0.5 [INFO] | | +-- hoek@2.16.3 [INFO] | | `-- sntp@1.0.9 [INFO] | +-- http-signature@1.1.1 [INFO] | | +-- assert-plus@0.2.0 [INFO] | | +-- jsprim@1.2.2 [INFO] | | | +-- extsprintf@1.0.2 [INFO] | | | +-- json-schema@0.2.2 [INFO] | | | `-- verror@1.3.6 [INFO] | | `-- sshpk@1.8.3 [INFO] | | +-- asn1@0.2.3 [INFO] | | +-- assert-plus@1.0.0 [INFO] | | +-- dashdash@1.14.0 [INFO] | | | `-- assert-plus@1.0.0 [INFO] | | +-- ecc-jsbn@0.1.1 [INFO] | | +-- getpass@0.1.6 [INFO] | | | `-- assert-plus@1.0.0 [INFO] | | +-- jodid25519@1.0.2 [INFO] | | +-- jsbn@0.1.0 [INFO] | | `-- tweetnacl@0.13.3 [INFO] | +-- is-typedarray@1.0.0 [INFO] | +-- isstream@0.1.2 [INFO] | +-- json-stringify-safe@5.0.1 [INFO] | +-- mime-types@2.1.11 [INFO] | | `-- mime-db@1.23.0 [INFO] | +-- node-uuid@1.4.7 [INFO] | +-- oauth-sign@0.8.2 [INFO] | +-- qs@6.1.0 [INFO] | +-- stringstream@0.0.5 [INFO] | `-- tunnel-agent@0.4.3 [INFO] +-- tough-cookie@2.2.2 [INFO] `-- ws@0.8.1 [INFO] +-- bufferutil@1.2.1 [INFO] | +-- bindings@1.2.1 [INFO] | `-- nan@2.3.5 [INFO] +-- options@0.0.6 [INFO] +-- ultron@1.0.2 [INFO] `-- utf-8-validate@1.2.1 [INFO] [ERROR] npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint-plugin-react@^4.0.0 but none was installed. [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-web --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-web >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-web --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-web --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-web --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ blueocean-web --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-node) @ blueocean-web --- [INFO] File already exist, skipping [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-npm) @ blueocean-web --- [INFO] File already exist, skipping [INFO] [INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ blueocean-web --- [INFO] Node v5.8.0 is already installed. [INFO] Found NPM version 3.7.3 [INFO] [INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ blueocean-web --- [INFO] Running 'npm install --color=false' in C:\Jenkins-BlueOcean\blueocean-web [ERROR] npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint-plugin-react@^4.0.0 but none was installed. [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-web --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-web <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-web --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean-web --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to C:\Jenkins-BlueOcean\blueocean-web\target\classes [INFO] /C:/Jenkins-BlueOcean/blueocean-web/src/main/java/io/jenkins/blueocean/jsextensions/JenkinsJSExtensions.java: C:\Jenkins-BlueOcean\blueocean-web\src\main\java\io\jenkins\blueocean\jsextensions\JenkinsJSExtensions.java uses or overrides a deprecated API. [INFO] /C:/Jenkins-BlueOcean/blueocean-web/src/main/java/io/jenkins/blueocean/jsextensions/JenkinsJSExtensions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- frontend-maven-plugin:0.0.23:gulp (gulp bundle) @ blueocean-web --- [INFO] Running 'gulp bundle --no-color' in C:\Jenkins-BlueOcean\blueocean-web [INFO] [10:51:23] ********************************************************************** [INFO] [10:51:23] This build is using Jenkins JS Builder. [INFO] [10:51:23] For command line options and other help, go to [INFO] [10:51:23] https://www.npmjs.com/package/@jenkins-cd/js-builder [INFO] [10:51:23] ********************************************************************** [INFO] [10:51:23] Maven project. [INFO] [10:51:23] - Jenkins plugin (HPI): blueocean-web [INFO] [10:51:23] Changing default language level to ECMA v6. Found "babel-preset-es2015" dependency in package.json. [INFO] [10:51:23] Language level set to ECMA v6. Call builder.lang([number]) to change. [INFO] [10:51:23] Defining default tasks... [INFO] [10:51:23] Bundle of 'target/js-bundle-src/history-2.0.2.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/history' as 'history-2.0.2.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/immutable-3.8.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/immutable' as 'immutable-3.8.1.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/react-router-2.3.0.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/react-router' as 'react-router-2.3.0.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/keymirror-0.1.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/keymirror' as 'keymirror-0.1.1.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/react-addons-css-transition-group-15.0.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/react-addons-css-transition-group' as 'react-addons-css-transition-group-15.0.1.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/react-redux-4.4.5.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/react-redux' as 'react-redux-4.4.5.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/redux-3.5.2.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/redux' as 'redux-3.5.2.js'. [INFO] [10:51:23] Bundle of 'target/js-bundle-src/redux-thunk-2.0.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/redux-thunk' as 'redux-thunk-2.0.1.js'. [INFO] [10:51:23] Running Jenkins js-builder plugin: @jenkins-cd/js-extensions [INFO] [10:51:23] Bundle of 'src/main/js/blueocean.js' will be generated in directory 'target/classes/io/jenkins/blueocean' as 'blueocean.js'. [INFO] [10:51:23] Using gulpfile C:\Jenkins-BlueOcean\blueocean-web\gulpfile.js [INFO] [10:51:23] Starting 'log-env'... [INFO] [10:51:23] Source Dirs: [INFO] [10:51:23] - src: src/main/js,src/main/less,node_modules/@jenkins-cd/design-language/dist [INFO] [10:51:23] - test: src/test/js [INFO] [10:51:23] Finished 'log-env' after 480 μs [INFO] [10:51:23] Starting 'js_bundle_history-2.0.2_bundle_1'... [INFO] [10:51:23] Starting 'js_bundle_immutable-3.8.1_bundle_2'... [INFO] [10:51:23] Starting 'js_bundle_react-router-2.3.0_bundle_3'... [INFO] [10:51:23] Starting 'js_bundle_keymirror-0.1.1_bundle_4'... [INFO] [10:51:24] Starting 'js_bundle_react-addons-css-transition-group-15.0.1_bundle_5'... [INFO] [10:51:24] Starting 'js_bundle_react-redux-4.4.5_bundle_6'... [INFO] [10:51:24] Starting 'js_bundle_redux-3.5.2_bundle_7'... [INFO] [10:51:24] Starting 'js_bundle_redux-thunk-2.0.1_bundle_8'... [INFO] [10:51:24] Starting 'js_bundle_blueocean_bundle_9'... [INFO] [10:51:24] LESS CSS pre-processing completed to 'target/classes/io/jenkins/blueocean'. [INFO] [10:51:24] Starting 'js_bundle_blueocean_no_imports_bundle_10'... [INFO] The file was saved! [INFO] /* eslint-disable */ [INFO] // Do not edit, it is generated and will be on each build. [INFO] export default {"errors":["Command failed branch","Command failed authors","Command failed subject","Command failed shaShort","Command failed sha","Command failed branches","Command failed repository","Command failed author","Command failed authorDate","Command failed authorDateRelative","Command failed name"],"branch":"","authors":"","subject":"","shaShort":"","sha":"","branches":"","repository":"","author":"","authorDate":"","authorDateRelative":"","name":"","timestamp":"2016-06-07T07:51:24.177Z"} [INFO] [10:51:27] Finished 'js_bundle_immutable-3.8.1_bundle_2' after 3.98 s [INFO] [10:51:27] Finished 'js_bundle_keymirror-0.1.1_bundle_4' after 3.96 s [INFO] [10:51:27] Finished 'js_bundle_redux-thunk-2.0.1_bundle_8' after 3.91 s [INFO] [10:51:28] Finished 'js_bundle_history-2.0.2_bundle_1' after 4.72 s [INFO] [10:51:28] Finished 'js_bundle_redux-3.5.2_bundle_7' after 4.72 s [INFO] [10:51:32] Finished 'js_bundle_react-router-2.3.0_bundle_3' after 8.71 s [INFO] [10:51:32] Finished 'js_bundle_react-redux-4.4.5_bundle_6' after 8.76 s [INFO] [10:51:32] Finished 'js_bundle_react-addons-css-transition-group-15.0.1_bundle_5' after 8.98 s [INFO] [10:51:32] Finished 'js_bundle_blueocean_bundle_9' after 8.93 s [INFO] [10:51:32] Finished 'js_bundle_blueocean_no_imports_bundle_10' after 8.84 s [INFO] [10:51:32] Starting 'bundle'... [INFO] [10:51:32] bundling: done [INFO] [10:51:32] Finished 'bundle' after 121 μs [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean-web --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-web --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean-web --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-web --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean-web --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-web\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean-web --- [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-web --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean-web --- [INFO] Tests are skipped. [INFO] [INFO] --- frontend-maven-plugin:0.0.23:gulp (gulp test) @ blueocean-web --- [INFO] Running 'gulp test lint --skipTests --skipLint --skipBundle --no-color' in C:\Jenkins-BlueOcean\blueocean-web [INFO] [10:51:35] ********************************************************************** [INFO] [10:51:35] This build is using Jenkins JS Builder. [INFO] [10:51:35] For command line options and other help, go to [INFO] [10:51:35] https://www.npmjs.com/package/@jenkins-cd/js-builder [INFO] [10:51:35] ********************************************************************** [INFO] [10:51:35] Maven project. [INFO] [10:51:35] - Jenkins plugin (HPI): blueocean-web [INFO] [10:51:35] Changing default language level to ECMA v6. Found "babel-preset-es2015" dependency in package.json. [INFO] [10:51:35] Language level set to ECMA v6. Call builder.lang([number]) to change. [INFO] [10:51:35] Bundle for "history" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "immutable" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "react-router" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "keymirror" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "react-addons-css-transition-group" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "react-redux" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "react-router" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "redux" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Bundle for "redux-thunk" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:51:35] Running Jenkins js-builder plugin: @jenkins-cd/js-extensions [INFO] [10:51:35] Using gulpfile C:\Jenkins-BlueOcean\blueocean-web\gulpfile.js [INFO] [10:51:35] Starting 'test'... [INFO] [10:51:35] - tests skipped (--skipTests) [INFO] [10:51:35] Finished 'test' after 165 μs [INFO] [10:51:35] Starting 'lint'... [INFO] [10:51:35] - lint skipped (--skipLint) [INFO] [10:51:35] Finished 'lint' after 80 μs [INFO] The file was saved! [INFO] /* eslint-disable */ [INFO] // Do not edit, it is generated and will be on each build. [INFO] export default {"errors":["Command failed authors","Command failed sha","Command failed branches","Command failed repository","Command failed author","Command failed authorDate","Command failed branch","Command failed subject","Command failed shaShort","Command failed authorDateRelative","Command failed name"],"authors":"","sha":"","branches":"","repository":"","author":"","authorDate":"","branch":"","subject":"","shaShort":"","authorDateRelative":"","name":"","timestamp":"2016-06-07T07:51:35.949Z"} [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-web --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean-web --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web [INFO] Assembling webapp blueocean-web in C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-web >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-web --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-web <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-web --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-web --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-web\1.0-SNAPSHOT\blueocean-web-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-web\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-web\1.0-SNAPSHOT\blueocean-web-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-web\target\blueocean-web.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-web\1.0-SNAPSHOT\blueocean-web-1.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Rest module 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-rest --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-rest --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-rest --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-rest --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-rest >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-rest --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-rest --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-rest --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-rest <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-rest --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean-rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to C:\Jenkins-BlueOcean\blueocean-rest\target\classes [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean-rest --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-rest --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean-rest --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-rest --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Jenkins-BlueOcean\blueocean-rest\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean-rest --- [INFO] No sources to compile [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean-rest --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-rest\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean-rest --- [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-rest --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean-rest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-rest --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean-rest --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest [INFO] Assembling webapp blueocean-rest in C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-rest >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-rest --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-rest <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-rest --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-rest --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest\1.0-SNAPSHOT\blueocean-rest-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest\1.0-SNAPSHOT\blueocean-rest-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest\target\blueocean-rest.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest\1.0-SNAPSHOT\blueocean-rest-1.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Dashboard 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-dashboard --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-dashboard --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-dashboard --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-dashboard --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ blueocean-dashboard --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-node) @ blueocean-dashboard --- [INFO] Got from cache: C:\Windows\system32\config\systemprofile\.m2\repository\.cache\maven-download-plugin\node.exe [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-npm) @ blueocean-dashboard --- [INFO] Got from cache: C:\Windows\system32\config\systemprofile\.m2\repository\.cache\maven-download-plugin\npm-3.7.3.tgz [INFO] [INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ blueocean-dashboard --- [INFO] Installing node version v5.8.0 [INFO] Installed node.exe locally. [INFO] Installing npm version 3.7.3 [INFO] Downloading NPM from file:/C:/Jenkins-BlueOcean/blueocean-dashboard/target/frontend/npm-3.7.3.tgz to C:\Jenkins-BlueOcean\blueocean-dashboard\npm.tar.gz [INFO] Extracting NPM files in node/ [INFO] Unpacking C:\Jenkins-BlueOcean\blueocean-dashboard\npm.tar.gz into C:\Jenkins-BlueOcean\blueocean-dashboard/node [INFO] Installed NPM locally. [INFO] [INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ blueocean-dashboard --- [INFO] Running 'npm install --color=false' in C:\Jenkins-BlueOcean\blueocean-dashboard [ERROR] npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. [ERROR] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade [ERROR] npm WARN prefer global marked@0.3.5 should be installed with -g [ERROR] npm WARN prefer global jshint@2.9.2 should be installed with -g [INFO] blueocean-dashboard@0.0.1 C:\Jenkins-BlueOcean\blueocean-dashboard [INFO] +-- @jenkins-cd/design-language@0.0.43 [INFO] | `-- react-addons-css-transition-group@15.0.1 [INFO] +-- @jenkins-cd/eslint-config-jenkins@0.0.2 [INFO] | +-- eslint-config-airbnb@6.0.2 [INFO] | `-- UNMET PEER DEPENDENCY eslint-plugin-react@^4.0.0 [INFO] +-- @jenkins-cd/js-builder@0.0.33 [INFO] | +-- @jenkins-cd/js-modules@0.0.4 [INFO] | +-- babelify@7.3.0 [INFO] | +-- brfs@1.4.3 [INFO] | | +-- quote-stream@1.0.2 [INFO] | | | `-- buffer-equal@0.0.1 [INFO] | | +-- resolve@1.1.7 [INFO] | | `-- static-module@1.3.1 [INFO] | | +-- duplexer2@0.0.2 [INFO] | | | `-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- escodegen@1.3.3 [INFO] | | | +-- esprima@1.1.1 [INFO] | | | +-- estraverse@1.5.1 [INFO] | | | +-- esutils@1.0.0 [INFO] | | | `-- source-map@0.1.43 [INFO] | | +-- object-inspect@0.4.0 [INFO] | | +-- quote-stream@0.0.0 [INFO] | | | `-- minimist@0.0.8 [INFO] | | +-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- shallow-copy@0.0.1 [INFO] | | +-- static-eval@0.2.4 [INFO] | | | `-- escodegen@0.0.28 [INFO] | | | +-- esprima@1.0.4 [INFO] | | | `-- estraverse@1.3.2 [INFO] | | `-- through2@0.4.2 [INFO] | | `-- xtend@2.1.2 [INFO] | | `-- object-keys@0.4.0 [INFO] | +-- browserify@12.0.2 [INFO] | | +-- assert@1.3.0 [INFO] | | +-- browser-pack@6.0.1 [INFO] | | | +-- combine-source-map@0.7.2 [INFO] | | | | +-- convert-source-map@1.1.3 [INFO] | | | | +-- inline-source-map@0.6.2 [INFO] | | | | `-- lodash.memoize@3.0.4 [INFO] | | | `-- umd@3.0.1 [INFO] | | +-- browser-resolve@1.11.2 [INFO] | | +-- browserify-zlib@0.1.4 [INFO] | | | `-- pako@0.2.8 [INFO] | | +-- buffer@3.6.0 [INFO] | | | +-- base64-js@0.0.8 [INFO] | | | `-- ieee754@1.1.6 [INFO] | | +-- concat-stream@1.5.1 [INFO] | | +-- console-browserify@1.1.0 [INFO] | | | `-- date-now@0.1.4 [INFO] | | +-- constants-browserify@1.0.0 [INFO] | | +-- crypto-browserify@3.11.0 [INFO] | | | +-- browserify-cipher@1.0.0 [INFO] | | | | +-- browserify-aes@1.0.6 [INFO] | | | | | `-- buffer-xor@1.0.3 [INFO] | | | | +-- browserify-des@1.0.0 [INFO] | | | | | `-- des.js@1.0.0 [INFO] | | | | | `-- minimalistic-assert@1.0.0 [INFO] | | | | `-- evp_bytestokey@1.0.0 [INFO] | | | +-- browserify-sign@4.0.0 [INFO] | | | | +-- bn.js@4.11.4 [INFO] | | | | +-- browserify-rsa@4.0.1 [INFO] | | | | +-- elliptic@6.2.8 [INFO] | | | | | +-- brorand@1.0.5 [INFO] | | | | | `-- hash.js@1.0.3 [INFO] | | | | `-- parse-asn1@5.0.0 [INFO] | | | | `-- asn1.js@4.6.2 [INFO] | | | +-- create-ecdh@4.0.0 [INFO] | | | +-- create-hash@1.1.2 [INFO] | | | | +-- cipher-base@1.0.2 [INFO] | | | | `-- ripemd160@1.0.1 [INFO] | | | +-- create-hmac@1.1.4 [INFO] | | | +-- diffie-hellman@5.0.2 [INFO] | | | | `-- miller-rabin@4.0.0 [INFO] | | | +-- pbkdf2@3.0.4 [INFO] | | | +-- public-encrypt@4.0.0 [INFO] | | | `-- randombytes@2.0.3 [INFO] | | +-- defined@1.0.0 [INFO] | | +-- deps-sort@2.0.0 [INFO] | | +-- domain-browser@1.1.7 [INFO] | | +-- duplexer2@0.1.4 [INFO] | | +-- events@1.1.0 [INFO] | | +-- glob@5.0.15 [INFO] | | +-- has@1.0.1 [INFO] | | +-- htmlescape@1.1.1 [INFO] | | +-- https-browserify@0.0.1 [INFO] | | +-- inherits@2.0.1 [INFO] | | +-- insert-module-globals@7.0.1 [INFO] | | | +-- concat-stream@1.5.1 [INFO] | | | +-- is-buffer@1.1.3 [INFO] | | | `-- lexical-scope@1.2.0 [INFO] | | | `-- astw@2.0.0 [INFO] | | +-- isarray@0.0.1 [INFO] | | +-- JSONStream@1.1.1 [INFO] | | | `-- jsonparse@1.2.0 [INFO] | | +-- labeled-stream-splicer@2.0.0 [INFO] | | | +-- isarray@0.0.1 [INFO] | | | `-- stream-splicer@2.0.0 [INFO] | | +-- module-deps@4.0.7 [INFO] | | | +-- concat-stream@1.5.1 [INFO] | | | +-- detective@4.3.1 [INFO] | | | +-- duplexer2@0.1.4 [INFO] | | | `-- stream-combiner2@1.1.1 [INFO] | | | `-- duplexer2@0.1.4 [INFO] | | +-- os-browserify@0.1.2 [INFO] | | +-- parents@1.0.1 [INFO] | | | `-- path-platform@0.11.15 [INFO] | | +-- path-browserify@0.0.0 [INFO] | | +-- process@0.11.3 [INFO] | | +-- punycode@1.4.1 [INFO] | | +-- querystring-es3@0.2.1 [INFO] | | +-- read-only-stream@2.0.0 [INFO] | | +-- readable-stream@2.0.6 [INFO] | | | +-- core-util-is@1.0.2 [INFO] | | | `-- process-nextick-args@1.0.7 [INFO] | | +-- shasum@1.0.2 [INFO] | | | +-- json-stable-stringify@0.0.1 [INFO] | | | `-- sha.js@2.4.5 [INFO] | | +-- shell-quote@1.6.0 [INFO] | | | +-- array-filter@0.0.1 [INFO] | | | +-- array-map@0.0.0 [INFO] | | | `-- array-reduce@0.0.0 [INFO] | | +-- stream-browserify@2.0.1 [INFO] | | +-- stream-http@2.3.0 [INFO] | | | +-- builtin-status-codes@2.0.0 [INFO] | | | +-- readable-stream@2.1.4 [INFO] | | | | `-- buffer-shims@1.0.0 [INFO] | | | `-- to-arraybuffer@1.0.1 [INFO] | | +-- string_decoder@0.10.31 [INFO] | | +-- subarg@1.0.0 [INFO] | | +-- syntax-error@1.1.6 [INFO] | | | `-- acorn@2.7.0 [INFO] | | +-- timers-browserify@1.4.2 [INFO] | | +-- tty-browserify@0.0.0 [INFO] | | +-- url@0.11.0 [INFO] | | | `-- punycode@1.3.2 [INFO] | | +-- util@0.10.3 [INFO] | | +-- vm-browserify@0.0.4 [INFO] | | | `-- indexof@0.0.1 [INFO] | | `-- xtend@4.0.1 [INFO] | +-- browserify-transform-tools@1.6.0 [INFO] | | `-- falafel@1.2.0 [INFO] | | +-- foreach@2.0.5 [INFO] | | `-- isarray@0.0.1 [INFO] | +-- glob@7.0.3 [INFO] | | +-- inflight@1.0.5 [INFO] | | | `-- wrappy@1.0.2 [INFO] | | `-- once@1.3.3 [INFO] | +-- gulp-eslint@2.0.0 [INFO] | | `-- bufferstreams@1.1.0 [INFO] | +-- gulp-if@2.0.1 [INFO] | | +-- gulp-match@1.0.2 [INFO] | | | `-- minimatch@3.0.0 [INFO] | | `-- ternary-stream@2.0.0 [INFO] | | +-- duplexify@3.4.3 [INFO] | | | `-- end-of-stream@1.0.0 [INFO] | | +-- fork-stream@0.0.4 [INFO] | | `-- merge-stream@1.0.0 [INFO] | +-- gulp-jasmine@2.3.0 [INFO] | | +-- arrify@1.0.1 [INFO] | | +-- jasmine@2.4.1 [INFO] | | | +-- glob@3.2.11 [INFO] | | | | `-- minimatch@0.3.0 [INFO] | | | `-- jasmine-core@2.4.1 [INFO] | | `-- jasmine-terminal-reporter@1.0.1 [INFO] | | `-- indent-string@2.1.0 [INFO] | | `-- repeating@2.0.1 [INFO] | +-- gulp-jshint@2.0.1 [INFO] | | +-- rcloader@0.1.2 [INFO] | | | +-- lodash@2.4.2 [INFO] | | | `-- rcfinder@0.1.9 [INFO] | | | `-- lodash.clonedeep@4.3.2 [INFO] | | | `-- lodash._baseclone@4.5.7 [INFO] | | `-- through2@0.6.5 [INFO] | | `-- readable-stream@1.0.34 [INFO] | | `-- isarray@0.0.1 [INFO] | +-- gulp-less@1.3.9 [INFO] | | +-- convert-source-map@0.4.1 [INFO] | | +-- less@1.7.5 [INFO] | | | +-- clean-css@2.2.23 [INFO] | | | | `-- commander@2.2.0 [INFO] | | | +-- graceful-fs@3.0.8 [INFO] | | | +-- mime@1.2.11 [INFO] | | | +-- request@2.40.0 [INFO] | | | | +-- aws-sign2@0.5.0 [INFO] | | | | +-- forever-agent@0.5.2 [INFO] | | | | +-- form-data@0.1.4 [INFO] | | | | | `-- combined-stream@0.0.7 [INFO] | | | | | `-- delayed-stream@0.0.5 [INFO] | | | | +-- hawk@1.1.1 [INFO] | | | | | +-- boom@0.4.2 [INFO] | | | | | +-- cryptiles@0.2.2 [INFO] | | | | | +-- hoek@0.9.1 [INFO] | | | | | `-- sntp@0.2.4 [INFO] | | | | +-- http-signature@0.10.1 [INFO] | | | | | +-- asn1@0.1.11 [INFO] | | | | | +-- assert-plus@0.1.5 [INFO] | | | | | `-- ctype@0.5.3 [INFO] | | | | +-- mime-types@1.0.2 [INFO] | | | | +-- oauth-sign@0.3.0 [INFO] | | | | `-- qs@1.0.2 [INFO] | | | `-- source-map@0.1.43 [INFO] | | | `-- amdefine@1.0.0 [INFO] | | +-- lodash.defaults@2.4.1 [INFO] | | | +-- lodash._objecttypes@2.4.1 [INFO] | | | `-- lodash.keys@2.4.1 [INFO] | | | +-- lodash._isnative@2.4.1 [INFO] | | | +-- lodash._shimkeys@2.4.1 [INFO] | | | `-- lodash.isobject@2.4.1 [INFO] | | +-- through2@0.5.1 [INFO] | | | +-- readable-stream@1.0.34 [INFO] | | | | `-- isarray@0.0.1 [INFO] | | | `-- xtend@3.0.0 [INFO] | | `-- vinyl-sourcemaps-apply@0.1.4 [INFO] | | `-- source-map@0.1.43 [INFO] | +-- gulp-util@3.0.7 [INFO] | | +-- array-differ@1.0.0 [INFO] | | +-- array-uniq@1.0.2 [INFO] | | +-- beeper@1.1.0 [INFO] | | +-- dateformat@1.0.12 [INFO] | | | +-- get-stdin@4.0.1 [INFO] | | | `-- meow@3.7.0 [INFO] | | | +-- camelcase-keys@2.1.0 [INFO] | | | | `-- camelcase@2.1.1 [INFO] | | | +-- decamelize@1.2.0 [INFO] | | | +-- loud-rejection@1.4.1 [INFO] | | | | +-- currently-unhandled@0.4.1 [INFO] | | | | | `-- array-find-index@1.0.1 [INFO] | | | | `-- signal-exit@2.1.2 [INFO] | | | +-- map-obj@1.0.1 [INFO] | | | +-- normalize-package-data@2.3.5 [INFO] | | | | +-- hosted-git-info@2.1.5 [INFO] | | | | +-- is-builtin-module@1.0.0 [INFO] | | | | | `-- builtin-modules@1.1.1 [INFO] | | | | `-- validate-npm-package-license@3.0.1 [INFO] | | | | +-- spdx-correct@1.0.2 [INFO] | | | | | `-- spdx-license-ids@1.2.1 [INFO] | | | | `-- spdx-expression-parse@1.0.2 [INFO] | | | | `-- spdx-exceptions@1.0.4 [INFO] | | | +-- read-pkg-up@1.0.1 [INFO] | | | | +-- find-up@1.1.2 [INFO] | | | | | `-- path-exists@2.1.0 [INFO] | | | | `-- read-pkg@1.1.0 [INFO] | | | | +-- load-json-file@1.1.0 [INFO] | | | | | +-- parse-json@2.2.0 [INFO] | | | | | | `-- error-ex@1.3.0 [INFO] | | | | | | `-- is-arrayish@0.2.1 [INFO] | | | | | `-- strip-bom@2.0.0 [INFO] | | | | `-- path-type@1.1.0 [INFO] | | | +-- redent@1.0.0 [INFO] | | | | `-- strip-indent@1.0.1 [INFO] | | | `-- trim-newlines@1.0.0 [INFO] | | +-- fancy-log@1.2.0 [INFO] | | | `-- time-stamp@1.0.1 [INFO] | | +-- gulplog@1.0.0 [INFO] | | | `-- glogg@1.0.0 [INFO] | | +-- has-gulplog@0.1.0 [INFO] | | | `-- sparkles@1.0.0 [INFO] | | +-- lodash._reescape@3.0.0 [INFO] | | +-- lodash._reevaluate@3.0.0 [INFO] | | +-- lodash._reinterpolate@3.0.0 [INFO] | | +-- lodash.template@3.6.2 [INFO] | | | +-- lodash._basecopy@3.0.1 [INFO] | | | +-- lodash._basetostring@3.0.1 [INFO] | | | +-- lodash._basevalues@3.0.0 [INFO] | | | +-- lodash._isiterateecall@3.0.9 [INFO] | | | +-- lodash.escape@3.2.0 [INFO] | | | | `-- lodash._root@3.0.1 [INFO] | | | +-- lodash.keys@3.1.2 [INFO] | | | | +-- lodash._getnative@3.9.1 [INFO] | | | | +-- lodash.isarguments@3.0.8 [INFO] | | | | `-- lodash.isarray@3.0.4 [INFO] | | | +-- lodash.restparam@3.6.1 [INFO] | | | `-- lodash.templatesettings@3.1.1 [INFO] | | +-- multipipe@0.1.2 [INFO] | | +-- object-assign@3.0.0 [INFO] | | +-- replace-ext@0.0.1 [INFO] | | `-- vinyl@0.5.3 [INFO] | | `-- clone-stats@0.0.1 [INFO] | +-- jasmine-reporters@2.1.1 [INFO] | | `-- mkdirp@0.3.5 [INFO] | +-- jshint@2.9.2 [INFO] | | +-- cli@0.6.6 [INFO] | | | `-- glob@3.2.11 [INFO] | | | `-- minimatch@0.3.0 [INFO] | | +-- exit@0.1.2 [INFO] | | +-- htmlparser2@3.8.3 [INFO] | | | +-- domelementtype@1.3.0 [INFO] | | | +-- domhandler@2.3.0 [INFO] | | | +-- domutils@1.5.1 [INFO] | | | +-- entities@1.0.0 [INFO] | | | `-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- lodash@3.7.0 [INFO] | | `-- shelljs@0.3.0 [INFO] | +-- minifyify@7.3.3 [INFO] | | +-- lodash.bind@4.1.4 [INFO] | | | `-- lodash._createwrapper@4.0.5 [INFO] | | +-- lodash.defaults@4.0.1 [INFO] | | | `-- lodash.assigninwith@4.0.7 [INFO] | | +-- lodash.foreach@4.3.0 [INFO] | | | `-- lodash._baseeach@4.1.3 [INFO] | | +-- tmp@0.0.28 [INFO] | | +-- transform-filter@0.1.1 [INFO] | | | `-- multimatch@2.1.0 [INFO] | | | +-- array-union@1.0.1 [INFO] | | | `-- minimatch@3.0.0 [INFO] | | `-- uglify-js@2.6.2 [INFO] | | +-- async@0.2.10 [INFO] | | +-- uglify-to-browserify@1.0.2 [INFO] | | `-- yargs@3.10.0 [INFO] | | +-- camelcase@1.2.1 [INFO] | | +-- cliui@2.1.0 [INFO] | | | +-- center-align@0.1.3 [INFO] | | | | +-- align-text@0.1.4 [INFO] | | | | | +-- longest@1.0.1 [INFO] | | | | | `-- repeat-string@1.5.4 [INFO] | | | | `-- lazy-cache@1.0.4 [INFO] | | | +-- right-align@0.1.3 [INFO] | | | `-- wordwrap@0.0.2 [INFO] | | `-- window-size@0.1.0 [INFO] | +-- ncp@2.0.0 [INFO] | +-- node-http-server@3.0.5 [INFO] | +-- node-notifier@4.6.0 [INFO] | | +-- cli-usage@0.1.2 [INFO] | | | +-- marked@0.3.5 [INFO] | | | +-- marked-terminal@1.6.1 [INFO] | | | | +-- cardinal@0.5.0 [INFO] | | | | | +-- ansicolors@0.2.1 [INFO] | | | | | `-- redeyed@0.5.0 [INFO] | | | | | `-- esprima-fb@12001.1.0-dev-harmony-fb [INFO] | | | | +-- cli-table@0.3.1 [INFO] | | | | | `-- colors@1.0.3 [INFO] | | | | +-- lodash.assign@3.2.0 [INFO] | | | | `-- node-emoji@0.1.0 [INFO] | | | `-- minimist@0.2.0 [INFO] | | +-- growly@1.3.0 [INFO] | | +-- lodash.clonedeep@3.0.2 [INFO] | | | +-- lodash._baseclone@3.3.0 [INFO] | | | | +-- lodash._arraycopy@3.0.0 [INFO] | | | | +-- lodash._arrayeach@3.0.0 [INFO] | | | | `-- lodash._basefor@3.0.3 [INFO] | | | `-- lodash._bindcallback@3.0.1 [INFO] | | +-- semver@5.1.0 [INFO] | | +-- shellwords@0.1.0 [INFO] | | `-- which@1.2.10 [INFO] | | `-- isexe@1.1.2 [INFO] | +-- through2@2.0.1 [INFO] | +-- underscore.string@3.3.4 [INFO] | | +-- sprintf-js@1.0.3 [INFO] | | `-- util-deprecate@1.0.2 [INFO] | +-- vinyl-source-stream@1.1.0 [INFO] | | +-- through2@0.6.5 [INFO] | | | `-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- vinyl@0.4.6 [INFO] | | `-- clone@0.2.0 [INFO] | +-- window-handle@0.0.6 [INFO] | `-- xml2js@0.4.16 [INFO] | +-- sax@1.2.1 [INFO] | `-- xmlbuilder@4.2.1 [INFO] +-- @jenkins-cd/js-extensions@0.0.15-beta4 [INFO] | `-- js-yaml@3.6.1 [INFO] | +-- argparse@1.0.7 [INFO] | `-- esprima@2.7.2 [INFO] +-- @jenkins-cd/js-modules@0.0.5 [INFO] | `-- window-handle@0.0.6 [INFO] +-- @jenkins-cd/js-test@1.1.1 [INFO] | +-- bootstrap-detached@3.3.4-v6 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- bootstrap-detached-3.3@3.3.4-v5 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jquery-detached@2.1.4-v4 [INFO] | +-- jquery-detached-2.1.4@2.1.4-v2 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jqueryui-detached@1.11.4-v9 [INFO] | | `-- window-handle@0.0.6 [INFO] | +-- jqueryui-detached-1.11@1.11.4-v9 [INFO] | | `-- window-handle@0.0.6 [INFO] | `-- jsdom@5.6.1 [INFO] | +-- acorn@1.2.2 [INFO] | +-- acorn-globals@1.0.9 [INFO] | | `-- acorn@2.7.0 [INFO] | +-- browser-request@0.3.3 [INFO] | +-- cssom@0.3.1 [INFO] | +-- cssstyle@0.2.36 [INFO] | +-- escodegen@1.8.0 [INFO] | | +-- estraverse@1.9.3 [INFO] | | `-- source-map@0.2.0 [INFO] | +-- nwmatcher@1.3.7 [INFO] | +-- parse5@1.5.1 [INFO] | +-- request@2.72.0 [INFO] | | +-- aws-sign2@0.6.0 [INFO] | | +-- aws4@1.4.1 [INFO] | | +-- bl@1.1.2 [INFO] | | +-- caseless@0.11.0 [INFO] | | +-- combined-stream@1.0.5 [INFO] | | | `-- delayed-stream@1.0.0 [INFO] | | +-- extend@3.0.0 [INFO] | | +-- forever-agent@0.6.1 [INFO] | | +-- form-data@1.0.0-rc4 [INFO] | | | `-- async@1.5.2 [INFO] | | +-- har-validator@2.0.6 [INFO] | | | +-- commander@2.9.0 [INFO] | | | `-- pinkie-promise@2.0.1 [INFO] | | | `-- pinkie@2.0.4 [INFO] | | +-- hawk@3.1.3 [INFO] | | | +-- boom@2.10.1 [INFO] | | | +-- cryptiles@2.0.5 [INFO] | | | +-- hoek@2.16.3 [INFO] | | | `-- sntp@1.0.9 [INFO] | | +-- http-signature@1.1.1 [INFO] | | | +-- assert-plus@0.2.0 [INFO] | | | +-- jsprim@1.2.2 [INFO] | | | | +-- extsprintf@1.0.2 [INFO] | | | | +-- json-schema@0.2.2 [INFO] | | | | `-- verror@1.3.6 [INFO] | | | `-- sshpk@1.8.3 [INFO] | | | +-- asn1@0.2.3 [INFO] | | | +-- assert-plus@1.0.0 [INFO] | | | +-- dashdash@1.14.0 [INFO] | | | | `-- assert-plus@1.0.0 [INFO] | | | +-- ecc-jsbn@0.1.1 [INFO] | | | +-- getpass@0.1.6 [INFO] | | | | `-- assert-plus@1.0.0 [INFO] | | | +-- jodid25519@1.0.2 [INFO] | | | +-- jsbn@0.1.0 [INFO] | | | `-- tweetnacl@0.13.3 [INFO] | | +-- is-typedarray@1.0.0 [INFO] | | +-- isstream@0.1.2 [INFO] | | +-- mime-types@2.1.11 [INFO] | | | `-- mime-db@1.23.0 [INFO] | | +-- node-uuid@1.4.7 [INFO] | | +-- oauth-sign@0.8.2 [INFO] | | +-- qs@6.1.0 [INFO] | | +-- stringstream@0.0.5 [INFO] | | +-- tough-cookie@2.2.2 [INFO] | | `-- tunnel-agent@0.4.3 [INFO] | +-- setimmediate@1.0.4 [INFO] | +-- tough-cookie@1.2.0 [INFO] | `-- xml-name-validator@2.0.1 [INFO] +-- @jenkins-cd/sse-gateway@0.0.5 [INFO] | +-- eventsource@0.2.1 [INFO] | | `-- original@1.0.0 [INFO] | | `-- url-parse@1.0.5 [INFO] | | +-- querystringify@0.0.3 [INFO] | | `-- requires-port@1.0.0 [INFO] | `-- xmlhttprequest@1.8.0 [INFO] +-- @kadira/storybook@1.19.0 [INFO] | +-- @kadira/react-split-pane@1.4.3 [INFO] | +-- airbnb-js-shims@1.0.0 [INFO] | | +-- array-includes@3.0.2 [INFO] | | +-- es5-shim@4.5.8 [INFO] | | +-- es6-shim@0.35.1 [INFO] | | +-- object.entries@1.0.3 [INFO] | | +-- object.getownpropertydescriptors@2.0.2 [INFO] | | +-- string.prototype.padend@3.0.0 [INFO] | | `-- string.prototype.padstart@3.0.0 [INFO] | +-- babel-loader@6.2.4 [INFO] | | `-- loader-utils@0.2.15 [INFO] | | +-- big.js@3.1.3 [INFO] | | +-- emojis-list@2.0.1 [INFO] | | `-- json5@0.5.0 [INFO] | +-- babel-polyfill@6.9.1 [INFO] | | +-- core-js@2.4.0 [INFO] | | `-- regenerator-runtime@0.9.5 [INFO] | +-- babel-preset-stage-2@6.5.0 [INFO] | | +-- babel-plugin-syntax-trailing-function-commas@6.8.0 [INFO] | | +-- babel-plugin-transform-object-rest-spread@6.8.0 [INFO] | | | `-- babel-plugin-syntax-object-rest-spread@6.8.0 [INFO] | | `-- babel-preset-stage-3@6.5.0 [INFO] | | +-- babel-plugin-transform-async-to-generator@6.8.0 [INFO] | | | `-- babel-helper-remap-async-to-generator@6.8.0 [INFO] | | `-- babel-plugin-transform-exponentiation-operator@6.8.0 [INFO] | | +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0 [INFO] | | | `-- babel-helper-explode-assignable-expression@6.8.0 [INFO] | | `-- babel-plugin-syntax-exponentiation-operator@6.8.0 [INFO] | +-- babel-runtime@6.9.2 [INFO] | | `-- core-js@2.4.0 [INFO] | +-- cjson@0.4.0 [INFO] | | `-- json-parse-helpfulerror@1.0.3 [INFO] | | `-- jju@1.3.0 [INFO] | +-- classnames@2.2.5 [INFO] | +-- commander@2.9.0 [INFO] | | `-- graceful-readlink@1.0.1 [INFO] | +-- expect@1.20.1 [INFO] | | +-- define-properties@1.1.2 [INFO] | | +-- is-equal@1.5.3 [INFO] | | | +-- is-arrow-function@2.0.3 [INFO] | | | +-- is-boolean-object@1.0.0 [INFO] | | | +-- is-callable@1.1.3 [INFO] | | | +-- is-date-object@1.0.1 [INFO] | | | +-- is-generator-function@1.0.3 [INFO] | | | +-- is-number-object@1.0.3 [INFO] | | | +-- is-string@1.0.4 [INFO] | | | `-- is-symbol@1.0.1 [INFO] | | +-- is-regex@1.0.3 [INFO] | | +-- object-inspect@1.2.1 [INFO] | | +-- object-keys@1.0.9 [INFO] | | `-- tmatch@2.0.1 [INFO] | +-- express@4.13.4 [INFO] | | +-- accepts@1.2.13 [INFO] | | | +-- mime-types@2.1.11 [INFO] | | | `-- negotiator@0.5.3 [INFO] | | +-- array-flatten@1.1.1 [INFO] | | +-- content-disposition@0.5.1 [INFO] | | +-- content-type@1.0.2 [INFO] | | +-- cookie@0.1.5 [INFO] | | +-- cookie-signature@1.0.6 [INFO] | | +-- depd@1.1.0 [INFO] | | +-- escape-html@1.0.3 [INFO] | | +-- etag@1.7.0 [INFO] | | +-- finalhandler@0.4.1 [INFO] | | | `-- unpipe@1.0.0 [INFO] | | +-- fresh@0.3.0 [INFO] | | +-- merge-descriptors@1.0.1 [INFO] | | +-- methods@1.1.2 [INFO] | | +-- on-finished@2.3.0 [INFO] | | | `-- ee-first@1.1.1 [INFO] | | +-- parseurl@1.3.1 [INFO] | | +-- path-to-regexp@0.1.7 [INFO] | | +-- proxy-addr@1.0.10 [INFO] | | | +-- forwarded@0.1.0 [INFO] | | | `-- ipaddr.js@1.0.5 [INFO] | | +-- qs@4.0.0 [INFO] | | +-- range-parser@1.0.3 [INFO] | | +-- send@0.13.1 [INFO] | | | +-- destroy@1.0.4 [INFO] | | | +-- http-errors@1.3.1 [INFO] | | | +-- mime@1.3.4 [INFO] | | | `-- statuses@1.2.1 [INFO] | | +-- serve-static@1.10.3 [INFO] | | | `-- send@0.13.2 [INFO] | | | `-- mime@1.3.4 [INFO] | | +-- type-is@1.6.13 [INFO] | | | +-- media-typer@0.3.0 [INFO] | | | `-- mime-types@2.1.11 [INFO] | | +-- utils-merge@1.0.0 [INFO] | | `-- vary@1.0.1 [INFO] | +-- fuse.js@2.2.0 [INFO] | +-- jsdom@8.5.0 [INFO] | | +-- abab@1.0.3 [INFO] | | +-- acorn@2.7.0 [INFO] | | +-- array-equal@1.0.0 [INFO] | | +-- escodegen@1.8.0 [INFO] | | | +-- estraverse@1.9.3 [INFO] | | | `-- source-map@0.2.0 [INFO] | | +-- iconv-lite@0.4.13 [INFO] | | +-- request@2.72.0 [INFO] | | | +-- aws-sign2@0.6.0 [INFO] | | | +-- combined-stream@1.0.5 [INFO] | | | | `-- delayed-stream@1.0.0 [INFO] | | | +-- extend@3.0.0 [INFO] | | | +-- forever-agent@0.6.1 [INFO] | | | +-- form-data@1.0.0-rc4 [INFO] | | | | `-- async@1.5.2 [INFO] | | | +-- hawk@3.1.3 [INFO] | | | | +-- boom@2.10.1 [INFO] | | | | +-- cryptiles@2.0.5 [INFO] | | | | +-- hoek@2.16.3 [INFO] | | | | `-- sntp@1.0.9 [INFO] | | | +-- http-signature@1.1.1 [INFO] | | | | `-- assert-plus@0.2.0 [INFO] | | | +-- mime-types@2.1.11 [INFO] | | | +-- oauth-sign@0.8.2 [INFO] | | | `-- qs@6.1.0 [INFO] | | +-- symbol-tree@3.1.4 [INFO] | | +-- tough-cookie@2.2.2 [INFO] | | +-- webidl-conversions@3.0.1 [INFO] | | `-- whatwg-url@2.0.1 [INFO] | | +-- tr46@0.0.3 [INFO] | | `-- webidl-conversions@3.0.1 [INFO] | +-- json-stringify-safe@5.0.1 [INFO] | +-- lodash@4.13.1 [INFO] | +-- node-libs-browser@0.5.3 [INFO] | | +-- constants-browserify@0.0.1 [INFO] | | +-- crypto-browserify@3.2.8 [INFO] | | | +-- pbkdf2-compat@2.0.1 [INFO] | | | +-- ripemd160@0.2.0 [INFO] | | | `-- sha.js@2.2.6 [INFO] | | +-- http-browserify@1.7.0 [INFO] | | | `-- Base64@0.2.1 [INFO] | | +-- https-browserify@0.0.0 [INFO] | | +-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | +-- stream-browserify@1.0.0 [INFO] | | `-- url@0.10.3 [INFO] | | `-- punycode@1.3.2 [INFO] | +-- page-bus@3.0.1 [INFO] | +-- query-string@3.0.3 [INFO] | | `-- strict-uri-encode@1.1.0 [INFO] | +-- react-modal@1.3.0 [INFO] | | +-- element-class@0.2.2 [INFO] | | +-- exenv@1.2.0 [INFO] | | `-- lodash.assign@3.2.0 [INFO] | | +-- lodash._baseassign@3.2.0 [INFO] | | `-- lodash._createassigner@3.1.1 [INFO] | +-- redbox-react@1.2.6 [INFO] | | `-- error-stack-parser@1.3.6 [INFO] | | `-- stackframe@0.3.1 [INFO] | +-- shelljs@0.6.0 [INFO] | +-- stack-source-map@1.0.5 [INFO] | +-- uuid@2.0.2 [INFO] | +-- webpack@1.13.1 [INFO] | | +-- acorn@3.1.0 [INFO] | | +-- async@1.5.2 [INFO] | | +-- clone@1.0.2 [INFO] | | +-- enhanced-resolve@0.9.1 [INFO] | | | +-- graceful-fs@4.1.4 [INFO] | | | `-- memory-fs@0.2.0 [INFO] | | +-- interpret@0.6.6 [INFO] | | +-- memory-fs@0.3.0 [INFO] | | | `-- errno@0.1.4 [INFO] | | | `-- prr@0.0.0 [INFO] | | +-- optimist@0.6.1 [INFO] | | | +-- minimist@0.0.10 [INFO] | | | `-- wordwrap@0.0.3 [INFO] | | +-- supports-color@3.1.2 [INFO] | | | `-- has-flag@1.0.0 [INFO] | | +-- tapable@0.1.10 [INFO] | | +-- watchpack@0.2.9 [INFO] | | | +-- async@0.9.2 [INFO] | | | `-- chokidar@1.5.1 [INFO] | | | +-- anymatch@1.3.0 [INFO] | | | | `-- micromatch@2.3.8 [INFO] | | | | +-- arr-diff@2.0.0 [INFO] | | | | | `-- arr-flatten@1.0.1 [INFO] | | | | +-- array-unique@0.2.1 [INFO] | | | | +-- braces@1.8.5 [INFO] | | | | | +-- expand-range@1.8.2 [INFO] | | | | | | `-- fill-range@2.2.3 [INFO] | | | | | | +-- is-number@2.1.0 [INFO] | | | | | | +-- isobject@2.1.0 [INFO] | | | | | | `-- randomatic@1.1.5 [INFO] | | | | | +-- preserve@0.2.0 [INFO] | | | | | `-- repeat-element@1.1.2 [INFO] | | | | +-- expand-brackets@0.1.5 [INFO] | | | | | `-- is-posix-bracket@0.1.1 [INFO] | | | | +-- extglob@0.3.2 [INFO] | | | | +-- filename-regex@2.0.0 [INFO] | | | | +-- kind-of@3.0.3 [INFO] | | | | +-- normalize-path@2.0.1 [INFO] | | | | +-- object.omit@2.0.0 [INFO] | | | | | +-- for-own@0.1.4 [INFO] | | | | | | `-- for-in@0.1.5 [INFO] | | | | | `-- is-extendable@0.1.1 [INFO] | | | | +-- parse-glob@3.0.4 [INFO] | | | | | +-- glob-base@0.3.0 [INFO] | | | | | `-- is-dotfile@1.0.2 [INFO] | | | | `-- regex-cache@0.4.3 [INFO] | | | | +-- is-equal-shallow@0.1.3 [INFO] | | | | `-- is-primitive@2.0.0 [INFO] | | | +-- async-each@1.0.0 [INFO] | | | +-- glob-parent@2.0.0 [INFO] | | | +-- is-binary-path@1.0.1 [INFO] | | | | `-- binary-extensions@1.4.1 [INFO] | | | +-- is-glob@2.0.1 [INFO] | | | | `-- is-extglob@1.0.0 [INFO] | | | `-- readdirp@2.0.0 [INFO] | | `-- webpack-core@0.6.8 [INFO] | | +-- source-list-map@0.1.6 [INFO] | | `-- source-map@0.4.4 [INFO] | +-- webpack-dev-middleware@1.6.1 [INFO] | | `-- mime@1.3.4 [INFO] | `-- webpack-hot-middleware@2.10.0 [INFO] | +-- ansi-html@0.0.5 [INFO] | +-- html-entities@1.2.0 [INFO] | +-- querystring@0.2.0 [INFO] | `-- strip-ansi@3.0.1 [INFO] +-- babel@6.5.2 [INFO] +-- babel-core@6.9.1 [INFO] | +-- babel-code-frame@6.8.0 [INFO] | | `-- js-tokens@1.0.3 [INFO] | +-- babel-generator@6.9.0 [INFO] | | `-- detect-indent@3.0.1 [INFO] | | `-- repeating@1.1.3 [INFO] | | `-- is-finite@1.0.1 [INFO] | +-- babel-helpers@6.8.0 [INFO] | +-- babel-messages@6.8.0 [INFO] | +-- babel-register@6.9.0 [INFO] | | +-- core-js@2.4.0 [INFO] | | +-- home-or-tmp@1.0.0 [INFO] | | `-- source-map-support@0.2.10 [INFO] | | `-- source-map@0.1.32 [INFO] | +-- babel-template@6.9.0 [INFO] | +-- babel-traverse@6.9.0 [INFO] | | `-- globals@8.18.0 [INFO] | +-- babel-types@6.9.1 [INFO] | | `-- to-fast-properties@1.0.2 [INFO] | +-- babylon@6.8.1 [INFO] | +-- convert-source-map@1.2.0 [INFO] | +-- debug@2.2.0 [INFO] | | `-- ms@0.7.1 [INFO] | +-- json5@0.4.0 [INFO] | +-- minimatch@2.0.10 [INFO] | | `-- brace-expansion@1.1.4 [INFO] | | +-- balanced-match@0.4.1 [INFO] | | `-- concat-map@0.0.1 [INFO] | +-- path-exists@1.0.0 [INFO] | +-- path-is-absolute@1.0.0 [INFO] | +-- private@0.1.6 [INFO] | +-- shebang-regex@1.0.0 [INFO] | +-- slash@1.0.0 [INFO] | `-- source-map@0.5.6 [INFO] +-- babel-eslint@6.0.4 [INFO] | +-- lodash.assign@4.0.9 [INFO] | | +-- lodash.keys@4.0.7 [INFO] | | `-- lodash.rest@4.0.3 [INFO] | `-- lodash.pickby@4.4.0 [INFO] | +-- lodash._baseiteratee@4.7.0 [INFO] | | `-- lodash._stringtopath@4.8.0 [INFO] | | `-- lodash._basetostring@4.12.0 [INFO] | `-- lodash.keysin@4.1.4 [INFO] +-- babel-preset-es2015@6.9.0 [INFO] | +-- babel-plugin-check-es2015-constants@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-arrow-functions@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-block-scoping@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-classes@6.9.0 [INFO] | | +-- babel-helper-define-map@6.9.0 [INFO] | | +-- babel-helper-function-name@6.8.0 [INFO] | | +-- babel-helper-optimise-call-expression@6.8.0 [INFO] | | `-- babel-helper-replace-supers@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-computed-properties@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-destructuring@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-for-of@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-function-name@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-literals@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-modules-commonjs@6.8.0 [INFO] | | `-- babel-plugin-transform-strict-mode@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-object-super@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-parameters@6.9.0 [INFO] | | +-- babel-helper-call-delegate@6.8.0 [INFO] | | | `-- babel-helper-hoist-variables@6.8.0 [INFO] | | `-- babel-helper-get-function-arity@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-spread@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-sticky-regex@6.8.0 [INFO] | | `-- babel-helper-regex@6.9.0 [INFO] | +-- babel-plugin-transform-es2015-template-literals@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0 [INFO] | +-- babel-plugin-transform-es2015-unicode-regex@6.8.0 [INFO] | | `-- regexpu-core@1.0.0 [INFO] | | +-- regenerate@1.3.1 [INFO] | | +-- regjsgen@0.2.0 [INFO] | | `-- regjsparser@0.1.5 [INFO] | | `-- jsesc@0.5.0 [INFO] | `-- babel-plugin-transform-regenerator@6.9.0 [INFO] | `-- babel-plugin-syntax-async-functions@6.8.0 [INFO] +-- babel-preset-react@6.5.0 [INFO] | +-- babel-plugin-syntax-flow@6.8.0 [INFO] | +-- babel-plugin-syntax-jsx@6.8.0 [INFO] | +-- babel-plugin-transform-flow-strip-types@6.8.0 [INFO] | +-- babel-plugin-transform-react-display-name@6.8.0 [INFO] | +-- babel-plugin-transform-react-jsx@6.8.0 [INFO] | | `-- babel-helper-builder-react-jsx@6.9.0 [INFO] | `-- babel-plugin-transform-react-jsx-source@6.9.0 [INFO] +-- babel-preset-stage-0@6.5.0 [INFO] | +-- babel-plugin-transform-do-expressions@6.8.0 [INFO] | | `-- babel-plugin-syntax-do-expressions@6.8.0 [INFO] | +-- babel-plugin-transform-function-bind@6.8.0 [INFO] | | `-- babel-plugin-syntax-function-bind@6.8.0 [INFO] | `-- babel-preset-stage-1@6.5.0 [INFO] | +-- babel-plugin-transform-class-constructor-call@6.8.0 [INFO] | | `-- babel-plugin-syntax-class-constructor-call@6.8.0 [INFO] | +-- babel-plugin-transform-class-properties@6.9.1 [INFO] | | `-- babel-plugin-syntax-class-properties@6.8.0 [INFO] | +-- babel-plugin-transform-decorators@6.8.0 [INFO] | | +-- babel-helper-explode-class@6.8.0 [INFO] | | | `-- babel-helper-bindify-decorators@6.8.0 [INFO] | | `-- babel-plugin-syntax-decorators@6.8.0 [INFO] | `-- babel-plugin-transform-export-extensions@6.8.0 [INFO] | `-- babel-plugin-syntax-export-extensions@6.8.0 [INFO] +-- chai@3.5.0 [INFO] | +-- assertion-error@1.0.2 [INFO] | +-- deep-eql@0.1.3 [INFO] | | `-- type-detect@0.1.1 [INFO] | `-- type-detect@1.0.0 [INFO] +-- enzyme@2.3.0 [INFO] | +-- cheerio@0.20.0 [INFO] | | +-- css-select@1.2.0 [INFO] | | | +-- boolbase@1.0.0 [INFO] | | | +-- css-what@2.1.0 [INFO] | | | `-- nth-check@1.0.1 [INFO] | | +-- dom-serializer@0.1.0 [INFO] | | | +-- domelementtype@1.1.3 [INFO] | | | `-- entities@1.1.1 [INFO] | | +-- entities@1.1.1 [INFO] | | `-- jsdom@7.2.2 [INFO] | | +-- acorn@2.7.0 [INFO] | | +-- escodegen@1.8.0 [INFO] | | | +-- estraverse@1.9.3 [INFO] | | | `-- source-map@0.2.0 [INFO] | | +-- request@2.72.0 [INFO] | | | +-- aws-sign2@0.6.0 [INFO] | | | +-- combined-stream@1.0.5 [INFO] | | | | `-- delayed-stream@1.0.0 [INFO] | | | +-- extend@3.0.0 [INFO] | | | +-- forever-agent@0.6.1 [INFO] | | | +-- form-data@1.0.0-rc4 [INFO] | | | | `-- async@1.5.2 [INFO] | | | +-- hawk@3.1.3 [INFO] | | | | +-- boom@2.10.1 [INFO] | | | | +-- cryptiles@2.0.5 [INFO] | | | | +-- hoek@2.16.3 [INFO] | | | | `-- sntp@1.0.9 [INFO] | | | +-- http-signature@1.1.1 [INFO] | | | | `-- assert-plus@0.2.0 [INFO] | | | +-- mime-types@2.1.11 [INFO] | | | +-- oauth-sign@0.8.2 [INFO] | | | `-- qs@6.1.0 [INFO] | | +-- webidl-conversions@2.0.1 [INFO] | | `-- whatwg-url-compat@0.6.5 [INFO] | +-- is-subset@0.1.1 [INFO] | +-- object-is@1.0.1 [INFO] | +-- object.assign@4.0.3 [INFO] | | `-- function-bind@1.1.0 [INFO] | `-- object.values@1.0.3 [INFO] | `-- es-abstract@1.5.1 [INFO] | `-- es-to-primitive@1.1.1 [INFO] +-- eslint@2.8.0 [INFO] | +-- chalk@1.1.3 [INFO] | | +-- ansi-styles@2.2.1 [INFO] | | +-- escape-string-regexp@1.0.5 [INFO] | | +-- has-ansi@2.0.0 [INFO] | | `-- supports-color@2.0.0 [INFO] | +-- concat-stream@1.4.10 [INFO] | | +-- readable-stream@1.1.14 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- typedarray@0.0.6 [INFO] | +-- doctrine@1.2.2 [INFO] | | +-- esutils@1.1.6 [INFO] | | `-- isarray@1.0.0 [INFO] | +-- es6-map@0.1.4 [INFO] | | +-- d@0.1.1 [INFO] | | +-- es5-ext@0.10.11 [INFO] | | | `-- es6-symbol@3.0.2 [INFO] | | +-- es6-iterator@2.0.0 [INFO] | | +-- es6-set@0.1.4 [INFO] | | +-- es6-symbol@3.1.0 [INFO] | | `-- event-emitter@0.3.4 [INFO] | +-- escope@3.6.0 [INFO] | | +-- es6-weak-map@2.0.1 [INFO] | | +-- esrecurse@4.1.0 [INFO] | | | `-- estraverse@4.1.1 [INFO] | | `-- estraverse@4.2.0 [INFO] | +-- espree@3.1.3 [INFO] | | +-- acorn@3.1.0 [INFO] | | `-- acorn-jsx@2.0.1 [INFO] | | `-- acorn@2.7.0 [INFO] | +-- estraverse@4.2.0 [INFO] | +-- esutils@2.0.2 [INFO] | +-- file-entry-cache@1.2.4 [INFO] | | `-- flat-cache@1.0.10 [INFO] | | +-- del@2.2.0 [INFO] | | | +-- globby@4.1.0 [INFO] | | | | `-- glob@6.0.4 [INFO] | | | +-- is-path-cwd@1.0.0 [INFO] | | | +-- is-path-in-cwd@1.0.0 [INFO] | | | | `-- is-path-inside@1.0.0 [INFO] | | | +-- pify@2.3.0 [INFO] | | | `-- rimraf@2.5.2 [INFO] | | +-- read-json-sync@1.1.1 [INFO] | | `-- write@0.2.1 [INFO] | +-- globals@9.7.0 [INFO] | +-- ignore@3.1.2 [INFO] | +-- imurmurhash@0.1.4 [INFO] | +-- inquirer@0.12.0 [INFO] | | +-- ansi-escapes@1.4.0 [INFO] | | +-- ansi-regex@2.0.0 [INFO] | | +-- cli-cursor@1.0.2 [INFO] | | | `-- restore-cursor@1.0.1 [INFO] | | | +-- exit-hook@1.1.1 [INFO] | | | `-- onetime@1.1.0 [INFO] | | +-- cli-width@2.1.0 [INFO] | | +-- figures@1.7.0 [INFO] | | +-- readline2@1.0.1 [INFO] | | | +-- code-point-at@1.0.0 [INFO] | | | | `-- number-is-nan@1.0.0 [INFO] | | | +-- is-fullwidth-code-point@1.0.0 [INFO] | | | `-- mute-stream@0.0.5 [INFO] | | +-- run-async@0.1.0 [INFO] | | +-- rx-lite@3.1.2 [INFO] | | `-- string-width@1.0.1 [INFO] | +-- is-my-json-valid@2.13.1 [INFO] | | +-- generate-function@2.0.0 [INFO] | | +-- generate-object-property@1.2.0 [INFO] | | | `-- is-property@1.0.2 [INFO] | | `-- jsonpointer@2.0.0 [INFO] | +-- is-resolvable@1.0.0 [INFO] | | `-- tryit@1.0.2 [INFO] | +-- json-stable-stringify@1.0.1 [INFO] | | `-- jsonify@0.0.0 [INFO] | +-- mkdirp@0.5.1 [INFO] | | `-- minimist@0.0.8 [INFO] | +-- optionator@0.8.1 [INFO] | | +-- deep-is@0.1.3 [INFO] | | +-- fast-levenshtein@1.1.3 [INFO] | | +-- levn@0.3.0 [INFO] | | +-- prelude-ls@1.1.2 [INFO] | | +-- type-check@0.3.2 [INFO] | | `-- wordwrap@1.0.0 [INFO] | +-- path-is-inside@1.0.1 [INFO] | +-- pluralize@1.2.1 [INFO] | +-- progress@1.1.8 [INFO] | +-- require-uncached@1.0.2 [INFO] | | `-- caller-path@0.1.0 [INFO] | | `-- callsites@0.2.0 [INFO] | +-- strip-json-comments@1.0.4 [INFO] | +-- table@3.7.8 [INFO] | | +-- bluebird@3.4.0 [INFO] | | +-- slice-ansi@0.0.4 [INFO] | | +-- tv4@1.2.7 [INFO] | | `-- xregexp@3.1.1 [INFO] | +-- text-table@0.2.0 [INFO] | `-- user-home@2.0.0 [INFO] | `-- os-homedir@1.0.1 [INFO] +-- eslint-plugin-react@5.1.1 [INFO] +-- gulp@3.9.1 [INFO] | +-- archy@1.0.0 [INFO] | +-- deprecated@0.0.1 [INFO] | +-- interpret@1.0.1 [INFO] | +-- liftoff@2.2.1 [INFO] | | +-- extend@2.0.1 [INFO] | | +-- findup-sync@0.3.0 [INFO] | | | `-- glob@5.0.15 [INFO] | | +-- flagged-respawn@0.3.2 [INFO] | | `-- rechoir@0.6.2 [INFO] | +-- minimist@1.2.0 [INFO] | +-- orchestrator@0.3.7 [INFO] | | +-- end-of-stream@0.1.5 [INFO] | | +-- sequencify@0.0.7 [INFO] | | `-- stream-consume@0.1.0 [INFO] | +-- pretty-hrtime@1.0.2 [INFO] | +-- semver@4.3.6 [INFO] | +-- tildify@1.2.0 [INFO] | +-- v8flags@2.0.11 [INFO] | | `-- user-home@1.1.1 [INFO] | `-- vinyl-fs@0.3.14 [INFO] | +-- defaults@1.0.3 [INFO] | +-- glob-stream@3.1.18 [INFO] | | +-- glob@4.5.3 [INFO] | | +-- glob2base@0.0.12 [INFO] | | | `-- find-index@0.1.1 [INFO] | | +-- ordered-read-streams@0.1.0 [INFO] | | +-- through2@0.6.5 [INFO] | | | `-- readable-stream@1.0.34 [INFO] | | | `-- isarray@0.0.1 [INFO] | | `-- unique-stream@1.0.0 [INFO] | +-- glob-watcher@0.0.6 [INFO] | | `-- gaze@0.5.2 [INFO] | | `-- globule@0.1.0 [INFO] | | +-- glob@3.1.21 [INFO] | | | +-- graceful-fs@1.2.3 [INFO] | | | `-- inherits@1.0.2 [INFO] | | +-- lodash@1.0.2 [INFO] | | `-- minimatch@0.2.14 [INFO] | +-- graceful-fs@3.0.8 [INFO] | +-- strip-bom@1.0.0 [INFO] | | +-- first-chunk-stream@1.0.0 [INFO] | | `-- is-utf8@0.2.1 [INFO] | +-- through2@0.6.5 [INFO] | | `-- readable-stream@1.0.34 [INFO] | | `-- isarray@0.0.1 [INFO] | `-- vinyl@0.4.6 [INFO] | `-- clone@0.2.0 [INFO] +-- gulp-mocha@2.2.0 [INFO] | +-- plur@2.1.2 [INFO] | | `-- irregular-plurals@1.1.0 [INFO] | +-- resolve-from@1.0.1 [INFO] | +-- temp@0.8.3 [INFO] | | +-- os-tmpdir@1.0.1 [INFO] | | `-- rimraf@2.2.8 [INFO] | `-- through@2.3.8 [INFO] +-- immutable@3.8.1 [INFO] +-- isomorphic-fetch@2.2.1 [INFO] | +-- node-fetch@1.5.3 [INFO] | | +-- encoding@0.1.12 [INFO] | | `-- is-stream@1.1.0 [INFO] | `-- whatwg-fetch@1.0.0 [INFO] +-- keymirror@0.1.1 [INFO] +-- mocha@2.5.3 [INFO] | +-- commander@2.3.0 [INFO] | +-- diff@1.4.0 [INFO] | +-- escape-string-regexp@1.0.2 [INFO] | +-- glob@3.2.11 [INFO] | | `-- minimatch@0.3.0 [INFO] | | +-- lru-cache@2.7.3 [INFO] | | `-- sigmund@1.0.1 [INFO] | +-- growl@1.9.2 [INFO] | +-- jade@0.26.3 [INFO] | | +-- commander@0.6.1 [INFO] | | `-- mkdirp@0.3.0 [INFO] | +-- supports-color@1.2.0 [INFO] | `-- to-iso-string@0.0.2 [INFO] +-- moment@2.13.0 [INFO] +-- moment-duration-format@1.3.0 [INFO] +-- nock@8.0.0 [INFO] | +-- deep-equal@1.0.1 [INFO] | +-- propagate@0.4.0 [INFO] | `-- qs@6.2.0 [INFO] +-- react@15.0.1 [INFO] | +-- fbjs@0.8.3 [INFO] | | +-- core-js@1.2.6 [INFO] | | +-- promise@7.1.1 [INFO] | | | `-- asap@2.0.4 [INFO] | | `-- ua-parser-js@0.7.10 [INFO] | +-- loose-envify@1.2.0 [INFO] | `-- object-assign@4.1.0 [INFO] +-- react-addons-test-utils@15.0.1 [INFO] +-- react-dom@15.0.1 [INFO] +-- react-material-icons-blue@1.0.4 [INFO] +-- react-redux@4.4.5 [INFO] | +-- hoist-non-react-statics@1.0.6 [INFO] | `-- invariant@2.2.1 [INFO] +-- react-router@2.3.0 [INFO] | +-- history@2.1.2 [INFO] | `-- warning@2.1.0 [INFO] +-- redux@3.5.2 [INFO] | +-- lodash-es@4.13.1 [INFO] | `-- symbol-observable@0.2.4 [INFO] +-- redux-mock-store@1.1.0 [INFO] +-- redux-thunk@2.0.1 [INFO] +-- reselect@2.5.1 [INFO] +-- skin-deep@0.16.0 [INFO] `-- window-handle@1.0.0 [INFO] [ERROR] npm WARN optional Skipping failed optional dependency /chokidar/fsevents: [ERROR] npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12 [ERROR] npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint-plugin-react@^4.0.0 but none was installed. [ERROR] npm WARN blueocean-dashboard@0.0.1 No repository field. [ERROR] npm WARN blueocean-dashboard@0.0.1 No license field. [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-dashboard --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-dashboard >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-dashboard --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-dashboard --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-dashboard --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ blueocean-dashboard --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-node) @ blueocean-dashboard --- [INFO] File already exist, skipping [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (get-npm) @ blueocean-dashboard --- [INFO] File already exist, skipping [INFO] [INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ blueocean-dashboard --- [INFO] Node v5.8.0 is already installed. [INFO] Found NPM version 3.7.3 [INFO] [INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ blueocean-dashboard --- [INFO] Running 'npm install --color=false' in C:\Jenkins-BlueOcean\blueocean-dashboard [ERROR] npm WARN optional Skipping failed optional dependency /chokidar/fsevents: [ERROR] npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12 [ERROR] npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint-plugin-react@^4.0.0 but none was installed. [ERROR] npm WARN blueocean-dashboard@0.0.1 No repository field. [ERROR] npm WARN blueocean-dashboard@0.0.1 No license field. [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-dashboard --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-dashboard <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-dashboard --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean-dashboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean-dashboard --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- frontend-maven-plugin:0.0.23:gulp (gulp bundle) @ blueocean-dashboard --- [INFO] Running 'gulp bundle --no-color' in C:\Jenkins-BlueOcean\blueocean-dashboard [INFO] [10:54:32] ********************************************************************** [INFO] [10:54:32] This build is using Jenkins JS Builder. [INFO] [10:54:32] For command line options and other help, go to [INFO] [10:54:32] https://www.npmjs.com/package/@jenkins-cd/js-builder [INFO] [10:54:32] ********************************************************************** [INFO] [10:54:32] Maven project. [INFO] [10:54:32] - Jenkins plugin (HPI): blueocean-dashboard [INFO] [10:54:32] Changing default language level to ECMA v6. Found "babel-preset-es2015" dependency in package.json. [INFO] [10:54:32] Language level set to ECMA v6. Call builder.lang([number]) to change. [INFO] [10:54:32] Defining default tasks... [INFO] [10:54:32] Bundle of 'target/js-bundle-src/jenkins-cd-sse-gateway-0.0.5.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/jenkins-cd-sse-gateway' as 'jenkins-cd-sse-gateway-0.0.5.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/immutable-3.8.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/immutable' as 'immutable-3.8.1.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/isomorphic-fetch-2.2.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/isomorphic-fetch' as 'isomorphic-fetch-2.2.1.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/react-router-2.3.0.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/react-router' as 'react-router-2.3.0.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/keymirror-0.1.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/keymirror' as 'keymirror-0.1.1.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/react-redux-4.4.5.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/react-redux' as 'react-redux-4.4.5.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/redux-3.5.2.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/redux' as 'redux-3.5.2.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/redux-thunk-2.0.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/redux-thunk' as 'redux-thunk-2.0.1.js'. [INFO] [10:54:32] Bundle of 'target/js-bundle-src/reselect-2.5.1.js' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/reselect' as 'reselect-2.5.1.js'. [INFO] [10:54:32] Running Jenkins js-builder plugin: @jenkins-cd/js-extensions [INFO] [10:54:32] Bundle of 'C:\Jenkins-BlueOcean\blueocean-dashboard/target/jenkins-js-extension.jsx' will be generated in directory 'target/classes/org/jenkins/ui/jsmodules/blueocean-dashboard' as 'jenkins-js-extension.js'. [INFO] [10:54:32] Using gulpfile C:\Jenkins-BlueOcean\blueocean-dashboard\gulpfile.js [INFO] [10:54:32] Starting 'log-env'... [INFO] [10:54:32] Source Dirs: [INFO] [10:54:32] - src: src/main/js,src/main/less [INFO] [10:54:32] - test: src/test/js [INFO] [10:54:32] Finished 'log-env' after 545 μs [INFO] [10:54:32] Starting 'js_bundle_jenkins-cd-sse-gateway-0.0.5_bundle_1'... [INFO] [10:54:33] Starting 'js_bundle_immutable-3.8.1_bundle_2'... [INFO] [10:54:33] Starting 'js_bundle_isomorphic-fetch-2.2.1_bundle_3'... [INFO] [10:54:33] Starting 'js_bundle_react-router-2.3.0_bundle_4'... [INFO] [10:54:33] Starting 'js_bundle_keymirror-0.1.1_bundle_5'... [INFO] [10:54:33] Starting 'js_bundle_react-redux-4.4.5_bundle_6'... [INFO] [10:54:33] Starting 'js_bundle_redux-3.5.2_bundle_7'... [INFO] [10:54:33] Starting 'js_bundle_redux-thunk-2.0.1_bundle_8'... [INFO] [10:54:33] Starting 'js_bundle_reselect-2.5.1_bundle_9'... [INFO] [10:54:33] Starting 'js_bundle_jenkins-js-extension_bundle_10'... [INFO] [10:54:33] Starting 'less_bundle_extensions_bundle_11'... [INFO] [10:54:33] CSS resource "src/main/less/extensions.less" will be available in Jenkins as adjunct "org.jenkins.ui.jsmodules.blueocean_dashboard.extensions". [INFO] [10:54:33] Finished 'less_bundle_extensions_bundle_11' after 3.09 ms [INFO] [10:54:33] LESS CSS pre-processing completed to 'target/classes/org/jenkins/ui/jsmodules/blueocean_dashboard'. [INFO] [10:54:37] Finished 'js_bundle_keymirror-0.1.1_bundle_5' after 4.46 s [INFO] [10:54:37] Finished 'js_bundle_redux-thunk-2.0.1_bundle_8' after 4.44 s [INFO] [10:54:37] Finished 'js_bundle_reselect-2.5.1_bundle_9' after 4.43 s [INFO] [10:54:37] Finished 'js_bundle_isomorphic-fetch-2.2.1_bundle_3' after 4.49 s [INFO] [10:54:37] Finished 'js_bundle_immutable-3.8.1_bundle_2' after 4.52 s [INFO] [10:54:37] Finished 'js_bundle_redux-3.5.2_bundle_7' after 4.71 s [INFO] [10:54:38] Finished 'js_bundle_jenkins-cd-sse-gateway-0.0.5_bundle_1' after 5.59 s [INFO] [10:54:38] Finished 'js_bundle_react-router-2.3.0_bundle_4' after 5.56 s [INFO] [10:54:38] Finished 'js_bundle_react-redux-4.4.5_bundle_6' after 5.55 s [INFO] [10:54:38] Finished 'js_bundle_jenkins-js-extension_bundle_10' after 5.54 s [INFO] [10:54:38] Starting 'bundle'... [INFO] [10:54:38] bundling: done [INFO] [10:54:38] Finished 'bundle' after 108 μs [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean-dashboard --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-dashboard --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean-dashboard --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-dashboard --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean-dashboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Jenkins-BlueOcean\blueocean-dashboard\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean-dashboard --- [INFO] No sources to compile [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean-dashboard --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-dashboard\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean-dashboard --- [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-dashboard --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean-dashboard --- [INFO] Tests are skipped. [INFO] [INFO] --- frontend-maven-plugin:0.0.23:gulp (gulp test) @ blueocean-dashboard --- [INFO] Running 'gulp test lint --skipTests --skipLint --skipBundle --no-color' in C:\Jenkins-BlueOcean\blueocean-dashboard [INFO] [10:54:48] ********************************************************************** [INFO] [10:54:48] This build is using Jenkins JS Builder. [INFO] [10:54:48] For command line options and other help, go to [INFO] [10:54:48] https://www.npmjs.com/package/@jenkins-cd/js-builder [INFO] [10:54:48] ********************************************************************** [INFO] [10:54:48] Maven project. [INFO] [10:54:48] - Jenkins plugin (HPI): blueocean-dashboard [INFO] [10:54:48] Changing default language level to ECMA v6. Found "babel-preset-es2015" dependency in package.json. [INFO] [10:54:48] Language level set to ECMA v6. Call builder.lang([number]) to change. [INFO] [10:54:48] Bundle for "@jenkins-cd/sse-gateway" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "immutable" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "isomorphic-fetch" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "react-router" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "keymirror" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "react-redux" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "react-router" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "redux" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "redux-thunk" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Bundle for "reselect" already created. Delete "target" directory ad run bundle again to recreate. [INFO] [10:54:48] Running Jenkins js-builder plugin: @jenkins-cd/js-extensions [INFO] [10:54:49] Using gulpfile C:\Jenkins-BlueOcean\blueocean-dashboard\gulpfile.js [INFO] [10:54:49] Starting 'test'... [INFO] [10:54:49] - tests skipped (--skipTests) [INFO] [10:54:49] Finished 'test' after 165 μs [INFO] [10:54:49] Starting 'lint'... [INFO] [10:54:49] - lint skipped (--skipLint) [INFO] [10:54:49] Finished 'lint' after 80 μs [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-dashboard --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean-dashboard --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard [INFO] Assembling webapp blueocean-dashboard in C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-dashboard >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-dashboard --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-dashboard <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-dashboard --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-dashboard --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-dashboard\1.0-SNAPSHOT\blueocean-dashboard-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-dashboard\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-dashboard\1.0-SNAPSHOT\blueocean-dashboard-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-dashboard\target\blueocean-dashboard.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-dashboard\1.0-SNAPSHOT\blueocean-dashboard-1.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: REST API implementation 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-rest-impl --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-rest-impl --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean-rest-impl >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean-rest-impl --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean-rest-impl --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean-rest-impl <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean-rest-impl --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean-rest-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean-rest-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to C:\Jenkins-BlueOcean\blueocean-rest-impl\target\classes [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/RunSearch.java: Some input files use or override a deprecated API. [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/RunSearch.java: Recompile with -Xlint:deprecation for details. [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/RunSearch.java: Some input files use unchecked or unsafe operations. [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/RunSearch.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean-rest-impl --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean-rest-impl --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean-rest-impl --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean-rest-impl --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean-rest-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean-rest-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to C:\Jenkins-BlueOcean\blueocean-rest-impl\target\test-classes [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/test/java/io/jenkins/blueocean/service/embedded/BaseTest.java: Some input files use unchecked or unsafe operations. [INFO] /C:/Jenkins-BlueOcean/blueocean-rest-impl/src/test/java/io/jenkins/blueocean/service/embedded/BaseTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean-rest-impl --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-rest-impl\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean-rest-impl --- [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean-rest-impl --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean-rest-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean-rest-impl --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean-rest-impl --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl [INFO] Assembling webapp blueocean-rest-impl in C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean-rest-impl >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean-rest-impl --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean-rest-impl <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean-rest-impl --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean-rest-impl --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest-impl\1.0-SNAPSHOT\blueocean-rest-impl-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest-impl\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest-impl\1.0-SNAPSHOT\blueocean-rest-impl-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-rest-impl\target\blueocean-rest-impl.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest-impl\1.0-SNAPSHOT\blueocean-rest-impl-1.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Aggregator 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom 1/5 KB 5/5 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom (5 KB at 2.9 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom 3/22 KB 7/22 KB 11/22 KB 11/22 KB 12/22 KB 14/22 KB 15/22 KB 16/22 KB 18/22 KB 19/22 KB 20/22 KB 22/22 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom (22 KB at 20.9 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar 1/48 KB 5/48 KB 8/48 KB 12/48 KB 12/48 KB 14/48 KB 15/48 KB 16/48 KB 18/48 KB 19/48 KB 22/48 KB 26/48 KB 26/48 KB 30/48 KB 30/48 KB 31/48 KB 33/48 KB 34/48 KB 37/48 KB 40/48 KB 41/48 KB 42/48 KB 46/48 KB 46/48 KB 48/48 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar (48 KB at 49.2 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ blueocean --- [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean --- Downloading: http://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar 1/26 KB 5/26 KB 9/26 KB 9/26 KB 11/26 KB 12/26 KB 14/26 KB 16/26 KB 19/26 KB 20/26 KB 22/26 KB 24/26 KB 26/26 KB Downloaded: http://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 KB at 43.1 KB/sec) [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- groovy-maven-plugin:2.0:execute (default) @ blueocean --- Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom 2/2 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (2 KB at 2.4 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom 1/12 KB 3/12 KB 4/12 KB 7/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 KB at 18.0 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/sonatype/forge/forge-parent/9/forge-parent-9.pom 3/13 KB 4/13 KB 7/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 KB at 12.7 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom 1/3 KB 3/3 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (3 KB at 5.0 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom 1/2 KB 2/2 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (2 KB at 3.5 KB/sec) Downloading: http://repo.jenkins-ci.org/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom 1/6 KB 5/6 KB 6/6 KB Downloaded: http://repo.jenkins-ci.org/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 12.3 KB/sec) Downloading: http://repo.jenkins-ci.org/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom 1/3 KB 3/3 KB Downloaded: http://repo.jenkins-ci.org/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 5.6 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom 1/2 KB 2/2 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom (2 KB at 3.8 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom 1/3 KB 3/3 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom (3 KB at 5.6 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom 1/18 KB 3/18 KB 4/18 KB 5/18 KB 8/18 KB 9/18 KB 11/18 KB 12/18 KB 14/18 KB 15/18 KB 16/18 KB 18/18 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom (18 KB at 29.0 KB/sec) Downloading: http://repo.jenkins-ci.org/public/jline/jline/1.0/jline-1.0.pom 1/9 KB 5/9 KB 7/9 KB 9/9 KB Downloaded: http://repo.jenkins-ci.org/public/jline/jline/1.0/jline-1.0.pom (9 KB at 19.5 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar Downloading: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar Downloading: http://repo.jenkins-ci.org/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar 3/5 KB 5/5 KB 3/20 KB 5/5 KB 7/20 KB 5/5 KB 11/20 KB 5/5 KB 12/20 KB 5/5 KB 14/20 KB 5/5 KB 14/20 KB 5/5 KB 1/57 KB 14/20 KB 5/5 KB 5/57 KB 14/20 KB 5/5 KB 7/57 KB 14/20 KB 5/5 KB 8/57 KB 14/20 KB 5/5 KB 12/57 KB 14/20 KB 5/5 KB 14/57 KB 14/20 KB 5/5 KB 14/57 KB 1/2138 KB 14/20 KB 5/5 KB 14/57 KB 5/2138 KB 14/20 KB 5/5 KB 14/57 KB 9/2138 KB 14/20 KB 5/5 KB 14/57 KB 13/2138 KB 14/20 KB 5/5 KB 14/57 KB 14/2138 KB 14/20 KB 3/7 KB 5/5 KB 14/57 KB 14/2138 KB 14/20 KB 7/7 KB 5/5 KB 14/57 KB 14/2138 KB 14/20 KB 7/7 KB 5/5 KB 14/57 KB 14/2138 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (5 KB at 4.5 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar 15/20 KB 7/7 KB 14/57 KB 14/2138 KB 16/20 KB 7/7 KB 14/57 KB 14/2138 KB 18/20 KB 7/7 KB 14/57 KB 14/2138 KB 19/20 KB 7/7 KB 14/57 KB 14/2138 KB 20/20 KB 7/7 KB 14/57 KB 14/2138 KB 20/20 KB 7/7 KB 15/57 KB 14/2138 KB 20/20 KB 7/7 KB 16/57 KB 14/2138 KB 20/20 KB 7/7 KB 18/57 KB 14/2138 KB 20/20 KB 7/7 KB 19/57 KB 14/2138 KB 20/20 KB 7/7 KB 20/57 KB 14/2138 KB 20/20 KB 7/7 KB 22/57 KB 14/2138 KB 20/20 KB 7/7 KB 23/57 KB 14/2138 KB 20/20 KB 7/7 KB 24/57 KB 14/2138 KB 20/20 KB 7/7 KB 26/57 KB 14/2138 KB 20/20 KB 7/7 KB 27/57 KB 14/2138 KB 20/20 KB 7/7 KB 29/57 KB 14/2138 KB 20/20 KB 7/7 KB 30/57 KB 14/2138 KB 20/20 KB 7/7 KB 33/57 KB 14/2138 KB 20/20 KB 7/7 KB 34/57 KB 14/2138 KB 20/20 KB 7/7 KB 34/57 KB 15/2138 KB 20/20 KB 7/7 KB 34/57 KB 18/2138 KB 20/20 KB 7/7 KB 34/57 KB 19/2138 KB 20/20 KB 7/7 KB 34/57 KB 23/2138 KB 20/20 KB 7/7 KB 34/57 KB 23/2138 KB 20/20 KB 7/7 KB 34/57 KB 24/2138 KB 20/20 KB 7/7 KB 34/57 KB 26/2138 KB 20/20 KB 7/7 KB 34/57 KB 27/2138 KB 20/20 KB 7/7 KB 34/57 KB 29/2138 KB 20/20 KB 7/7 KB 34/57 KB 30/2138 KB 20/20 KB 7/7 KB 34/57 KB 31/2138 KB 20/20 KB 7/7 KB 34/57 KB 34/2138 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 6.4 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar 20/20 KB 34/57 KB 1/16 KB 34/2138 KB 20/20 KB 34/57 KB 5/16 KB 34/2138 KB 20/20 KB 34/57 KB 8/16 KB 34/2138 KB 20/20 KB 34/57 KB 9/16 KB 34/2138 KB 20/20 KB 34/57 KB 11/16 KB 34/2138 KB 20/20 KB 35/57 KB 11/16 KB 34/2138 KB 20/20 KB 38/57 KB 11/16 KB 34/2138 KB 20/20 KB 41/57 KB 11/16 KB 34/2138 KB 20/20 KB 42/57 KB 11/16 KB 34/2138 KB 20/20 KB 45/57 KB 11/16 KB 34/2138 KB 20/20 KB 46/57 KB 11/16 KB 34/2138 KB 20/20 KB 48/57 KB 11/16 KB 34/2138 KB 20/20 KB 49/57 KB 11/16 KB 34/2138 KB 20/20 KB 50/57 KB 11/16 KB 34/2138 KB 20/20 KB 52/57 KB 11/16 KB 34/2138 KB 20/20 KB 53/57 KB 11/16 KB 34/2138 KB 20/20 KB 55/57 KB 11/16 KB 34/2138 KB 20/20 KB 56/57 KB 11/16 KB 34/2138 KB 20/20 KB 57/57 KB 11/16 KB 34/2138 KB 20/20 KB 57/57 KB 11/16 KB 35/2138 KB 20/20 KB 57/57 KB 11/16 KB 38/2138 KB 20/20 KB 57/57 KB 11/16 KB 41/2138 KB 20/20 KB 57/57 KB 11/16 KB 42/2138 KB 20/20 KB 57/57 KB 11/16 KB 44/2138 KB 20/20 KB 57/57 KB 11/16 KB 45/2138 KB 20/20 KB 57/57 KB 11/16 KB 48/2138 KB 20/20 KB 57/57 KB 11/16 KB 50/2138 KB 20/20 KB 57/57 KB 11/16 KB 52/2138 KB 20/20 KB 57/57 KB 11/16 KB 55/2138 KB 20/20 KB 57/57 KB 11/16 KB 56/2138 KB 20/20 KB 57/57 KB 11/16 KB 57/2138 KB 20/20 KB 57/57 KB 11/16 KB 59/2138 KB 20/20 KB 57/57 KB 11/16 KB 60/2138 KB 20/20 KB 57/57 KB 11/16 KB 61/2138 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 15.8 KB/sec) Downloading: http://repo.jenkins-ci.org/public/jline/jline/1.0/jline-1.0.jar 57/57 KB 11/16 KB 64/2138 KB 57/57 KB 1/6219 KB 11/16 KB 64/2138 KB 57/57 KB 5/6219 KB 11/16 KB 64/2138 KB 57/57 KB 7/6219 KB 11/16 KB 64/2138 KB 57/57 KB 8/6219 KB 11/16 KB 64/2138 KB 57/57 KB 9/6219 KB 11/16 KB 64/2138 KB 57/57 KB 11/6219 KB 11/16 KB 64/2138 KB 57/57 KB 14/6219 KB 11/16 KB 64/2138 KB 57/57 KB 14/6219 KB 12/16 KB 64/2138 KB 57/57 KB 14/6219 KB 14/16 KB 64/2138 KB 57/57 KB 14/6219 KB 15/16 KB 64/2138 KB 57/57 KB 14/6219 KB 16/16 KB 64/2138 KB 57/57 KB 14/6219 KB 16/16 KB 66/2138 KB 57/57 KB 14/6219 KB 16/16 KB 67/2138 KB 57/57 KB 14/6219 KB 16/16 KB 68/2138 KB 57/57 KB 14/6219 KB 16/16 KB 71/2138 KB 57/57 KB 14/6219 KB 16/16 KB 72/2138 KB 57/57 KB 14/6219 KB 16/16 KB 75/2138 KB 57/57 KB 14/6219 KB 16/16 KB 76/2138 KB 57/57 KB 14/6219 KB 16/16 KB 79/2138 KB 57/57 KB 14/6219 KB 16/16 KB 82/2138 KB 57/57 KB 14/6219 KB 16/16 KB 83/2138 KB 57/57 KB 14/6219 KB 16/16 KB 87/2138 KB 57/57 KB 14/6219 KB 16/16 KB 87/2138 KB 57/57 KB 14/6219 KB 16/16 KB 89/2138 KB 57/57 KB 14/6219 KB 16/16 KB 90/2138 KB 57/57 KB 14/6219 KB 16/16 KB 91/2138 KB 57/57 KB 14/6219 KB 16/16 KB 93/2138 KB 57/57 KB 14/6219 KB 16/16 KB 96/2138 KB 57/57 KB 14/6219 KB 16/16 KB 98/2138 KB 57/57 KB 14/6219 KB 16/16 KB 100/2138 KB 57/57 KB 14/6219 KB 16/16 KB 102/2138 KB 57/57 KB 14/6219 KB 16/16 KB 104/2138 KB 57/57 KB 14/6219 KB 16/16 KB 107/2138 KB Downloaded: http://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (57 KB at 40.1 KB/sec) 14/6219 KB 16/16 KB 2/90 KB 107/2138 KB 14/6219 KB 16/16 KB 3/90 KB 107/2138 KB 14/6219 KB 16/16 KB 5/90 KB 107/2138 KB 14/6219 KB 16/16 KB 7/90 KB 107/2138 KB 14/6219 KB 16/16 KB 10/90 KB 107/2138 KB 14/6219 KB 16/16 KB 11/90 KB 107/2138 KB 14/6219 KB 16/16 KB 13/90 KB 107/2138 KB 14/6219 KB 16/16 KB 14/90 KB 107/2138 KB 14/6219 KB 16/16 KB 16/90 KB 107/2138 KB 14/6219 KB 16/16 KB 17/90 KB 107/2138 KB 15/6219 KB 16/16 KB 17/90 KB 107/2138 KB 16/6219 KB 16/16 KB 17/90 KB 107/2138 KB 18/6219 KB 16/16 KB 17/90 KB 107/2138 KB 19/6219 KB 16/16 KB 17/90 KB 107/2138 KB 20/6219 KB 16/16 KB 17/90 KB 107/2138 KB 23/6219 KB 16/16 KB 17/90 KB 107/2138 KB 24/6219 KB 16/16 KB 17/90 KB 107/2138 KB 26/6219 KB 16/16 KB 17/90 KB 107/2138 KB 27/6219 KB 16/16 KB 17/90 KB 107/2138 KB 30/6219 KB 16/16 KB 17/90 KB 107/2138 KB 33/6219 KB 16/16 KB 17/90 KB 107/2138 KB 34/6219 KB 16/16 KB 17/90 KB 107/2138 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 10.6 KB/sec) 34/6219 KB 17/90 KB 111/2138 KB 34/6219 KB 17/90 KB 111/2138 KB 34/6219 KB 17/90 KB 113/2138 KB 34/6219 KB 17/90 KB 116/2138 KB 34/6219 KB 17/90 KB 119/2138 KB 34/6219 KB 17/90 KB 122/2138 KB 34/6219 KB 17/90 KB 124/2138 KB 34/6219 KB 17/90 KB 128/2138 KB 34/6219 KB 17/90 KB 128/2138 KB 34/6219 KB 17/90 KB 130/2138 KB 34/6219 KB 17/90 KB 131/2138 KB 34/6219 KB 17/90 KB 133/2138 KB 34/6219 KB 17/90 KB 134/2138 KB 34/6219 KB 17/90 KB 135/2138 KB 34/6219 KB 17/90 KB 137/2138 KB 34/6219 KB 17/90 KB 138/2138 KB 34/6219 KB 17/90 KB 142/2138 KB 34/6219 KB 17/90 KB 143/2138 KB 34/6219 KB 17/90 KB 145/2138 KB 34/6219 KB 17/90 KB 148/2138 KB 34/6219 KB 17/90 KB 150/2138 KB 34/6219 KB 17/90 KB 152/2138 KB 34/6219 KB 17/90 KB 153/2138 KB 34/6219 KB 17/90 KB 157/2138 KB 34/6219 KB 17/90 KB 157/2138 KB 34/6219 KB 17/90 KB 158/2138 KB 34/6219 KB 17/90 KB 161/2138 KB 34/6219 KB 17/90 KB 163/2138 KB 34/6219 KB 17/90 KB 164/2138 KB 34/6219 KB 17/90 KB 165/2138 KB 34/6219 KB 17/90 KB 168/2138 KB 34/6219 KB 20/90 KB 168/2138 KB 34/6219 KB 21/90 KB 168/2138 KB 34/6219 KB 22/90 KB 168/2138 KB 34/6219 KB 24/90 KB 168/2138 KB 34/6219 KB 25/90 KB 168/2138 KB 34/6219 KB 26/90 KB 168/2138 KB 34/6219 KB 29/90 KB 168/2138 KB 34/6219 KB 32/90 KB 168/2138 KB 34/6219 KB 36/90 KB 168/2138 KB 34/6219 KB 36/90 KB 168/2138 KB 34/6219 KB 37/90 KB 168/2138 KB 34/6219 KB 39/90 KB 168/2138 KB 34/6219 KB 40/90 KB 168/2138 KB 34/6219 KB 42/90 KB 168/2138 KB 37/6219 KB 42/90 KB 168/2138 KB 38/6219 KB 42/90 KB 168/2138 KB 40/6219 KB 42/90 KB 168/2138 KB 41/6219 KB 42/90 KB 168/2138 KB 42/6219 KB 42/90 KB 168/2138 KB 44/6219 KB 42/90 KB 168/2138 KB 45/6219 KB 42/90 KB 168/2138 KB 48/6219 KB 42/90 KB 168/2138 KB 50/6219 KB 42/90 KB 168/2138 KB 52/6219 KB 42/90 KB 168/2138 KB 56/6219 KB 42/90 KB 168/2138 KB 57/6219 KB 42/90 KB 168/2138 KB 60/6219 KB 42/90 KB 168/2138 KB 61/6219 KB 42/90 KB 168/2138 KB 61/6219 KB 43/90 KB 168/2138 KB 61/6219 KB 44/90 KB 168/2138 KB 63/6219 KB 44/90 KB 168/2138 KB 64/6219 KB 44/90 KB 168/2138 KB 64/6219 KB 44/90 KB 169/2138 KB 64/6219 KB 44/90 KB 171/2138 KB 64/6219 KB 44/90 KB 172/2138 KB 64/6219 KB 44/90 KB 174/2138 KB 64/6219 KB 44/90 KB 176/2138 KB 64/6219 KB 44/90 KB 179/2138 KB 64/6219 KB 44/90 KB 180/2138 KB 64/6219 KB 44/90 KB 182/2138 KB 64/6219 KB 44/90 KB 183/2138 KB 64/6219 KB 44/90 KB 184/2138 KB 64/6219 KB 44/90 KB 187/2138 KB 64/6219 KB 44/90 KB 190/2138 KB 64/6219 KB 44/90 KB 191/2138 KB 64/6219 KB 44/90 KB 193/2138 KB 64/6219 KB 44/90 KB 195/2138 KB 64/6219 KB 44/90 KB 198/2138 KB 64/6219 KB 44/90 KB 202/2138 KB 64/6219 KB 44/90 KB 202/2138 KB 64/6219 KB 44/90 KB 205/2138 KB 64/6219 KB 44/90 KB 208/2138 KB 64/6219 KB 44/90 KB 210/2138 KB 64/6219 KB 44/90 KB 212/2138 KB 64/6219 KB 44/90 KB 213/2138 KB 64/6219 KB 44/90 KB 216/2138 KB 64/6219 KB 44/90 KB 217/2138 KB 64/6219 KB 44/90 KB 220/2138 KB 64/6219 KB 44/90 KB 221/2138 KB 64/6219 KB 44/90 KB 223/2138 KB 64/6219 KB 44/90 KB 224/2138 KB 64/6219 KB 44/90 KB 225/2138 KB 64/6219 KB 44/90 KB 228/2138 KB 64/6219 KB 44/90 KB 230/2138 KB 64/6219 KB 44/90 KB 232/2138 KB 64/6219 KB 44/90 KB 234/2138 KB 64/6219 KB 44/90 KB 235/2138 KB 64/6219 KB 44/90 KB 236/2138 KB 64/6219 KB 44/90 KB 239/2138 KB 64/6219 KB 44/90 KB 241/2138 KB 64/6219 KB 44/90 KB 242/2138 KB 64/6219 KB 44/90 KB 243/2138 KB 64/6219 KB 44/90 KB 245/2138 KB 64/6219 KB 44/90 KB 247/2138 KB 64/6219 KB 44/90 KB 249/2138 KB 64/6219 KB 44/90 KB 251/2138 KB 64/6219 KB 44/90 KB 254/2138 KB 64/6219 KB 44/90 KB 256/2138 KB 64/6219 KB 44/90 KB 257/2138 KB 64/6219 KB 48/90 KB 257/2138 KB 64/6219 KB 48/90 KB 257/2138 KB 64/6219 KB 50/90 KB 257/2138 KB 64/6219 KB 51/90 KB 257/2138 KB 64/6219 KB 52/90 KB 257/2138 KB 64/6219 KB 54/90 KB 257/2138 KB 64/6219 KB 55/90 KB 257/2138 KB 64/6219 KB 59/90 KB 257/2138 KB 64/6219 KB 59/90 KB 257/2138 KB 64/6219 KB 61/90 KB 257/2138 KB 64/6219 KB 62/90 KB 257/2138 KB 64/6219 KB 63/90 KB 257/2138 KB 64/6219 KB 66/90 KB 257/2138 KB 64/6219 KB 67/90 KB 257/2138 KB 64/6219 KB 70/90 KB 257/2138 KB 64/6219 KB 72/90 KB 257/2138 KB 64/6219 KB 73/90 KB 257/2138 KB 64/6219 KB 76/90 KB 257/2138 KB 64/6219 KB 77/90 KB 257/2138 KB 64/6219 KB 78/90 KB 257/2138 KB 64/6219 KB 80/90 KB 257/2138 KB 64/6219 KB 81/90 KB 257/2138 KB 67/6219 KB 81/90 KB 257/2138 KB 68/6219 KB 81/90 KB 257/2138 KB 70/6219 KB 81/90 KB 257/2138 KB 71/6219 KB 81/90 KB 257/2138 KB 72/6219 KB 81/90 KB 257/2138 KB 74/6219 KB 81/90 KB 257/2138 KB 75/6219 KB 81/90 KB 257/2138 KB 76/6219 KB 81/90 KB 257/2138 KB 78/6219 KB 81/90 KB 257/2138 KB 81/6219 KB 81/90 KB 257/2138 KB 83/6219 KB 81/90 KB 257/2138 KB 85/6219 KB 81/90 KB 257/2138 KB 86/6219 KB 81/90 KB 257/2138 KB 89/6219 KB 81/90 KB 257/2138 KB 90/6219 KB 81/90 KB 257/2138 KB 91/6219 KB 81/90 KB 257/2138 KB 93/6219 KB 81/90 KB 257/2138 KB 94/6219 KB 81/90 KB 257/2138 KB 96/6219 KB 81/90 KB 257/2138 KB 98/6219 KB 81/90 KB 257/2138 KB 102/6219 KB 81/90 KB 257/2138 KB 104/6219 KB 81/90 KB 257/2138 KB 104/6219 KB 83/90 KB 257/2138 KB 104/6219 KB 84/90 KB 257/2138 KB 104/6219 KB 85/90 KB 257/2138 KB 105/6219 KB 85/90 KB 257/2138 KB 107/6219 KB 85/90 KB 257/2138 KB 108/6219 KB 85/90 KB 257/2138 KB 108/6219 KB 85/90 KB 258/2138 KB 108/6219 KB 85/90 KB 260/2138 KB 108/6219 KB 85/90 KB 262/2138 KB 108/6219 KB 85/90 KB 265/2138 KB 108/6219 KB 85/90 KB 266/2138 KB 108/6219 KB 85/90 KB 268/2138 KB 108/6219 KB 85/90 KB 271/2138 KB 108/6219 KB 85/90 KB 273/2138 KB 108/6219 KB 85/90 KB 275/2138 KB 108/6219 KB 85/90 KB 276/2138 KB 108/6219 KB 85/90 KB 277/2138 KB 108/6219 KB 85/90 KB 279/2138 KB 108/6219 KB 85/90 KB 282/2138 KB 108/6219 KB 85/90 KB 284/2138 KB 108/6219 KB 85/90 KB 286/2138 KB 108/6219 KB 85/90 KB 287/2138 KB 108/6219 KB 85/90 KB 288/2138 KB 108/6219 KB 85/90 KB 290/2138 KB 108/6219 KB 85/90 KB 292/2138 KB 108/6219 KB 85/90 KB 295/2138 KB 108/6219 KB 85/90 KB 297/2138 KB 108/6219 KB 85/90 KB 298/2138 KB 108/6219 KB 85/90 KB 301/2138 KB 108/6219 KB 85/90 KB 302/2138 KB 108/6219 KB 85/90 KB 305/2138 KB 108/6219 KB 85/90 KB 308/2138 KB 108/6219 KB 85/90 KB 309/2138 KB 108/6219 KB 85/90 KB 310/2138 KB 108/6219 KB 85/90 KB 312/2138 KB 108/6219 KB 85/90 KB 313/2138 KB 108/6219 KB 85/90 KB 314/2138 KB 108/6219 KB 85/90 KB 317/2138 KB 108/6219 KB 85/90 KB 318/2138 KB 108/6219 KB 85/90 KB 321/2138 KB 108/6219 KB 85/90 KB 323/2138 KB 108/6219 KB 85/90 KB 325/2138 KB 108/6219 KB 85/90 KB 327/2138 KB 108/6219 KB 85/90 KB 329/2138 KB 108/6219 KB 85/90 KB 331/2138 KB 108/6219 KB 85/90 KB 335/2138 KB 108/6219 KB 85/90 KB 335/2138 KB 108/6219 KB 85/90 KB 336/2138 KB 108/6219 KB 85/90 KB 338/2138 KB 108/6219 KB 85/90 KB 339/2138 KB 108/6219 KB 85/90 KB 340/2138 KB 108/6219 KB 85/90 KB 342/2138 KB 108/6219 KB 85/90 KB 344/2138 KB 108/6219 KB 85/90 KB 346/2138 KB 108/6219 KB 85/90 KB 347/2138 KB 108/6219 KB 85/90 KB 350/2138 KB 108/6219 KB 85/90 KB 354/2138 KB 108/6219 KB 85/90 KB 354/2138 KB 108/6219 KB 85/90 KB 355/2138 KB 108/6219 KB 85/90 KB 357/2138 KB 108/6219 KB 85/90 KB 358/2138 KB 108/6219 KB 85/90 KB 361/2138 KB 108/6219 KB 85/90 KB 362/2138 KB 108/6219 KB 85/90 KB 364/2138 KB 108/6219 KB 85/90 KB 365/2138 KB 108/6219 KB 85/90 KB 369/2138 KB 108/6219 KB 85/90 KB 369/2138 KB 108/6219 KB 85/90 KB 372/2138 KB 108/6219 KB 85/90 KB 376/2138 KB 108/6219 KB 85/90 KB 376/2138 KB 108/6219 KB 85/90 KB 377/2138 KB 108/6219 KB 85/90 KB 380/2138 KB 108/6219 KB 85/90 KB 381/2138 KB 108/6219 KB 87/90 KB 381/2138 KB 108/6219 KB 88/90 KB 381/2138 KB 108/6219 KB 89/90 KB 381/2138 KB 108/6219 KB 90/90 KB 381/2138 KB 109/6219 KB 90/90 KB 381/2138 KB 111/6219 KB 90/90 KB 381/2138 KB 112/6219 KB 90/90 KB 381/2138 KB 112/6219 KB 90/90 KB 383/2138 KB 112/6219 KB 90/90 KB 384/2138 KB 113/6219 KB 90/90 KB 384/2138 KB 115/6219 KB 90/90 KB 384/2138 KB 116/6219 KB 90/90 KB 384/2138 KB 117/6219 KB 90/90 KB 384/2138 KB 119/6219 KB 90/90 KB 384/2138 KB 120/6219 KB 90/90 KB 384/2138 KB 122/6219 KB 90/90 KB 384/2138 KB 124/6219 KB 90/90 KB 384/2138 KB 126/6219 KB 90/90 KB 384/2138 KB 128/6219 KB 90/90 KB 384/2138 KB 131/6219 KB 90/90 KB 384/2138 KB 134/6219 KB 90/90 KB 384/2138 KB 137/6219 KB 90/90 KB 384/2138 KB 139/6219 KB 90/90 KB 384/2138 KB 141/6219 KB 90/90 KB 384/2138 KB 142/6219 KB 90/90 KB 384/2138 KB 143/6219 KB 90/90 KB 384/2138 KB 145/6219 KB 90/90 KB 384/2138 KB 148/6219 KB 90/90 KB 384/2138 KB 149/6219 KB 90/90 KB 384/2138 KB 150/6219 KB 90/90 KB 384/2138 KB 152/6219 KB 90/90 KB 384/2138 KB 154/6219 KB 90/90 KB 384/2138 KB 157/6219 KB 90/90 KB 384/2138 KB 158/6219 KB 90/90 KB 384/2138 KB 162/6219 KB 90/90 KB 384/2138 KB 163/6219 KB 90/90 KB 384/2138 KB 164/6219 KB 90/90 KB 384/2138 KB 165/6219 KB 90/90 KB 384/2138 KB 167/6219 KB 90/90 KB 384/2138 KB 169/6219 KB 90/90 KB 384/2138 KB 171/6219 KB 90/90 KB 384/2138 KB 172/6219 KB 90/90 KB 384/2138 KB 174/6219 KB 90/90 KB 384/2138 KB 174/6219 KB 90/90 KB 385/2138 KB 174/6219 KB 90/90 KB 387/2138 KB 174/6219 KB 90/90 KB 388/2138 KB 174/6219 KB 90/90 KB 391/2138 KB 174/6219 KB 90/90 KB 392/2138 KB 174/6219 KB 90/90 KB 394/2138 KB 174/6219 KB 90/90 KB 395/2138 KB 174/6219 KB 90/90 KB 396/2138 KB 174/6219 KB 90/90 KB 398/2138 KB 174/6219 KB 90/90 KB 400/2138 KB 174/6219 KB 90/90 KB 402/2138 KB 174/6219 KB 90/90 KB 403/2138 KB 174/6219 KB 90/90 KB 405/2138 KB 174/6219 KB 90/90 KB 407/2138 KB 174/6219 KB 90/90 KB 409/2138 KB 174/6219 KB 90/90 KB 411/2138 KB 174/6219 KB 90/90 KB 413/2138 KB 174/6219 KB 90/90 KB 414/2138 KB 174/6219 KB 90/90 KB 417/2138 KB 174/6219 KB 90/90 KB 418/2138 KB 174/6219 KB 90/90 KB 421/2138 KB 174/6219 KB 90/90 KB 424/2138 KB 174/6219 KB 90/90 KB 428/2138 KB 174/6219 KB 90/90 KB 428/2138 KB 174/6219 KB 90/90 KB 429/2138 KB 174/6219 KB 90/90 KB 431/2138 KB 174/6219 KB 90/90 KB 432/2138 KB 174/6219 KB 90/90 KB 433/2138 KB 174/6219 KB 90/90 KB 435/2138 KB 174/6219 KB 90/90 KB 436/2138 KB 174/6219 KB 90/90 KB 437/2138 KB 174/6219 KB 90/90 KB 439/2138 KB 174/6219 KB 90/90 KB 440/2138 KB 174/6219 KB 90/90 KB 443/2138 KB 174/6219 KB 90/90 KB 444/2138 KB 174/6219 KB 90/90 KB 446/2138 KB 174/6219 KB 90/90 KB 447/2138 KB 174/6219 KB 90/90 KB 448/2138 KB 174/6219 KB 90/90 KB 450/2138 KB 174/6219 KB 90/90 KB 452/2138 KB 174/6219 KB 90/90 KB 456/2138 KB 174/6219 KB 90/90 KB 457/2138 KB 174/6219 KB 90/90 KB 459/2138 KB 174/6219 KB 90/90 KB 461/2138 KB 174/6219 KB 90/90 KB 463/2138 KB 174/6219 KB 90/90 KB 465/2138 KB 174/6219 KB 90/90 KB 467/2138 KB 174/6219 KB 90/90 KB 469/2138 KB 174/6219 KB 90/90 KB 470/2138 KB 174/6219 KB 90/90 KB 473/2138 KB 174/6219 KB 90/90 KB 474/2138 KB 174/6219 KB 90/90 KB 476/2138 KB 174/6219 KB 90/90 KB 477/2138 KB 174/6219 KB 90/90 KB 478/2138 KB 174/6219 KB 90/90 KB 480/2138 KB 174/6219 KB 90/90 KB 481/2138 KB 174/6219 KB 90/90 KB 483/2138 KB 174/6219 KB 90/90 KB 485/2138 KB 174/6219 KB 90/90 KB 487/2138 KB 174/6219 KB 90/90 KB 488/2138 KB 174/6219 KB 90/90 KB 489/2138 KB 174/6219 KB 90/90 KB 492/2138 KB 174/6219 KB 90/90 KB 495/2138 KB 174/6219 KB 90/90 KB 496/2138 KB 174/6219 KB 90/90 KB 498/2138 KB 174/6219 KB 90/90 KB 499/2138 KB 174/6219 KB 90/90 KB 503/2138 KB 174/6219 KB 90/90 KB 503/2138 KB 174/6219 KB 90/90 KB 507/2138 KB 174/6219 KB 90/90 KB 507/2138 KB Downloaded: http://repo.jenkins-ci.org/public/jline/jline/1.0/jline-1.0.jar (90 KB at 42.1 KB/sec) 174/6219 KB 510/2138 KB 174/6219 KB 511/2138 KB 174/6219 KB 513/2138 KB 174/6219 KB 515/2138 KB 178/6219 KB 515/2138 KB 178/6219 KB 515/2138 KB 180/6219 KB 515/2138 KB 183/6219 KB 515/2138 KB 186/6219 KB 515/2138 KB 187/6219 KB 515/2138 KB 189/6219 KB 515/2138 KB 190/6219 KB 515/2138 KB 191/6219 KB 515/2138 KB 193/6219 KB 515/2138 KB 195/6219 KB 515/2138 KB 198/6219 KB 515/2138 KB 199/6219 KB 515/2138 KB 202/6219 KB 515/2138 KB 205/6219 KB 515/2138 KB 206/6219 KB 515/2138 KB 208/6219 KB 515/2138 KB 209/6219 KB 515/2138 KB 210/6219 KB 515/2138 KB 213/6219 KB 515/2138 KB 215/6219 KB 515/2138 KB 216/6219 KB 515/2138 KB 217/6219 KB 515/2138 KB 221/6219 KB 515/2138 KB 221/6219 KB 515/2138 KB 224/6219 KB 515/2138 KB 227/6219 KB 515/2138 KB 228/6219 KB 515/2138 KB 230/6219 KB 515/2138 KB 231/6219 KB 515/2138 KB 234/6219 KB 515/2138 KB 235/6219 KB 515/2138 KB 239/6219 KB 515/2138 KB 239/6219 KB 515/2138 KB 243/6219 KB 515/2138 KB 243/6219 KB 515/2138 KB 247/6219 KB 515/2138 KB 247/6219 KB 515/2138 KB 249/6219 KB 515/2138 KB 250/6219 KB 515/2138 KB 251/6219 KB 515/2138 KB 253/6219 KB 515/2138 KB 254/6219 KB 515/2138 KB 256/6219 KB 515/2138 KB 256/6219 KB 517/2138 KB 256/6219 KB 518/2138 KB 257/6219 KB 518/2138 KB 260/6219 KB 518/2138 KB 262/6219 KB 518/2138 KB 265/6219 KB 518/2138 KB 266/6219 KB 518/2138 KB 268/6219 KB 518/2138 KB 268/6219 KB 519/2138 KB 268/6219 KB 521/2138 KB 268/6219 KB 522/2138 KB 268/6219 KB 524/2138 KB 268/6219 KB 525/2138 KB 268/6219 KB 526/2138 KB 268/6219 KB 529/2138 KB 268/6219 KB 533/2138 KB 268/6219 KB 534/2138 KB 268/6219 KB 536/2138 KB 268/6219 KB 539/2138 KB 268/6219 KB 543/2138 KB 268/6219 KB 544/2138 KB 268/6219 KB 545/2138 KB 268/6219 KB 547/2138 KB 268/6219 KB 549/2138 KB 268/6219 KB 551/2138 KB 268/6219 KB 552/2138 KB 268/6219 KB 554/2138 KB 268/6219 KB 558/2138 KB 268/6219 KB 558/2138 KB 268/6219 KB 559/2138 KB 268/6219 KB 563/2138 KB 268/6219 KB 563/2138 KB 268/6219 KB 566/2138 KB 268/6219 KB 569/2138 KB 268/6219 KB 570/2138 KB 268/6219 KB 574/2138 KB 268/6219 KB 574/2138 KB 268/6219 KB 578/2138 KB 268/6219 KB 578/2138 KB 268/6219 KB 580/2138 KB 268/6219 KB 581/2138 KB 268/6219 KB 582/2138 KB 268/6219 KB 584/2138 KB 268/6219 KB 585/2138 KB 268/6219 KB 589/2138 KB 268/6219 KB 589/2138 KB 268/6219 KB 592/2138 KB 268/6219 KB 593/2138 KB 268/6219 KB 595/2138 KB 268/6219 KB 596/2138 KB 268/6219 KB 597/2138 KB 268/6219 KB 599/2138 KB 268/6219 KB 600/2138 KB 268/6219 KB 601/2138 KB 268/6219 KB 604/2138 KB 268/6219 KB 606/2138 KB 268/6219 KB 607/2138 KB 268/6219 KB 608/2138 KB 268/6219 KB 611/2138 KB 268/6219 KB 614/2138 KB 268/6219 KB 615/2138 KB 268/6219 KB 616/2138 KB 268/6219 KB 619/2138 KB 268/6219 KB 622/2138 KB 268/6219 KB 623/2138 KB 268/6219 KB 626/2138 KB 268/6219 KB 627/2138 KB 268/6219 KB 629/2138 KB 268/6219 KB 630/2138 KB 268/6219 KB 632/2138 KB 268/6219 KB 634/2138 KB 268/6219 KB 636/2138 KB 268/6219 KB 638/2138 KB 268/6219 KB 640/2138 KB 268/6219 KB 642/2138 KB 268/6219 KB 644/2138 KB 268/6219 KB 647/2138 KB 268/6219 KB 648/2138 KB 268/6219 KB 649/2138 KB 268/6219 KB 653/2138 KB 268/6219 KB 653/2138 KB 268/6219 KB 655/2138 KB 268/6219 KB 656/2138 KB 268/6219 KB 658/2138 KB 268/6219 KB 660/2138 KB 268/6219 KB 663/2138 KB 268/6219 KB 667/2138 KB 268/6219 KB 668/2138 KB 268/6219 KB 670/2138 KB 268/6219 KB 671/2138 KB 268/6219 KB 673/2138 KB 268/6219 KB 674/2138 KB 268/6219 KB 675/2138 KB 268/6219 KB 677/2138 KB 268/6219 KB 678/2138 KB 268/6219 KB 679/2138 KB 268/6219 KB 682/2138 KB 268/6219 KB 683/2138 KB 268/6219 KB 686/2138 KB 268/6219 KB 689/2138 KB 268/6219 KB 692/2138 KB 268/6219 KB 693/2138 KB 268/6219 KB 694/2138 KB 268/6219 KB 696/2138 KB 268/6219 KB 699/2138 KB 268/6219 KB 700/2138 KB 268/6219 KB 701/2138 KB 268/6219 KB 703/2138 KB 268/6219 KB 704/2138 KB 268/6219 KB 705/2138 KB 268/6219 KB 707/2138 KB 268/6219 KB 708/2138 KB 268/6219 KB 709/2138 KB 268/6219 KB 711/2138 KB 268/6219 KB 712/2138 KB 268/6219 KB 715/2138 KB 269/6219 KB 715/2138 KB 271/6219 KB 715/2138 KB 275/6219 KB 715/2138 KB 276/6219 KB 715/2138 KB 277/6219 KB 715/2138 KB 279/6219 KB 715/2138 KB 280/6219 KB 715/2138 KB 282/6219 KB 715/2138 KB 284/6219 KB 715/2138 KB 286/6219 KB 715/2138 KB 290/6219 KB 715/2138 KB 290/6219 KB 715/2138 KB 294/6219 KB 715/2138 KB 294/6219 KB 715/2138 KB 295/6219 KB 715/2138 KB 298/6219 KB 715/2138 KB 301/6219 KB 715/2138 KB 302/6219 KB 715/2138 KB 303/6219 KB 715/2138 KB 306/6219 KB 715/2138 KB 307/6219 KB 715/2138 KB 309/6219 KB 715/2138 KB 312/6219 KB 715/2138 KB 313/6219 KB 715/2138 KB 314/6219 KB 715/2138 KB 316/6219 KB 715/2138 KB 318/6219 KB 715/2138 KB 322/6219 KB 715/2138 KB 323/6219 KB 715/2138 KB 324/6219 KB 715/2138 KB 325/6219 KB 715/2138 KB 328/6219 KB 715/2138 KB 329/6219 KB 715/2138 KB 333/6219 KB 715/2138 KB 333/6219 KB 715/2138 KB 335/6219 KB 715/2138 KB 338/6219 KB 715/2138 KB 340/6219 KB 715/2138 KB 342/6219 KB 715/2138 KB 344/6219 KB 715/2138 KB 346/6219 KB 715/2138 KB 349/6219 KB 715/2138 KB 350/6219 KB 715/2138 KB 353/6219 KB 715/2138 KB 355/6219 KB 715/2138 KB 357/6219 KB 715/2138 KB 359/6219 KB 715/2138 KB 363/6219 KB 715/2138 KB 364/6219 KB 715/2138 KB 365/6219 KB 715/2138 KB 368/6219 KB 715/2138 KB 369/6219 KB 715/2138 KB 370/6219 KB 715/2138 KB 372/6219 KB 715/2138 KB 373/6219 KB 715/2138 KB 374/6219 KB 715/2138 KB 376/6219 KB 715/2138 KB 377/6219 KB 715/2138 KB 380/6219 KB 715/2138 KB 381/6219 KB 715/2138 KB 383/6219 KB 715/2138 KB 383/6219 KB 716/2138 KB 383/6219 KB 718/2138 KB 383/6219 KB 719/2138 KB 384/6219 KB 719/2138 KB 385/6219 KB 719/2138 KB 387/6219 KB 719/2138 KB 388/6219 KB 719/2138 KB 390/6219 KB 719/2138 KB 392/6219 KB 719/2138 KB 394/6219 KB 719/2138 KB 394/6219 KB 720/2138 KB 394/6219 KB 724/2138 KB 394/6219 KB 727/2138 KB 394/6219 KB 729/2138 KB 394/6219 KB 730/2138 KB 394/6219 KB 734/2138 KB 394/6219 KB 737/2138 KB 394/6219 KB 738/2138 KB 394/6219 KB 741/2138 KB 394/6219 KB 745/2138 KB 394/6219 KB 745/2138 KB 394/6219 KB 746/2138 KB 394/6219 KB 748/2138 KB 394/6219 KB 749/2138 KB 394/6219 KB 750/2138 KB 394/6219 KB 753/2138 KB 394/6219 KB 756/2138 KB 394/6219 KB 759/2138 KB 394/6219 KB 760/2138 KB 394/6219 KB 761/2138 KB 394/6219 KB 764/2138 KB 394/6219 KB 767/2138 KB 394/6219 KB 770/2138 KB 394/6219 KB 771/2138 KB 394/6219 KB 772/2138 KB 394/6219 KB 774/2138 KB 394/6219 KB 775/2138 KB 394/6219 KB 776/2138 KB 394/6219 KB 778/2138 KB 394/6219 KB 781/2138 KB 394/6219 KB 785/2138 KB 394/6219 KB 785/2138 KB 394/6219 KB 787/2138 KB 394/6219 KB 790/2138 KB 394/6219 KB 791/2138 KB 394/6219 KB 793/2138 KB 394/6219 KB 794/2138 KB 394/6219 KB 796/2138 KB 394/6219 KB 797/2138 KB 394/6219 KB 800/2138 KB 394/6219 KB 801/2138 KB 394/6219 KB 804/2138 KB 394/6219 KB 807/2138 KB 394/6219 KB 808/2138 KB 394/6219 KB 809/2138 KB 394/6219 KB 811/2138 KB 394/6219 KB 812/2138 KB 394/6219 KB 813/2138 KB 394/6219 KB 815/2138 KB 394/6219 KB 816/2138 KB 394/6219 KB 819/2138 KB 394/6219 KB 820/2138 KB 394/6219 KB 822/2138 KB 394/6219 KB 823/2138 KB 394/6219 KB 824/2138 KB 394/6219 KB 826/2138 KB 394/6219 KB 830/2138 KB 394/6219 KB 830/2138 KB 394/6219 KB 834/2138 KB 394/6219 KB 838/2138 KB 394/6219 KB 842/2138 KB 394/6219 KB 846/2138 KB 394/6219 KB 850/2138 KB 394/6219 KB 850/2138 KB 394/6219 KB 854/2138 KB 394/6219 KB 856/2138 KB 394/6219 KB 858/2138 KB 394/6219 KB 861/2138 KB 394/6219 KB 864/2138 KB 394/6219 KB 865/2138 KB 394/6219 KB 868/2138 KB 394/6219 KB 869/2138 KB 394/6219 KB 871/2138 KB 394/6219 KB 872/2138 KB 394/6219 KB 874/2138 KB 394/6219 KB 875/2138 KB 394/6219 KB 876/2138 KB 394/6219 KB 879/2138 KB 394/6219 KB 880/2138 KB 394/6219 KB 882/2138 KB 394/6219 KB 886/2138 KB 394/6219 KB 886/2138 KB 394/6219 KB 889/2138 KB 394/6219 KB 891/2138 KB 394/6219 KB 894/2138 KB 394/6219 KB 897/2138 KB 394/6219 KB 898/2138 KB 394/6219 KB 899/2138 KB 394/6219 KB 902/2138 KB 394/6219 KB 904/2138 KB 394/6219 KB 905/2138 KB 394/6219 KB 906/2138 KB 394/6219 KB 909/2138 KB 394/6219 KB 913/2138 KB 394/6219 KB 913/2138 KB 394/6219 KB 917/2138 KB 394/6219 KB 917/2138 KB 394/6219 KB 919/2138 KB 394/6219 KB 920/2138 KB 394/6219 KB 921/2138 KB 394/6219 KB 923/2138 KB 394/6219 KB 924/2138 KB 394/6219 KB 925/2138 KB 394/6219 KB 927/2138 KB 394/6219 KB 928/2138 KB 394/6219 KB 930/2138 KB 394/6219 KB 931/2138 KB 394/6219 KB 934/2138 KB 394/6219 KB 935/2138 KB 394/6219 KB 936/2138 KB 394/6219 KB 938/2138 KB 394/6219 KB 942/2138 KB 394/6219 KB 942/2138 KB 394/6219 KB 946/2138 KB 394/6219 KB 946/2138 KB 394/6219 KB 949/2138 KB 394/6219 KB 950/2138 KB 394/6219 KB 951/2138 KB 394/6219 KB 954/2138 KB 394/6219 KB 957/2138 KB 394/6219 KB 961/2138 KB 394/6219 KB 961/2138 KB 394/6219 KB 964/2138 KB 394/6219 KB 966/2138 KB 394/6219 KB 968/2138 KB 394/6219 KB 969/2138 KB 394/6219 KB 971/2138 KB 394/6219 KB 972/2138 KB 394/6219 KB 975/2138 KB 394/6219 KB 977/2138 KB 394/6219 KB 979/2138 KB 394/6219 KB 983/2138 KB 394/6219 KB 983/2138 KB 394/6219 KB 984/2138 KB 394/6219 KB 986/2138 KB 394/6219 KB 987/2138 KB 394/6219 KB 991/2138 KB 394/6219 KB 991/2138 KB 394/6219 KB 994/2138 KB 394/6219 KB 995/2138 KB 394/6219 KB 997/2138 KB 394/6219 KB 998/2138 KB 394/6219 KB 999/2138 KB 394/6219 KB 1002/2138 KB 394/6219 KB 1003/2138 KB 394/6219 KB 1006/2138 KB 394/6219 KB 1008/2138 KB 394/6219 KB 1009/2138 KB 394/6219 KB 1010/2138 KB 394/6219 KB 1012/2138 KB 396/6219 KB 1012/2138 KB 399/6219 KB 1012/2138 KB 403/6219 KB 1012/2138 KB 403/6219 KB 1012/2138 KB 405/6219 KB 1012/2138 KB 407/6219 KB 1012/2138 KB 411/6219 KB 1012/2138 KB 411/6219 KB 1012/2138 KB 414/6219 KB 1012/2138 KB 415/6219 KB 1012/2138 KB 418/6219 KB 1012/2138 KB 420/6219 KB 1012/2138 KB 422/6219 KB 1012/2138 KB 424/6219 KB 1012/2138 KB 425/6219 KB 1012/2138 KB 426/6219 KB 1012/2138 KB 428/6219 KB 1012/2138 KB 429/6219 KB 1012/2138 KB 431/6219 KB 1012/2138 KB 432/6219 KB 1012/2138 KB 433/6219 KB 1012/2138 KB 436/6219 KB 1012/2138 KB 439/6219 KB 1012/2138 KB 440/6219 KB 1012/2138 KB 441/6219 KB 1012/2138 KB 444/6219 KB 1012/2138 KB 446/6219 KB 1012/2138 KB 447/6219 KB 1012/2138 KB 448/6219 KB 1012/2138 KB 451/6219 KB 1012/2138 KB 455/6219 KB 1012/2138 KB 455/6219 KB 1012/2138 KB 459/6219 KB 1012/2138 KB 459/6219 KB 1012/2138 KB 461/6219 KB 1012/2138 KB 462/6219 KB 1012/2138 KB 465/6219 KB 1012/2138 KB 467/6219 KB 1012/2138 KB 469/6219 KB 1012/2138 KB 470/6219 KB 1012/2138 KB 472/6219 KB 1012/2138 KB 473/6219 KB 1012/2138 KB 474/6219 KB 1012/2138 KB 476/6219 KB 1012/2138 KB 477/6219 KB 1012/2138 KB 478/6219 KB 1012/2138 KB 481/6219 KB 1012/2138 KB 484/6219 KB 1012/2138 KB 485/6219 KB 1012/2138 KB 488/6219 KB 1012/2138 KB 489/6219 KB 1012/2138 KB 492/6219 KB 1012/2138 KB 495/6219 KB 1012/2138 KB 496/6219 KB 1012/2138 KB 500/6219 KB 1012/2138 KB 500/6219 KB 1012/2138 KB 502/6219 KB 1012/2138 KB 504/6219 KB 1012/2138 KB 506/6219 KB 1012/2138 KB 507/6219 KB 1012/2138 KB 508/6219 KB 1012/2138 KB 510/6219 KB 1012/2138 KB 510/6219 KB 1013/2138 KB 510/6219 KB 1014/2138 KB 510/6219 KB 1016/2138 KB 511/6219 KB 1016/2138 KB 513/6219 KB 1016/2138 KB 514/6219 KB 1016/2138 KB 515/6219 KB 1016/2138 KB 517/6219 KB 1016/2138 KB 518/6219 KB 1016/2138 KB 519/6219 KB 1016/2138 KB 521/6219 KB 1016/2138 KB 521/6219 KB 1017/2138 KB 521/6219 KB 1018/2138 KB 521/6219 KB 1020/2138 KB 521/6219 KB 1021/2138 KB 521/6219 KB 1023/2138 KB 521/6219 KB 1024/2138 KB 521/6219 KB 1027/2138 KB 521/6219 KB 1029/2138 KB 521/6219 KB 1031/2138 KB 521/6219 KB 1032/2138 KB 521/6219 KB 1035/2138 KB 521/6219 KB 1038/2138 KB 521/6219 KB 1042/2138 KB 521/6219 KB 1042/2138 KB 521/6219 KB 1043/2138 KB 521/6219 KB 1046/2138 KB 521/6219 KB 1047/2138 KB 521/6219 KB 1050/2138 KB 521/6219 KB 1051/2138 KB 521/6219 KB 1054/2138 KB 521/6219 KB 1057/2138 KB 521/6219 KB 1058/2138 KB 521/6219 KB 1061/2138 KB 521/6219 KB 1064/2138 KB 521/6219 KB 1065/2138 KB 521/6219 KB 1066/2138 KB 521/6219 KB 1069/2138 KB 521/6219 KB 1072/2138 KB 521/6219 KB 1076/2138 KB 521/6219 KB 1076/2138 KB 521/6219 KB 1079/2138 KB 521/6219 KB 1081/2138 KB 521/6219 KB 1083/2138 KB 521/6219 KB 1084/2138 KB 521/6219 KB 1085/2138 KB 521/6219 KB 1089/2138 KB 521/6219 KB 1090/2138 KB 521/6219 KB 1092/2138 KB 521/6219 KB 1094/2138 KB 521/6219 KB 1095/2138 KB 521/6219 KB 1096/2138 KB 521/6219 KB 1099/2138 KB 521/6219 KB 1100/2138 KB 521/6219 KB 1103/2138 KB 521/6219 KB 1105/2138 KB 521/6219 KB 1107/2138 KB 521/6219 KB 1110/2138 KB 521/6219 KB 1111/2138 KB 521/6219 KB 1114/2138 KB 521/6219 KB 1116/2138 KB 521/6219 KB 1117/2138 KB 521/6219 KB 1118/2138 KB 521/6219 KB 1121/2138 KB 521/6219 KB 1124/2138 KB 521/6219 KB 1125/2138 KB 521/6219 KB 1128/2138 KB 521/6219 KB 1129/2138 KB 521/6219 KB 1131/2138 KB 521/6219 KB 1132/2138 KB 521/6219 KB 1135/2138 KB 521/6219 KB 1136/2138 KB 521/6219 KB 1137/2138 KB 521/6219 KB 1141/2138 KB 521/6219 KB 1143/2138 KB 521/6219 KB 1144/2138 KB 521/6219 KB 1147/2138 KB 521/6219 KB 1150/2138 KB 521/6219 KB 1151/2138 KB 521/6219 KB 1152/2138 KB 521/6219 KB 1154/2138 KB 521/6219 KB 1155/2138 KB 521/6219 KB 1157/2138 KB 521/6219 KB 1158/2138 KB 521/6219 KB 1162/2138 KB 521/6219 KB 1162/2138 KB 521/6219 KB 1163/2138 KB 521/6219 KB 1166/2138 KB 521/6219 KB 1169/2138 KB 521/6219 KB 1170/2138 KB 521/6219 KB 1172/2138 KB 521/6219 KB 1173/2138 KB 521/6219 KB 1177/2138 KB 521/6219 KB 1177/2138 KB 521/6219 KB 1178/2138 KB 521/6219 KB 1181/2138 KB 521/6219 KB 1184/2138 KB 521/6219 KB 1185/2138 KB 521/6219 KB 1188/2138 KB 521/6219 KB 1189/2138 KB 521/6219 KB 1191/2138 KB 521/6219 KB 1192/2138 KB 521/6219 KB 1193/2138 KB 521/6219 KB 1195/2138 KB 521/6219 KB 1199/2138 KB 521/6219 KB 1199/2138 KB 521/6219 KB 1202/2138 KB 521/6219 KB 1203/2138 KB 521/6219 KB 1204/2138 KB 521/6219 KB 1206/2138 KB 521/6219 KB 1210/2138 KB 521/6219 KB 1213/2138 KB 521/6219 KB 1214/2138 KB 521/6219 KB 1217/2138 KB 521/6219 KB 1218/2138 KB 521/6219 KB 1222/2138 KB 521/6219 KB 1224/2138 KB 521/6219 KB 1228/2138 KB 521/6219 KB 1228/2138 KB 521/6219 KB 1232/2138 KB 521/6219 KB 1233/2138 KB 521/6219 KB 1234/2138 KB 521/6219 KB 1236/2138 KB 521/6219 KB 1239/2138 KB 521/6219 KB 1240/2138 KB 521/6219 KB 1241/2138 KB 521/6219 KB 1243/2138 KB 521/6219 KB 1247/2138 KB 521/6219 KB 1247/2138 KB 521/6219 KB 1248/2138 KB 521/6219 KB 1249/2138 KB 521/6219 KB 1251/2138 KB 521/6219 KB 1252/2138 KB 521/6219 KB 1254/2138 KB 521/6219 KB 1255/2138 KB 521/6219 KB 1256/2138 KB 521/6219 KB 1258/2138 KB 521/6219 KB 1259/2138 KB 521/6219 KB 1263/2138 KB 521/6219 KB 1263/2138 KB 521/6219 KB 1266/2138 KB 522/6219 KB 1266/2138 KB 524/6219 KB 1266/2138 KB 525/6219 KB 1266/2138 KB 526/6219 KB 1266/2138 KB 528/6219 KB 1266/2138 KB 529/6219 KB 1266/2138 KB 530/6219 KB 1266/2138 KB 533/6219 KB 1266/2138 KB 534/6219 KB 1266/2138 KB 536/6219 KB 1266/2138 KB 537/6219 KB 1266/2138 KB 541/6219 KB 1266/2138 KB 541/6219 KB 1266/2138 KB 545/6219 KB 1266/2138 KB 545/6219 KB 1266/2138 KB 547/6219 KB 1266/2138 KB 549/6219 KB 1266/2138 KB 551/6219 KB 1266/2138 KB 552/6219 KB 1266/2138 KB 554/6219 KB 1266/2138 KB 558/6219 KB 1266/2138 KB 558/6219 KB 1266/2138 KB 559/6219 KB 1266/2138 KB 560/6219 KB 1266/2138 KB 563/6219 KB 1266/2138 KB 567/6219 KB 1266/2138 KB 567/6219 KB 1266/2138 KB 569/6219 KB 1266/2138 KB 570/6219 KB 1266/2138 KB 573/6219 KB 1266/2138 KB 575/6219 KB 1266/2138 KB 577/6219 KB 1266/2138 KB 578/6219 KB 1266/2138 KB 581/6219 KB 1266/2138 KB 582/6219 KB 1266/2138 KB 585/6219 KB 1266/2138 KB 588/6219 KB 1266/2138 KB 589/6219 KB 1266/2138 KB 592/6219 KB 1266/2138 KB 593/6219 KB 1266/2138 KB 595/6219 KB 1266/2138 KB 596/6219 KB 1266/2138 KB 597/6219 KB 1266/2138 KB 601/6219 KB 1266/2138 KB 601/6219 KB 1266/2138 KB 603/6219 KB 1266/2138 KB 606/6219 KB 1266/2138 KB 607/6219 KB 1266/2138 KB 610/6219 KB 1266/2138 KB 611/6219 KB 1266/2138 KB 615/6219 KB 1266/2138 KB 618/6219 KB 1266/2138 KB 619/6219 KB 1266/2138 KB 622/6219 KB 1266/2138 KB 623/6219 KB 1266/2138 KB 625/6219 KB 1266/2138 KB 627/6219 KB 1266/2138 KB 630/6219 KB 1266/2138 KB 632/6219 KB 1266/2138 KB 633/6219 KB 1266/2138 KB 634/6219 KB 1266/2138 KB 636/6219 KB 1266/2138 KB 640/6219 KB 1266/2138 KB 641/6219 KB 1266/2138 KB 642/6219 KB 1266/2138 KB 644/6219 KB 1266/2138 KB 645/6219 KB 1266/2138 KB 649/6219 KB 1266/2138 KB 651/6219 KB 1266/2138 KB 652/6219 KB 1266/2138 KB 656/6219 KB 1266/2138 KB 656/6219 KB 1266/2138 KB 659/6219 KB 1266/2138 KB 660/6219 KB 1266/2138 KB 663/6219 KB 1266/2138 KB 664/6219 KB 1266/2138 KB 666/6219 KB 1266/2138 KB 668/6219 KB 1266/2138 KB 670/6219 KB 1266/2138 KB 671/6219 KB 1266/2138 KB 673/6219 KB 1266/2138 KB 674/6219 KB 1266/2138 KB 675/6219 KB 1266/2138 KB 677/6219 KB 1266/2138 KB 679/6219 KB 1266/2138 KB 681/6219 KB 1266/2138 KB 682/6219 KB 1266/2138 KB 686/6219 KB 1266/2138 KB 686/6219 KB 1266/2138 KB 688/6219 KB 1266/2138 KB 690/6219 KB 1266/2138 KB 692/6219 KB 1266/2138 KB 694/6219 KB 1266/2138 KB 696/6219 KB 1266/2138 KB 697/6219 KB 1266/2138 KB 699/6219 KB 1266/2138 KB 701/6219 KB 1266/2138 KB 703/6219 KB 1266/2138 KB 704/6219 KB 1266/2138 KB 705/6219 KB 1266/2138 KB 707/6219 KB 1266/2138 KB 708/6219 KB 1266/2138 KB 709/6219 KB 1266/2138 KB 709/6219 KB 1267/2138 KB 709/6219 KB 1271/2138 KB 709/6219 KB 1275/2138 KB 709/6219 KB 1279/2138 KB 709/6219 KB 1280/2138 KB 709/6219 KB 1284/2138 KB 709/6219 KB 1284/2138 KB 709/6219 KB 1288/2138 KB 709/6219 KB 1292/2138 KB 709/6219 KB 1296/2138 KB 709/6219 KB 1300/2138 KB 709/6219 KB 1304/2138 KB 709/6219 KB 1308/2138 KB 709/6219 KB 1312/2138 KB 709/6219 KB 1316/2138 KB 709/6219 KB 1320/2138 KB 709/6219 KB 1322/2138 KB 709/6219 KB 1323/2138 KB 709/6219 KB 1327/2138 KB 709/6219 KB 1327/2138 KB 709/6219 KB 1330/2138 KB 709/6219 KB 1334/2138 KB 709/6219 KB 1338/2138 KB 709/6219 KB 1342/2138 KB 709/6219 KB 1346/2138 KB 709/6219 KB 1350/2138 KB 709/6219 KB 1354/2138 KB 709/6219 KB 1358/2138 KB 709/6219 KB 1360/2138 KB 709/6219 KB 1362/2138 KB 709/6219 KB 1366/2138 KB 709/6219 KB 1370/2138 KB 709/6219 KB 1370/2138 KB 709/6219 KB 1371/2138 KB 709/6219 KB 1375/2138 KB 709/6219 KB 1379/2138 KB 709/6219 KB 1383/2138 KB 709/6219 KB 1387/2138 KB 709/6219 KB 1391/2138 KB 709/6219 KB 1395/2138 KB 709/6219 KB 1399/2138 KB 709/6219 KB 1403/2138 KB 709/6219 KB 1407/2138 KB 709/6219 KB 1409/2138 KB 709/6219 KB 1411/2138 KB 709/6219 KB 1415/2138 KB 709/6219 KB 1415/2138 KB 709/6219 KB 1419/2138 KB 709/6219 KB 1422/2138 KB 709/6219 KB 1426/2138 KB 709/6219 KB 1430/2138 KB 709/6219 KB 1434/2138 KB 709/6219 KB 1438/2138 KB 709/6219 KB 1442/2138 KB 709/6219 KB 1446/2138 KB 709/6219 KB 1450/2138 KB 709/6219 KB 1454/2138 KB 709/6219 KB 1458/2138 KB 709/6219 KB 1462/2138 KB 709/6219 KB 1466/2138 KB 709/6219 KB 1470/2138 KB 709/6219 KB 1474/2138 KB 709/6219 KB 1478/2138 KB 709/6219 KB 1482/2138 KB 709/6219 KB 1486/2138 KB 709/6219 KB 1490/2138 KB 709/6219 KB 1494/2138 KB 709/6219 KB 1498/2138 KB 709/6219 KB 1502/2138 KB 709/6219 KB 1506/2138 KB 709/6219 KB 1510/2138 KB 709/6219 KB 1514/2138 KB 709/6219 KB 1518/2138 KB 709/6219 KB 1522/2138 KB 709/6219 KB 1526/2138 KB 709/6219 KB 1530/2138 KB 709/6219 KB 1534/2138 KB 709/6219 KB 1538/2138 KB 709/6219 KB 1542/2138 KB 709/6219 KB 1546/2138 KB 709/6219 KB 1550/2138 KB 709/6219 KB 1554/2138 KB 709/6219 KB 1558/2138 KB 709/6219 KB 1562/2138 KB 709/6219 KB 1566/2138 KB 709/6219 KB 1570/2138 KB 709/6219 KB 1574/2138 KB 709/6219 KB 1578/2138 KB 709/6219 KB 1582/2138 KB 709/6219 KB 1586/2138 KB 709/6219 KB 1590/2138 KB 709/6219 KB 1594/2138 KB 709/6219 KB 1598/2138 KB 709/6219 KB 1602/2138 KB 709/6219 KB 1606/2138 KB 709/6219 KB 1610/2138 KB 709/6219 KB 1614/2138 KB 709/6219 KB 1618/2138 KB 709/6219 KB 1622/2138 KB 709/6219 KB 1626/2138 KB 709/6219 KB 1630/2138 KB 709/6219 KB 1634/2138 KB 709/6219 KB 1638/2138 KB 709/6219 KB 1642/2138 KB 709/6219 KB 1646/2138 KB 709/6219 KB 1650/2138 KB 709/6219 KB 1654/2138 KB 709/6219 KB 1658/2138 KB 709/6219 KB 1662/2138 KB 709/6219 KB 1666/2138 KB 709/6219 KB 1670/2138 KB 709/6219 KB 1674/2138 KB 709/6219 KB 1678/2138 KB 709/6219 KB 1682/2138 KB 709/6219 KB 1686/2138 KB 709/6219 KB 1690/2138 KB 709/6219 KB 1694/2138 KB 709/6219 KB 1698/2138 KB 709/6219 KB 1702/2138 KB 709/6219 KB 1706/2138 KB 709/6219 KB 1710/2138 KB 709/6219 KB 1714/2138 KB 709/6219 KB 1718/2138 KB 709/6219 KB 1722/2138 KB 709/6219 KB 1726/2138 KB 709/6219 KB 1730/2138 KB 709/6219 KB 1734/2138 KB 709/6219 KB 1738/2138 KB 709/6219 KB 1742/2138 KB 709/6219 KB 1746/2138 KB 709/6219 KB 1750/2138 KB 709/6219 KB 1754/2138 KB 709/6219 KB 1758/2138 KB 709/6219 KB 1762/2138 KB 709/6219 KB 1766/2138 KB 709/6219 KB 1770/2138 KB 709/6219 KB 1774/2138 KB 709/6219 KB 1778/2138 KB 709/6219 KB 1782/2138 KB 709/6219 KB 1785/2138 KB 713/6219 KB 1785/2138 KB 716/6219 KB 1785/2138 KB 718/6219 KB 1785/2138 KB 719/6219 KB 1785/2138 KB 720/6219 KB 1785/2138 KB 723/6219 KB 1785/2138 KB 726/6219 KB 1785/2138 KB 730/6219 KB 1785/2138 KB 730/6219 KB 1785/2138 KB 731/6219 KB 1785/2138 KB 733/6219 KB 1785/2138 KB 735/6219 KB 1785/2138 KB 737/6219 KB 1785/2138 KB 740/6219 KB 1785/2138 KB 741/6219 KB 1785/2138 KB 742/6219 KB 1785/2138 KB 745/6219 KB 1785/2138 KB 749/6219 KB 1785/2138 KB 749/6219 KB 1785/2138 KB 750/6219 KB 1785/2138 KB 753/6219 KB 1785/2138 KB 755/6219 KB 1785/2138 KB 757/6219 KB 1785/2138 KB 759/6219 KB 1785/2138 KB 761/6219 KB 1785/2138 KB 764/6219 KB 1785/2138 KB 765/6219 KB 1785/2138 KB 768/6219 KB 1785/2138 KB 770/6219 KB 1785/2138 KB 771/6219 KB 1785/2138 KB 772/6219 KB 1785/2138 KB 774/6219 KB 1785/2138 KB 776/6219 KB 1785/2138 KB 779/6219 KB 1785/2138 KB 781/6219 KB 1785/2138 KB 783/6219 KB 1785/2138 KB 785/6219 KB 1785/2138 KB 787/6219 KB 1785/2138 KB 789/6219 KB 1785/2138 KB 790/6219 KB 1785/2138 KB 793/6219 KB 1785/2138 KB 794/6219 KB 1785/2138 KB 797/6219 KB 1785/2138 KB 800/6219 KB 1785/2138 KB 802/6219 KB 1785/2138 KB 804/6219 KB 1785/2138 KB 807/6219 KB 1785/2138 KB 809/6219 KB 1785/2138 KB 813/6219 KB 1785/2138 KB 813/6219 KB 1785/2138 KB 815/6219 KB 1785/2138 KB 819/6219 KB 1785/2138 KB 819/6219 KB 1785/2138 KB 822/6219 KB 1785/2138 KB 823/6219 KB 1785/2138 KB 824/6219 KB 1785/2138 KB 826/6219 KB 1785/2138 KB 828/6219 KB 1785/2138 KB 830/6219 KB 1785/2138 KB 834/6219 KB 1785/2138 KB 834/6219 KB 1785/2138 KB 835/6219 KB 1785/2138 KB 838/6219 KB 1785/2138 KB 841/6219 KB 1785/2138 KB 842/6219 KB 1785/2138 KB 843/6219 KB 1785/2138 KB 845/6219 KB 1785/2138 KB 846/6219 KB 1785/2138 KB 849/6219 KB 1785/2138 KB 852/6219 KB 1785/2138 KB 853/6219 KB 1785/2138 KB 854/6219 KB 1785/2138 KB 857/6219 KB 1785/2138 KB 858/6219 KB 1785/2138 KB 860/6219 KB 1785/2138 KB 861/6219 KB 1785/2138 KB 863/6219 KB 1785/2138 KB 865/6219 KB 1785/2138 KB 867/6219 KB 1785/2138 KB 868/6219 KB 1785/2138 KB 871/6219 KB 1785/2138 KB 875/6219 KB 1785/2138 KB 875/6219 KB 1785/2138 KB 876/6219 KB 1785/2138 KB 878/6219 KB 1785/2138 KB 879/6219 KB 1785/2138 KB 880/6219 KB 1785/2138 KB 882/6219 KB 1785/2138 KB 886/6219 KB 1785/2138 KB 886/6219 KB 1785/2138 KB 890/6219 KB 1785/2138 KB 890/6219 KB 1785/2138 KB 893/6219 KB 1785/2138 KB 894/6219 KB 1785/2138 KB 895/6219 KB 1785/2138 KB 897/6219 KB 1785/2138 KB 898/6219 KB 1785/2138 KB 902/6219 KB 1785/2138 KB 902/6219 KB 1785/2138 KB 904/6219 KB 1785/2138 KB 906/6219 KB 1785/2138 KB 908/6219 KB 1785/2138 KB 909/6219 KB 1785/2138 KB 910/6219 KB 1785/2138 KB 913/6219 KB 1785/2138 KB 916/6219 KB 1785/2138 KB 920/6219 KB 1785/2138 KB 920/6219 KB 1785/2138 KB 921/6219 KB 1785/2138 KB 923/6219 KB 1785/2138 KB 924/6219 KB 1785/2138 KB 925/6219 KB 1785/2138 KB 928/6219 KB 1785/2138 KB 930/6219 KB 1785/2138 KB 934/6219 KB 1785/2138 KB 934/6219 KB 1785/2138 KB 936/6219 KB 1785/2138 KB 940/6219 KB 1785/2138 KB 940/6219 KB 1785/2138 KB 942/6219 KB 1785/2138 KB 945/6219 KB 1785/2138 KB 947/6219 KB 1785/2138 KB 950/6219 KB 1785/2138 KB 951/6219 KB 1785/2138 KB 953/6219 KB 1785/2138 KB 954/6219 KB 1785/2138 KB 956/6219 KB 1785/2138 KB 957/6219 KB 1785/2138 KB 958/6219 KB 1785/2138 KB 960/6219 KB 1785/2138 KB 962/6219 KB 1785/2138 KB 964/6219 KB 1785/2138 KB 965/6219 KB 1785/2138 KB 966/6219 KB 1785/2138 KB 968/6219 KB 1785/2138 KB 969/6219 KB 1785/2138 KB 971/6219 KB 1785/2138 KB 972/6219 KB 1785/2138 KB 973/6219 KB 1785/2138 KB 973/6219 KB 1789/2138 KB 973/6219 KB 1793/2138 KB 973/6219 KB 1797/2138 KB 973/6219 KB 1801/2138 KB 973/6219 KB 1805/2138 KB 973/6219 KB 1809/2138 KB 973/6219 KB 1813/2138 KB 973/6219 KB 1817/2138 KB 973/6219 KB 1821/2138 KB 973/6219 KB 1825/2138 KB 973/6219 KB 1829/2138 KB 973/6219 KB 1833/2138 KB 973/6219 KB 1837/2138 KB 973/6219 KB 1841/2138 KB 973/6219 KB 1845/2138 KB 973/6219 KB 1849/2138 KB 973/6219 KB 1853/2138 KB 973/6219 KB 1857/2138 KB 973/6219 KB 1861/2138 KB 973/6219 KB 1865/2138 KB 973/6219 KB 1869/2138 KB 973/6219 KB 1873/2138 KB 973/6219 KB 1877/2138 KB 973/6219 KB 1881/2138 KB 973/6219 KB 1885/2138 KB 973/6219 KB 1889/2138 KB 973/6219 KB 1893/2138 KB 973/6219 KB 1897/2138 KB 973/6219 KB 1901/2138 KB 973/6219 KB 1905/2138 KB 973/6219 KB 1909/2138 KB 973/6219 KB 1913/2138 KB 973/6219 KB 1917/2138 KB 973/6219 KB 1921/2138 KB 973/6219 KB 1925/2138 KB 973/6219 KB 1929/2138 KB 973/6219 KB 1933/2138 KB 973/6219 KB 1937/2138 KB 973/6219 KB 1941/2138 KB 973/6219 KB 1945/2138 KB 973/6219 KB 1949/2138 KB 973/6219 KB 1953/2138 KB 973/6219 KB 1957/2138 KB 973/6219 KB 1961/2138 KB 973/6219 KB 1965/2138 KB 973/6219 KB 1969/2138 KB 973/6219 KB 1973/2138 KB 973/6219 KB 1977/2138 KB 973/6219 KB 1981/2138 KB 973/6219 KB 1985/2138 KB 973/6219 KB 1989/2138 KB 973/6219 KB 1993/2138 KB 973/6219 KB 1997/2138 KB 973/6219 KB 2001/2138 KB 973/6219 KB 2005/2138 KB 973/6219 KB 2009/2138 KB 973/6219 KB 2013/2138 KB 973/6219 KB 2017/2138 KB 973/6219 KB 2021/2138 KB 973/6219 KB 2025/2138 KB 973/6219 KB 2029/2138 KB 973/6219 KB 2033/2138 KB 973/6219 KB 2037/2138 KB 973/6219 KB 2041/2138 KB 973/6219 KB 2045/2138 KB 973/6219 KB 2049/2138 KB 973/6219 KB 2049/2138 KB 973/6219 KB 2051/2138 KB 973/6219 KB 2052/2138 KB 973/6219 KB 2053/2138 KB 973/6219 KB 2057/2138 KB 973/6219 KB 2058/2138 KB 973/6219 KB 2059/2138 KB 973/6219 KB 2060/2138 KB 973/6219 KB 2063/2138 KB 973/6219 KB 2064/2138 KB 973/6219 KB 2067/2138 KB 973/6219 KB 2071/2138 KB 973/6219 KB 2071/2138 KB 973/6219 KB 2073/2138 KB 973/6219 KB 2074/2138 KB 973/6219 KB 2075/2138 KB 973/6219 KB 2077/2138 KB 973/6219 KB 2078/2138 KB 973/6219 KB 2081/2138 KB 973/6219 KB 2083/2138 KB 973/6219 KB 2086/2138 KB 973/6219 KB 2088/2138 KB 973/6219 KB 2089/2138 KB 973/6219 KB 2090/2138 KB 973/6219 KB 2093/2138 KB 973/6219 KB 2094/2138 KB 973/6219 KB 2097/2138 KB 973/6219 KB 2099/2138 KB 973/6219 KB 2103/2138 KB 973/6219 KB 2103/2138 KB 973/6219 KB 2104/2138 KB 973/6219 KB 2105/2138 KB 973/6219 KB 2107/2138 KB 973/6219 KB 2108/2138 KB 973/6219 KB 2111/2138 KB 973/6219 KB 2115/2138 KB 973/6219 KB 2115/2138 KB 973/6219 KB 2118/2138 KB 973/6219 KB 2119/2138 KB 973/6219 KB 2120/2138 KB 973/6219 KB 2122/2138 KB 973/6219 KB 2123/2138 KB 973/6219 KB 2124/2138 KB 973/6219 KB 2127/2138 KB 973/6219 KB 2129/2138 KB 973/6219 KB 2130/2138 KB 973/6219 KB 2131/2138 KB 973/6219 KB 2133/2138 KB 973/6219 KB 2134/2138 KB 973/6219 KB 2135/2138 KB 973/6219 KB 2137/2138 KB 973/6219 KB 2138/2138 KB 976/6219 KB 2138/2138 KB 980/6219 KB 2138/2138 KB 980/6219 KB 2138/2138 KB 982/6219 KB 2138/2138 KB 983/6219 KB 2138/2138 KB 986/6219 KB 2138/2138 KB 990/6219 KB 2138/2138 KB 990/6219 KB 2138/2138 KB 991/6219 KB 2138/2138 KB 992/6219 KB 2138/2138 KB 995/6219 KB 2138/2138 KB 997/6219 KB 2138/2138 KB 998/6219 KB 2138/2138 KB 999/6219 KB 2138/2138 KB 1001/6219 KB 2138/2138 KB 1002/6219 KB 2138/2138 KB 1003/6219 KB 2138/2138 KB 1005/6219 KB 2138/2138 KB 1006/6219 KB 2138/2138 KB 1007/6219 KB 2138/2138 KB 1010/6219 KB 2138/2138 KB 1012/6219 KB 2138/2138 KB 1013/6219 KB 2138/2138 KB 1016/6219 KB 2138/2138 KB 1017/6219 KB 2138/2138 KB 1020/6219 KB 2138/2138 KB 1021/6219 KB 2138/2138 KB 1023/6219 KB 2138/2138 KB 1025/6219 KB 2138/2138 KB 1027/6219 KB 2138/2138 KB 1028/6219 KB 2138/2138 KB 1031/6219 KB 2138/2138 KB 1032/6219 KB 2138/2138 KB 1033/6219 KB 2138/2138 KB 1035/6219 KB 2138/2138 KB 1036/6219 KB 2138/2138 KB 1038/6219 KB 2138/2138 KB 1040/6219 KB 2138/2138 KB 1043/6219 KB 2138/2138 KB 1047/6219 KB 2138/2138 KB 1049/6219 KB 2138/2138 KB 1051/6219 KB 2138/2138 KB 1053/6219 KB 2138/2138 KB 1054/6219 KB 2138/2138 KB 1055/6219 KB 2138/2138 KB 1058/6219 KB 2138/2138 KB 1059/6219 KB 2138/2138 KB 1063/6219 KB 2138/2138 KB 1067/6219 KB 2138/2138 KB 1068/6219 KB 2138/2138 KB 1072/6219 KB 2138/2138 KB 1073/6219 KB 2138/2138 KB 1076/6219 KB 2138/2138 KB 1080/6219 KB 2138/2138 KB 1081/6219 KB 2138/2138 KB 1084/6219 KB 2138/2138 KB 1088/6219 KB 2138/2138 KB 1090/6219 KB 2138/2138 KB 1092/6219 KB 2138/2138 KB 1094/6219 KB 2138/2138 KB 1098/6219 KB 2138/2138 KB 1098/6219 KB 2138/2138 KB 1102/6219 KB 2138/2138 KB 1103/6219 KB 2138/2138 KB 1107/6219 KB 2138/2138 KB 1111/6219 KB 2138/2138 KB 1111/6219 KB 2138/2138 KB 1115/6219 KB 2138/2138 KB 1118/6219 KB 2138/2138 KB 1122/6219 KB 2138/2138 KB 1122/6219 KB 2138/2138 KB 1126/6219 KB 2138/2138 KB 1126/6219 KB 2138/2138 KB 1129/6219 KB 2138/2138 KB 1131/6219 KB 2138/2138 KB 1135/6219 KB 2138/2138 KB 1137/6219 KB 2138/2138 KB 1141/6219 KB 2138/2138 KB 1145/6219 KB 2138/2138 KB 1148/6219 KB 2138/2138 KB 1152/6219 KB 2138/2138 KB 1156/6219 KB 2138/2138 KB 1157/6219 KB 2138/2138 KB 1161/6219 KB 2138/2138 KB 1161/6219 KB 2138/2138 KB 1162/6219 KB 2138/2138 KB 1166/6219 KB 2138/2138 KB 1166/6219 KB 2138/2138 KB 1167/6219 KB 2138/2138 KB 1169/6219 KB 2138/2138 KB 1173/6219 KB 2138/2138 KB 1176/6219 KB 2138/2138 KB 1180/6219 KB 2138/2138 KB 1181/6219 KB 2138/2138 KB 1182/6219 KB 2138/2138 KB 1184/6219 KB 2138/2138 KB 1187/6219 KB 2138/2138 KB 1191/6219 KB 2138/2138 KB 1195/6219 KB 2138/2138 KB 1196/6219 KB 2138/2138 KB 1200/6219 KB 2138/2138 KB 1204/6219 KB 2138/2138 KB 1208/6219 KB 2138/2138 KB 1212/6219 KB 2138/2138 KB 1216/6219 KB 2138/2138 KB 1220/6219 KB 2138/2138 KB 1224/6219 KB 2138/2138 KB Downloaded: http://repo.jenkins-ci.org/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 663.5 KB/sec) 1228/6219 KB 1228/6219 KB 1229/6219 KB 1232/6219 KB 1233/6219 KB 1237/6219 KB 1237/6219 KB 1241/6219 KB 1245/6219 KB 1245/6219 KB 1248/6219 KB 1252/6219 KB 1256/6219 KB 1256/6219 KB 1260/6219 KB 1264/6219 KB 1265/6219 KB 1267/6219 KB 1271/6219 KB 1275/6219 KB 1279/6219 KB 1280/6219 KB 1284/6219 KB 1285/6219 KB 1289/6219 KB 1289/6219 KB 1292/6219 KB 1295/6219 KB 1299/6219 KB 1303/6219 KB 1307/6219 KB 1311/6219 KB 1315/6219 KB 1319/6219 KB 1323/6219 KB 1327/6219 KB 1331/6219 KB 1335/6219 KB 1339/6219 KB 1343/6219 KB 1347/6219 KB 1351/6219 KB 1355/6219 KB 1359/6219 KB 1363/6219 KB 1367/6219 KB 1371/6219 KB 1375/6219 KB 1379/6219 KB 1383/6219 KB 1387/6219 KB 1391/6219 KB 1395/6219 KB 1399/6219 KB 1403/6219 KB 1407/6219 KB 1411/6219 KB 1415/6219 KB 1419/6219 KB 1423/6219 KB 1427/6219 KB 1431/6219 KB 1435/6219 KB 1439/6219 KB 1443/6219 KB 1447/6219 KB 1449/6219 KB 1452/6219 KB 1453/6219 KB 1457/6219 KB 1459/6219 KB 1460/6219 KB 1461/6219 KB 1463/6219 KB 1464/6219 KB 1465/6219 KB 1468/6219 KB 1471/6219 KB 1472/6219 KB 1474/6219 KB 1475/6219 KB 1479/6219 KB 1479/6219 KB 1482/6219 KB 1483/6219 KB 1485/6219 KB 1486/6219 KB 1487/6219 KB 1491/6219 KB 1494/6219 KB 1498/6219 KB 1498/6219 KB 1502/6219 KB 1505/6219 KB 1509/6219 KB 1512/6219 KB 1513/6219 KB 1515/6219 KB 1517/6219 KB 1520/6219 KB 1522/6219 KB 1524/6219 KB 1527/6219 KB 1528/6219 KB 1530/6219 KB 1531/6219 KB 1534/6219 KB 1535/6219 KB 1537/6219 KB 1538/6219 KB 1539/6219 KB 1542/6219 KB 1543/6219 KB 1546/6219 KB 1548/6219 KB 1552/6219 KB 1553/6219 KB 1557/6219 KB 1557/6219 KB 1560/6219 KB 1561/6219 KB 1564/6219 KB 1567/6219 KB 1569/6219 KB 1572/6219 KB 1574/6219 KB 1578/6219 KB 1578/6219 KB 1580/6219 KB 1582/6219 KB 1584/6219 KB 1586/6219 KB 1587/6219 KB 1590/6219 KB 1591/6219 KB 1593/6219 KB 1594/6219 KB 1597/6219 KB 1599/6219 KB 1602/6219 KB 1604/6219 KB 1605/6219 KB 1609/6219 KB 1610/6219 KB 1613/6219 KB 1615/6219 KB 1619/6219 KB 1619/6219 KB 1620/6219 KB 1621/6219 KB 1623/6219 KB 1624/6219 KB 1628/6219 KB 1628/6219 KB 1632/6219 KB 1636/6219 KB 1636/6219 KB 1640/6219 KB 1643/6219 KB 1646/6219 KB 1650/6219 KB 1654/6219 KB 1658/6219 KB 1662/6219 KB 1666/6219 KB 1670/6219 KB 1674/6219 KB 1678/6219 KB 1682/6219 KB 1686/6219 KB 1690/6219 KB 1692/6219 KB 1696/6219 KB 1698/6219 KB 1701/6219 KB 1705/6219 KB 1709/6219 KB 1713/6219 KB 1714/6219 KB 1717/6219 KB 1721/6219 KB 1725/6219 KB 1729/6219 KB 1733/6219 KB 1737/6219 KB 1741/6219 KB 1745/6219 KB 1749/6219 KB 1753/6219 KB 1757/6219 KB 1761/6219 KB 1765/6219 KB 1769/6219 KB 1773/6219 KB 1777/6219 KB 1781/6219 KB 1785/6219 KB 1789/6219 KB 1793/6219 KB 1797/6219 KB 1801/6219 KB 1805/6219 KB 1809/6219 KB 1813/6219 KB 1817/6219 KB 1821/6219 KB 1825/6219 KB 1829/6219 KB 1833/6219 KB 1837/6219 KB 1841/6219 KB 1845/6219 KB 1849/6219 KB 1853/6219 KB 1857/6219 KB 1861/6219 KB 1865/6219 KB 1869/6219 KB 1873/6219 KB 1877/6219 KB 1881/6219 KB 1885/6219 KB 1889/6219 KB 1893/6219 KB 1897/6219 KB 1901/6219 KB 1905/6219 KB 1909/6219 KB 1913/6219 KB 1917/6219 KB 1921/6219 KB 1925/6219 KB 1929/6219 KB 1933/6219 KB 1937/6219 KB 1939/6219 KB 1943/6219 KB 1944/6219 KB 1945/6219 KB 1947/6219 KB 1949/6219 KB 1951/6219 KB 1954/6219 KB 1955/6219 KB 1956/6219 KB 1959/6219 KB 1960/6219 KB 1963/6219 KB 1965/6219 KB 1969/6219 KB 1969/6219 KB 1970/6219 KB 1971/6219 KB 1973/6219 KB 1974/6219 KB 1975/6219 KB 1977/6219 KB 1978/6219 KB 1980/6219 KB 1981/6219 KB 1982/6219 KB 1984/6219 KB 1985/6219 KB 1986/6219 KB 1988/6219 KB 1989/6219 KB 1992/6219 KB 1993/6219 KB 1995/6219 KB 1996/6219 KB 1997/6219 KB 1999/6219 KB 2000/6219 KB 2001/6219 KB 2003/6219 KB 2004/6219 KB 2006/6219 KB 2007/6219 KB 2008/6219 KB 2010/6219 KB 2011/6219 KB 2012/6219 KB 2014/6219 KB 2015/6219 KB 2016/6219 KB 2018/6219 KB 2019/6219 KB 2021/6219 KB 2023/6219 KB 2025/6219 KB 2026/6219 KB 2027/6219 KB 2029/6219 KB 2032/6219 KB 2033/6219 KB 2034/6219 KB 2036/6219 KB 2037/6219 KB 2038/6219 KB 2040/6219 KB 2041/6219 KB 2042/6219 KB 2044/6219 KB 2045/6219 KB 2047/6219 KB 2048/6219 KB 2049/6219 KB 2051/6219 KB 2052/6219 KB 2053/6219 KB 2055/6219 KB 2056/6219 KB 2057/6219 KB 2060/6219 KB 2062/6219 KB 2064/6219 KB 2066/6219 KB 2070/6219 KB 2070/6219 KB 2071/6219 KB 2075/6219 KB 2077/6219 KB 2081/6219 KB 2081/6219 KB 2082/6219 KB 2083/6219 KB 2085/6219 KB 2086/6219 KB 2088/6219 KB 2089/6219 KB 2092/6219 KB 2093/6219 KB 2096/6219 KB 2097/6219 KB 2100/6219 KB 2101/6219 KB 2104/6219 KB 2108/6219 KB 2111/6219 KB 2114/6219 KB 2115/6219 KB 2116/6219 KB 2118/6219 KB 2120/6219 KB 2122/6219 KB 2126/6219 KB 2127/6219 KB 2130/6219 KB 2131/6219 KB 2133/6219 KB 2134/6219 KB 2135/6219 KB 2137/6219 KB 2140/6219 KB 2141/6219 KB 2144/6219 KB 2146/6219 KB 2148/6219 KB 2149/6219 KB 2152/6219 KB 2153/6219 KB 2155/6219 KB 2157/6219 KB 2160/6219 KB 2161/6219 KB 2163/6219 KB 2164/6219 KB 2165/6219 KB 2167/6219 KB 2170/6219 KB 2171/6219 KB 2174/6219 KB 2175/6219 KB 2176/6219 KB 2178/6219 KB 2179/6219 KB 2181/6219 KB 2183/6219 KB 2185/6219 KB 2186/6219 KB 2189/6219 KB 2190/6219 KB 2191/6219 KB 2194/6219 KB 2196/6219 KB 2197/6219 KB 2198/6219 KB 2200/6219 KB 2201/6219 KB 2202/6219 KB 2205/6219 KB 2207/6219 KB 2208/6219 KB 2209/6219 KB 2211/6219 KB 2212/6219 KB 2213/6219 KB 2215/6219 KB 2216/6219 KB 2219/6219 KB 2220/6219 KB 2222/6219 KB 2223/6219 KB 2224/6219 KB 2228/6219 KB 2228/6219 KB 2230/6219 KB 2231/6219 KB 2232/6219 KB 2234/6219 KB 2235/6219 KB 2237/6219 KB 2239/6219 KB 2241/6219 KB 2242/6219 KB 2243/6219 KB 2245/6219 KB 2246/6219 KB 2248/6219 KB 2249/6219 KB 2250/6219 KB 2253/6219 KB 2254/6219 KB 2256/6219 KB 2257/6219 KB 2258/6219 KB 2260/6219 KB 2261/6219 KB 2264/6219 KB 2267/6219 KB 2268/6219 KB 2269/6219 KB 2272/6219 KB 2275/6219 KB 2276/6219 KB 2278/6219 KB 2279/6219 KB 2280/6219 KB 2282/6219 KB 2283/6219 KB 2284/6219 KB 2286/6219 KB 2287/6219 KB 2289/6219 KB 2291/6219 KB 2293/6219 KB 2294/6219 KB 2295/6219 KB 2297/6219 KB 2298/6219 KB 2299/6219 KB 2301/6219 KB 2302/6219 KB 2305/6219 KB 2306/6219 KB 2310/6219 KB 2310/6219 KB 2312/6219 KB 2313/6219 KB 2315/6219 KB 2317/6219 KB 2320/6219 KB 2321/6219 KB 2325/6219 KB 2325/6219 KB 2328/6219 KB 2331/6219 KB 2332/6219 KB 2334/6219 KB 2336/6219 KB 2338/6219 KB 2339/6219 KB 2343/6219 KB 2343/6219 KB 2345/6219 KB 2346/6219 KB 2347/6219 KB 2349/6219 KB 2350/6219 KB 2351/6219 KB 2354/6219 KB 2356/6219 KB 2357/6219 KB 2358/6219 KB 2360/6219 KB 2362/6219 KB 2364/6219 KB 2365/6219 KB 2366/6219 KB 2368/6219 KB 2369/6219 KB 2371/6219 KB 2373/6219 KB 2375/6219 KB 2376/6219 KB 2380/6219 KB 2380/6219 KB 2383/6219 KB 2384/6219 KB 2386/6219 KB 2387/6219 KB 2388/6219 KB 2391/6219 KB 2392/6219 KB 2394/6219 KB 2395/6219 KB 2398/6219 KB 2399/6219 KB 2401/6219 KB 2402/6219 KB 2403/6219 KB 2406/6219 KB 2407/6219 KB 2409/6219 KB 2410/6219 KB 2413/6219 KB 2414/6219 KB 2416/6219 KB 2417/6219 KB 2418/6219 KB 2421/6219 KB 2423/6219 KB 2425/6219 KB 2427/6219 KB 2428/6219 KB 2429/6219 KB 2432/6219 KB 2433/6219 KB 2435/6219 KB 2438/6219 KB 2439/6219 KB 2440/6219 KB 2442/6219 KB 2443/6219 KB 2446/6219 KB 2449/6219 KB 2450/6219 KB 2453/6219 KB 2454/6219 KB 2455/6219 KB 2457/6219 KB 2458/6219 KB 2459/6219 KB 2461/6219 KB 2462/6219 KB 2464/6219 KB 2465/6219 KB 2466/6219 KB 2468/6219 KB 2469/6219 KB 2470/6219 KB 2472/6219 KB 2473/6219 KB 2476/6219 KB 2480/6219 KB 2480/6219 KB 2481/6219 KB 2484/6219 KB 2485/6219 KB 2487/6219 KB 2488/6219 KB 2490/6219 KB 2492/6219 KB 2495/6219 KB 2498/6219 KB 2499/6219 KB 2500/6219 KB 2502/6219 KB 2503/6219 KB 2506/6219 KB 2507/6219 KB 2511/6219 KB 2511/6219 KB 2513/6219 KB 2514/6219 KB 2515/6219 KB 2517/6219 KB 2520/6219 KB 2522/6219 KB 2524/6219 KB 2526/6219 KB 2530/6219 KB 2531/6219 KB 2533/6219 KB 2536/6219 KB 2539/6219 KB 2543/6219 KB 2544/6219 KB 2547/6219 KB 2550/6219 KB 2551/6219 KB 2554/6219 KB 2555/6219 KB 2557/6219 KB 2558/6219 KB 2559/6219 KB 2561/6219 KB 2562/6219 KB 2563/6219 KB 2565/6219 KB 2566/6219 KB 2567/6219 KB 2569/6219 KB 2570/6219 KB 2572/6219 KB 2573/6219 KB 2574/6219 KB 2576/6219 KB 2577/6219 KB 2580/6219 KB 2584/6219 KB 2584/6219 KB 2585/6219 KB 2587/6219 KB 2588/6219 KB 2589/6219 KB 2593/6219 KB 2593/6219 KB 2595/6219 KB 2599/6219 KB 2599/6219 KB 2600/6219 KB 2602/6219 KB 2604/6219 KB 2607/6219 KB 2608/6219 KB 2610/6219 KB 2611/6219 KB 2614/6219 KB 2617/6219 KB 2618/6219 KB 2619/6219 KB 2621/6219 KB 2625/6219 KB 2625/6219 KB 2629/6219 KB 2633/6219 KB 2634/6219 KB 2636/6219 KB 2637/6219 KB 2639/6219 KB 2640/6219 KB 2641/6219 KB 2644/6219 KB 2645/6219 KB 2647/6219 KB 2648/6219 KB 2649/6219 KB 2651/6219 KB 2652/6219 KB 2655/6219 KB 2656/6219 KB 2658/6219 KB 2660/6219 KB 2662/6219 KB 2663/6219 KB 2665/6219 KB 2666/6219 KB 2667/6219 KB 2670/6219 KB 2673/6219 KB 2675/6219 KB 2677/6219 KB 2678/6219 KB 2680/6219 KB 2681/6219 KB 2682/6219 KB 2684/6219 KB 2686/6219 KB 2688/6219 KB 2689/6219 KB 2692/6219 KB 2695/6219 KB 2696/6219 KB 2697/6219 KB 2700/6219 KB 2701/6219 KB 2703/6219 KB 2704/6219 KB 2706/6219 KB 2708/6219 KB 2710/6219 KB 2711/6219 KB 2714/6219 KB 2715/6219 KB 2716/6219 KB 2718/6219 KB 2722/6219 KB 2722/6219 KB 2723/6219 KB 2725/6219 KB 2726/6219 KB 2727/6219 KB 2730/6219 KB 2732/6219 KB 2733/6219 KB 2736/6219 KB 2737/6219 KB 2738/6219 KB 2741/6219 KB 2742/6219 KB 2745/6219 KB 2747/6219 KB 2751/6219 KB 2752/6219 KB 2753/6219 KB 2755/6219 KB 2756/6219 KB 2759/6219 KB 2762/6219 KB 2764/6219 KB 2766/6219 KB 2767/6219 KB 2768/6219 KB 2770/6219 KB 2771/6219 KB 2773/6219 KB 2774/6219 KB 2777/6219 KB 2778/6219 KB 2781/6219 KB 2782/6219 KB 2783/6219 KB 2785/6219 KB 2786/6219 KB 2788/6219 KB 2789/6219 KB 2790/6219 KB 2793/6219 KB 2794/6219 KB 2796/6219 KB 2799/6219 KB 2803/6219 KB 2803/6219 KB 2804/6219 KB 2805/6219 KB 2807/6219 KB 2808/6219 KB 2811/6219 KB 2812/6219 KB 2814/6219 KB 2815/6219 KB 2816/6219 KB 2818/6219 KB 2819/6219 KB 2820/6219 KB 2823/6219 KB 2824/6219 KB 2827/6219 KB 2829/6219 KB 2830/6219 KB 2834/6219 KB 2834/6219 KB 2837/6219 KB 2840/6219 KB 2841/6219 KB 2844/6219 KB 2845/6219 KB 2846/6219 KB 2849/6219 KB 2850/6219 KB 2853/6219 KB 2855/6219 KB 2856/6219 KB 2857/6219 KB 2859/6219 KB 2860/6219 KB 2863/6219 KB 2864/6219 KB 2865/6219 KB 2867/6219 KB 2868/6219 KB 2870/6219 KB 2874/6219 KB 2874/6219 KB 2875/6219 KB 2878/6219 KB 2879/6219 KB 2881/6219 KB 2882/6219 KB 2883/6219 KB 2886/6219 KB 2887/6219 KB 2889/6219 KB 2890/6219 KB 2891/6219 KB 2893/6219 KB 2894/6219 KB 2896/6219 KB 2897/6219 KB 2898/6219 KB 2900/6219 KB 2901/6219 KB 2902/6219 KB 2904/6219 KB 2905/6219 KB 2907/6219 KB 2909/6219 KB 2912/6219 KB 2913/6219 KB 2915/6219 KB 2916/6219 KB 2917/6219 KB 2919/6219 KB 2920/6219 KB 2922/6219 KB 2923/6219 KB 2924/6219 KB 2926/6219 KB 2928/6219 KB 2930/6219 KB 2932/6219 KB 2934/6219 KB 2935/6219 KB 2937/6219 KB 2938/6219 KB 2942/6219 KB 2942/6219 KB 2945/6219 KB 2946/6219 KB 2950/6219 KB 2950/6219 KB 2953/6219 KB 2956/6219 KB 2957/6219 KB 2958/6219 KB 2960/6219 KB 2963/6219 KB 2965/6219 KB 2967/6219 KB 2968/6219 KB 2969/6219 KB 2972/6219 KB 2974/6219 KB 2978/6219 KB 2978/6219 KB 2980/6219 KB 2982/6219 KB 2983/6219 KB 2986/6219 KB 2989/6219 KB 2990/6219 KB 2991/6219 KB 2993/6219 KB 2995/6219 KB 2999/6219 KB 2999/6219 KB 3001/6219 KB 3002/6219 KB 3004/6219 KB 3005/6219 KB 3006/6219 KB 3008/6219 KB 3009/6219 KB 3012/6219 KB 3013/6219 KB 3015/6219 KB 3016/6219 KB 3017/6219 KB 3019/6219 KB 3020/6219 KB 3023/6219 KB 3024/6219 KB 3027/6219 KB 3030/6219 KB 3031/6219 KB 3032/6219 KB 3034/6219 KB 3036/6219 KB 3039/6219 KB 3040/6219 KB 3043/6219 KB 3046/6219 KB 3049/6219 KB 3051/6219 KB 3055/6219 KB 3056/6219 KB 3060/6219 KB 3060/6219 KB 3061/6219 KB 3064/6219 KB 3066/6219 KB 3068/6219 KB 3069/6219 KB 3072/6219 KB 3076/6219 KB 3076/6219 KB 3079/6219 KB 3082/6219 KB 3084/6219 KB 3086/6219 KB 3087/6219 KB 3090/6219 KB 3091/6219 KB 3094/6219 KB 3098/6219 KB 3098/6219 KB 3099/6219 KB 3102/6219 KB 3103/6219 KB 3106/6219 KB 3107/6219 KB 3110/6219 KB 3112/6219 KB 3113/6219 KB 3114/6219 KB 3116/6219 KB 3117/6219 KB 3118/6219 KB 3121/6219 KB 3124/6219 KB 3125/6219 KB 3128/6219 KB 3129/6219 KB 3132/6219 KB 3133/6219 KB 3135/6219 KB 3136/6219 KB 3138/6219 KB 3139/6219 KB 3140/6219 KB 3142/6219 KB 3143/6219 KB 3144/6219 KB 3146/6219 KB 3147/6219 KB 3149/6219 KB 3150/6219 KB 3151/6219 KB 3153/6219 KB 3155/6219 KB 3158/6219 KB 3159/6219 KB 3161/6219 KB 3162/6219 KB 3164/6219 KB 3166/6219 KB 3168/6219 KB 3169/6219 KB 3170/6219 KB 3172/6219 KB 3173/6219 KB 3174/6219 KB 3176/6219 KB 3179/6219 KB 3180/6219 KB 3183/6219 KB 3184/6219 KB 3187/6219 KB 3188/6219 KB 3190/6219 KB 3191/6219 KB 3192/6219 KB 3196/6219 KB 3196/6219 KB 3198/6219 KB 3202/6219 KB 3202/6219 KB 3203/6219 KB 3205/6219 KB 3206/6219 KB 3207/6219 KB 3210/6219 KB 3211/6219 KB 3214/6219 KB 3215/6219 KB 3217/6219 KB 3221/6219 KB 3221/6219 KB 3222/6219 KB 3224/6219 KB 3225/6219 KB 3228/6219 KB 3229/6219 KB 3232/6219 KB 3233/6219 KB 3236/6219 KB 3237/6219 KB 3239/6219 KB 3240/6219 KB 3243/6219 KB 3244/6219 KB 3246/6219 KB 3247/6219 KB 3248/6219 KB 3250/6219 KB 3251/6219 KB 3254/6219 KB 3257/6219 KB 3258/6219 KB 3259/6219 KB 3262/6219 KB 3263/6219 KB 3265/6219 KB 3266/6219 KB 3269/6219 KB 3270/6219 KB 3272/6219 KB 3274/6219 KB 3277/6219 KB 3281/6219 KB 3281/6219 KB 3284/6219 KB 3285/6219 KB 3287/6219 KB 3288/6219 KB 3289/6219 KB 3291/6219 KB 3293/6219 KB 3295/6219 KB 3296/6219 KB 3300/6219 KB 3300/6219 KB 3303/6219 KB 3304/6219 KB 3306/6219 KB 3307/6219 KB 3310/6219 KB 3314/6219 KB 3314/6219 KB 3315/6219 KB 3319/6219 KB 3319/6219 KB 3321/6219 KB 3324/6219 KB 3325/6219 KB 3326/6219 KB 3328/6219 KB 3330/6219 KB 3332/6219 KB 3333/6219 KB 3334/6219 KB 3337/6219 KB 3339/6219 KB 3340/6219 KB 3341/6219 KB 3343/6219 KB 3344/6219 KB 3345/6219 KB 3347/6219 KB 3348/6219 KB 3351/6219 KB 3352/6219 KB 3354/6219 KB 3355/6219 KB 3356/6219 KB 3358/6219 KB 3360/6219 KB 3363/6219 KB 3365/6219 KB 3366/6219 KB 3367/6219 KB 3369/6219 KB 3370/6219 KB 3371/6219 KB 3374/6219 KB 3375/6219 KB 3377/6219 KB 3378/6219 KB 3380/6219 KB 3384/6219 KB 3384/6219 KB 3385/6219 KB 3388/6219 KB 3390/6219 KB 3392/6219 KB 3393/6219 KB 3396/6219 KB 3397/6219 KB 3399/6219 KB 3400/6219 KB 3401/6219 KB 3403/6219 KB 3407/6219 KB 3408/6219 KB 3412/6219 KB 3412/6219 KB 3414/6219 KB 3416/6219 KB 3419/6219 KB 3421/6219 KB 3422/6219 KB 3425/6219 KB 3427/6219 KB 3429/6219 KB 3430/6219 KB 3432/6219 KB 3433/6219 KB 3434/6219 KB 3436/6219 KB 3437/6219 KB 3438/6219 KB 3442/6219 KB 3442/6219 KB 3445/6219 KB 3449/6219 KB 3449/6219 KB 3452/6219 KB 3456/6219 KB 3459/6219 KB 3462/6219 KB 3463/6219 KB 3464/6219 KB 3467/6219 KB 3470/6219 KB 3471/6219 KB 3475/6219 KB 3479/6219 KB 3483/6219 KB 3485/6219 KB 3489/6219 KB 3492/6219 KB 3494/6219 KB 3497/6219 KB 3499/6219 KB 3500/6219 KB 3503/6219 KB 3504/6219 KB 3508/6219 KB 3508/6219 KB 3509/6219 KB 3511/6219 KB 3514/6219 KB 3515/6219 KB 3518/6219 KB 3519/6219 KB 3520/6219 KB 3522/6219 KB 3524/6219 KB 3526/6219 KB 3529/6219 KB 3530/6219 KB 3531/6219 KB 3534/6219 KB 3538/6219 KB 3538/6219 KB 3540/6219 KB 3541/6219 KB 3544/6219 KB 3546/6219 KB 3548/6219 KB 3549/6219 KB 3553/6219 KB 3555/6219 KB 3557/6219 KB 3559/6219 KB 3560/6219 KB 3561/6219 KB 3563/6219 KB 3564/6219 KB 3565/6219 KB 3567/6219 KB 3568/6219 KB 3571/6219 KB 3574/6219 KB 3575/6219 KB 3576/6219 KB 3578/6219 KB 3581/6219 KB 3582/6219 KB 3585/6219 KB 3587/6219 KB 3589/6219 KB 3590/6219 KB 3591/6219 KB 3593/6219 KB 3594/6219 KB 3596/6219 KB 3597/6219 KB 3598/6219 KB 3602/6219 KB 3602/6219 KB 3604/6219 KB 3607/6219 KB 3608/6219 KB 3609/6219 KB 3612/6219 KB 3615/6219 KB 3616/6219 KB 3617/6219 KB 3620/6219 KB 3622/6219 KB 3623/6219 KB 3624/6219 KB 3627/6219 KB 3628/6219 KB 3631/6219 KB 3634/6219 KB 3635/6219 KB 3637/6219 KB 3639/6219 KB 3642/6219 KB 3643/6219 KB 3646/6219 KB 3648/6219 KB 3649/6219 KB 3652/6219 KB 3653/6219 KB 3654/6219 KB 3656/6219 KB 3658/6219 KB 3660/6219 KB 3661/6219 KB 3663/6219 KB 3664/6219 KB 3667/6219 KB 3668/6219 KB 3671/6219 KB 3672/6219 KB 3674/6219 KB 3678/6219 KB 3678/6219 KB 3679/6219 KB 3680/6219 KB 3682/6219 KB 3683/6219 KB 3684/6219 KB 3686/6219 KB 3689/6219 KB 3691/6219 KB 3693/6219 KB 3694/6219 KB 3695/6219 KB 3697/6219 KB 3698/6219 KB 3699/6219 KB 3702/6219 KB 3704/6219 KB 3708/6219 KB 3708/6219 KB 3710/6219 KB 3712/6219 KB 3713/6219 KB 3717/6219 KB 3717/6219 KB 3721/6219 KB 3723/6219 KB 3724/6219 KB 3727/6219 KB 3728/6219 KB 3730/6219 KB 3732/6219 KB 3734/6219 KB 3738/6219 KB 3738/6219 KB 3739/6219 KB 3742/6219 KB 3745/6219 KB 3746/6219 KB 3749/6219 KB 3750/6219 KB 3751/6219 KB 3753/6219 KB 3754/6219 KB 3756/6219 KB 3757/6219 KB 3760/6219 KB 3762/6219 KB 3765/6219 KB 3766/6219 KB 3769/6219 KB 3771/6219 KB 3773/6219 KB 3775/6219 KB 3776/6219 KB 3780/6219 KB 3780/6219 KB 3782/6219 KB 3784/6219 KB 3786/6219 KB 3788/6219 KB 3790/6219 KB 3791/6219 KB 3792/6219 KB 3794/6219 KB 3795/6219 KB 3797/6219 KB 3799/6219 KB 3801/6219 KB 3802/6219 KB 3803/6219 KB 3805/6219 KB 3807/6219 KB 3809/6219 KB 3810/6219 KB 3812/6219 KB 3813/6219 KB 3814/6219 KB 3818/6219 KB 3818/6219 KB 3821/6219 KB 3823/6219 KB 3824/6219 KB 3825/6219 KB 3827/6219 KB 3831/6219 KB 3831/6219 KB 3832/6219 KB 3833/6219 KB 3836/6219 KB 3838/6219 KB 3842/6219 KB 3843/6219 KB 3846/6219 KB 3849/6219 KB 3850/6219 KB 3851/6219 KB 3853/6219 KB 3854/6219 KB 3855/6219 KB 3857/6219 KB 3858/6219 KB 3859/6219 KB 3863/6219 KB 3865/6219 KB 3866/6219 KB 3868/6219 KB 3869/6219 KB 3870/6219 KB 3872/6219 KB 3874/6219 KB 3876/6219 KB 3879/6219 KB 3881/6219 KB 3884/6219 KB 3887/6219 KB 3888/6219 KB 3890/6219 KB 3891/6219 KB 3892/6219 KB 3894/6219 KB 3896/6219 KB 3899/6219 KB 3902/6219 KB 3903/6219 KB 3905/6219 KB 3907/6219 KB 3909/6219 KB 3910/6219 KB 3911/6219 KB 3913/6219 KB 3915/6219 KB 3917/6219 KB 3918/6219 KB 3920/6219 KB 3921/6219 KB 3922/6219 KB 3926/6219 KB 3928/6219 KB 3931/6219 KB 3932/6219 KB 3933/6219 KB 3935/6219 KB 3936/6219 KB 3937/6219 KB 3940/6219 KB 3943/6219 KB 3944/6219 KB 3946/6219 KB 3947/6219 KB 3950/6219 KB 3951/6219 KB 3954/6219 KB 3957/6219 KB 3958/6219 KB 3961/6219 KB 3965/6219 KB 3965/6219 KB 3967/6219 KB 3969/6219 KB 3970/6219 KB 3972/6219 KB 3973/6219 KB 3974/6219 KB 3978/6219 KB 3978/6219 KB 3980/6219 KB 3981/6219 KB 3982/6219 KB 3985/6219 KB 3987/6219 KB 3988/6219 KB 3989/6219 KB 3991/6219 KB 3993/6219 KB 3997/6219 KB 3998/6219 KB 4000/6219 KB 4003/6219 KB 4004/6219 KB 4006/6219 KB 4007/6219 KB 4008/6219 KB 4010/6219 KB 4013/6219 KB 4014/6219 KB 4015/6219 KB 4017/6219 KB 4018/6219 KB 4019/6219 KB 4021/6219 KB 4022/6219 KB 4024/6219 KB 4025/6219 KB 4026/6219 KB 4028/6219 KB 4032/6219 KB 4032/6219 KB 4033/6219 KB 4034/6219 KB 4037/6219 KB 4039/6219 KB 4041/6219 KB 4043/6219 KB 4044/6219 KB 4045/6219 KB 4047/6219 KB 4048/6219 KB 4052/6219 KB 4052/6219 KB 4054/6219 KB 4055/6219 KB 4058/6219 KB 4059/6219 KB 4060/6219 KB 4062/6219 KB 4063/6219 KB 4065/6219 KB 4066/6219 KB 4067/6219 KB 4069/6219 KB 4070/6219 KB 4071/6219 KB 4073/6219 KB 4077/6219 KB 4077/6219 KB 4078/6219 KB 4080/6219 KB 4081/6219 KB 4085/6219 KB 4085/6219 KB 4086/6219 KB 4089/6219 KB 4092/6219 KB 4096/6219 KB 4096/6219 KB 4097/6219 KB 4100/6219 KB 4103/6219 KB 4106/6219 KB 4107/6219 KB 4108/6219 KB 4110/6219 KB 4111/6219 KB 4112/6219 KB 4115/6219 KB 4116/6219 KB 4119/6219 KB 4122/6219 KB 4123/6219 KB 4125/6219 KB 4127/6219 KB 4129/6219 KB 4130/6219 KB 4133/6219 KB 4136/6219 KB 4137/6219 KB 4138/6219 KB 4140/6219 KB 4141/6219 KB 4142/6219 KB 4144/6219 KB 4145/6219 KB 4147/6219 KB 4148/6219 KB 4149/6219 KB 4151/6219 KB 4152/6219 KB 4155/6219 KB 4157/6219 KB 4159/6219 KB 4162/6219 KB 4163/6219 KB 4166/6219 KB 4167/6219 KB 4170/6219 KB 4171/6219 KB 4173/6219 KB 4175/6219 KB 4177/6219 KB 4178/6219 KB 4179/6219 KB 4181/6219 KB 4183/6219 KB 4185/6219 KB 4186/6219 KB 4188/6219 KB 4190/6219 KB 4194/6219 KB 4194/6219 KB 4197/6219 KB 4199/6219 KB 4203/6219 KB 4203/6219 KB 4204/6219 KB 4205/6219 KB 4207/6219 KB 4209/6219 KB 4211/6219 KB 4212/6219 KB 4214/6219 KB 4216/6219 KB 4219/6219 KB 4222/6219 KB 4226/6219 KB 4226/6219 KB 4227/6219 KB 4230/6219 KB 4231/6219 KB 4235/6219 KB 4235/6219 KB 4237/6219 KB 4238/6219 KB 4240/6219 KB 4242/6219 KB 4245/6219 KB 4246/6219 KB 4248/6219 KB 4249/6219 KB 4250/6219 KB 4252/6219 KB 4253/6219 KB 4257/6219 KB 4257/6219 KB 4259/6219 KB 4260/6219 KB 4263/6219 KB 4264/6219 KB 4265/6219 KB 4267/6219 KB 4270/6219 KB 4271/6219 KB 4272/6219 KB 4275/6219 KB 4276/6219 KB 4278/6219 KB 4279/6219 KB 4283/6219 KB 4283/6219 KB 4287/6219 KB 4287/6219 KB 4289/6219 KB 4290/6219 KB 4291/6219 KB 4293/6219 KB 4296/6219 KB 4297/6219 KB 4298/6219 KB 4300/6219 KB 4301/6219 KB 4304/6219 KB 4305/6219 KB 4307/6219 KB 4308/6219 KB 4311/6219 KB 4312/6219 KB 4313/6219 KB 4315/6219 KB 4316/6219 KB 4317/6219 KB 4320/6219 KB 4322/6219 KB 4323/6219 KB 4326/6219 KB 4327/6219 KB 4330/6219 KB 4331/6219 KB 4332/6219 KB 4334/6219 KB 4338/6219 KB 4339/6219 KB 4341/6219 KB 4345/6219 KB 4345/6219 KB 4346/6219 KB 4348/6219 KB 4352/6219 KB 4353/6219 KB 4354/6219 KB 4356/6219 KB 4357/6219 KB 4358/6219 KB 4360/6219 KB 4363/6219 KB 4367/6219 KB 4367/6219 KB 4368/6219 KB 4369/6219 KB 4371/6219 KB 4372/6219 KB 4374/6219 KB 4375/6219 KB 4376/6219 KB 4378/6219 KB 4379/6219 KB 4380/6219 KB 4382/6219 KB 4383/6219 KB 4384/6219 KB 4386/6219 KB 4387/6219 KB 4389/6219 KB 4390/6219 KB 4391/6219 KB 4393/6219 KB 4394/6219 KB 4395/6219 KB 4397/6219 KB 4399/6219 KB 4401/6219 KB 4404/6219 KB 4406/6219 KB 4408/6219 KB 4410/6219 KB 4412/6219 KB 4413/6219 KB 4415/6219 KB 4416/6219 KB 4417/6219 KB 4421/6219 KB 4421/6219 KB 4423/6219 KB 4424/6219 KB 4425/6219 KB 4427/6219 KB 4428/6219 KB 4432/6219 KB 4432/6219 KB 4435/6219 KB 4438/6219 KB 4439/6219 KB 4442/6219 KB 4445/6219 KB 4446/6219 KB 4449/6219 KB 4450/6219 KB 4453/6219 KB 4454/6219 KB 4456/6219 KB 4457/6219 KB 4458/6219 KB 4460/6219 KB 4462/6219 KB 4464/6219 KB 4465/6219 KB 4466/6219 KB 4468/6219 KB 4471/6219 KB 4473/6219 KB 4475/6219 KB 4479/6219 KB 4479/6219 KB 4482/6219 KB 4483/6219 KB 4484/6219 KB 4486/6219 KB 4487/6219 KB 4488/6219 KB 4492/6219 KB 4492/6219 KB 4494/6219 KB 4495/6219 KB 4497/6219 KB 4498/6219 KB 4499/6219 KB 4502/6219 KB 4503/6219 KB 4505/6219 KB 4506/6219 KB 4507/6219 KB 4510/6219 KB 4512/6219 KB 4513/6219 KB 4516/6219 KB 4518/6219 KB 4520/6219 KB 4521/6219 KB 4524/6219 KB 4525/6219 KB 4527/6219 KB 4528/6219 KB 4529/6219 KB 4533/6219 KB 4533/6219 KB 4535/6219 KB 4538/6219 KB 4539/6219 KB 4543/6219 KB 4543/6219 KB 4547/6219 KB 4547/6219 KB 4549/6219 KB 4550/6219 KB 4551/6219 KB 4554/6219 KB 4555/6219 KB 4558/6219 KB 4561/6219 KB 4562/6219 KB 4564/6219 KB 4566/6219 KB 4569/6219 KB 4572/6219 KB 4573/6219 KB 4576/6219 KB 4577/6219 KB 4579/6219 KB 4581/6219 KB 4585/6219 KB 4585/6219 KB 4587/6219 KB 4588/6219 KB 4592/6219 KB 4592/6219 KB 4594/6219 KB 4595/6219 KB 4596/6219 KB 4598/6219 KB 4599/6219 KB 4600/6219 KB 4604/6219 KB 4605/6219 KB 4606/6219 KB 4610/6219 KB 4610/6219 KB 4611/6219 KB 4613/6219 KB 4614/6219 KB 4615/6219 KB 4617/6219 KB 4620/6219 KB 4621/6219 KB 4622/6219 KB 4625/6219 KB 4626/6219 KB 4628/6219 KB 4629/6219 KB 4631/6219 KB 4632/6219 KB 4635/6219 KB 4636/6219 KB 4637/6219 KB 4641/6219 KB 4641/6219 KB 4643/6219 KB 4646/6219 KB 4650/6219 KB 4650/6219 KB 4652/6219 KB 4654/6219 KB 4655/6219 KB 4657/6219 KB 4658/6219 KB 4661/6219 KB 4662/6219 KB 4663/6219 KB 4666/6219 KB 4667/6219 KB 4670/6219 KB 4673/6219 KB 4676/6219 KB 4677/6219 KB 4680/6219 KB 4681/6219 KB 4685/6219 KB 4685/6219 KB 4687/6219 KB 4691/6219 KB 4692/6219 KB 4695/6219 KB 4696/6219 KB 4698/6219 KB 4699/6219 KB 4700/6219 KB 4702/6219 KB 4703/6219 KB 4707/6219 KB 4707/6219 KB 4710/6219 KB 4711/6219 KB 4713/6219 KB 4715/6219 KB 4718/6219 KB 4719/6219 KB 4722/6219 KB 4725/6219 KB 4726/6219 KB 4728/6219 KB 4729/6219 KB 4730/6219 KB 4732/6219 KB 4733/6219 KB 4734/6219 KB 4736/6219 KB 4737/6219 KB 4741/6219 KB 4741/6219 KB 4743/6219 KB 4744/6219 KB 4745/6219 KB 4747/6219 KB 4748/6219 KB 4749/6219 KB 4751/6219 KB 4755/6219 KB 4755/6219 KB 4756/6219 KB 4758/6219 KB 4760/6219 KB 4762/6219 KB 4763/6219 KB 4765/6219 KB 4766/6219 KB 4769/6219 KB 4770/6219 KB 4771/6219 KB 4773/6219 KB 4774/6219 KB 4775/6219 KB 4778/6219 KB 4780/6219 KB 4782/6219 KB 4784/6219 KB 4785/6219 KB 4788/6219 KB 4789/6219 KB 4790/6219 KB 4793/6219 KB 4795/6219 KB 4797/6219 KB 4800/6219 KB 4801/6219 KB 4804/6219 KB 4807/6219 KB 4810/6219 KB 4811/6219 KB 4812/6219 KB 4814/6219 KB 4816/6219 KB 4818/6219 KB 4821/6219 KB 4822/6219 KB 4823/6219 KB 4825/6219 KB 4826/6219 KB 4827/6219 KB 4829/6219 KB 4830/6219 KB 4832/6219 KB 4833/6219 KB 4834/6219 KB 4837/6219 KB 4838/6219 KB 4840/6219 KB 4842/6219 KB 4844/6219 KB 4845/6219 KB 4847/6219 KB 4848/6219 KB 4849/6219 KB 4851/6219 KB 4852/6219 KB 4853/6219 KB 4855/6219 KB 4857/6219 KB 4859/6219 KB 4860/6219 KB 4862/6219 KB 4863/6219 KB 4864/6219 KB 4867/6219 KB 4868/6219 KB 4870/6219 KB 4873/6219 KB 4875/6219 KB 4879/6219 KB 4879/6219 KB 4882/6219 KB 4886/6219 KB 4886/6219 KB 4888/6219 KB 4890/6219 KB 4892/6219 KB 4893/6219 KB 4894/6219 KB 4897/6219 KB 4899/6219 KB 4901/6219 KB 4905/6219 KB 4905/6219 KB 4908/6219 KB 4912/6219 KB 4912/6219 KB 4914/6219 KB 4915/6219 KB 4916/6219 KB 4920/6219 KB 4920/6219 KB 4924/6219 KB 4924/6219 KB 4927/6219 KB 4930/6219 KB 4933/6219 KB 4934/6219 KB 4935/6219 KB 4937/6219 KB 4938/6219 KB 4940/6219 KB 4941/6219 KB 4944/6219 KB 4945/6219 KB 4946/6219 KB 4948/6219 KB 4949/6219 KB 4950/6219 KB 4952/6219 KB 4953/6219 KB 4955/6219 KB 4956/6219 KB 4957/6219 KB 4959/6219 KB 4960/6219 KB 4961/6219 KB 4963/6219 KB 4964/6219 KB 4965/6219 KB 4967/6219 KB 4968/6219 KB 4970/6219 KB 4971/6219 KB 4972/6219 KB 4974/6219 KB 4975/6219 KB 4978/6219 KB 4982/6219 KB 4982/6219 KB 4983/6219 KB 4985/6219 KB 4987/6219 KB 4989/6219 KB 4993/6219 KB 4993/6219 KB 4996/6219 KB 4997/6219 KB 5000/6219 KB 5001/6219 KB 5002/6219 KB 5004/6219 KB 5005/6219 KB 5008/6219 KB 5011/6219 KB 5012/6219 KB 5013/6219 KB 5015/6219 KB 5017/6219 KB 5019/6219 KB 5020/6219 KB 5022/6219 KB 5023/6219 KB 5024/6219 KB 5026/6219 KB 5027/6219 KB 5028/6219 KB 5030/6219 KB 5031/6219 KB 5032/6219 KB 5034/6219 KB 5035/6219 KB 5038/6219 KB 5042/6219 KB 5046/6219 KB 5050/6219 KB 5054/6219 KB 5058/6219 KB 5062/6219 KB 5066/6219 KB 5070/6219 KB 5074/6219 KB 5078/6219 KB 5082/6219 KB 5086/6219 KB 5090/6219 KB 5094/6219 KB 5098/6219 KB 5102/6219 KB 5106/6219 KB 5110/6219 KB 5114/6219 KB 5118/6219 KB 5122/6219 KB 5126/6219 KB 5130/6219 KB 5134/6219 KB 5138/6219 KB 5142/6219 KB 5146/6219 KB 5149/6219 KB 5151/6219 KB 5154/6219 KB 5156/6219 KB 5157/6219 KB 5158/6219 KB 5160/6219 KB 5162/6219 KB 5164/6219 KB 5165/6219 KB 5166/6219 KB 5168/6219 KB 5171/6219 KB 5172/6219 KB 5173/6219 KB 5175/6219 KB 5179/6219 KB 5179/6219 KB 5180/6219 KB 5183/6219 KB 5184/6219 KB 5186/6219 KB 5190/6219 KB 5190/6219 KB 5194/6219 KB 5194/6219 KB 5197/6219 KB 5201/6219 KB 5201/6219 KB 5202/6219 KB 5205/6219 KB 5206/6219 KB 5207/6219 KB 5209/6219 KB 5212/6219 KB 5213/6219 KB 5214/6219 KB 5217/6219 KB 5218/6219 KB 5220/6219 KB 5221/6219 KB 5223/6219 KB 5224/6219 KB 5227/6219 KB 5228/6219 KB 5229/6219 KB 5231/6219 KB 5233/6219 KB 5235/6219 KB 5238/6219 KB 5239/6219 KB 5240/6219 KB 5242/6219 KB 5243/6219 KB 5246/6219 KB 5249/6219 KB 5250/6219 KB 5251/6219 KB 5254/6219 KB 5255/6219 KB 5258/6219 KB 5259/6219 KB 5261/6219 KB 5262/6219 KB 5264/6219 KB 5265/6219 KB 5266/6219 KB 5268/6219 KB 5270/6219 KB 5272/6219 KB 5273/6219 KB 5277/6219 KB 5279/6219 KB 5281/6219 KB 5283/6219 KB 5284/6219 KB 5285/6219 KB 5287/6219 KB 5288/6219 KB 5292/6219 KB 5292/6219 KB 5296/6219 KB 5296/6219 KB 5299/6219 KB 5300/6219 KB 5302/6219 KB 5303/6219 KB 5305/6219 KB 5306/6219 KB 5307/6219 KB 5309/6219 KB 5310/6219 KB 5311/6219 KB 5313/6219 KB 5314/6219 KB 5317/6219 KB 5318/6219 KB 5320/6219 KB 5321/6219 KB 5322/6219 KB 5324/6219 KB 5325/6219 KB 5326/6219 KB 5328/6219 KB 5329/6219 KB 5331/6219 KB 5332/6219 KB 5333/6219 KB 5335/6219 KB 5336/6219 KB 5337/6219 KB 5341/6219 KB 5343/6219 KB 5344/6219 KB 5346/6219 KB 5347/6219 KB 5348/6219 KB 5350/6219 KB 5351/6219 KB 5352/6219 KB 5354/6219 KB 5355/6219 KB 5357/6219 KB 5359/6219 KB 5362/6219 KB 5363/6219 KB 5366/6219 KB 5367/6219 KB 5370/6219 KB 5372/6219 KB 5373/6219 KB 5374/6219 KB 5376/6219 KB 5377/6219 KB 5380/6219 KB 5381/6219 KB 5384/6219 KB 5388/6219 KB 5388/6219 KB 5389/6219 KB 5393/6219 KB 5393/6219 KB 5395/6219 KB 5398/6219 KB 5399/6219 KB 5402/6219 KB 5403/6219 KB 5404/6219 KB 5406/6219 KB 5408/6219 KB 5410/6219 KB 5411/6219 KB 5413/6219 KB 5414/6219 KB 5418/6219 KB 5418/6219 KB 5422/6219 KB 5422/6219 KB 5424/6219 KB 5426/6219 KB 5428/6219 KB 5429/6219 KB 5430/6219 KB 5432/6219 KB 5436/6219 KB 5437/6219 KB 5440/6219 KB 5443/6219 KB 5444/6219 KB 5445/6219 KB 5447/6219 KB 5448/6219 KB 5449/6219 KB 5452/6219 KB 5455/6219 KB 5456/6219 KB 5460/6219 KB 5460/6219 KB 5463/6219 KB 5465/6219 KB 5466/6219 KB 5469/6219 KB 5471/6219 KB 5475/6219 KB 5475/6219 KB 5479/6219 KB 5480/6219 KB 5484/6219 KB 5486/6219 KB 5488/6219 KB 5489/6219 KB 5490/6219 KB 5493/6219 KB 5495/6219 KB 5499/6219 KB 5499/6219 KB 5500/6219 KB 5501/6219 KB 5504/6219 KB 5506/6219 KB 5510/6219 KB 5510/6219 KB 5514/6219 KB 5514/6219 KB 5515/6219 KB 5518/6219 KB 5519/6219 KB 5522/6219 KB 5523/6219 KB 5525/6219 KB 5527/6219 KB 5529/6219 KB 5530/6219 KB 5534/6219 KB 5534/6219 KB 5536/6219 KB 5538/6219 KB 5540/6219 KB 5541/6219 KB 5542/6219 KB 5544/6219 KB 5545/6219 KB 5547/6219 KB 5549/6219 KB 5551/6219 KB 5552/6219 KB 5553/6219 KB 5555/6219 KB 5557/6219 KB 5559/6219 KB 5562/6219 KB 5563/6219 KB 5566/6219 KB 5567/6219 KB 5568/6219 KB 5570/6219 KB 5571/6219 KB 5573/6219 KB 5574/6219 KB 5577/6219 KB 5578/6219 KB 5579/6219 KB 5582/6219 KB 5583/6219 KB 5585/6219 KB 5586/6219 KB 5588/6219 KB 5589/6219 KB 5590/6219 KB 5594/6219 KB 5594/6219 KB 5597/6219 KB 5600/6219 KB 5601/6219 KB 5605/6219 KB 5607/6219 KB 5608/6219 KB 5609/6219 KB 5611/6219 KB 5612/6219 KB 5616/6219 KB 5616/6219 KB 5618/6219 KB 5620/6219 KB 5622/6219 KB 5626/6219 KB 5626/6219 KB 5629/6219 KB 5630/6219 KB 5631/6219 KB 5633/6219 KB 5635/6219 KB 5637/6219 KB 5640/6219 KB 5641/6219 KB 5645/6219 KB 5645/6219 KB 5646/6219 KB 5648/6219 KB 5650/6219 KB 5652/6219 KB 5653/6219 KB 5655/6219 KB 5657/6219 KB 5661/6219 KB 5661/6219 KB 5665/6219 KB 5665/6219 KB 5667/6219 KB 5668/6219 KB 5671/6219 KB 5674/6219 KB 5675/6219 KB 5676/6219 KB 5678/6219 KB 5681/6219 KB 5683/6219 KB 5685/6219 KB 5687/6219 KB 5689/6219 KB 5690/6219 KB 5691/6219 KB 5694/6219 KB 5696/6219 KB 5697/6219 KB 5698/6219 KB 5700/6219 KB 5701/6219 KB 5702/6219 KB 5705/6219 KB 5708/6219 KB 5709/6219 KB 5713/6219 KB 5713/6219 KB 5716/6219 KB 5719/6219 KB 5720/6219 KB 5722/6219 KB 5723/6219 KB 5724/6219 KB 5726/6219 KB 5727/6219 KB 5728/6219 KB 5730/6219 KB 5731/6219 KB 5734/6219 KB 5735/6219 KB 5738/6219 KB 5739/6219 KB 5741/6219 KB 5742/6219 KB 5745/6219 KB 5746/6219 KB 5748/6219 KB 5750/6219 KB 5752/6219 KB 5754/6219 KB 5757/6219 KB 5760/6219 KB 5764/6219 KB 5764/6219 KB 5765/6219 KB 5767/6219 KB 5768/6219 KB 5769/6219 KB 5772/6219 KB 5774/6219 KB 5775/6219 KB 5778/6219 KB 5780/6219 KB 5782/6219 KB 5783/6219 KB 5784/6219 KB 5786/6219 KB 5787/6219 KB 5789/6219 KB 5790/6219 KB 5791/6219 KB 5794/6219 KB 5795/6219 KB 5797/6219 KB 5799/6219 KB 5801/6219 KB 5802/6219 KB 5805/6219 KB 5808/6219 KB 5810/6219 KB 5812/6219 KB 5813/6219 KB 5815/6219 KB 5816/6219 KB 5817/6219 KB 5819/6219 KB 5820/6219 KB 5821/6219 KB 5823/6219 KB 5824/6219 KB 5827/6219 KB 5828/6219 KB 5830/6219 KB 5831/6219 KB 5832/6219 KB 5834/6219 KB 5835/6219 KB 5836/6219 KB 5838/6219 KB 5839/6219 KB 5842/6219 KB 5843/6219 KB 5845/6219 KB 5846/6219 KB 5847/6219 KB 5849/6219 KB 5850/6219 KB 5853/6219 KB 5854/6219 KB 5856/6219 KB 5860/6219 KB 5864/6219 KB 5868/6219 KB 5872/6219 KB 5876/6219 KB 5880/6219 KB 5884/6219 KB 5888/6219 KB 5892/6219 KB 5896/6219 KB 5900/6219 KB 5904/6219 KB 5908/6219 KB 5912/6219 KB 5916/6219 KB 5920/6219 KB 5924/6219 KB 5928/6219 KB 5932/6219 KB 5936/6219 KB 5940/6219 KB 5944/6219 KB 5948/6219 KB 5952/6219 KB 5956/6219 KB 5960/6219 KB 5964/6219 KB 5968/6219 KB 5972/6219 KB 5976/6219 KB 5980/6219 KB 5984/6219 KB 5988/6219 KB 5992/6219 KB 5996/6219 KB 6000/6219 KB 6004/6219 KB 6008/6219 KB 6012/6219 KB 6016/6219 KB 6020/6219 KB 6024/6219 KB 6028/6219 KB 6032/6219 KB 6036/6219 KB 6040/6219 KB 6044/6219 KB 6048/6219 KB 6052/6219 KB 6056/6219 KB 6060/6219 KB 6064/6219 KB 6068/6219 KB 6072/6219 KB 6076/6219 KB 6080/6219 KB 6084/6219 KB 6088/6219 KB 6092/6219 KB 6096/6219 KB 6100/6219 KB 6104/6219 KB 6108/6219 KB 6112/6219 KB 6116/6219 KB 6117/6219 KB 6118/6219 KB 6119/6219 KB 6121/6219 KB 6122/6219 KB 6124/6219 KB 6125/6219 KB 6126/6219 KB 6129/6219 KB 6132/6219 KB 6133/6219 KB 6136/6219 KB 6137/6219 KB 6139/6219 KB 6140/6219 KB 6141/6219 KB 6143/6219 KB 6144/6219 KB 6145/6219 KB 6147/6219 KB 6148/6219 KB 6149/6219 KB 6151/6219 KB 6152/6219 KB 6155/6219 KB 6156/6219 KB 6158/6219 KB 6159/6219 KB 6160/6219 KB 6162/6219 KB 6163/6219 KB 6165/6219 KB 6166/6219 KB 6167/6219 KB 6170/6219 KB 6171/6219 KB 6173/6219 KB 6175/6219 KB 6178/6219 KB 6180/6219 KB 6181/6219 KB 6184/6219 KB 6185/6219 KB 6186/6219 KB 6188/6219 KB 6189/6219 KB 6190/6219 KB 6192/6219 KB 6193/6219 KB 6195/6219 KB 6197/6219 KB 6199/6219 KB 6200/6219 KB 6201/6219 KB 6203/6219 KB 6204/6219 KB 6206/6219 KB 6208/6219 KB 6210/6219 KB 6212/6219 KB 6214/6219 KB 6215/6219 KB 6219/6219 KB Downloaded: http://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar (6219 KB at 872.9 KB/sec) Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-web\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-web.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-dashboard\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-dashboard.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-rest\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-rest.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-commons\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-commons.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-rest-impl\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-rest-impl.hpl [INFO] [INFO] --- access-modifier-checker:1.7:enforce (default-enforce) @ blueocean --- [INFO] [INFO] --- animal-sniffer-maven-plugin:1.14:check (check) @ blueocean --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-hpi-plugin:1.117:insert-test (default-insert-test) @ blueocean --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ blueocean --- [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ blueocean --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Jenkins-BlueOcean\blueocean-plugin\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ blueocean --- [INFO] No sources to compile [INFO] [INFO] --- maven-hpi-plugin:1.117:test-hpl (default-test-hpl) @ blueocean --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-plugin\target\test-classes\the.hpl [INFO] [INFO] --- maven-hpi-plugin:1.117:resolve-test-dependencies (default-resolve-test-dependencies) @ blueocean --- Downloading: http://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/1.15/workflow-scm-step-1.15.hpi 1/32 KB 4/32 KB 5/32 KB 9/32 KB 9/32 KB 12/32 KB 14/32 KB 15/32 KB 16/32 KB 20/32 KB 22/32 KB 24/32 KB 26/32 KB 27/32 KB 29/32 KB 30/32 KB 31/32 KB 32/32 KB Downloaded: http://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/1.15/workflow-scm-step-1.15.hpi (32 KB at 54.6 KB/sec) [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ blueocean --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ blueocean --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ blueocean --- [INFO] Generated C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean\WEB-INF\licenses.xml [INFO] [INFO] --- maven-hpi-plugin:1.117:hpi (default-hpi) @ blueocean --- [INFO] Generating C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean\META-INF\MANIFEST.MF [INFO] Checking for attached .jar artifact ... [INFO] Generating jar C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.jar [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.jar [INFO] Exploding webapp... [INFO] Copy webapp webResources to C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean [INFO] Assembling webapp blueocean in C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean [INFO] Generating hpi C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.hpi [INFO] Building jar: C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.hpi [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ blueocean >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ blueocean --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ blueocean <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ blueocean --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ blueocean --- [INFO] Installing C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.hpi to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean\1.0-SNAPSHOT\blueocean-1.0-SNAPSHOT.hpi [INFO] Installing C:\Jenkins-BlueOcean\blueocean-plugin\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean\1.0-SNAPSHOT\blueocean-1.0-SNAPSHOT.pom [INFO] Installing C:\Jenkins-BlueOcean\blueocean-plugin\target\blueocean.jar to C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean\1.0-SNAPSHOT\blueocean-1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Blue Ocean UI Parent ............................... SUCCESS [ 23.409 s] [INFO] BlueOcean :: Commons API ........................... SUCCESS [ 9.044 s] [INFO] BlueOcean :: Web module ............................ SUCCESS [03:04 min] [INFO] BlueOcean :: Rest module ........................... SUCCESS [ 4.333 s] [INFO] BlueOcean :: Dashboard ............................. SUCCESS [03:08 min] [INFO] BlueOcean :: REST API implementation ............... SUCCESS [ 27.447 s] [INFO] BlueOcean :: Aggregator ............................ SUCCESS [ 27.309 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:54 min [INFO] Finished at: 2016-06-07T10:55:44+03:00 [INFO] Final Memory: 74M/408M [INFO] ------------------------------------------------------------------------ [Pipeline] stage (Deploy) Entering stage Deploy Proceeding [Pipeline] dir Running in C:/Jenkins-BlueOcean\blueocean-plugin [Pipeline] { [Pipeline] bat [blueocean-plugin] Running batch script C:\Jenkins-BlueOcean\blueocean-plugin>mvn hpi:run [INFO] Scanning for projects... [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.117 is missing, no dependency information available [WARNING] Failed to build parent project for io.jenkins.blueocean:blueocean-parent:pom:1.0-SNAPSHOT Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.pom 1/15 KB 5/15 KB 9/15 KB 13/15 KB 14/15 KB 15/15 KB 15/15 KB Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.pom (15 KB at 14.9 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom 1/13 KB 5/13 KB 9/13 KB 13/13 KB 13/13 KB Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 30.3 KB/sec) Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.jar 1/213 KB 4/213 KB 7/213 KB 8/213 KB 9/213 KB 11/213 KB 14/213 KB 18/213 KB 18/213 KB 19/213 KB 20/213 KB 24/213 KB 28/213 KB 31/213 KB 34/213 KB 35/213 KB 37/213 KB 41/213 KB 41/213 KB 44/213 KB 45/213 KB 49/213 KB 53/213 KB 55/213 KB 56/213 KB 57/213 KB 60/213 KB 61/213 KB 63/213 KB 65/213 KB 69/213 KB 71/213 KB 72/213 KB 74/213 KB 75/213 KB 78/213 KB 79/213 KB 82/213 KB 83/213 KB 85/213 KB 86/213 KB 87/213 KB 89/213 KB 90/213 KB 91/213 KB 93/213 KB 94/213 KB 96/213 KB 97/213 KB 98/213 KB 100/213 KB 101/213 KB 102/213 KB 104/213 KB 105/213 KB 106/213 KB 108/213 KB 109/213 KB 112/213 KB 113/213 KB 116/213 KB 117/213 KB 119/213 KB 120/213 KB 123/213 KB 124/213 KB 127/213 KB 130/213 KB 131/213 KB 132/213 KB 134/213 KB 135/213 KB 137/213 KB 141/213 KB 142/213 KB 146/213 KB 148/213 KB 150/213 KB 152/213 KB 153/213 KB 156/213 KB 157/213 KB 158/213 KB 160/213 KB 161/213 KB 163/213 KB 164/213 KB 165/213 KB 169/213 KB 172/213 KB 175/213 KB 176/213 KB 178/213 KB 179/213 KB 182/213 KB 183/213 KB 184/213 KB 186/213 KB 187/213 KB 189/213 KB 191/213 KB 193/213 KB 194/213 KB 198/213 KB 198/213 KB 202/213 KB 202/213 KB 204/213 KB 205/213 KB 206/213 KB 209/213 KB 210/213 KB 212/213 KB 213/213 KB Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.jar (213 KB at 184.8 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BlueOcean :: Aggregator 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-hpi-plugin:1.117:run (default-cli) > compile @ blueocean >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:javadoc (default) > generate-sources @ blueocean >>> [INFO] [INFO] --- maven-hpi-plugin:1.117:validate (default-validate) @ blueocean --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:display-info (display-info) @ blueocean --- [INFO] Maven Version: 3.3.3 [INFO] JDK Version: 1.8.0_51 normalized as: 1.8.0-51 [INFO] OS Info: Arch: amd64 Family: dos Name: windows server 2012 r2 Version: 6.3 [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ blueocean --- [INFO] [INFO] --- maven-localizer-plugin:1.23:generate (default) @ blueocean --- [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:javadoc (default) < generate-sources @ blueocean <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:javadoc (default) @ blueocean --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ blueocean --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ blueocean --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- groovy-maven-plugin:2.0:execute (default) @ blueocean --- Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-web\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-web.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-dashboard\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-dashboard.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-rest\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-rest.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-commons\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-commons.hpl Copying 1 file to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins Copying C:\Jenkins-BlueOcean\blueocean-rest-impl\target\test-classes\the.hpl to C:\Jenkins-BlueOcean\blueocean-plugin\work\plugins\blueocean-rest-impl.hpl [INFO] [INFO] <<< maven-hpi-plugin:1.117:run (default-cli) < compile @ blueocean <<< [INFO] [INFO] --- maven-hpi-plugin:1.117:run (default-cli) @ blueocean --- [INFO] Logging initialized @29679ms [WARNING] Please use `webApp/contextPath` configuration parameter in place of the deprecated `contextPath` parameter [INFO] Generating C:\Jenkins\plugins\blueocean.hpl [WARNING] will not overwrite C:\Jenkins\plugins\credentials.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\credentials\1.24\credentials-1.24.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\workflow-multibranch.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-multibranch\2.0\workflow-multibranch-2.0.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\branch-api.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\branch-api\1.1\branch-api-1.1.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\mailer.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\mailer\1.13\mailer-1.13.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\script-security.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\script-security\1.18\script-security-1.18.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\workflow-scm-step.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-scm-step\1.15\workflow-scm-step-1.15.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\ui\jquery-detached\1.2.1\jquery-detached-1.2.1.hpi [WARNING] will not overwrite C:\Jenkins\plugins\plain-credentials.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\plain-credentials\1.1\plain-credentials-1.1.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jvnet\hudson\plugins\favorite\1.16\favorite-1.16.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\ui\jquery-detached\1.2.1\jquery-detached-1.2.1.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\sse-gateway\1.2\sse-gateway-1.2.hpi [WARNING] will not overwrite C:\Jenkins\plugins\durable-task.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\durable-task\1.5\durable-task-1.5.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\workflow-step-api.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-step-api\2.0\workflow-step-api-2.0.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest-impl\1.0-SNAPSHOT\blueocean-rest-impl-1.0-SNAPSHOT.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-api\2.0\workflow-api-2.0.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-dashboard\1.0-SNAPSHOT\blueocean-dashboard-1.0-SNAPSHOT.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\structs\1.1\structs-1.1.hpi [WARNING] will not overwrite C:\Jenkins\plugins\scm-api.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\scm-api\1.1\scm-api-1.1.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-job\2.2-beta-1\workflow-job-2.2-beta-1.hpi [WARNING] will not overwrite C:\Jenkins\plugins\github.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\com\coravy\hudson\plugins\github\github\1.14.0\github-1.14.0.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\metrics\3.0.9\metrics-3.0.9.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\variant\1.0\variant-1.0.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-commons\1.0-SNAPSHOT\blueocean-commons-1.0-SNAPSHOT.hpi [WARNING] will not overwrite C:\Jenkins\plugins\matrix-project.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\matrix-project\1.6\matrix-project-1.6.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\junit.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\junit\1.2\junit-1.2.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\git-client.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\git-client\1.19.0\git-client-1.19.0.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\ace-editor.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\ui\ace-editor\1.0.1\ace-editor-1.0.1.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\github-api\1.75\github-api-1.75.hpi [WARNING] will not overwrite C:\Jenkins\plugins\cloudbees-folder.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\cloudbees-folder\5.2.1\cloudbees-folder-5.2.1.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-rest\1.0-SNAPSHOT\blueocean-rest-1.0-SNAPSHOT.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\io\jenkins\blueocean\blueocean-web\1.0-SNAPSHOT\blueocean-web-1.0-SNAPSHOT.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\ui\bootstrap\1.3.2\bootstrap-1.3.2.hpi [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-support\2.0\workflow-support-2.0.hpi [WARNING] will not overwrite C:\Jenkins\plugins\ssh-credentials.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\ssh-credentials\1.11\ssh-credentials-1.11.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\ui\handlebars\1.1.1\handlebars-1.1.1.hpi [WARNING] will not overwrite C:\Jenkins\plugins\github-branch-source.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\github-branch-source\1.6\github-branch-source-1.6.hpi because it is newer [WARNING] will not overwrite C:\Jenkins\plugins\workflow-cps.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-cps\2.1\workflow-cps-2.1.hpi because it is newer [INFO] Copying dependency Jenkins plugin C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\token-macro\1.12.1\token-macro-1.12.1.hpi [WARNING] will not overwrite C:\Jenkins\plugins\git.jpi with C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\plugins\git\2.4.2\git-2.4.2.hpi because it is newer [INFO] Configuring Jetty for project: BlueOcean :: Aggregator [INFO] C:\Jenkins-BlueOcean\blueocean-plugin\target\tmp\webapp does not yet exist, will receive C:\Windows\system32\config\systemprofile\.m2\repository\org\jenkins-ci\main\jenkins-war\2.2\jenkins-war-2.2.war [INFO] Context path = /jenkins [INFO] Tmp directory = C:\Jenkins-BlueOcean\blueocean-plugin\target\tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-9.2.15.v20160210 [WARNING] No value for env-entry-name HUDSON_HOME Jenkins home directory: C:\Jenkins found at: System.getProperty("JENKINS_HOME") Jun 07, 2016 10:56:33 AM jenkins.InitReactorRunner$1 onAttained INFO: Started initialization [INFO] Started o.e.j.m.p.JettyWebAppContext@290b7ab3{/jenkins,file:/C:/Jenkins-BlueOcean/blueocean-plugin/target/tmp/webapp/,AVAILABLE}{C:\Windows\System32\config\systemprofile\.m2\repository\org\jenkins-ci\main\jenkins-war\2.2\jenkins-war-2.2.war} [WARNING] !RequestLog [WARNING] FAILED ServerConnector@5949bcfe{HTTP/1.1}{0.0.0.0:8080}: java.net.BindException: Address already in use: bind java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:437) at sun.nio.ch.Net.bind(Net.java:429) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.maven.plugin.MavenServerConnector.doStart(MavenServerConnector.java:120) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.server.Server.doStart(Server.java:366) at org.eclipse.jetty.maven.plugin.JettyServer.doStart(JettyServer.java:73) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:567) at org.jenkinsci.maven.plugins.hpi.RunMojo.startJetty(RunMojo.java:660) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.execute(AbstractJettyMojo.java:390) at org.jenkinsci.maven.plugins.hpi.RunMojo.execute(RunMojo.java:353) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [WARNING] FAILED org.eclipse.jetty.maven.plugin.MavenServerConnector@6da91be0: java.net.BindException: Address already in use: bind java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:437) at sun.nio.ch.Net.bind(Net.java:429) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.maven.plugin.MavenServerConnector.doStart(MavenServerConnector.java:120) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.server.Server.doStart(Server.java:366) at org.eclipse.jetty.maven.plugin.JettyServer.doStart(JettyServer.java:73) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:567) at org.jenkinsci.maven.plugins.hpi.RunMojo.startJetty(RunMojo.java:660) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.execute(AbstractJettyMojo.java:390) at org.jenkinsci.maven.plugins.hpi.RunMojo.execute(RunMojo.java:353) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [WARNING] FAILED org.eclipse.jetty.maven.plugin.JettyServer@f1dd33a: java.net.BindException: Address already in use: bind java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:437) at sun.nio.ch.Net.bind(Net.java:429) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.maven.plugin.MavenServerConnector.doStart(MavenServerConnector.java:120) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.server.Server.doStart(Server.java:366) at org.eclipse.jetty.maven.plugin.JettyServer.doStart(JettyServer.java:73) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:567) at org.jenkinsci.maven.plugins.hpi.RunMojo.startJetty(RunMojo.java:660) at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.execute(AbstractJettyMojo.java:390) at org.jenkinsci.maven.plugins.hpi.RunMojo.execute(RunMojo.java:353) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [INFO] Jetty server exiting. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 45.185 s [INFO] Finished at: 2016-06-07T10:56:34+03:00 [INFO] Final Memory: 46M/388M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:1.117:run (default-cli) on project blueocean: Failure: Address already in use: bind -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE